summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/filtergrouping.hxx
diff options
context:
space:
mode:
authorPeter Burow <pb@openoffice.org>2002-08-20 08:22:52 +0000
committerPeter Burow <pb@openoffice.org>2002-08-20 08:22:52 +0000
commit7720f8306fff7577456abc5b051d6dc550a7edc4 (patch)
tree81e6e7a3711fa8f2da20d71dec955f5de5e617e8 /sfx2/source/dialog/filtergrouping.hxx
parentb00dcedf5c57a6e0992d08a88d2e9af66b2bdb53 (diff)
fix: #92788# show extensions of filter
Diffstat (limited to 'sfx2/source/dialog/filtergrouping.hxx')
-rw-r--r--sfx2/source/dialog/filtergrouping.hxx25
1 files changed, 19 insertions, 6 deletions
diff --git a/sfx2/source/dialog/filtergrouping.hxx b/sfx2/source/dialog/filtergrouping.hxx
index bc680764d4be..e5b19d5ed58a 100644
--- a/sfx2/source/dialog/filtergrouping.hxx
+++ b/sfx2/source/dialog/filtergrouping.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: filtergrouping.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: fs $ $Date: 2001-10-01 16:32:37 $
+ * last change: $Author: pb $ $Date: 2002-08-20 09:22:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -74,17 +74,17 @@ namespace sfx2
//........................................................................
//--------------------------------------------------------------------
- /** adds the given filters the the filter manager.
- <p>To be used for all modes except when opening generic files.</p>
+ /** adds the given filters to the filter manager.
+ <p>To be used when saving generic files.</p>
*/
- void appendFilters(
+ void appendFiltersForSave(
SfxFilterMatcherIter& _rFilterMatcher,
const ::com::sun::star::uno::Reference< ::com::sun::star::ui::dialogs::XFilterManager >& _rFilterManager,
::rtl::OUString& /* [out] */ _rFirstNonEmpty
);
//--------------------------------------------------------------------
- /** adds the given filters the the filter manager.
+ /** adds the given filters to the filter manager.
<p>To be used when opening generic files.</p>
*/
void appendFiltersForOpen(
@@ -93,6 +93,16 @@ namespace sfx2
::rtl::OUString& /* [out] */ _rFirstNonEmpty
);
+ //--------------------------------------------------------------------
+ /** adds the given extension to the display text.
+ <p>To be used when opening or save generic files.</p>
+ */
+ ::rtl::OUString addExtension(
+ const ::rtl::OUString& _rDisplayText,
+ const ::rtl::OUString& _rExtension,
+ sal_Bool _bForOpen
+ );
+
//........................................................................
} // namespace sfx2
//........................................................................
@@ -102,6 +112,9 @@ namespace sfx2
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.1 2001/10/01 16:32:37 fs
+ * initial checkin - helpers for grouping and classifying filters in the file open dialog
+ *
*
* Revision 1.0 01.10.01 10:28:28 fs
************************************************************************/