Searched refs:AnnotationSortEntry (Results 1 – 1 of 1) sorted by relevance
6620 struct AnnotationSortEntry struct6626 AnnotationSortEntry( sal_Int32 nTab, sal_Int32 nObj, sal_Int32 nI ) : in AnnotationSortEntry() function6636 std::vector< AnnotationSortEntry > aSortedAnnots;6645 bool operator()( const AnnotationSortEntry& rLeft, const AnnotationSortEntry& rRight ) in operator ()()6691 …rCont.aSortedAnnots.push_back( AnnotationSortEntry( rWidget.m_nTabOrder, rWidget.m_nObject, nW ) ); in sortWidgets()6702 … it->second.aSortedAnnots.push_back( AnnotationSortEntry( 10000, rPage.m_aAnnotations[nA], -1 ) ); in sortWidgets()
Completed in 504 milliseconds