Searched refs:pAnnotationTextRange (Results 1 – 1 of 1) sorted by relevance
90 const SwPaM* pAnnotationTextRange = NULL; in Insert() local108 pAnnotationTextRange = new SwPaM( rStartPos, rEndPos ); in Insert()114 pAnnotationTextRange = new SwPaM( *rCurrPaM.GetPoint(), *rCurrPaM.GetMark() ); in Insert()126 if ( pAnnotationTextRange != NULL ) in Insert()131 pMarksAccess->makeAnnotationMark( *pAnnotationTextRange, ::rtl::OUString() ); in Insert()133 delete pAnnotationTextRange; in Insert()
Completed in 11 milliseconds