Searched refs:nAnnots (Results 1 – 1 of 1) sorted by relevance
1238 int nAnnots = m_aAnnotations.size(); in emit() local1239 if( nAnnots > 0 ) in emit()1242 for( int i = 0; i < nAnnots; i++ ) in emit()4553 int nAnnots = m_aLinks.size(); in emitLinkAnnotations() local4554 for( int i = 0; i < nAnnots; i++ ) in emitLinkAnnotations()4774 int nAnnots = m_aNotes.size(); in emitNoteAnnotations() local4775 for( int i = 0; i < nAnnots; i++ ) in emitNoteAnnotations()5468 int nAnnots = m_aWidgets.size(); in emitWidgetAnnotations() local5469 for( int a = 0; a < nAnnots; a++ ) in emitWidgetAnnotations()6700 for( unsigned int nA = 0; nA < nAnnots; nA++ ) in sortWidgets()[all …]
Completed in 71 milliseconds