Language
Asturianu (ast)
Català (ca)
Čeština (cs)
Dansk (da)
Deutsch (de)
English [US] (en-US)
Español (es)
Esperanto (eo)
Eesti keel (et)
Euskara (eu)
Français (fr)
Gàidhlig (gd)
Galego (gl)
Italiano (it)
Lietuvių (lt)
Magyar (hu)
Nederlands (nl)
Norsk (no)
Polski (pl)
Português [do Brasil] (pt-BR)
Português [Europeu] (pt)
Română (ro)
Slovenčina (sk)
Slovenščina (sl)
Suomi (fi)
Svenska (sv)
Tiếng Việt (vi)
Türkçe (tr)
Հայերեն (hy)
Ελληνικά (el)
български език (bg)
Русский (ru)
Cрпски [ћирилицом] (sr)
עברית (he)
हिन्दी (hi)
ភាសាខ្មែរ (km)
தமிழ் (ta)
ภาษาไทย (th)
简体中文 (zh-CN)
正體中文 (zh-TW)
日本語 (ja)
한국어 (ko)
The Free and Open Productivity Suite
:: com :: sun :: star :: ui :: dialogs ::
interface XFilterManager
Description
Specifies a filter manager interface for a FilePicker
Methods' Details
appendFilter
Description
Adds a filter identified by a title.
Parameter aTitle
Specifies the name of the filter as shown in the filter box of the
FilePicker dialog.
Parameter aFilter
Specifies the extensions of the filter. Multiple filters should be
semicolon separated. The semicolon may not be used as character in
a filter expresion. A typical filter is for instance '*.txt'.
Throws
::com::sun::star::lang::IllegalArgumentException
If a filter with the specified title already exists.
setCurrentFilter
Description
Sets the current filter.
Parameter aTitle
Specifies the name of the filter to be set.
Throws
com::sun::star::lang::IllegalArgumentException
If the specified filter was not found.
getCurrentFilter
string
getCurrentFilter ();
Description
Returns the currently selected filter.
Returns
The name of the selected filter or an empty string if
there is no filter or no filter is currently selected.
Top of Page Copyright © 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.