Home
last modified time | relevance | path

Searched refs:pCntIdx (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sw/source/core/doc/
H A Ddocfly.cxx943 const SwNodeIndex* pCntIdx = rDest.GetCntnt().GetCntntIdx(); in Chainable() local
944 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()
H A Ddoclay.cxx244 const SwNodeIndex* pCntIdx = pFmt->GetCntnt().GetCntntIdx(); in DelLayoutFmt() local
245 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()
/trunk/main/sw/source/core/undo/
H A Dundobj.cxx357 SwIndex* pCntIdx, sal_uLong* pEndNdIdx, xub_StrLen* pEndCntIdx ) in MoveToUndoNds() argument
433 if( pCntIdx ) in MoveToUndoNds()
437 pCntIdx->Assign( pCNd, nTmpMvCntnt ); in MoveToUndoNds()
439 pCntIdx->Assign( 0, 0 ); in MoveToUndoNds()
/trunk/main/sw/inc/
H A Dundobj.hxx162 SwNodeIndex* pNodeIdx = 0, SwIndex* pCntIdx = 0,

Completed in 34 milliseconds