Lines Matching refs:pTarget
1194 SdrTextObj* pTarget = dynamic_cast< SdrTextObj* >(pObj); in Undo() local
1196 if(!pTarget) in Undo()
1219 SdrText* pText = pTarget->getText(mnText); in Undo()
1223 pTarget->NbcSetOutlinerParaObjectForText(pText1, pText); in Undo()
1226 pTarget->SetEmptyPresObj(bEmptyPresObj); in Undo()
1227 pTarget->ActionChanged(); in Undo()
1230 if(0 != dynamic_cast< sdr::table::SdrTableObj* >(pTarget)) in Undo()
1232 pTarget->NbcAdjustTextFrameWidthAndHeight(); in Undo()
1238 pTarget->BroadcastObjectChange(); in Undo()
1244 SdrTextObj* pTarget = dynamic_cast< SdrTextObj* >(pObj); in Redo() local
1246 if(!pTarget) in Redo()
1260 SdrText* pText = pTarget->getText(mnText); in Redo()
1264 pTarget->NbcSetOutlinerParaObjectForText(pText1, pText); in Redo()
1267 pTarget->ActionChanged(); in Redo()
1270 if(0 != dynamic_cast< sdr::table::SdrTableObj* >(pTarget)) in Redo()
1272 pTarget->NbcAdjustTextFrameWidthAndHeight(); in Redo()
1278 pTarget->BroadcastObjectChange(); in Redo()