Home
last modified time | relevance | path

Searched refs:TextParagraphPropertiesVector (Results 1 – 4 of 4) sorted by relevance

/aoo4110/main/oox/inc/oox/drawingml/
H A Dtextliststyle.hxx32 typedef RefVector< TextParagraphProperties > TextParagraphPropertiesVector; typedef
43 inline const TextParagraphPropertiesVector& getListStyle() const { return maListStyle; }; in getListStyle()
44 inline TextParagraphPropertiesVector& getListStyle() { return maListStyle; }; in getListStyle()
46 …inline const TextParagraphPropertiesVector& getAggregationListStyle() const { return maAggregation… in getAggregationListStyle()
47 …inline TextParagraphPropertiesVector& getAggregationListStyle() { return maAggregationListSt… in getAggregationListStyle()
51 TextParagraphPropertiesVector maListStyle;
52 TextParagraphPropertiesVector maAggregationListStyle;
/aoo4110/main/oox/source/drawingml/
H A Dtextliststyle.cxx41 void applyStyleList( const TextParagraphPropertiesVector& rSourceListStyle, TextParagraphProperties… in applyStyleList()
43 TextParagraphPropertiesVector::const_iterator aSourceListStyleIter( rSourceListStyle.begin() ); in applyStyleList()
44 TextParagraphPropertiesVector::iterator aDestListStyleIter( rDestListStyle.begin() ); in applyStyleList()
H A Dtextparagraph.cxx71 const TextParagraphPropertiesVector& rListStyle = rTextListStyle.getListStyle(); in insertAt()
/aoo4110/main/oox/source/ppt/
H A Dpresentationfragmenthandler.cxx62 TextParagraphPropertiesVector& rParagraphDefaulsVector( mpTextListStyle->getListStyle() ); in PresentationFragmentHandler()
63 TextParagraphPropertiesVector::iterator aParagraphDefaultIter( rParagraphDefaulsVector.begin() ); in PresentationFragmentHandler()

Completed in 44 milliseconds