Lines Matching refs:SdrUndoAttrObj
294 void SdrUndoAttrObj::ensureStyleSheetInStyleSheetPool(SfxStyleSheetBasePool& rStyleSheetPool, SfxSt… in ensureStyleSheetInStyleSheetPool()
310 SdrUndoAttrObj::SdrUndoAttrObj(SdrObject& rNewObj, FASTBOOL bStyleSheet1, FASTBOOL bSaveText) in SdrUndoAttrObj() function in SdrUndoAttrObj
340 new SdrUndoAttrObj(*pOL->GetObj(nObjNum), bStyleSheet1)); in SdrUndoAttrObj()
365 SdrUndoAttrObj::~SdrUndoAttrObj() in ~SdrUndoAttrObj()
383 void SdrUndoAttrObj::SetRepeatAttr(const SfxItemSet& rSet) in SetRepeatAttr()
391 void SdrUndoAttrObj::Undo() in Undo()
502 void SdrUndoAttrObj::Redo() in Redo()
585 XubString SdrUndoAttrObj::GetComment() const in GetComment()
601 void SdrUndoAttrObj::SdrRepeat(SdrView& rView) in SdrRepeat()
609 bool SdrUndoAttrObj::CanSdrRepeat(SdrView& rView) const in CanSdrRepeat()
614 XubString SdrUndoAttrObj::GetSdrRepeatComment(SdrView& /*rView*/) const in GetSdrRepeatComment()
1845 …return new SdrUndoAttrObj( rObject, bStyleSheet1 ? sal_True : sal_False, bSaveText ? sal_True : sa… in CreateUndoAttrObject()