Searched refs:m_aAnnotations (Results 1 – 2 of 2) sorted by relevance
1238 int nAnnots = m_aAnnotations.size(); in emit()1244 aLine.append( m_aAnnotations[i] ); in emit()6685 rCont.aSortedAnnots.reserve( m_aPages[ rWidget.m_nPage ].m_aAnnotations.size() ); in sortWidgets()6699 unsigned int nAnnots = rPage.m_aAnnotations.size(); in sortWidgets()6701 if( it->second.aObjects.find( rPage.m_aAnnotations[nA] ) == it->second.aObjects.end()) in sortWidgets()6702 … it->second.aSortedAnnots.push_back( AnnotationSortEntry( 10000, rPage.m_aAnnotations[nA], -1 ) ); in sortWidgets()6710 rPage.m_aAnnotations[nA] = it->second.aSortedAnnots[nA].nObject; in sortWidgets()10844 m_aPages[ nPageNr ].m_aAnnotations.push_back( m_aNotes.back().m_nObject ); in createNote()10865 m_aPages[ nPageNr ].m_aAnnotations.push_back( m_aLinks.back().m_nObject ); in createLink()12100 m_aPages[ nPageNr ].m_aAnnotations.push_back( rNewWidget.m_nObject ); in createControl()
126 std::vector<sal_Int32> m_aAnnotations; member
Completed in 72 milliseconds