Home
last modified time | relevance | path

Searched refs:pSpecialPos (Results 1 – 5 of 5) sorted by relevance

/AOO41X/main/sw/source/core/text/
H A Ditrcrsr.cxx77 ASSERT( rCMS.pSpecialPos, "Information about special pos missing" ) in lcl_GetCharRectInsideField()
81 const sal_uInt16 nCharOfst = rCMS.pSpecialPos->nCharOfst; in lcl_GetCharRectInsideField()
535 const sal_Bool bInsideFirstField = pCMS && pCMS->pSpecialPos && in _GetCharRect()
536 ( pCMS->pSpecialPos->nLineOfst || in _GetCharRect()
538 pCMS->pSpecialPos->nExtendRange ); in _GetCharRect()
1115 if ( pCMS->pSpecialPos ) in _GetCharRect()
1204 const sal_Bool bSpecialPos = pCMS && pCMS->pSpecialPos; in GetCharRect()
1209 const sal_uInt8 nExtendRange = pCMS->pSpecialPos->nExtendRange; in GetCharRect()
1211 ASSERT( ! pCMS->pSpecialPos->nLineOfst || SP_EXTEND_RANGE_BEFORE != nExtendRange, in GetCharRect()
1219 for ( sal_uInt16 i = 0; i < pCMS->pSpecialPos->nLineOfst; i++ ) in GetCharRect()
[all …]
/AOO41X/main/sw/inc/
H A Dcrstate.hxx134 SwSpecialPos* pSpecialPos; // for positions inside fields member
168 pSpecialPos( NULL ), in SwCrsrMoveState()
189 pSpecialPos( NULL ), in SwCrsrMoveState()
/AOO41X/main/sw/source/core/crsr/
H A Dcrsrsh.cxx1762 aTmpState.pSpecialPos = &aSpecialPos; in UpdateCrsr()
3481 eTmpState.pSpecialPos = &aSpecialPos; in GetSmartTagTerm()
3501 nCurrent = eTmpState.pSpecialPos->nCharOfst; in GetSmartTagTerm()
H A Dcrstrvl.cxx1163 aTmpState.pSpecialPos = ( SwContentAtPos::SW_SMARTTAG & rCntntAtPos.eCntntAtPos ) ? in GetContentAtPos()
1216 nCurrent = aTmpState.pSpecialPos->nCharOfst; in GetContentAtPos()
/AOO41X/main/sw/source/core/access/
H A Daccpara.cxx1584 (nIndex, aSpecialPos, aMoveState.pSpecialPos ); in GetCurrentTabStop()
2682 (nIndex, aSpecialPos, aMoveState.pSpecialPos ); in getCharacterBounds()