(incubating) | The Free and Open Productivity Suite
Announcing Apache OpenOffice 3.4

Developer's Guide

API

SDK

Tips 'n' Tricks

Miscellaneous

Content for OpenOffice.org version 3.3.

Methods of Class UnoUrl


UnoUrl
explicit UnoUrl(
const rtl::OUString & rUrl );

virtual abstract const volatile template static inline C-linkage
NO NO NO NO NO NO NO NO

Summary
Construct a UNO URL from a string representation.
Parameters
rUrl
        The string representation of a UNO URL.

        

UnoUrl
UnoUrl(
const UnoUrl & rOther );

virtual abstract const volatile template static inline C-linkage
NO NO NO NO NO NO NO NO


~UnoUrl
~UnoUrl();

virtual abstract const volatile template static inline C-linkage
NO NO NO NO NO NO NO NO


operator=
UnoUrl & operator=(
const UnoUrl & rOther );

virtual abstract const volatile template static inline C-linkage
NO NO NO NO NO NO NO NO


getConnection
const UnoUrlDescriptor & getConnection();

virtual abstract const volatile template static inline C-linkage
NO NO NO NO NO NO NO NO

Summary
Return the connection descriptor component of the URL.
Return
A reference to the connection descriptor. The reference is valid for the lifetime of this URL object.

getProtocol
const UnoUrlDescriptor & getProtocol();

virtual abstract const volatile template static inline C-linkage
NO NO NO NO NO NO NO NO

Summary
Return the protocol descriptor component of the URL.
Return
A reference to the protocol descriptor. The reference is valid for the lifetime of this URL object.

getObjectName
const rtl::OUString & getObjectName();

virtual abstract const volatile template static inline C-linkage
NO NO NO NO NO NO NO NO

Summary
Return the object-name component of the URL.
Return
A reference to the (case sensitive) object-name. The reference is valid for the lifetime of this URL object.

Top of Page

Apache Feather

Copyright & License | Privacy | Contact Us

Apache and the Apache feather logos are trademarks of The Apache Software Foundation. OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.

Apache OpenOffice is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.