Home
last modified time | relevance | path

Searched refs:TextParagraphVector (Results 1 – 3 of 3) sorted by relevance

/trunk/main/oox/inc/oox/drawingml/
H A Dtextbody.hxx40 typedef RefVector< TextParagraph > TextParagraphVector; typedef
48 inline const TextParagraphVector& getParagraphs() const { return maParagraphs; } in getParagraphs()
65 TextParagraphVector maParagraphs;
/trunk/main/oox/source/drawingml/chart/
H A Dtitleconverter.cxx87 const TextParagraphVector& rTextParas = mrModel.mxTextBody->getParagraphs(); in createStringSequence()
88 …for( TextParagraphVector::const_iterator aPIt = rTextParas.begin(), aPEnd = rTextParas.end(); aPIt… in createStringSequence()
/trunk/main/oox/source/drawingml/
H A Dtextbody.cxx63 …for( TextParagraphVector::const_iterator aBeg = maParagraphs.begin(), aIt = aBeg, aEnd = maParagra… in insertAt()

Completed in 16 milliseconds