LibreOffice
LibreOffice 24.2 SDK API Reference
|
helps to split up a string containing a URL into its structural parts and assembles the parts into a single string. More...
import"URLTransformer.idl";
Additional Inherited Members | |
Public Member Functions inherited from XURLTransformer | |
boolean | parseStrict ([inout] com::sun::star::util::URL aURL) |
parses the string in URL::Complete which should contain a syntactically complete URL. More... | |
boolean | parseSmart ([inout] com::sun::star::util::URL aURL, [in] string sSmartProtocol) |
parses the string in URL::Complete, which may contain a syntactically complete URL or is specified by the provided protocol More... | |
boolean | assemble ([inout] com::sun::star::util::URL aURL) |
assembles the parts of the URL specified by aURL and stores it into URL::Complete More... | |
string | getPresentation ([in] com::sun::star::util::URL aURL, [in] boolean bWithPassword) |
returns a representation of the URL for UI purposes only More... | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
helps to split up a string containing a URL into its structural parts and assembles the parts into a single string.