Searched refs:AnnotationVector (Results 1 – 6 of 6) sorted by relevance
47 AnnotationEnumeration( const AnnotationVector& rAnnotations );59 AnnotationVector maAnnotations;60 AnnotationVector::iterator maIter;63 Reference< XAnnotationEnumeration > createAnnotationEnumeration( const sd::AnnotationVector& rAnnot… in createAnnotationEnumeration()68 AnnotationEnumeration::AnnotationEnumeration( const AnnotationVector& rAnnotations ) in AnnotationEnumeration()
373 const AnnotationVector& rVec = pPage->getAnnotations(); in UndoInsertOrRemoveAnnotation()374 for( AnnotationVector::const_iterator iter = rVec.begin(); iter != rVec.end(); iter++ ) in UndoInsertOrRemoveAnnotation()
381 AnnotationVector aAnnotations( pPage->getAnnotations() ); in InsertAnnotation()394 … for( AnnotationVector::iterator iter = aAnnotations.begin(); iter != aAnnotations.end(); iter++ ) in InsertAnnotation()549 AnnotationVector aAnnotations( pPage->getAnnotations() ); in DeleteAnnotationsByAuthor()550 … for( AnnotationVector::iterator iter = aAnnotations.begin(); iter != aAnnotations.end(); iter++ ) in DeleteAnnotationsByAuthor()580 AnnotationVector aAnnotations( pPage->getAnnotations() ); in DeleteAllAnnotations()581 … for( AnnotationVector::iterator iter = aAnnotations.begin(); iter != aAnnotations.end(); iter++ ) in DeleteAllAnnotations()653 AnnotationVector aAnnotations( pPage->getAnnotations() ); in SelectNextAnnotation()659 … for( AnnotationVector::iterator iter = aAnnotations.begin(); iter != aAnnotations.end(); iter++ ) in SelectNextAnnotation()683 … for( AnnotationVector::iterator iter = aAnnotations.begin(); iter != aAnnotations.end(); iter++ ) in SelectNextAnnotation()700 AnnotationVector::iterator iter( aAnnotations.end() ); in SelectNextAnnotation()
103 …ctor< ::com::sun::star::uno::Reference< ::com::sun::star::office::XAnnotation > > AnnotationVector; typedef148 sd::AnnotationVector maAnnotations;395 const sd::AnnotationVector& getAnnotations() const { return maAnnotations; } in getAnnotations()
634 …AnnotationVector::iterator iter = std::find( maAnnotations.begin(), maAnnotations.end(), xAnnotati… in removeAnnotation()
97 extern Reference< XAnnotationEnumeration > createAnnotationEnumeration( const sd::AnnotationVector&…
Completed in 81 milliseconds