Lines Matching refs:rNote
4777 const PDFNoteEntry& rNote = m_aNotes[i]; in emitNoteAnnotations() local
4778 if( ! updateObject( rNote.m_nObject ) ) in emitNoteAnnotations()
4782 aLine.append( rNote.m_nObject ); in emitNoteAnnotations()
4791 appendFixedInt( rNote.m_aRect.Left(), aLine ); in emitNoteAnnotations()
4793 appendFixedInt( rNote.m_aRect.Top(), aLine ); in emitNoteAnnotations()
4795 appendFixedInt( rNote.m_aRect.Right(), aLine ); in emitNoteAnnotations()
4797 appendFixedInt( rNote.m_aRect.Bottom(), aLine ); in emitNoteAnnotations()
4802 appendUnicodeTextStringEncrypt( rNote.m_aContents.Contents, rNote.m_nObject, aLine ); in emitNoteAnnotations()
4806 if( rNote.m_aContents.Title.Len() ) in emitNoteAnnotations()
4809 appendUnicodeTextStringEncrypt( rNote.m_aContents.Title, rNote.m_nObject, aLine ); in emitNoteAnnotations()
10828 void PDFWriterImpl::createNote( const Rectangle& rRect, const PDFNote& rNote, sal_Int32 nPageNr ) in createNote() argument
10838 m_aNotes.back().m_aContents = rNote; in createNote()