Searched refs:nCntPos (Results 1 – 11 of 11) sorted by relevance
/aoo41x/main/sw/source/core/crsr/ |
H A D | trvlfnfl.cxx | 199 xub_StrLen nCntPos = GetPoint()->nContent.GetIndex(); in GotoNextFtnAnchor() local 203 if( CmpLE( *pTxtFtn, nNdPos, nCntPos ) ) in GotoNextFtnAnchor() 209 if( !CmpLE( *pTxtFtn, nNdPos, nCntPos ) ) in GotoNextFtnAnchor() 221 if( CmpLE( *pTxtFtn, nNdPos, nCntPos ) ) in GotoNextFtnAnchor() 258 xub_StrLen nCntPos = GetPoint()->nContent.GetIndex(); in GotoPrevFtnAnchor() local 262 if( CmpL( *pTxtFtn, nNdPos, nCntPos )) in GotoPrevFtnAnchor() 267 if( !CmpL( *pTxtFtn, nNdPos, nCntPos ) ) in GotoPrevFtnAnchor() 281 if( CmpL( *pTxtFtn, nNdPos, nCntPos )) in GotoPrevFtnAnchor()
|
H A D | callnk.cxx | 207 long SwCallLink::getLayoutFrm( const SwRootFrm* pRoot, SwTxtNode& rNd, xub_StrLen nCntPos, sal_Bool… in getLayoutFrm() argument 214 nCntPos >= pNext->GetOfst() ) in getLayoutFrm()
|
H A D | callnk.hxx | 48 …static long getLayoutFrm( const SwRootFrm*, SwTxtNode& rNd, xub_StrLen nCntPos, sal_Bool bCalcFrm …
|
/aoo41x/main/sw/source/core/tox/ |
H A D | txmsrt.cxx | 153 nPos( 0 ), nCntPos( 0 ), nType( static_cast<sal_uInt16>(nTyp) ), bValidTxt( sal_False ) in SwTOXSortTabBase() 192 nCntPos = aPos.nContent.GetIndex(); in SwTOXSortTabBase() 196 nCntPos = n; in SwTOXSortTabBase() 222 sal_Bool bRet = nPos == rCmp.nPos && nCntPos == rCmp.nCntPos && in operator ==() 261 if( nCntPos < rCmp.nCntPos ) in operator <() 264 if( nCntPos == rCmp.nCntPos ) in operator <() 302 return ::IsFrameBehind( *(SwTxtNode*)pNext, nCntPos, in operator <() 303 *(SwTxtNode*)pFirst, nCntPos ); in operator <() 843 nCntPos = *rField.GetTxtFld()->GetStart(); in SwTOXAuthority()
|
/aoo41x/main/sw/source/core/undo/ |
H A D | undobj1.cxx | 101 nCntPos ); in InsFly() 126 static_cast<SwTxtNode*>(pCNd)->InsertItem( aFmt, nCntPos, nCntPos ); in InsFly() 146 nCntPos = rAnchor.GetCntntAnchor()->nContent.GetIndex(); in InsFly() 200 nCntPos = pPos->nContent.GetIndex(); in DelFly() 204 pTxtNd->GetTxtAttrForCharAt( nCntPos, RES_TXTATR_FLYCNT ) ); in DelFly() 217 nCntPos = pPos->nContent.GetIndex(); in DelFly() 259 nCntPos = pPos->nContent.GetIndex(); in SwUndoInsLayFmt()
|
/aoo41x/main/sw/source/filter/xml/ |
H A D | xmlimp.cxx | 849 sal_uInt16 nCntPos = in endDocument() local 852 pTxtNode->GetTxt().Len() + nCntPos ); in endDocument() 857 sal_uInt16 nCntPos = in endDocument() local 860 pTxtNode->GetTxt().Len() + nCntPos ); in endDocument()
|
/aoo41x/main/sw/inc/ |
H A D | undobj.hxx | 280 xub_StrLen nCntPos; // Seite/am Absatz/im Absatz member in SwUndoFlyBase
|
/aoo41x/main/sw/source/core/inc/ |
H A D | txmsrt.hxx | 124 xub_StrLen nCntPos; member
|
/aoo41x/main/sw/source/filter/rtf/ |
H A D | swparrtf.cxx | 386 xub_StrLen nCntPos = pPam->GetBound( sal_True ).nContent.GetIndex(); in Continue() local 388 pTxtNode->GetTxt().Len() + nCntPos ); in Continue() 392 xub_StrLen nCntPos = pPam->GetBound( sal_False ).nContent.GetIndex(); in Continue() local 394 pTxtNode->GetTxt().Len() + nCntPos ); in Continue()
|
/aoo41x/main/sw/source/filter/html/ |
H A D | swhtml.cxx | 729 xub_StrLen nCntPos = pPam->GetBound( sal_True ).nContent.GetIndex(); in Continue() local 731 pTxtNode->GetTxt().Len() + nCntPos ); in Continue() 735 xub_StrLen nCntPos = pPam->GetBound( sal_False ).nContent.GetIndex(); in Continue() local 737 pTxtNode->GetTxt().Len() + nCntPos ); in Continue()
|
/aoo41x/main/sw/source/filter/ww1/ |
H A D | fltshell.cxx | 1048 sal_uInt16 nCntPos = pPos->nContent.GetIndex(); in SwFltShell() local 1049 if( nCntPos && pSttNd->GetTxt().Len() ) in SwFltShell()
|
Completed in 89 milliseconds