Searched refs:pContentIndex (Results 1 – 1 of 1) sorted by relevance
238 SwNodeIndex* pContentIndex; member in RedlineInfo255 pContentIndex(NULL), in RedlineInfo()263 delete pContentIndex; in ~RedlineInfo()503 aFind->second->pContentIndex = new SwNodeIndex(aIndex); in CreateRedlineTextSection()651 if( !aPaM.HasMark() && (pRedlineInfo->pContentIndex == NULL) ) in InsertIntoDocument()668 if( bIgnoreRedlines && pRedlineInfo->pContentIndex != NULL ) in InsertIntoDocument()670 SwNodeIndex aIdx( *pRedlineInfo->pContentIndex ); in InsertIntoDocument()699 if (NULL != pRedlineInfo->pContentIndex) in InsertIntoDocument()702 if( nPoint < pRedlineInfo->pContentIndex->GetIndex() || in InsertIntoDocument()703 nPoint > pRedlineInfo->pContentIndex->GetNode().EndOfSectionIndex() ) in InsertIntoDocument()[all …]
Completed in 17 milliseconds