Searched refs:maRuns (Results 1 – 8 of 8) sorted by relevance
/aoo4110/main/vcl/source/gdi/ |
H A D | sallayout.cxx | 419 int nIndex = maRuns.size(); in AddPos() 422 int nRunPos0 = maRuns[ nIndex-2 ]; in AddPos() 423 int nRunPos1 = maRuns[ nIndex-1 ]; in AddPos() 460 maRuns.push_back( nCharPos0 ); in AddRun() 461 maRuns.push_back( nCharPos1 ); in AddRun() 647 maRuns.ResetPos(); in ImplLayoutArgs() 690 maRuns.Clear(); in PrepareFallback() 713 maRuns.ResetPos(); in PrepareFallback() 714 for(; maRuns.GetRun( &nMin, &nEnd, &bRTL ); maRuns.NextRun() ) in PrepareFallback() 728 maRuns.ResetPos(); in PrepareFallback() [all …]
|
H A D | outdev3.cxx | 6095 ImplLayoutRuns aLayoutRuns = rLayoutArgs.maRuns; in ImplGlyphFallbackLayout() 6201 rLayoutArgs.maRuns, aFontSelData.mpFontData ); in ImplGlyphFallbackLayout() 6224 rLayoutArgs.maRuns = aLayoutRuns; in ImplGlyphFallbackLayout()
|
/aoo4110/main/sd/source/ui/slidesorter/view/ |
H A D | SlsInsertAnimator.cxx | 149 RunContainer maRuns; member in sd::slidesorter::view::InsertAnimator::Implementation 197 maRuns(), in Implementation() 254 if (maRuns.empty() && bCreate) in GetRun() 260 iRun = maRuns.begin(); in GetRun() 265 if (iRun == maRuns.end() && bCreate) in GetRun() 282 if (iRun != maRuns.end()) in GetRun() 295 maRuns.begin(), in FindRun() 296 maRuns.end(), in FindRun() 310 maRuns.insert(pRun); in AddRun() 330 if (iRun != maRuns.end()) in RemoveRun() [all …]
|
/aoo4110/main/vcl/inc/ |
H A D | sallayout.hxx | 72 std::vector<int> maRuns; member in ImplLayoutRuns 75 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 ImplLayoutArgs 120 { maRuns.ResetPos(); } in ResetPos() 122 { return maRuns.GetNextPos( nCharPos, bRTL ); } in GetNextPos()
|
/aoo4110/main/oox/source/drawingml/ |
H A D | textparagraph.cxx | 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()
|
/aoo4110/main/oox/inc/oox/drawingml/ |
H A D | textparagraph.hxx | 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
|
/aoo4110/main/vcl/source/glyphs/ |
H A D | graphite_textsrc.cxx | 85 …for(depth = ((rtl)? 1:0); maLayoutArgs.maRuns.GetRun(&min, &lim, &rtl); maLayoutArgs.maRuns.NextRu… in getCharProperties()
|
H A D | graphite_layout.cxx | 497 args.maRuns.PosIsInAnyRun(firstChar)); in append() 501 if (!args.maRuns.PosIsInAnyRun(firstChar) && in append()
|
Completed in 91 milliseconds