Searched refs:TextListStyle (Results 1 – 11 of 11) sorted by relevance
/aoo41x/main/oox/source/drawingml/ |
H A D | textliststyle.cxx | 28 TextListStyle::TextListStyle() in TextListStyle() function in oox::drawingml::TextListStyle 37 TextListStyle::~TextListStyle() in ~TextListStyle() 58 void TextListStyle::apply( const TextListStyle& rTextListStyle ) in apply()
|
H A D | textbody.cxx | 59 TextListStyle aCombinedTextStyle; in insertAt()
|
H A D | shape.cxx | 74 , mpMasterTextListStyle( new TextListStyle ) in Shape() 195 …mpMasterTextListStyle = TextListStylePtr( new TextListStyle( *rReferencedShape.mpMasterTextListSty… in applyShapeReference()
|
H A D | textliststylecontext.cxx | 38 TextListStyleContext::TextListStyleContext( ContextHandler& rParent, TextListStyle& rTextListStyle ) in TextListStyleContext()
|
H A D | textparagraph.cxx | 64 const TextListStyle& rTextListStyle, bool bFirst) const in insertAt()
|
/aoo41x/main/oox/inc/oox/drawingml/ |
H A D | textliststyle.hxx | 34 class TextListStyle class 38 TextListStyle(); 39 ~TextListStyle(); 41 void apply( const TextListStyle& rTextListStyle ); 55 typedef boost::shared_ptr< TextListStyle > TextListStylePtr;
|
H A D | textbody.hxx | 51 inline const TextListStyle& getTextListStyle() const { return maTextListStyle; } in getTextListStyle() 52 inline TextListStyle& getTextListStyle() { return maTextListStyle; } in getTextListStyle() 67 TextListStyle maTextListStyle;
|
H A D | textliststylecontext.hxx | 35 TextListStyleContext( ::oox::core::ContextHandler& rParent, TextListStyle& rTextListStyle ); 42 TextListStyle& mrTextListStyle;
|
H A D | textparagraph.hxx | 62 const TextListStyle& rTextListStyle,
|
/aoo41x/main/oox/source/ppt/ |
H A D | slidepersist.cxx | 58 , maTitleTextStylePtr( new oox::drawingml::TextListStyle ) in SlidePersist() 59 , maBodyTextStylePtr( new oox::drawingml::TextListStyle ) in SlidePersist() 60 , maNotesTextStylePtr( new oox::drawingml::TextListStyle ) in SlidePersist() 61 , maOtherTextStylePtr( new oox::drawingml::TextListStyle ) in SlidePersist()
|
H A D | presentationfragmenthandler.cxx | 60 , mpTextListStyle( new TextListStyle ) in PresentationFragmentHandler()
|
Completed in 46 milliseconds