diff options
author | Andreas Schlüns <as@openoffice.org> | 2001-10-15 11:59:25 +0000 |
---|---|---|
committer | Andreas Schlüns <as@openoffice.org> | 2001-10-15 11:59:25 +0000 |
commit | 2bfd998baf3ce5ad58d6e7d2e31a67ad00bc7402 (patch) | |
tree | dd11c0e5f1e55ce1669db26459ba966cadfb7c45 /framework | |
parent | 40fd9214e1b577933ce7715d9b8f3799f127a903 (diff) |
#92993# sort by UIName
Diffstat (limited to 'framework')
-rw-r--r-- | framework/inc/classes/filtercache.hxx | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/framework/inc/classes/filtercache.hxx b/framework/inc/classes/filtercache.hxx index a022599fa984..df2046862246 100644 --- a/framework/inc/classes/filtercache.hxx +++ b/framework/inc/classes/filtercache.hxx @@ -2,9 +2,9 @@ * * $RCSfile: filtercache.hxx,v $ * - * $Revision: 1.25 $ + * $Revision: 1.26 $ * - * last change: $Author: as $ $Date: 2001-08-27 10:41:26 $ + * last change: $Author: as $ $Date: 2001-10-15 12:59:25 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -411,8 +411,10 @@ class FilterCache : private ThreadHelpBase @onerror We return empty structures. *//*-*****************************************************************************************************/ - css::uno::Sequence< ::rtl::OUString > implts_queryFilter_ByDocumentService ( const ::rtl::OUString& sService ) const; - css::uno::Sequence< ::rtl::OUString > implts_queryFilter_ByDocumentService_WithDefault ( const ::rtl::OUString& sService ) const; + css::uno::Sequence< ::rtl::OUString > implts_queryFilter_ByDocumentService ( const ::rtl::OUString& sService , + sal_Bool bForUI ) const; + css::uno::Sequence< ::rtl::OUString > implts_queryFilter_ByDocumentService_WithDefault ( const ::rtl::OUString& sService , + sal_Bool bForUI ) const; css::uno::Sequence< ::rtl::OUString > implts_queryFilter_ByFlags ( sal_Int32 nFlags ) const; css::uno::Sequence< ::rtl::OUString > implts_queryFilter_ByFirstUserData ( const ::rtl::OUString& sIdentifier ) const; |