Lines Matching refs:drawingml

64 					oox::drawingml::ShapePtr pShapesPtr, const ::oox::drawingml::TextListStylePtr & );
78 void setTheme( const oox::drawingml::ThemePtr pThemePtr ){ mpThemePtr = pThemePtr; } in setTheme()
79 oox::drawingml::ThemePtr getTheme() const { return mpThemePtr; } in getTheme()
81 …void setClrScheme( const oox::drawingml::ClrSchemePtr pClrSchemePtr ){ mpClrSchemePtr = pClrScheme… in setClrScheme()
82 oox::drawingml::ClrSchemePtr getClrScheme() const { return mpClrSchemePtr; } in getClrScheme()
84 void setClrMap( const oox::drawingml::ClrMapPtr pClrMapPtr ){ mpClrMapPtr = pClrMapPtr; } in setClrMap()
85 oox::drawingml::ClrMapPtr getClrMap() const { return mpClrMapPtr; } in getClrMap()
87 …void setBackgroundProperties( const oox::drawingml::FillPropertiesPtr pFillPropertiesPtr ){ mpBack… in setBackgroundProperties()
88 …oox::drawingml::FillPropertiesPtr getBackgroundProperties() const { return mpBackgroundPropertiesP… in getBackgroundProperties()
89 oox::drawingml::Color& getBackgroundColor() { return maBackgroundColor; } in getBackgroundColor()
98 oox::drawingml::TextListStylePtr getDefaultTextStyle() const { return maDefaultTextStylePtr; } in getDefaultTextStyle()
99 oox::drawingml::TextListStylePtr getTitleTextStyle() const { return maTitleTextStylePtr; } in getTitleTextStyle()
100 oox::drawingml::TextListStylePtr getBodyTextStyle() const { return maBodyTextStylePtr; } in getBodyTextStyle()
101 oox::drawingml::TextListStylePtr getNotesTextStyle() const { return maNotesTextStylePtr; } in getNotesTextStyle()
102 oox::drawingml::TextListStylePtr getOtherTextStyle() const { return maOtherTextStylePtr; } in getOtherTextStyle()
104 oox::drawingml::ShapePtr getShapes() { return maShapesPtr; } in getShapes()
115 ::oox::drawingml::ShapePtr getShape( const ::rtl::OUString & id ) { return maShapeMap[ id ]; } in getShape()
116 ::oox::drawingml::ShapeIdMap& getShapeMap() { return maShapeMap; } in getShapeMap()
123 oox::drawingml::ThemePtr mpThemePtr; // the theme that is used
124 oox::drawingml::ClrSchemePtr mpClrSchemePtr; // the local color scheme (if any)
125 oox::drawingml::ClrMapPtr mpClrMapPtr; // color mapping (if any)
128 oox::drawingml::ShapePtr maShapesPtr;
129 oox::drawingml::Color maBackgroundColor;
130 oox::drawingml::FillPropertiesPtr mpBackgroundPropertiesPtr;
138 oox::drawingml::TextListStylePtr maDefaultTextStylePtr;
139 oox::drawingml::TextListStylePtr maTitleTextStylePtr;
140 oox::drawingml::TextListStylePtr maBodyTextStylePtr;
141 oox::drawingml::TextListStylePtr maNotesTextStylePtr;
142 oox::drawingml::TextListStylePtr maOtherTextStylePtr;
145 std::map< ::rtl::OUString, ::oox::drawingml::ShapePtr > maShapeMap;