LibreOffice
LibreOffice 7.4 SDK API Reference
List of all members
URLTransformer Service Referencepublished

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";

Inheritance diagram for URLTransformer:
XURLTransformer XInterface

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...
 

Detailed Description

helps to split up a string containing a URL into its structural parts and assembles the parts into a single string.

Developers Guide
Office Development - Handling Documents - Loading Documents - URL Parameter

The documentation for this service was generated from the following file: