gives access to a file dialog. More...
import "XFileDialog.idl";
 
  
| 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. | |
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.