diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-01-21 16:32:25 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-01-21 16:32:25 +0000 |
commit | 52136bbf69a4aeec18556e5494adc7ca2ce86767 (patch) | |
tree | 8cd2a2a1c8edce7f001cd27c837ef1a5c020d6d0 /sfx2 | |
parent | c3ec48e63c4f86c9200f3f062c9b5c694d5c374f (diff) |
INTEGRATION: CWS dba22 (1.2.136); FILE MERGED
2005/01/19 19:30:54 fs 1.2.136.2: RESYNC: (1.2-1.3); FILE MERGED
2004/12/10 14:34:49 oj 1.2.136.1: #i29294# new class for uno based models and SendMail
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/inc/guisaveas.hxx | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/sfx2/inc/guisaveas.hxx b/sfx2/inc/guisaveas.hxx index da929a6da9c8..e3d70ce50869 100644 --- a/sfx2/inc/guisaveas.hxx +++ b/sfx2/inc/guisaveas.hxx @@ -2,9 +2,9 @@ * * $RCSfile: guisaveas.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-01-11 13:24:38 $ + * last change: $Author: kz $ $Date: 2005-01-21 17:32:25 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -121,7 +121,7 @@ public: sal_Bool GUIStoreModel( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel >& xModel, const ::rtl::OUString& aSlotName, - ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& aArgsSequence ); + ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& aArgsSequence); static ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > SearchForFilter( const ::com::sun::star::uno::Reference< ::com::sun::star::container::XContainerQuery >& xFilterQuery, @@ -151,6 +151,12 @@ public: ::rtl::OUString aOldUIName, ::rtl::OUString aDefUIName, sal_Bool bCanProceedFurther ); + + static void ExecuteFilterDialog( SfxStoringHelper& _rStorageHelper + ,const ::rtl::OUString& sFilterName + ,const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel >& xModel + ,/*OUT*/::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& rArgsSequence + ); }; #endif |