Searched refs:m_aNotes (Results 1 – 2 of 2) sorted by relevance
4774 int nAnnots = m_aNotes.size(); in emitNoteAnnotations()4777 const PDFNoteEntry& rNote = m_aNotes[i]; in emitNoteAnnotations()10836 m_aNotes.push_back( PDFNoteEntry() ); in createNote()10837 m_aNotes.back().m_nObject = createObject(); in createNote()10838 m_aNotes.back().m_aContents = rNote; in createNote()10839 m_aNotes.back().m_aRect = rRect; in createNote()10841 m_aPages[nPageNr].convertRect( m_aNotes.back().m_aRect ); in createNote()10844 m_aPages[ nPageNr ].m_aAnnotations.push_back( m_aNotes.back().m_nObject ); in createNote()
632 std::vector<PDFNoteEntry> m_aNotes; member in vcl::PDFWriterImpl
Completed in 85 milliseconds