Searched refs:pCntIdx (Results 1 – 4 of 4) sorted by relevance
885 const SwNodeIndex* pCntIdx = rDest.GetCntnt().GetCntntIdx(); in Chainable() local886 if( !pCntIdx ) in Chainable()889 SwNodeIndex aNxtIdx( *pCntIdx, 1 ); in Chainable()894 const sal_uLong nFlySttNd = pCntIdx->GetIndex(); in Chainable()895 if( 2 != ( pCntIdx->GetNode().EndOfSectionIndex() - nFlySttNd ) || in Chainable()
252 const SwNodeIndex* pCntIdx = pFmt->GetCntnt().GetCntntIdx(); in DelLayoutFmt() local253 if (pCntIdx && !GetIDocumentUndoRedo().DoesUndo()) in DelLayoutFmt()256 SwOLENode* pOLENd = GetNodes()[ pCntIdx->GetIndex()+1 ]->GetOLENode(); in DelLayoutFmt()340 if( pCntIdx ) in DelLayoutFmt()342 SwNode *pNode = &pCntIdx->GetNode(); in DelLayoutFmt()
357 SwIndex* pCntIdx, sal_uLong* pEndNdIdx, xub_StrLen* pEndCntIdx ) in MoveToUndoNds() argument433 if( pCntIdx ) in MoveToUndoNds()437 pCntIdx->Assign( pCNd, nTmpMvCntnt ); in MoveToUndoNds()439 pCntIdx->Assign( 0, 0 ); in MoveToUndoNds()
162 SwNodeIndex* pNodeIdx = 0, SwIndex* pCntIdx = 0,
Completed in 99 milliseconds