Home
last modified time | relevance | path

Searched refs:pCntntSect (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/sw/source/core/doc/
H A Ddocredln.cxx3070 pCntntSect( 0 ) in SwRedline()
3081 pCntntSect( 0 ) in SwRedline()
3092 pCntntSect( 0 ) in SwRedline()
3101 pCntntSect( 0 ) in SwRedline()
3111 if( pCntntSect ) in ~SwRedline()
3115 GetDoc()->DeleteSection( &pCntntSect->GetNode() ); in ~SwRedline()
3116 delete pCntntSect; in ~SwRedline()
3331 if( !pCntntSect ) in MoveToSection()
3392 pCntntSect = new SwNodeIndex( *pSttNd ); in MoveToSection()
3405 if( !pCntntSect ) in CopyToSection()
[all …]
/AOO41X/main/sw/inc/
H A Dredline.hxx169 SwNodeIndex* pCntntSect; member in SwRedline
186 SwPaM( rPos ), pRedlineData( pData ), pCntntSect( 0 ), in SwRedline()
192 SwNodeIndex* GetContentIdx() const { return pCntntSect; } in GetContentIdx()