Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/core/doc/
H A Ddocfly.cxx885 const SwNodeIndex* pCntIdx = rDest.GetCntnt().GetCntntIdx(); in Chainable() local
886 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()
H A Ddoclay.cxx252 const SwNodeIndex* pCntIdx = pFmt->GetCntnt().GetCntntIdx(); in DelLayoutFmt() local
253 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()
/aoo41x/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()
/aoo41x/main/sw/inc/
H A Dundobj.hxx162 SwNodeIndex* pNodeIdx = 0, SwIndex* pCntIdx = 0,

Completed in 32 milliseconds