Lines Matching refs:comment
219 String comment( (UNDO_START == eUndoId) in StartUndo() local
225 comment = pRewriter->Apply(comment); in StartUndo()
228 SdrUndoManager::EnterListAction(comment, comment, eUndoId); in StartUndo()
268 String comment = String(SW_RES(UNDO_BASE + eUndoId)); in EndUndo() local
271 comment = pRewriter->Apply(comment); in EndUndo()
273 pListAction->SetComment(comment); in EndUndo()
285 String const comment(pLastUndo->GetComment()); in EndUndo() local
286 pListAction->SetComment(comment); in EndUndo()
333 ::rtl::OUString const comment( in GetUndoComments()
335 ret.push_back(comment); in GetUndoComments()
381 ::rtl::OUString const comment( in GetRedoComments()
383 ret.push_back(comment); in GetRedoComments()
582 ::rtl::OUString const comment(pRepeatAction->GetComment()); in Repeat()
587 EnterListAction(comment, rcomment, nId); in Repeat()