Searched refs:rNote (Results 1 – 11 of 11) sorted by relevance
/aoo42x/main/sc/source/ui/Accessibility/ |
H A D | AccessibleDocumentPagePreview.cxx | 131 void operator()(ScAccNote& rNote) in operator ()() 133 if (rNote.mpTextHelper) in operator ()() 134 DELETEZ( rNote.mpTextHelper); in operator ()() 227 if (rNote.mnParaCount > mnIndex) in operator ()() 230 mnIndex -= rNote.mnParaCount; in operator ()() 284 if (maPoint.IsInside(rNote.maRect)) in operator ()() 331 if (rNote.mpTextHelper) in CollectChilds() 333 rList.push_back(rNote.mpTextHelper->GetChild(i + rNote.mpTextHelper->GetStartIndex())); in CollectChilds() 492 void operator() (const ScAccNote& rNote) in operator ()() 494 if (rNote.mpTextHelper) in operator ()() [all …]
|
/aoo42x/main/sw/source/core/text/ |
H A D | noteurl.cxx | 69 const SwURLNote &rNote = GetURLNote( i ); in FillImageMap() local 70 SwRect aSwRect( rNote.GetRect() ); in FillImageMap() 74 IMapRectangleObject aObj( aRect, rNote.GetURL(), aEmptyStr, aEmptyStr, in FillImageMap() 75 rNote.GetTarget(), aEmptyStr, sal_True, sal_False ); in FillImageMap()
|
/aoo42x/main/sc/source/core/data/ |
H A D | postit.cxx | 515 ScPostIt::ScPostIt( ScDocument& rDoc, const ScAddress& rPos, const ScPostIt& rNote ) : in ScPostIt() argument 517 maNoteData( rNote.maNoteData ) in ScPostIt() 520 CreateCaption( rPos, rNote.maNoteData.mpCaption ); in ScPostIt()
|
/aoo42x/main/vcl/source/gdi/ |
H A D | pdfwriter.cxx | 469 void PDFWriter::CreateNote( const Rectangle& rRect, const PDFNote& rNote, sal_Int32 nPageNr ) in CreateNote() argument 471 ((PDFWriterImpl*)pImplementation)->createNote( rRect, rNote, nPageNr ); in CreateNote()
|
H A D | pdfextoutdevdata.cxx | 735 void PDFExtOutDevData::CreateNote( const Rectangle& rRect, const PDFNote& rNote, sal_Int32 nPageNr ) in CreateNote() argument 740 mpGlobalSyncData->mParaPDFNotes.push_back( rNote ); in CreateNote()
|
H A D | pdfwriter_impl.cxx | 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() [all …]
|
H A D | pdfwriter_impl.hxx | 1293 void createNote( const Rectangle& rRect, const PDFNote& rNote, sal_Int32 nPageNr = -1 );
|
/aoo42x/main/sc/inc/ |
H A D | postit.hxx | 71 explicit ScPostIt( ScDocument& rDoc, const ScAddress& rPos, const ScPostIt& rNote );
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | pdfextoutdevdata.hxx | 371 void CreateNote( const Rectangle& rRect, const PDFNote& rNote, sal_Int32 nPageNr = -1 );
|
H A D | pdfwriter.hxx | 1093 void CreateNote( const Rectangle& rRect, const PDFNote& rNote, sal_Int32 nPageNr = -1 );
|
/aoo42x/main/sc/source/ui/navipi/ |
H A D | content.cxx | 1098 String lcl_NoteString( const ScPostIt& rNote ) in lcl_NoteString() argument 1100 String aText = rNote.GetText(); in lcl_NoteString()
|
Completed in 147 milliseconds