Home
last modified time | relevance | path

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

/trunk/main/writerfilter/source/doctok/
H A DWW8DocumentImpl.cxx387 mpAnnotationHelper = XNoteHelper<WW8ATRD>::Pointer_t in WW8DocumentImpl()
391 mpAnnotationHelper->init(); in WW8DocumentImpl()
561 mpAnnotationHelper = rSrc.mpAnnotationHelper; in Assign()
890 (mpAnnotationHelper->getRef(rCpAndFc)); in getProperties()
1203 return mpAnnotationHelper.get() != NULL ? in getAnnotationCount()
1204 mpAnnotationHelper->getCount() : 0; in getAnnotationCount()
1213 pResult = mpAnnotationHelper->get(nPos); in getAnnotation()
1224 pResult = mpAnnotationHelper->get(rCpAndFc); in getAnnotation()
H A DWW8DocumentImpl.hxx314 XNoteHelper<WW8ATRD>::Pointer_t mpAnnotationHelper; member in writerfilter::doctok::WW8DocumentImpl