Searched refs:nCntIdx (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/sw/source/core/doc/ |
H A D | doccorr.cxx | 110 const xub_StrLen nCntIdx) in lcl_PaMCorrRel1() argument 118 nCntIdx + (pPam)->GetBound(sal_Bool(nb)).nContent.GetIndex()); in lcl_PaMCorrRel1() 280 xub_StrLen nCntIdx = rNewPos.nContent.GetIndex() + nOffset; in PaMCorrRel() local 289 lcl_PaMCorrRel1( _pStkCrsr, pOldNode, aNewPos, nCntIdx ); in PaMCorrRel() 294 lcl_PaMCorrRel1( PCURCRSR, pOldNode, aNewPos, nCntIdx); in PaMCorrRel() 298 lcl_PaMCorrRel1( PCURSH->GetTblCrs(), pOldNode, aNewPos, nCntIdx ); in PaMCorrRel() 307 lcl_PaMCorrRel1( PCURCRSR, pOldNode, aNewPos, nCntIdx ); in PaMCorrRel() 315 lcl_PaMCorrRel1( PCURCRSR, pOldNode, aNewPos, nCntIdx ); in PaMCorrRel()
|
H A D | ftnidx.cxx | 44 xub_StrLen nCntIdx = *rSrch->GetStart(); in _SV_IMPL_SORTAR_ALG() local 54 if( nFndIdx == nIdx && *(*this)[ nM ]->GetStart() == nCntIdx ) in _SV_IMPL_SORTAR_ALG() 61 (nFndIdx == nIdx && *(*this)[ nM ]->GetStart() < nCntIdx )) in _SV_IMPL_SORTAR_ALG()
|
H A D | docbm.cxx | 1154 xub_StrLen nCntIdx = rPos.nContent.GetIndex(); in lcl_RelativePosition() local 1155 if( nCntIdx < nCntnt ) in lcl_RelativePosition() 1157 else if( nCntIdx == nCntnt ) in lcl_RelativePosition()
|
H A D | doclay.cxx | 723 xub_StrLen nCntIdx = rAnchPos.nContent.GetIndex(); in _MakeFlySection() local 725 new SwUndoInsLayFmt( pFmt, nNodeIdx, nCntIdx )); in _MakeFlySection()
|
/aoo42x/main/sw/source/core/undo/ |
H A D | undobj1.cxx | 238 SwUndoInsLayFmt::SwUndoInsLayFmt( SwFrmFmt* pFormat, sal_uLong nNodeIdx, xub_StrLen nCntIdx ) in SwUndoInsLayFmt() argument 241 mnCrsrSaveIndexPara( nNodeIdx ), mnCrsrSaveIndexPos( nCntIdx ) in SwUndoInsLayFmt()
|
H A D | undobj.cxx | 444 xub_StrLen nCntIdx, SwPosition& rInsPos, in MoveFromUndoNds() argument 476 aPaM.GetPoint()->nContent.Assign( aPaM.GetCntntNode(), nCntIdx ); in MoveFromUndoNds()
|
/aoo42x/main/sw/inc/ |
H A D | undobj.hxx | 302 SwUndoInsLayFmt( SwFrmFmt* pFormat, sal_uLong nNodeIdx, xub_StrLen nCntIdx );
|
Completed in 52 milliseconds