Searched refs:GetCharPos (Results 1 – 10 of 10) sorted by relevance
/aoo4110/main/sw/source/core/inc/ |
H A D | frminf.hxx | 57 SwTwips GetCharPos( xub_StrLen nChar, sal_Bool bCenter = sal_True ) const;
|
/aoo4110/main/sw/source/core/text/ |
H A D | frminf.cxx | 153 SwTwips SwTxtFrmInfo::GetCharPos( xub_StrLen nChar, sal_Bool bCenter ) const in GetCharPos() function in SwTxtFrmInfo
|
/aoo4110/main/vcl/inc/vcl/ |
H A D | edit.hxx | 233 xub_StrLen GetCharPos( const Point& rWindowPos ) const;
|
/aoo4110/main/svtools/source/edit/ |
H A D | textview.cxx | 1621 sal_uInt16 nCharPos = mpImpl->mpTextEngine->GetCharPos( rPaM.GetPara(), nLine-1, nX ); in CursorUp() 1635 sal_uInt16 nCharPos = mpImpl->mpTextEngine->GetCharPos( aPaM.GetPara(), nL, nX+1 ); in CursorUp() 1659 sal_uInt16 nCharPos = mpImpl->mpTextEngine->GetCharPos( rPaM.GetPara(), nLine+1, nX ); in CursorDown() 1671 sal_uInt16 nCharPos = mpImpl->mpTextEngine->GetCharPos( aPaM.GetPara(), 0, nX+1 ); in CursorDown()
|
H A D | texteng.cxx | 1195 nCurIndex = GetCharPos( nPortion, nLine, rPosInPara.X(), bSmart ); in ImpFindIndex() 1207 sal_uInt16 TextEngine::GetCharPos( sal_uLong nPortion, sal_uInt16 nLine, long nXPos, sal_Bool ) in GetCharPos() function in TextEngine
|
/aoo4110/main/svtools/inc/svtools/ |
H A D | texteng.hxx | 204 …sal_uInt16 GetCharPos( sal_uLong nPara, sal_uInt16 nLine, long nDocPosX, sal_Bool bSmart = sal_…
|
/aoo4110/main/sw/source/core/edit/ |
H A D | autofmt.cxx | 682 aPosArr.Insert( static_cast<sal_uInt16>(aInfo.GetCharPos(n)), aPosArr.Count() ); in DoTable() 1461 nLeftTxtPos = aInfo.GetCharPos( static_cast<xub_StrLen>(pTxt - pSav) ); in BuildEnum()
|
/aoo4110/main/extensions/source/propctrlr/ |
H A D | standardcontrol.cxx | 401 xub_StrLen nPos = GetCharPos( _rWindowPos ); in impl_textHitTest()
|
/aoo4110/main/vcl/source/control/ |
H A D | edit.cxx | 2925 xub_StrLen Edit::GetCharPos( const Point& rWindowPos ) const in GetCharPos() function in Edit
|
/aoo4110/main/sw/source/core/docnode/ |
H A D | ndtbl.cxx | 963 aFInfo.GetCharPos( nChPos+1, sal_False )), in TextToTable()
|
Completed in 94 milliseconds