Searched refs:maRuns (Results 1 – 8 of 8) sorted by relevance
419 int nIndex = maRuns.size(); in AddPos()422 int nRunPos0 = maRuns[ nIndex-2 ]; in AddPos()423 int nRunPos1 = maRuns[ nIndex-1 ]; in AddPos()428 maRuns[ nIndex-1 ] = nCharPos + !bRTL; in AddPos()439 maRuns.push_back( nCharPos + (bRTL ? 1 : 0) ); in AddPos()440 maRuns.push_back( nCharPos + (bRTL ? 0 : 1) ); in AddPos()460 maRuns.push_back( nCharPos0 ); in AddRun()461 maRuns.push_back( nCharPos1 ); in AddRun()469 if( mnRunIndex >= (int)maRuns.size() ) in PosIsInRun()472 int nMinCharPos = maRuns[ mnRunIndex+0 ]; in PosIsInRun()[all …]
6095 ImplLayoutRuns aLayoutRuns = rLayoutArgs.maRuns; in ImplGlyphFallbackLayout()6201 rLayoutArgs.maRuns, aFontSelData.mpFontData ); in ImplGlyphFallbackLayout()6224 rLayoutArgs.maRuns = aLayoutRuns; in ImplGlyphFallbackLayout()
149 RunContainer maRuns; member in sd::slidesorter::view::InsertAnimator::Implementation197 maRuns(), in Implementation()250 RunContainer::const_iterator iRun (maRuns.end()); in GetRun()254 if (maRuns.empty() && bCreate) in GetRun()255 maRuns.insert(SharedPageObjectRun(new PageObjectRun( in GetRun()260 iRun = maRuns.begin(); in GetRun()265 if (iRun == maRuns.end() && bCreate) in GetRun()272 iRun = maRuns.insert(SharedPageObjectRun(new PageObjectRun( in GetRun()277 OSL_ASSERT(iRun != maRuns.end()); in GetRun()282 if (iRun != maRuns.end()) in GetRun()[all …]
72 std::vector<int> maRuns; member in ImplLayoutRuns75 ImplLayoutRuns() { mnRunIndex = 0; maRuns.reserve(8); } in ImplLayoutRuns()77 void Clear() { maRuns.clear(); } in Clear()81 bool IsEmpty() const { return maRuns.empty(); } in IsEmpty()108 ImplLayoutRuns maRuns; member in ImplLayoutArgs120 { maRuns.ResetPos(); } in ResetPos()122 { return maRuns.GetNextPos( nCharPos, bRTL ); } in GetNextPos()
88 if ( maRuns.begin() == maRuns.end() ) in insertAt()98 … for( TextRunVector::const_iterator aIt = maRuns.begin(), aEnd = maRuns.end(); aIt != aEnd; ++aIt ) in insertAt()119 lcl_getBulletclr(bulletClr, maRuns); in insertAt()
45 inline TextRunVector& getRuns() { return maRuns; } in getRuns()46 inline const TextRunVector& getRuns() const { return maRuns; } in getRuns()47 inline void addRun( const TextRunPtr & pRun ) { maRuns.push_back( pRun ); } in addRun()68 TextRunVector maRuns; member in oox::drawingml::TextParagraph
85 …for(depth = ((rtl)? 1:0); maLayoutArgs.maRuns.GetRun(&min, &lim, &rtl); maLayoutArgs.maRuns.NextRu… in getCharProperties()
497 args.maRuns.PosIsInAnyRun(firstChar)); in append()501 if (!args.maRuns.PosIsInAnyRun(firstChar) && in append()