Home
last modified time | relevance | path

Searched refs:SetChangeComment (Results 1 – 4 of 4) sorted by relevance

/AOO42X/main/sc/source/ui/miscdlgs/
H A Dredcom.cxx138 pDocShell->SetChangeComment( pChangeAction, pDlg->GetNote()); in Execute()
164 pDocShell->SetChangeComment( pChangeAction, pDlgP->GetNote()); in IMPL_LINK()
175 pDocShell->SetChangeComment( pChangeAction, pDlgP->GetNote()); in IMPL_LINK()
/AOO42X/main/sc/source/ui/inc/
H A Ddocsh.hxx262 void SetChangeComment( ScChangeAction* pAction, const String& rComment );
/AOO42X/main/sc/source/ui/view/
H A Dtabvwsh3.cxx956 pDocSh->SetChangeComment( pAction, aComment ); in Execute()
/AOO42X/main/sc/source/ui/docshell/
H A Ddocsh3.cxx646 void ScDocShell::SetChangeComment( ScChangeAction* pAction, const String& rComment ) in SetChangeComment() function in ScDocShell