Kaydet (Commit) bd8ddba6 authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS odfversion (1.7.34); FILE MERGED

2008/04/10 10:10:40 cl 1.7.34.1: #i88125# added helper method to get default odf version for export
üst c1222598
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite * OpenOffice.org - a multi-platform office productivity suite
* *
* $RCSfile: xmlexp.hxx,v $ * $RCSfile: xmlexp.hxx,v $
* $Revision: 1.8 $ * $Revision: 1.9 $
* *
* This file is part of OpenOffice.org. * This file is part of OpenOffice.org.
* *
...@@ -67,6 +67,9 @@ ...@@ -67,6 +67,9 @@
#include <com/sun/star/lang/XInitialization.hpp> #include <com/sun/star/lang/XInitialization.hpp>
#include <com/sun/star/lang/XEventListener.hpp> #include <com/sun/star/lang/XEventListener.hpp>
#include <com/sun/star/container/XNamed.hpp> #include <com/sun/star/container/XNamed.hpp>
#include <svtools/saveopt.hxx>
#include <xmloff/XMLPageExport.hxx> #include <xmloff/XMLPageExport.hxx>
#include <xmloff/ProgressBarHelper.hxx> #include <xmloff/ProgressBarHelper.hxx>
#include <cppuhelper/implbase6.hxx> #include <cppuhelper/implbase6.hxx>
...@@ -541,6 +544,9 @@ public: ...@@ -541,6 +544,9 @@ public:
bool isExperimentalOdfExportEnabled() const { return mbEnableExperimentalOdfExport; } bool isExperimentalOdfExportEnabled() const { return mbEnableExperimentalOdfExport; }
::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage > GetTargetStorage(); ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage > GetTargetStorage();
/// returns the currently configured default version for odf export
SvtSaveOptions::ODFDefaultVersion getDefaultVersion() const;
}; };
inline UniReference< XMLTextParagraphExport > SvXMLExport::GetTextParagraphExport() inline UniReference< XMLTextParagraphExport > SvXMLExport::GetTextParagraphExport()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment