Searched refs:TextRunVector (Results 1 – 3 of 3) sorted by relevance
37 typedef RefVector< TextRun > TextRunVector; typedef45 inline TextRunVector& getRuns() { return maRuns; } in getRuns()46 inline const TextRunVector& getRuns() const { return maRuns; } in getRuns()68 TextRunVector maRuns;
50 const TextRunVector& rRuns) in lcl_getBulletclr()98 … for( TextRunVector::const_iterator aIt = maRuns.begin(), aEnd = maRuns.end(); aIt != aEnd; ++aIt ) in insertAt()
92 …for( TextRunVector::const_iterator aRIt = rTextPara.getRuns().begin(), aREnd = rTextPara.getRuns()… in createStringSequence()
Completed in 18 milliseconds