Home
last modified time | relevance | path

Searched refs:SwUndoFmtAttr (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sw/source/core/undo/
H A Dunattr.cxx89 m_pUndo.reset( new SwUndoFmtAttr( *pOld, in Modify()
110 m_pUndo.reset( new SwUndoFmtAttr( in Modify()
121 SwUndoFmtAttr::SwUndoFmtAttr( const SfxItemSet& rOldSet, in SwUndoFmtAttr() function in SwUndoFmtAttr
136 SwUndoFmtAttr::SwUndoFmtAttr( const SfxPoolItem& rItem, SwFmt& rChgFmt, in SwUndoFmtAttr() function in SwUndoFmtAttr
149 void SwUndoFmtAttr::Init() in Init()
186 SwUndoFmtAttr::~SwUndoFmtAttr() in ~SwUndoFmtAttr()
241 bool SwUndoFmtAttr::IsFmtInDoc( SwDoc* pDoc ) in IsFmtInDoc()
321 SwFmt* SwUndoFmtAttr::GetFmt( SwDoc& rDoc ) in GetFmt()
399 SwRewriter SwUndoFmtAttr::GetRewriter() const in GetRewriter()
411 void SwUndoFmtAttr::PutAttr( const SfxPoolItem& rItem ) in PutAttr()
[all …]
/trunk/main/sw/source/core/inc/
H A DUndoAttribute.hxx100 class SwUndoFmtAttr : public SwUndo class
128 SwUndoFmtAttr( const SfxItemSet& rOldSet,
132 SwUndoFmtAttr( const SfxPoolItem& rItem,
136 virtual ~SwUndoFmtAttr();
185 ::std::auto_ptr<SwUndoFmtAttr> m_pUndo;
193 SwUndoFmtAttr* GetUndo() const { return m_pUndo.get(); } in GetUndo()
195 SwUndoFmtAttr* ReleaseUndo() { return m_pUndo.release(); } in ReleaseUndo()
H A DUndoInsert.hxx38 class SwUndoFmtAttr;
169 SwUndoFmtAttr* pUndoAttr;
/trunk/main/sw/source/core/doc/
H A Ddocfmt.cxx2549 SwUndo * pUndo = new SwUndoFmtAttr(aOldSet, rFmt); in ChgFmt()

Completed in 38 milliseconds