summaryrefslogtreecommitdiff
path: root/sd/source/filter/html/htmlex.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 14:39:23 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 14:39:23 +0000
commitcdcb5d76c22bc4fcc2b8f1e1afe383db71c21f27 (patch)
tree9b8713ce8b336738c1a71ec285a83d37a4de01b6 /sd/source/filter/html/htmlex.hxx
parent0b5e1fb3e4ab9713156f0f22097d8364b0a226af (diff)
INTEGRATION: CWS impress122 (1.12.114); FILE MERGED
2007/06/15 09:36:06 cl 1.12.114.1: #i23353# support png and button sets from config
Diffstat (limited to 'sd/source/filter/html/htmlex.hxx')
-rw-r--r--sd/source/filter/html/htmlex.hxx17
1 files changed, 8 insertions, 9 deletions
diff --git a/sd/source/filter/html/htmlex.hxx b/sd/source/filter/html/htmlex.hxx
index 42b3ac073503..befaee88e4c5 100644
--- a/sd/source/filter/html/htmlex.hxx
+++ b/sd/source/filter/html/htmlex.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: htmlex.hxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: kz $ $Date: 2006-12-12 16:42:51 $
+ * last change: $Author: hr $ $Date: 2007-06-27 15:39:23 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -85,6 +85,8 @@
#include "pubdlg.hxx"
#endif
+#include <boost/scoped_ptr.hpp>
+
#define NUM_BUTTONS 12
#define PUB_LOWRES_WIDTH 640
@@ -104,6 +106,7 @@ class HtmlState;
class SdrTextObj;
class SdrPage;
class SdDrawDocument;
+class ButtonSet;
namespace sd {
class View;
@@ -192,6 +195,8 @@ class HtmlExport
const String maHTMLHeader;
+ boost::scoped_ptr< ButtonSet > mpButtonSet;
+
SdrTextObj* GetLayoutTextObject(SdrPage* pPage);
void SetDocColors( SdPage* pPage = NULL );
@@ -215,8 +220,6 @@ class HtmlExport
bool checkForExistingFiles();
bool checkFileExists( ::com::sun::star::uno::Reference< ::com::sun::star::ucb::XSimpleFileAccess >& xFileAccess, String const & aFileName );
- ULONG CreateBitmap( ULONG nThemeId, INT16 nImage, const String& aName ) const;
- void SmoothBitmap( BitmapEx& aBmp, Color aBackCol ) const;
String getDocumentTitle();
bool SavePresentation();
@@ -255,12 +258,8 @@ class HtmlExport
void ExportKiosk();
void ExportWebCast();
- List aSpecialObjects;
- void HideSpecialObjects( SdPage* pPage );
- void ShowSpecialObjects();
-
bool WriteHtml( const String& rFileName, bool bAddExtension, const String& rHtmlData );
- String GetButtonName( USHORT nButton ) const;
+ String GetButtonName( int nButton ) const;
public:
HtmlExport( rtl::OUString aPath, const com::sun::star::uno::Sequence< com::sun::star::beans::PropertyValue >& rParams, SdDrawDocument* pExpDoc, ::sd::DrawDocShell* pDocShell );