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()
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 …]
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()
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 …]
/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()