Lines Matching refs:comment
210 String comment( (UNDO_START == eUndoId) in StartUndo() local
216 comment = pRewriter->Apply(comment); in StartUndo()
219 SdrUndoManager::EnterListAction(comment, comment, eUndoId); in StartUndo()
259 String comment = String(SW_RES(UNDO_BASE + eUndoId)); in EndUndo() local
262 comment = pRewriter->Apply(comment); in EndUndo()
264 pListAction->SetComment(comment); in EndUndo()
276 String const comment(pLastUndo->GetComment()); in EndUndo() local
277 pListAction->SetComment(comment); in EndUndo()
324 ::rtl::OUString const comment( in GetUndoComments()
326 ret.push_back(comment); in GetUndoComments()
372 ::rtl::OUString const comment( in GetRedoComments()
374 ret.push_back(comment); in GetRedoComments()
573 ::rtl::OUString const comment(pRepeatAction->GetComment()); in Repeat()
578 EnterListAction(comment, rcomment, nId); in Repeat()