LibreOffice
LibreOffice 24.2 SDK API Reference
|
gives access to a file dialog. More...
import"XFileDialog.idl";
Public Member Functions | |
void | setPath ([in] string Path) |
sets the path. More... | |
string | getPath () |
returns the path. More... | |
void | setFilters ([in] sequence< string > rFilterNames, [in] sequence< string > rMasks) |
sets the filters. More... | |
void | setCurrentFilter ([in] string Filter) |
sets the current filter. More... | |
string | getCurrentFilter () |
returns the currently selected filter. 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... | |
gives access to a file dialog.
string getCurrentFilter | ( | ) |
returns the currently selected filter.
string getPath | ( | ) |
returns the path.
void setCurrentFilter | ( | [in] string | Filter | ) |
sets the current filter.
void setFilters | ( | [in] sequence< string > | rFilterNames, |
[in] sequence< string > | rMasks | ||
) |
sets the filters.
void setPath | ( | [in] string | Path | ) |
sets the path.