Home
last modified time | relevance | path

Searched refs:rObjDescr (Results 1 – 3 of 3) sorted by relevance

/trunk/main/svx/inc/svx/
H A Dsvdedtv.hxx209 … 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 Dsvdmodel.hxx583 …void BegUndo(const String& rComment, const String& rObjDescr, SdrRepeatFunc eFunc=SDRREPFUNC_OBJ_N…
591 void SetUndoComment(const String& rComment, const String& rObjDescr);
/trunk/main/svx/source/svdraw/
H A Dsvdmodel.cxx546 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 34 milliseconds