Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/core/undo/
H A Dunattr.cxx95 m_pUndo.reset( new SwUndoFmtAttr( *pOld, in Modify()
116 m_pUndo.reset( new SwUndoFmtAttr( in Modify()
127 SwUndoFmtAttr::SwUndoFmtAttr( const SfxItemSet& rOldSet, in SwUndoFmtAttr() function in SwUndoFmtAttr
142 SwUndoFmtAttr::SwUndoFmtAttr( const SfxPoolItem& rItem, SwFmt& rChgFmt, in SwUndoFmtAttr() function in SwUndoFmtAttr
155 void SwUndoFmtAttr::Init() in Init()
192 SwUndoFmtAttr::~SwUndoFmtAttr() in ~SwUndoFmtAttr()
247 bool SwUndoFmtAttr::IsFmtInDoc( SwDoc* pDoc ) in IsFmtInDoc()
327 SwFmt* SwUndoFmtAttr::GetFmt( SwDoc& rDoc ) in GetFmt()
405 SwRewriter SwUndoFmtAttr::GetRewriter() const in GetRewriter()
417 void SwUndoFmtAttr::PutAttr( const SfxPoolItem& rItem ) in PutAttr()
[all …]
/aoo4110/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;
/aoo4110/main/sw/source/core/doc/
H A Ddocfmt.cxx2537 SwUndo * pUndo = new SwUndoFmtAttr(aOldSet, rFmt); in ChgFmt()

Completed in 35 milliseconds