Home
last modified time | relevance | path

Searched refs:maRuns (Results 1 – 8 of 8) sorted by relevance

/aoo41x/main/vcl/source/gdi/
H A Dsallayout.cxx419 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 Doutdev3.cxx6095 ImplLayoutRuns aLayoutRuns = rLayoutArgs.maRuns; in ImplGlyphFallbackLayout()
6201 rLayoutArgs.maRuns, aFontSelData.mpFontData ); in ImplGlyphFallbackLayout()
6224 rLayoutArgs.maRuns = aLayoutRuns; in ImplGlyphFallbackLayout()
/aoo41x/main/sd/source/ui/slidesorter/view/
H A DSlsInsertAnimator.cxx149 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 …]
/aoo41x/main/vcl/inc/
H A Dsallayout.hxx72 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()
/aoo41x/main/oox/source/drawingml/
H A Dtextparagraph.cxx88 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()
/aoo41x/main/oox/inc/oox/drawingml/
H A Dtextparagraph.hxx45 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
/aoo41x/main/vcl/source/glyphs/
H A Dgraphite_textsrc.cxx85 …for(depth = ((rtl)? 1:0); maLayoutArgs.maRuns.GetRun(&min, &lim, &rtl); maLayoutArgs.maRuns.NextRu… in getCharProperties()
H A Dgraphite_layout.cxx497 args.maRuns.PosIsInAnyRun(firstChar)); in append()
501 if (!args.maRuns.PosIsInAnyRun(firstChar) && in append()

Completed in 80 milliseconds