Searched refs:rObjDescr (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/svx/inc/svx/ |
H A D | svdedtv.hxx | 209 … String& rComment, const String& rObjDescr, SdrRepeatFunc eFunc=SDRREPFUNC_OBJ_NONE) { pMod->BegUn… in BegUndo() argument 215 …UndoComment(const String& rComment, const String& rObjDescr) { pMod->SetUndoComment(rComment,rObjD… in SetUndoComment() argument
|
H A D | svdmodel.hxx | 583 …void BegUndo(const String& rComment, const String& rObjDescr, SdrRepeatFunc eFunc=SDRREPFUNC_OBJ_N… 591 void SetUndoComment(const String& rComment, const String& rObjDescr);
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdmodel.cxx | 546 void SdrModel::BegUndo(const XubString& rComment, const XubString& rObjDescr, SdrRepeatFunc eFunc) in BegUndo() argument 551 if( aComment.Len() && rObjDescr.Len() ) in BegUndo() 554 aComment.SearchAndReplace(aSearchString, rObjDescr); in BegUndo() 566 pAktUndoGroup->SetObjDescription(rObjDescr); in BegUndo() 650 void SdrModel::SetUndoComment(const XubString& rComment, const XubString& rObjDescr) in SetUndoComment() argument 662 pAktUndoGroup->SetObjDescription(rObjDescr); in SetUndoComment()
|
Completed in 26 milliseconds