Lines Matching refs:nOffset

82 	const xub_StrLen nOffset = rPos.nContent.GetIndex();  in GetAdjFrmAtPos()  local
87 if( nOffset < pFrmAtPos->GetOfst() && in GetAdjFrmAtPos()
90 xub_StrLen nNew = nOffset; in GetAdjFrmAtPos()
105 if( nOffset && bRightMargin ) in GetAdjFrmAtPos()
107 while( pFrmAtPos && pFrmAtPos->GetOfst() == nOffset && in GetAdjFrmAtPos()
287 xub_StrLen nOffset = rPos.nContent.GetIndex(); in GetCharRect() local
298 bRet = bRightMargin ? aLine.GetEndCharRect( &rOrig, nOffset, pCMS, nMaxY ) in GetCharRect()
299 : aLine.GetCharRect( &rOrig, nOffset, pCMS, nMaxY ); in GetCharRect()
310 pFrm->GetOfst() < nOffset && in GetCharRect()
387 xub_StrLen nOffset = rPos.nContent.GetIndex(); in GetAutoPos() local
388 SwTxtFrm* pFrm = &(const_cast<SwTxtFrm*>(this)->GetFrmAtOfst( nOffset )); in GetAutoPos()
441 if( aLine.GetCharRect( &rOrig, nOffset, &aTmpState, nMaxY ) ) in GetAutoPos()
477 xub_StrLen nOffset = _rPos.nContent.GetIndex(); in GetTopOfLine() local
479 if ( GetTxt().Len() < nOffset ) in GetTopOfLine()
495 SwTxtFrm* pFrm = &(const_cast<SwTxtFrm*>(this)->GetFrmAtOfst( nOffset )); in GetTopOfLine()
522 aLine.CharCrsrToLine( nOffset ); in GetTopOfLine()
628 xub_StrLen nOffset = aLine.GetCrsrOfst( pPos, rPoint, bChgFrm, pCMS ); in _GetCrsrOfst() local
630 if( pCMS && pCMS->eState == MV_NONE && aLine.GetEnd() == nOffset ) in _GetCrsrOfst()
638 if( STRING_LEN != nOffset ) in _GetCrsrOfst()
642 pPos->nContent.Assign( pTxtNd, nOffset ); in _GetCrsrOfst()
645 if( pTxtNd->GetTxt().Len() > nOffset || in _GetCrsrOfst()
814 sal_Bool SwTxtFrm::_UnitUp( SwPaM *pPam, const SwTwips nOffset, in _UnitUp() argument
826 return SwCntntFrm::UnitUp( pPam, nOffset, bSetInReadOnly ); in _UnitUp()
941 return pTmpPrev->SwCntntFrm::UnitUp( pPam, nOffset, bSetInReadOnly ); in _UnitUp()
946 return SwCntntFrm::UnitUp( pPam, nOffset, bSetInReadOnly ); in _UnitUp()
1209 sal_Bool SwTxtFrm::_UnitDown(SwPaM *pPam, const SwTwips nOffset, in _UnitDown() argument
1219 return SwCntntFrm::UnitDown( pPam, nOffset, bSetInReadOnly ); in _UnitDown()
1292 return pTmp->SwCntntFrm::UnitDown( pPam, nOffset, bSetInReadOnly ); in _UnitDown()
1329 return SwCntntFrm::UnitDown( pPam, nOffset, bSetInReadOnly ); in _UnitDown()
1336 sal_Bool SwTxtFrm::UnitUp(SwPaM *pPam, const SwTwips nOffset, in UnitUp() argument
1348 const sal_Bool bRet = pFrm->_UnitUp( pPam, nOffset, bSetInReadOnly ); in UnitUp()
1359 sal_Bool SwTxtFrm::UnitDown(SwPaM *pPam, const SwTwips nOffset, in UnitDown() argument
1364 const sal_Bool bRet = pFrm->_UnitDown( pPam, nOffset, bSetInReadOnly ); in UnitDown()