Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx6636 std::vector< AnnotationSortEntry > aSortedAnnots; member
6684 if( rCont.aSortedAnnots.empty() ) in sortWidgets()
6685 rCont.aSortedAnnots.reserve( m_aPages[ rWidget.m_nPage ].m_aAnnotations.size() ); in sortWidgets()
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()
6705 std::stable_sort( it->second.aSortedAnnots.begin(), it->second.aSortedAnnots.end(), aLess ); in sortWidgets()
6707 if( it->second.aSortedAnnots.size() == nAnnots) in sortWidgets()
6710 rPage.m_aAnnotations[nA] = it->second.aSortedAnnots[nA].nObject; in sortWidgets()
6717 …" %ld sorted and %ld unsorted\n", (long int)it->first, (long int)it->second.aSortedAnnots.size(… in sortWidgets()

Completed in 54 milliseconds