Searched refs:pNodeIdx (Results 1 – 3 of 3) sorted by relevance
267 SwNodeIndex* pNodeIdx = pRedline->GetContentIdx(); in getPropertyValue() local268 if(pNodeIdx ) in getPropertyValue()270 if ( 1 < ( pNodeIdx->GetNode().EndOfSectionIndex() - pNodeIdx->GetNode().GetIndex() ) ) in getPropertyValue()273 uno::Reference<text::XText> xRet = new SwXRedlineText(pUnoCrsr->GetDoc(), *pNodeIdx); in getPropertyValue()391 SwNodeIndex* pNodeIdx = rRedline.GetContentIdx(); in CreateRedlineProperties() local392 if(pNodeIdx ) in CreateRedlineProperties()394 if ( 1 < ( pNodeIdx->GetNode().EndOfSectionIndex() - pNodeIdx->GetNode().GetIndex() ) ) in CreateRedlineProperties()555 SwNodeIndex* pNodeIdx = pRedline->GetContentIdx(); in getPropertyValue() local556 if( pNodeIdx ) in getPropertyValue()558 if ( 1 < ( pNodeIdx->GetNode().EndOfSectionIndex() - pNodeIdx->GetNode().GetIndex() ) ) in getPropertyValue()[all …]
356 void SwUndoSaveCntnt::MoveToUndoNds( SwPaM& rPaM, SwNodeIndex* pNodeIdx, in MoveToUndoNds() argument430 if( pNodeIdx ) in MoveToUndoNds()431 *pNodeIdx = aPos.nNode; in MoveToUndoNds()
162 SwNodeIndex* pNodeIdx = 0, SwIndex* pCntIdx = 0,
Completed in 43 milliseconds