LibreOffice
LibreOffice 25.8 SDK API Reference
Loading...
Searching...
No Matches
XFileDialog Interface Referencepublished

gives access to a file dialog. More...

import "XFileDialog.idl";

Inheritance diagram for XFileDialog:
XInterface

Public Member Functions

void setPath ([in] string Path)
 sets the path.
string getPath ()
 returns the path.
void setFilters ([in] sequence< string > rFilterNames, [in] sequence< string > rMasks)
 sets the filters.
void setCurrentFilter ([in] string Filter)
 sets the current filter.
string getCurrentFilter ()
 returns the currently selected filter.
Public Member Functions inherited from XInterface
any queryInterface ([in] type aType)
 queries for a new interface to an existing UNO object.
void acquire ()
 increases the reference counter by one.
void release ()
 decreases the reference counter by one.

Detailed Description

gives access to a file dialog.

Deprecated

Member Function Documentation

◆ getCurrentFilter()

string getCurrentFilter ( )

returns the currently selected filter.

◆ getPath()

string getPath ( )

returns the path.

◆ setCurrentFilter()

void setCurrentFilter ( [in] string Filter)

sets the current filter.

◆ setFilters()

void setFilters ( [in] sequence< string > rFilterNames,
[in] sequence< string > rMasks )

sets the filters.

◆ setPath()

void setPath ( [in] string Path)

sets the path.


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