Home
last modified time | relevance | path

Searched refs:rNote (Results 1 – 11 of 11) sorted by relevance

/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleDocumentPagePreview.cxx131 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 …]
/trunk/main/sw/source/core/text/
H A Dnoteurl.cxx69 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()
/trunk/main/sc/source/core/data/
H A Dpostit.cxx515 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()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter.cxx469 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 Dpdfextoutdevdata.cxx735 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 Dpdfwriter_impl.cxx4777 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 Dpdfwriter_impl.hxx1293 void createNote( const Rectangle& rRect, const PDFNote& rNote, sal_Int32 nPageNr = -1 );
/trunk/main/sc/inc/
H A Dpostit.hxx71 explicit ScPostIt( ScDocument& rDoc, const ScAddress& rPos, const ScPostIt& rNote );
/trunk/main/vcl/inc/vcl/
H A Dpdfextoutdevdata.hxx371 void CreateNote( const Rectangle& rRect, const PDFNote& rNote, sal_Int32 nPageNr = -1 );
H A Dpdfwriter.hxx1093 void CreateNote( const Rectangle& rRect, const PDFNote& rNote, sal_Int32 nPageNr = -1 );
/trunk/main/sc/source/ui/navipi/
H A Dcontent.cxx1098 String lcl_NoteString( const ScPostIt& rNote ) in lcl_NoteString() argument
1100 String aText = rNote.GetText(); in lcl_NoteString()

Completed in 124 milliseconds