Lines Matching refs:SdrUndoAttrObj
297 void SdrUndoAttrObj::ensureStyleSheetInStyleSheetPool(SfxStyleSheetBasePool& rStyleSheetPool, SfxSt… in ensureStyleSheetInStyleSheetPool()
313 SdrUndoAttrObj::SdrUndoAttrObj(SdrObject& rNewObj, FASTBOOL bStyleSheet1, FASTBOOL bSaveText) in SdrUndoAttrObj() function in SdrUndoAttrObj
343 new SdrUndoAttrObj(*pOL->GetObj(nObjNum), bStyleSheet1)); in SdrUndoAttrObj()
368 SdrUndoAttrObj::~SdrUndoAttrObj() in ~SdrUndoAttrObj()
386 void SdrUndoAttrObj::SetRepeatAttr(const SfxItemSet& rSet) in SetRepeatAttr()
394 void SdrUndoAttrObj::Undo() in Undo()
505 void SdrUndoAttrObj::Redo() in Redo()
588 XubString SdrUndoAttrObj::GetComment() const in GetComment()
604 void SdrUndoAttrObj::SdrRepeat(SdrView& rView) in SdrRepeat()
612 bool SdrUndoAttrObj::CanSdrRepeat(SdrView& rView) const in CanSdrRepeat()
617 XubString SdrUndoAttrObj::GetSdrRepeatComment(SdrView& /*rView*/) const in GetSdrRepeatComment()
1891 …return new SdrUndoAttrObj( rObject, bStyleSheet1 ? sal_True : sal_False, bSaveText ? sal_True : sa… in CreateUndoAttrObject()