Searched refs:pCntIdx (Results 1 – 4 of 4) sorted by relevance
943 const SwNodeIndex* pCntIdx = rDest.GetCntnt().GetCntntIdx(); in Chainable() local944 if( !pCntIdx ) in Chainable()947 SwNodeIndex aNxtIdx( *pCntIdx, 1 ); in Chainable()952 const sal_uLong nFlySttNd = pCntIdx->GetIndex(); in Chainable()953 if( 2 != ( pCntIdx->GetNode().EndOfSectionIndex() - nFlySttNd ) || in Chainable()
244 const SwNodeIndex* pCntIdx = pFmt->GetCntnt().GetCntntIdx(); in DelLayoutFmt() local245 if (pCntIdx && !GetIDocumentUndoRedo().DoesUndo()) in DelLayoutFmt()248 SwOLENode* pOLENd = GetNodes()[ pCntIdx->GetIndex()+1 ]->GetOLENode(); in DelLayoutFmt()332 if( pCntIdx ) in DelLayoutFmt()334 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 57 milliseconds