summaryrefslogtreecommitdiff
path: root/writerfilter/inc/dmapper/DomainMapper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerfilter/inc/dmapper/DomainMapper.hxx')
-rw-r--r--writerfilter/inc/dmapper/DomainMapper.hxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/writerfilter/inc/dmapper/DomainMapper.hxx b/writerfilter/inc/dmapper/DomainMapper.hxx
index 71c22822affb..d543c0157874 100644
--- a/writerfilter/inc/dmapper/DomainMapper.hxx
+++ b/writerfilter/inc/dmapper/DomainMapper.hxx
@@ -62,7 +62,6 @@ typedef std::vector< com::sun::star::beans::PropertyValue > PropertyValueVector_
namespace writerfilter {
namespace dmapper
{
-using namespace std;
class PropertyMap;
class DomainMapper_Impl;
@@ -109,6 +108,9 @@ public:
virtual void endParagraphGroup();
virtual void startCharacterGroup();
virtual void endCharacterGroup();
+ virtual void startShape( ::com::sun::star::uno::Reference< com::sun::star::drawing::XShape > xShape );
+ virtual void endShape( );
+
virtual void text(const sal_uInt8 * data, size_t len);
virtual void utext(const sal_uInt8 * data, size_t len);
virtual void props(writerfilter::Reference<Properties>::Pointer_t ref);
@@ -120,8 +122,8 @@ public:
void sprm( Sprm& sprm, ::boost::shared_ptr<PropertyMap> pContext, SprmType = SPRM_DEFAULT );
- void PushStyleSheetProperties( ::boost::shared_ptr<PropertyMap> pStyleProperties );
- void PopStyleSheetProperties();
+ void PushStyleSheetProperties( ::boost::shared_ptr<PropertyMap> pStyleProperties, bool bAffectTableMngr = false );
+ void PopStyleSheetProperties( bool bAffectTableMngr = false );
void PushListProperties( ::boost::shared_ptr<PropertyMap> pListProperties );
void PopListProperties();