Searched refs:rNotes (Results 1 – 4 of 4) sorted by relevance
101 void setNotes( const rtl::OUString& rNotes ) { maNotes = rNotes; } in setNotes() argument
110 …const ScPreviewLocationData& rData, const Rectangle& rVisRect, sal_Bool bMark, ScAccNotes& rNotes);164 …(const ScPreviewLocationData& rData, const Rectangle& rVisRect, sal_Bool bMark, ScAccNotes& rNotes) in AddNotes() argument168 rNotes.reserve(nCount); in AddNotes()196 rNotes.push_back(aNote); in AddNotes()
352 XclExpComments( SCTAB nTab, XclExpNoteList& rNotes );
1102 XclExpComments::XclExpComments( SCTAB nTab, XclExpRecordList< XclExpNote >& rNotes ) in XclExpComments() argument1103 : mnTab( nTab ), mrNotes( rNotes ) in XclExpComments()
Completed in 39 milliseconds