diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-03-05 17:25:42 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-03-05 17:25:42 +0000 |
commit | 65611b3cee02be600ae1ba3ecd538219299d97a9 (patch) | |
tree | 56c0c8e4095b43736eff4629e50f5caa6c97e228 /embeddedobj | |
parent | c090327566dcd791736ed7bd82b2c5f5fdb032ab (diff) |
INTEGRATION: CWS rptchart01_DEV300 (1.19.14); FILE MERGED
2008/01/23 08:40:00 mav 1.19.14.1: #i85495# allow to specify a filter name for an embedded object
Diffstat (limited to 'embeddedobj')
-rw-r--r-- | embeddedobj/source/inc/commonembobj.hxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/embeddedobj/source/inc/commonembobj.hxx b/embeddedobj/source/inc/commonembobj.hxx index f1e31f5c57d5..f7e7171fadcf 100644 --- a/embeddedobj/source/inc/commonembobj.hxx +++ b/embeddedobj/source/inc/commonembobj.hxx @@ -4,9 +4,9 @@ * * $RCSfile: commonembobj.hxx,v $ * - * $Revision: 1.19 $ + * $Revision: 1.20 $ * - * last change: $Author: hr $ $Date: 2007-08-02 17:05:48 $ + * last change: $Author: kz $ $Date: 2008-03-05 18:25:42 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -155,6 +155,7 @@ protected: ::rtl::OUString m_aClassName; ::rtl::OUString m_aDocServiceName; + ::rtl::OUString m_aPresetFilterName; sal_Int64 m_nMiscStatus; @@ -220,6 +221,7 @@ private: const ::rtl::OUString& aNewName ); ::rtl::OUString GetDocumentServiceName() { return m_aDocServiceName; } + ::rtl::OUString GetPresetFilterName() { return m_aPresetFilterName; } ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream > StoreDocumentToTempStream_Impl( sal_Int32 nStorageFormat, @@ -236,6 +238,7 @@ private: ::com::sun::star::uno::Sequence< sal_Int32 > GetIntermediateStatesSequence_Impl( sal_Int32 nNewState ); + ::rtl::OUString GetFilterName( sal_Int32 nVersion ); ::com::sun::star::uno::Reference< ::com::sun::star::util::XCloseable > LoadDocumentFromStorage_Impl( const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& xStorage ); |