summaryrefslogtreecommitdiff
path: root/sd/source/filter/eppt/epptbase.hxx
diff options
context:
space:
mode:
authorRadek Doulik <rodo@novell.com>2010-12-08 12:08:16 +0100
committerRadek Doulik <rodo@novell.com>2010-12-08 12:08:54 +0100
commitdebafc2c17b957ff2edc8821bf0f615816645e94 (patch)
treea26ee7259a88661e4829a6219b02850680560872 /sd/source/filter/eppt/epptbase.hxx
parent5fd0104aaf8224df4572a2c4eec358e49baaf937 (diff)
export slide layouts to pptx
Diffstat (limited to 'sd/source/filter/eppt/epptbase.hxx')
-rw-r--r--sd/source/filter/eppt/epptbase.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sd/source/filter/eppt/epptbase.hxx b/sd/source/filter/eppt/epptbase.hxx
index b0576eeeee6c..b24aab18115e 100644
--- a/sd/source/filter/eppt/epptbase.hxx
+++ b/sd/source/filter/eppt/epptbase.hxx
@@ -86,7 +86,7 @@ struct PHLayout
BOOL bSecOutlinerPossible;
};
-enum PageType { NORMAL = 0, MASTER = 1, NOTICE = 2, UNDEFINED = 3 };
+enum PageType { NORMAL = 0, MASTER = 1, NOTICE = 2, UNDEFINED = 3, LAYOUT = 4 };
class PropValue
{
@@ -404,6 +404,7 @@ public:
PHLayout& GetLayout( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& rXPropSet ) const;
PHLayout& GetLayout( sal_Int32 nOffset ) const;
sal_Int32 GetLayoutOffset( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& rXPropSet ) const;
+ sal_Int32 GetLayoutOffsetFixed( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& rXPropSet ) const;
sal_Bool CreateSlide( sal_uInt32 nPageNum );
sal_Bool CreateSlideMaster( sal_uInt32 nPageNum );