Home
last modified time | relevance | path

Searched defs:nCharPos (Results 1 – 14 of 14) sorted by last modified time

/trunk/main/editeng/source/editeng/
H A Deditdoc2.cxx112 sal_uInt16 TextPortionList::FindPortion( sal_uInt16 nCharPos, sal_uInt16& nPortionStart, sal_Bool b… in FindPortion()
H A Dimpedit3.cxx102 xub_StrLen nCharPos; member
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx6101 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 Dpdfwriter_impl.cxx2382 for( int nCharPos = -1; rArgs.GetNextPos( &nCharPos, &bRightToLeft ); ) in LayoutText() local
H A Dsallayout.cxx416 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
/trunk/main/vcl/aqua/source/gdi/
H A Datslayout.cxx499 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
/trunk/main/vcl/win/source/gdi/
H A Dwinlayout.cxx365 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
/trunk/main/vcl/unx/headless/
H A Dsvppspgraphics.cxx548 int nCharPos = -1; in LayoutText() local
/trunk/main/vcl/unx/generic/gdi/
H A Dpspgraphics.cxx607 int nCharPos = -1; in LayoutText() local
/trunk/main/vcl/source/glyphs/
H A Dgcach_layout.cxx106 for( int nCharPos = -1; rArgs.GetNextPos( &nCharPos, &bRightToLeft ); ) in operator ()() local
489 int nCharPos = pCharIndices[i]; in operator ()() local
/trunk/main/vcl/os2/source/gdi/
H A Dos2layout.cxx308 int nCharPos = bIsRTL ? --j : i++; local
392 int nCharPos = mpGlyphs2Chars ? mpGlyphs2Chars[i]: i + rArgs.mnMinCharPos; local
557 int nCharPos; local
/trunk/main/vcl/inc/
H A Dsallayout.hxx121 bool GetNextPos( int* nCharPos, bool* bRTL ) in GetNextPos()
124 bool NeedFallback( int nCharPos, bool bRTL ) in NeedFallback()
/trunk/main/svtools/source/edit/
H A Dtextview.cxx1625 sal_uInt16 nCharPos = mpImpl->mpTextEngine->GetCharPos( rPaM.GetPara(), nLine-1, nX ); in CursorUp() local
1639 sal_uInt16 nCharPos = mpImpl->mpTextEngine->GetCharPos( aPaM.GetPara(), nL, nX+1 ); in CursorUp() local
1663 sal_uInt16 nCharPos = mpImpl->mpTextEngine->GetCharPos( rPaM.GetPara(), nLine+1, nX ); in CursorDown() local
1675 sal_uInt16 nCharPos = mpImpl->mpTextEngine->GetCharPos( aPaM.GetPara(), 0, nX+1 ); in CursorDown() local
H A Dtextdata.cxx92 sal_uInt16 TETextPortionList::FindPortion( sal_uInt16 nCharPos, sal_uInt16& nPortionStart, sal_Bool… in FindPortion()

Completed in 174 milliseconds