Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/annotations/
H A Dannotationmanager.cxx382 if( !aAnnotations.empty() ) in InsertAnnotation()
394 … for( AnnotationVector::iterator iter = aAnnotations.begin(); iter != aAnnotations.end(); iter++ ) in InsertAnnotation()
550 … for( AnnotationVector::iterator iter = aAnnotations.begin(); iter != aAnnotations.end(); iter++ ) in DeleteAnnotationsByAuthor()
581 … for( AnnotationVector::iterator iter = aAnnotations.begin(); iter != aAnnotations.end(); iter++ ) in DeleteAllAnnotations()
659 … for( AnnotationVector::iterator iter = aAnnotations.begin(); iter != aAnnotations.end(); iter++ ) in SelectNextAnnotation()
664 if( iter != aAnnotations.end() ) in SelectNextAnnotation()
673 else if( !aAnnotations.empty() ) in SelectNextAnnotation()
675 SelectAnnotation( *(aAnnotations.begin()) ); in SelectNextAnnotation()
683 … for( AnnotationVector::iterator iter = aAnnotations.begin(); iter != aAnnotations.end(); iter++ ) in SelectNextAnnotation()
687 if( iter != aAnnotations.begin() ) in SelectNextAnnotation()
[all …]
/trunk/main/sc/source/filter/xml/
H A DXMLExportIterator.cxx671 if (!aAnnotations.empty()) in Clear()
674 aAnnotations.clear(); in Clear()
745 if (!aAnnotations.empty()) in HasAnnotation()
747 ScMyExportAnnotationList::iterator aItr(aAnnotations.begin()); in HasAnnotation()
759 aAnnotations.erase(aItr); in HasAnnotation()
771 DBG_ASSERT(aAnnotations.empty(), "not all Annotations saved"); in SetCurrentTable()
800 aAnnotations.push_back(aAnnotation); in SetCurrentTable()
803 if (!aAnnotations.empty()) in SetCurrentTable()
804 aAnnotations.sort(); in SetCurrentTable()
H A DXMLExportIterator.hxx358 ScMyExportAnnotationList aAnnotations; member in ScMyNotEmptyCellsIterator

Completed in 33 milliseconds