Home
last modified time | relevance | path

Searched refs:SwUndoTblNumFmt (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/source/core/inc/
H A DUndoTable.hxx156 class SwUndoTblNumFmt;
162 ::std::vector< ::boost::shared_ptr<SwUndoTblNumFmt> > m_Undos;
256 class SwUndoTblNumFmt : public SwUndo class
272 SwUndoTblNumFmt( const SwTableBox& rBox, const SfxItemSet* pNewSet = 0 );
274 virtual ~SwUndoTblNumFmt();
/trunk/main/sw/source/core/undo/
H A Duntbl.cxx1502 ::boost::shared_ptr<SwUndoTblNumFmt> const p(new SwUndoTblNumFmt(rBox)); in SaveBoxCntnt()
2230 SwUndoTblNumFmt::SwUndoTblNumFmt( const SwTableBox& rBox, in SwUndoTblNumFmt() function in SwUndoTblNumFmt
2291 SwUndoTblNumFmt::~SwUndoTblNumFmt() in ~SwUndoTblNumFmt()
2297 void SwUndoTblNumFmt::UndoImpl(::sw::UndoRedoContext & rContext) in UndoImpl()
2390 void SwUndoTblNumFmt::RedoImpl(::sw::UndoRedoContext & rContext) in RedoImpl()
2485 void SwUndoTblNumFmt::SetBox( const SwTableBox& rBox ) in SetBox()
/trunk/main/sw/source/core/docnode/
H A Dndtbl.cxx4097 SwUndoTblNumFmt* pUndo = 0; in ChkBoxNumFmt()
4111 pUndo = new SwUndoTblNumFmt( rBox ); in ChkBoxNumFmt()
4186 pUndo = new SwUndoTblNumFmt( rBox ); in ChkBoxNumFmt()
4239 GetIDocumentUndoRedo().AppendUndo( new SwUndoTblNumFmt(rBox, &rSet) ); in SetTblBoxFormulaAttrs()
4277 GetIDocumentUndoRedo().AppendUndo(new SwUndoTblNumFmt(*pBox)); in ClearBoxNumAttrs()

Completed in 67 milliseconds