Home
last modified time | relevance | path

Searched refs:SdrUndoAttrObj (Results 1 – 8 of 8) sorted by relevance

/trunk/main/svx/source/svdraw/
H A Dsvdundo.cxx283 void SdrUndoAttrObj::ensureStyleSheetInStyleSheetPool(SfxStyleSheetBasePool& rStyleSheetPool, SfxSt… in ensureStyleSheetInStyleSheetPool()
299 SdrUndoAttrObj::SdrUndoAttrObj(SdrObject& rNewObj, FASTBOOL bStyleSheet1, FASTBOOL bSaveText) in SdrUndoAttrObj() function in SdrUndoAttrObj
329 new SdrUndoAttrObj(*pOL->GetObj(nObjNum), bStyleSheet1)); in SdrUndoAttrObj()
354 SdrUndoAttrObj::~SdrUndoAttrObj() in ~SdrUndoAttrObj()
372 void SdrUndoAttrObj::SetRepeatAttr(const SfxItemSet& rSet) in SetRepeatAttr()
380 void SdrUndoAttrObj::Undo() in Undo()
491 void SdrUndoAttrObj::Redo() in Redo()
574 XubString SdrUndoAttrObj::GetComment() const in GetComment()
590 void SdrUndoAttrObj::SdrRepeat(SdrView& rView) in SdrRepeat()
598 bool SdrUndoAttrObj::CanSdrRepeat(SdrView& rView) const in CanSdrRepeat()
[all …]
/trunk/main/sd/source/core/undo/
H A Dundoobjects.cxx401 : SdrUndoAttrObj( rObject, bStyleSheet1 ? sal_True : sal_False, bSaveText ? sal_True : sal_False ) in UndoAttrObject()
417 SdrUndoAttrObj::Undo(); in Undo()
421 SdrUndoAttrObj::Undo(); in Undo()
436 SdrUndoAttrObj::Redo(); in Redo()
440 SdrUndoAttrObj::Redo(); in Redo()
/trunk/main/svx/inc/svx/
H A Dsvdundo.hxx163 class SVX_DLLPUBLIC SdrUndoAttrObj : public SdrUndoObj class
189SdrUndoAttrObj(SdrObject& rNewObj, FASTBOOL bStyleSheet1=sal_False, FASTBOOL bSaveText=sal_False);
190 virtual ~SdrUndoAttrObj();
/trunk/main/svx/inc/
H A Dsvdshort.hxx46 #define SdrUndoAttrObj SdrAU macro
/trunk/main/sd/inc/undo/
H A Dundoobjects.hxx183 class UndoAttrObject : public SdrUndoAttrObj
/trunk/main/sw/source/ui/shells/
H A Ddrawsh.cxx171 pSdrView->AddUndo(new SdrUndoAttrObj(rObject)); in InsertPictureFromFile()
/trunk/main/sc/source/ui/view/
H A Ddrawview.cxx1004 AddUndo(new SdrUndoAttrObj(rHitObject)); in ApplyGraphicToObject()
/trunk/main/sw/source/core/frmedt/
H A Dfecopy.cxx1605 pView->AddUndo(new SdrUndoAttrObj(*pObj)); in Paste()