Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/ui/tabledesign/
H A DTableUndo.cxx75 m_pTabDgnCtrl->m_nCurUndoActId++; in OTableDesignUndoAct()
87 m_pTabDgnCtrl->m_nCurUndoActId--; in Undo()
91 if( m_pTabDgnCtrl->m_nCurUndoActId == 0 ) in Undo()
101 m_pTabDgnCtrl->m_nCurUndoActId++; in Redo()
105 if( m_pTabDgnCtrl->m_nCurUndoActId > 0 ) in Redo()
H A DTableDesignControl.cxx68 ,m_nCurUndoActId(0) in DBG_NAME()
/trunk/main/dbaccess/source/ui/inc/
H A DTableDesignControl.hxx55 sal_uInt16 m_nCurUndoActId; member in dbaui::OTableRowView
73 sal_uInt16 GetCurUndoActId(){ return m_nCurUndoActId; } in GetCurUndoActId()

Completed in 15 milliseconds