Searched refs:SwUndoAttr (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/sw/source/core/undo/ |
H A D | unattr.cxx | 799 SwUndoAttr::SwUndoAttr( const SwPaM& rRange, const SfxPoolItem& rAttr, in SwUndoAttr() function in SwUndoAttr 812 SwUndoAttr::SwUndoAttr( const SwPaM& rRange, const SfxItemSet& rSet, in SwUndoAttr() function in SwUndoAttr 824 SwUndoAttr::~SwUndoAttr() in ~SwUndoAttr() 828 void SwUndoAttr::SaveRedlineData( const SwPaM& rPam, sal_Bool bIsCntnt ) in SaveRedlineData() 852 void SwUndoAttr::UndoImpl(::sw::UndoRedoContext & rContext) in UndoImpl() 894 void SwUndoAttr::RepeatImpl(::sw::RepeatContext & rContext) in RepeatImpl() 911 void SwUndoAttr::RedoImpl(::sw::UndoRedoContext & rContext) in RedoImpl() 948 void SwUndoAttr::RemoveIdx( SwDoc& rDoc ) in RemoveIdx()
|
/aoo41x/main/sw/source/core/inc/ |
H A D | UndoAttribute.hxx | 51 class SwUndoAttr : public SwUndo, private SwUndRng class 63 SwUndoAttr( const SwPaM&, const SfxItemSet &, const SetAttrMode nFlags ); 64 SwUndoAttr( const SwPaM&, const SfxPoolItem&, const SetAttrMode nFlags ); 66 virtual ~SwUndoAttr();
|
/aoo41x/main/sw/source/core/doc/ |
H A D | docfmt.cxx | 519 SwUndoAttr *const pUndo, in lcl_InsAttr() 1095 SwUndoAttr* pUndoAttr = 0; in InsertPoolItem() 1099 pUndoAttr = new SwUndoAttr( rRg, rHt, nFlags ); in InsertPoolItem() 1122 SwUndoAttr* pUndoAttr = 0; in InsertItemSet() 1126 pUndoAttr = new SwUndoAttr( rRg, rSet, nFlags ); in InsertItemSet()
|
Completed in 23 milliseconds