Home
last modified time | relevance | path

Searched refs:maAggregationListStyle (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/oox/inc/oox/drawingml/
H A Dtextliststyle.hxx46 … TextParagraphPropertiesVector& getAggregationListStyle() const { return maAggregationListStyle; }; in getAggregationListStyle()
47 … TextParagraphPropertiesVector& getAggregationListStyle() { return maAggregationListStyle; }; in getAggregationListStyle()
52 TextParagraphPropertiesVector maAggregationListStyle; member in oox::drawingml::TextListStyle
/AOO42X/main/oox/source/drawingml/
H A Dtextliststyle.cxx33maAggregationListStyle.push_back( TextParagraphPropertiesPtr( new TextParagraphProperties() ) ); in TextListStyle()