Home
last modified time | relevance | path

Searched refs:rNoteText (Results 1 – 6 of 6) sorted by path

/trunk/main/sc/inc/
H A Dpostit.hxx253 const ::rtl::OUString& rNoteText, bool bShown,
/trunk/main/sc/source/core/data/
H A Dpostit.cxx901 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/source/ui/docshell/
H A Ddocfunc.cxx1126 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()
/trunk/main/sc/source/ui/inc/
H A Ddocfunc.hxx97 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 Dviewfunc.hxx302 void SetNoteText( const ScAddress& rPos, const String& rNoteText );
303 …void ReplaceNote( const ScAddress& rPos, const String& rNoteText, const String* pAuthor…
/trunk/main/sc/source/ui/view/
H A Dviewfunc.cxx2634 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()

Completed in 57 milliseconds