Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/wrtsh/
H A Dwrtsh2.cxx90 const SwPaM* pAnnotationTextRange = NULL; in Insert() local
108 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 5 milliseconds