Home
last modified time | relevance | path

Searched refs:pTextRedo (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/svx/source/svdraw/
H A Dsvdundo.cxx321 pTextRedo(NULL), in SdrUndoAttrObj()
379 if(pTextRedo) in ~SdrUndoAttrObj()
380 delete pTextRedo; in ~SdrUndoAttrObj()
418 pTextRedo = pObj->GetOutlinerParaObject(); in Undo()
420 if(pTextRedo) in Undo()
421 pTextRedo = new OutlinerParaObject(*pTextRedo); in Undo()
570 if(pTextRedo) in Redo()
572 pObj->SetOutlinerParaObject(new OutlinerParaObject(*pTextRedo)); in Redo()
/aoo41x/main/svx/inc/svx/
H A Dsvdundo.hxx182 OutlinerParaObject* pTextRedo; member in SdrUndoAttrObj

Completed in 27 milliseconds