Home
last modified time | relevance | path

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

/aoo4110/main/sd/source/core/annotations/
H A DAnnotationEnumeration.cxx59 AnnotationVector maAnnotations; member in sd::AnnotationEnumeration
69 : maAnnotations(rAnnotations) in AnnotationEnumeration()
71 maIter = maAnnotations.begin(); in AnnotationEnumeration()
77 return maIter != maAnnotations.end() ? sal_True : sal_False; in hasMoreElements()
82 if( maIter == maAnnotations.end() ) in nextElement()
/aoo4110/main/sd/source/core/
H A Dsdpage2.cxx599 if( (nIndex == -1) || (nIndex > (int)maAnnotations.size()) ) in addAnnotation()
601 maAnnotations.push_back( xAnnotation ); in addAnnotation()
605 maAnnotations.insert( maAnnotations.begin() + nIndex, xAnnotation ); in addAnnotation()
634 …AnnotationVector::iterator iter = std::find( maAnnotations.begin(), maAnnotations.end(), xAnnotati… in removeAnnotation()
635 if( iter != maAnnotations.end() ) in removeAnnotation()
636 maAnnotations.erase( iter ); in removeAnnotation()
/aoo4110/main/sd/inc/
H A Dsdpage.hxx148 sd::AnnotationVector maAnnotations; member in SdPage
395 const sd::AnnotationVector& getAnnotations() const { return maAnnotations; } in getAnnotations()
396 bool hasAnnotations() const { return !maAnnotations.empty(); } in hasAnnotations()

Completed in 26 milliseconds