Searched refs:SwUndoAttr (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/sw/source/core/undo/ |
H A D | unattr.cxx | 793 SwUndoAttr::SwUndoAttr( const SwPaM& rRange, const SfxPoolItem& rAttr, in SwUndoAttr() function in SwUndoAttr 806 SwUndoAttr::SwUndoAttr( const SwPaM& rRange, const SfxItemSet& rSet, in SwUndoAttr() function in SwUndoAttr 818 SwUndoAttr::~SwUndoAttr() in ~SwUndoAttr() 822 void SwUndoAttr::SaveRedlineData( const SwPaM& rPam, sal_Bool bIsCntnt ) in SaveRedlineData() 846 void SwUndoAttr::UndoImpl(::sw::UndoRedoContext & rContext) in UndoImpl() 888 void SwUndoAttr::RepeatImpl(::sw::RepeatContext & rContext) in RepeatImpl() 905 void SwUndoAttr::RedoImpl(::sw::UndoRedoContext & rContext) in RedoImpl() 942 void SwUndoAttr::RemoveIdx( SwDoc& rDoc ) in RemoveIdx()
|
/aoo42x/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();
|
/aoo42x/main/sw/source/core/doc/ |
H A D | docfmt.cxx | 519 SwUndoAttr *const pUndo, in lcl_InsAttr() 1107 SwUndoAttr* pUndoAttr = 0; in InsertPoolItem() 1111 pUndoAttr = new SwUndoAttr( rRg, rHt, nFlags ); in InsertPoolItem() 1134 SwUndoAttr* pUndoAttr = 0; in InsertItemSet() 1138 pUndoAttr = new SwUndoAttr( rRg, rSet, nFlags ); in InsertItemSet()
|
Completed in 43 milliseconds