/aoo41x/main/vcl/os2/source/gdi/ |
H A D | os2layout.cxx | 308 int nCharPos = bIsRTL ? --j : i++; local 392 int nCharPos = mpGlyphs2Chars ? mpGlyphs2Chars[i]: i + rArgs.mnMinCharPos; local 557 int nCharPos; local
|
/aoo41x/main/vcl/inc/ |
H A D | sallayout.hxx | 121 bool GetNextPos( int* nCharPos, bool* bRTL ) in GetNextPos() 124 bool NeedFallback( int nCharPos, bool bRTL ) in NeedFallback()
|
/aoo41x/main/vcl/source/glyphs/ |
H A D | gcach_layout.cxx | 106 for( int nCharPos = -1; rArgs.GetNextPos( &nCharPos, &bRightToLeft ); ) in operator ()() local 489 int nCharPos = pCharIndices[i]; in operator ()() local
|
/aoo41x/main/vcl/aqua/source/gdi/ |
H A D | atslayout.cxx | 499 int nCharPos = nStart + mnMinCharPos; in GetNextGlyphs() local 535 const int nCharPos = mpGlyphs2Chars ? mpGlyphs2Chars[nStart] : nStart + mnMinCharPos; in GetNextGlyphs() local 562 int nCharPos; in GetNextGlyphs() local
|
/aoo41x/main/svtools/source/edit/ |
H A D | textdata.cxx | 92 sal_uInt16 TETextPortionList::FindPortion( sal_uInt16 nCharPos, sal_uInt16& nPortionStart, sal_Bool… in FindPortion()
|
H A D | textview.cxx | 1621 sal_uInt16 nCharPos = mpImpl->mpTextEngine->GetCharPos( rPaM.GetPara(), nLine-1, nX ); in CursorUp() local 1635 sal_uInt16 nCharPos = mpImpl->mpTextEngine->GetCharPos( aPaM.GetPara(), nL, nX+1 ); in CursorUp() local 1659 sal_uInt16 nCharPos = mpImpl->mpTextEngine->GetCharPos( rPaM.GetPara(), nLine+1, nX ); in CursorDown() local 1671 sal_uInt16 nCharPos = mpImpl->mpTextEngine->GetCharPos( aPaM.GetPara(), 0, nX+1 ); in CursorDown() local
|
/aoo41x/main/vcl/source/gdi/ |
H A D | sallayout.cxx | 416 bool ImplLayoutRuns::AddPos( int nCharPos, bool bRTL ) in AddPos() 511 bool ImplLayoutRuns::GetNextPos( int* nCharPos, bool* bRightToLeft ) in GetNextPos() 1174 for( int nCharPos = i = -1; rArgs.GetNextPos( &nCharPos, &bRTL ); ) in ApplyDXArray() local 1810 int nCharPos[ MAX_FALLBACK ]; in AdjustLayout() local
|
H A D | outdev3.cxx | 6101 int nCharPos = -1; in ImplGlyphFallbackLayout() local 6111 int nCharPos = -1; in ImplGlyphFallbackLayout() local 6238 int nCharPos = -1; in GetTextIsRTL() local 7856 for( int nCharPos = -1; aLayoutArgs.GetNextPos( &nCharPos, &bRTL);) in GetTextOutlines() local
|
H A D | pdfwriter_impl.cxx | 2382 for( int nCharPos = -1; rArgs.GetNextPos( &nCharPos, &bRightToLeft ); ) in LayoutText() local
|
/aoo41x/main/editeng/source/editeng/ |
H A D | editdoc2.cxx | 112 sal_uInt16 TextPortionList::FindPortion( sal_uInt16 nCharPos, sal_uInt16& nPortionStart, sal_Bool b… in FindPortion()
|
H A D | impedit3.cxx | 102 xub_StrLen nCharPos; member
|
/aoo41x/main/vcl/win/source/gdi/ |
H A D | winlayout.cxx | 365 int nCharPos = bIsRTL ? --j : i++; local 458 int nCharPos = mpGlyphs2Chars ? mpGlyphs2Chars[i]: i + rArgs.mnMinCharPos; local 625 int nCharPos; local 1901 int nCharPos = -1; // no need to determine charpos local
|
/aoo41x/main/vcl/unx/generic/gdi/ |
H A D | pspgraphics.cxx | 607 int nCharPos = -1; in LayoutText() local
|
/aoo41x/main/vcl/unx/headless/ |
H A D | svppspgraphics.cxx | 548 int nCharPos = -1; in LayoutText() local
|