Searched refs:maAnnotations (Results 1 – 3 of 3) sorted by relevance
59 AnnotationVector maAnnotations; member in sd::AnnotationEnumeration69 : 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()
599 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()
148 sd::AnnotationVector maAnnotations; member in SdPage395 const sd::AnnotationVector& getAnnotations() const { return maAnnotations; } in getAnnotations()396 bool hasAnnotations() const { return !maAnnotations.empty(); } in hasAnnotations()
Completed in 18 milliseconds