Home
last modified time | relevance | path

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

/aoo42x/main/oox/inc/oox/drawingml/
H A Dtextparagraph.hxx37 typedef RefVector< TextRun > TextRunVector; typedef
45 inline TextRunVector& getRuns() { return maRuns; } in getRuns()
46 inline const TextRunVector& getRuns() const { return maRuns; } in getRuns()
68 TextRunVector maRuns;
/aoo42x/main/oox/source/drawingml/
H A Dtextparagraph.cxx50 const TextRunVector& rRuns) in lcl_getBulletclr()
98 … for( TextRunVector::const_iterator aIt = maRuns.begin(), aEnd = maRuns.end(); aIt != aEnd; ++aIt ) in insertAt()
/aoo42x/main/oox/source/drawingml/chart/
H A Dtitleconverter.cxx92 …for( TextRunVector::const_iterator aRIt = rTextPara.getRuns().begin(), aREnd = rTextPara.getRuns()… in createStringSequence()

Completed in 10 milliseconds