Searched refs:maRuns (Results 1 – 10 of 10) sorted by relevance
/trunk/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()
|
/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/tokenview/ |
H A D | Line.java | 34 maRuns = new Vector<Run<TokenType>>(); in Line() 47 maRuns.add(aRun); in AddRun() 74 for (final Run<TokenType> aRun : maRuns) in Format() 139 return maRuns.iterator(); in iterator() 148 for (final Run<TokenType> aRun : maRuns) in GetRunForX() 164 for (int nIndex=0; nIndex<maRuns.size(); ++nIndex) in GetRunForOffset() 166 final Run<TokenType> aRun = maRuns.get(nIndex); in GetRunForOffset() 184 for (final Run<TokenType> aRun : maRuns) in GetRunsForOffsets() 227 return String.format("line of %d runs: %s", maRuns.size(), maRuns.toString()); in toString() 233 private final Vector<Run<TokenType>> maRuns; field in Line
|
H A D | RunRange.java | 30 maRuns = aRuns; in RunRange() 51 for (int nIndex=nFirstIndex; nIndex<maRuns.size()-eTypeList.length; ++nIndex) in FindTokens() 55 if (maRuns.get(nIndex+nInnerIndex).GetTokenType() in FindTokens() 72 return maRuns.isEmpty(); in IsEmpty() 80 return maRuns.get(nIndex); in Get() 86 private final Vector<Run<TokenType>> maRuns; field in RunRange
|
/trunk/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() 277 OSL_ASSERT(iRun != maRuns.end()); 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 …]
|
/trunk/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()
|
/trunk/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()
|
/trunk/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
|
/trunk/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 63 milliseconds