Searched refs:rNoteText (Results 1 – 6 of 6) sorted by relevance
/trunk/main/sc/source/ui/inc/ |
H A D | docfunc.hxx | 97 bool SetNoteText( const ScAddress& rPos, const String& rNoteText, sal_Bool bApi ); 98 …bool ReplaceNote( const ScAddress& rPos, const String& rNoteText, const String* pAuthor…
|
H A D | viewfunc.hxx | 302 void SetNoteText( const ScAddress& rPos, const String& rNoteText ); 303 …void ReplaceNote( const ScAddress& rPos, const String& rNoteText, const String* pAuthor…
|
/trunk/main/sc/source/core/data/ |
H A D | postit.cxx | 901 ScDocument& rDoc, const ScAddress& rPos, const OUString& rNoteText, in CreateNoteFromString() argument 905 if( rNoteText.getLength() > 0 ) in CreateNoteFromString() 910 rInitData.maSimpleText = rNoteText; in CreateNoteFromString()
|
/trunk/main/sc/inc/ |
H A D | postit.hxx | 253 const ::rtl::OUString& rNoteText, bool bShown,
|
/trunk/main/sc/source/ui/view/ |
H A D | viewfunc.cxx | 2634 void ScViewFunc::SetNoteText( const ScAddress& rPos, const String& rNoteText ) in SetNoteText() argument 2636 GetViewData()->GetDocShell()->GetDocFunc().SetNoteText( rPos, rNoteText, sal_False ); in SetNoteText() 2639 void ScViewFunc::ReplaceNote( const ScAddress& rPos, const String& rNoteText, const String* pAuthor… in ReplaceNote() argument 2641 …GetViewData()->GetDocShell()->GetDocFunc().ReplaceNote( rPos, rNoteText, pAuthor, pDate, sal_False… in ReplaceNote()
|
/trunk/main/sc/source/ui/docshell/ |
H A D | docfunc.cxx | 1126 bool ScDocFunc::ReplaceNote( const ScAddress& rPos, const String& rNoteText, const String* pAuthor,… in ReplaceNote() argument 1157 … if( ScPostIt* pNewNote = ScNoteUtil::CreateNoteFromString( rDoc, rPos, rNoteText, false, true ) ) in ReplaceNote()
|
Completed in 54 milliseconds