Searched refs:OTableEditorCtrl (Results 1 – 10 of 10) sorted by relevance
/aoo41x/main/dbaccess/source/ui/tabledesign/ |
H A D | TEditControl.cxx | 129 DBG_NAME(OTableEditorCtrl) 184 void OTableEditorCtrl::Init() in Init() 232 OTableEditorCtrl::OTableEditorCtrl(Window* pWindow) in OTableEditorCtrl() function in OTableEditorCtrl 252 DBG_CTOR(OTableEditorCtrl,NULL); in OTableEditorCtrl() 382 OTableEditorCtrl::~OTableEditorCtrl() in ~OTableEditorCtrl() 384 DBG_DTOR(OTableEditorCtrl,NULL); in ~OTableEditorCtrl() 915 void OTableEditorCtrl::Undo() in Undo() 922 void OTableEditorCtrl::Redo() in Redo() 1469 void OTableEditorCtrl::cut() in cut() 1507 void OTableEditorCtrl::copy() in copy() [all …]
|
H A D | TableUndo.hxx | 61 class OTableEditorCtrl; 65 OTableEditorCtrl* pTabEdCtrl; 69 OTableEditorUndoAct( OTableEditorCtrl* pOwner,sal_uInt16 nCommentID ); 105 …OTableEditorTypeSelUndoAct( OTableEditorCtrl* pOwner, long nRowID, sal_uInt16 nColumn, const TOTyp… 119 OTableEditorDelUndoAct( OTableEditorCtrl* pOwner ); 134 OTableEditorInsUndoAct( OTableEditorCtrl* pOwner, 151 OTableEditorInsNewUndoAct( OTableEditorCtrl* pOwner, long nInsertPosition, long nInsertedRows ); 162 OTableEditorCtrl* m_pEditorCtrl; 168 …OPrimKeyUndoAct( OTableEditorCtrl* pOwner, MultiSelection aDeletedKeys, MultiSelection aInsertedKe…
|
H A D | TEditControl.hxx | 51 class OTableEditorCtrl : public OTableRowView class 92 OTableEditorCtrl* m_pOwner; 95 ClipboardInvalidator(sal_uLong nTimeout,OTableEditorCtrl*); 101 friend class OTableEditorCtrl::ClipboardInvalidator; 143 OTableEditorCtrl(Window* pParentWin); 144 virtual ~OTableEditorCtrl();
|
H A D | TableUndo.cxx | 169 OTableEditorUndoAct::OTableEditorUndoAct( OTableEditorCtrl* pOwner,sal_uInt16 _nCommentID ) : in OTableEditorUndoAct() 186 OTableEditorTypeSelUndoAct::OTableEditorTypeSelUndoAct( OTableEditorCtrl* pOwner, long nRowID, sal_… in OTableEditorTypeSelUndoAct() 232 OTableEditorDelUndoAct::OTableEditorDelUndoAct( OTableEditorCtrl* pOwner) : in OTableEditorDelUndoAct() 310 OTableEditorInsUndoAct::OTableEditorInsUndoAct( OTableEditorCtrl* pOwner, in OTableEditorInsUndoAct() 371 OTableEditorInsNewUndoAct::OTableEditorInsNewUndoAct( OTableEditorCtrl* pOwner, long nInsertPositio… in OTableEditorInsNewUndoAct() 425 OPrimKeyUndoAct::OPrimKeyUndoAct( OTableEditorCtrl* pOwner, MultiSelection aDeletedKeys, MultiSelec… in OPrimKeyUndoAct()
|
H A D | FieldDescGenWin.hxx | 38 class OTableEditorCtrl; 62 OTableEditorCtrl* GetEditorCtrl();
|
H A D | TableFieldControl.hxx | 32 class OTableEditorCtrl; 39 OTableEditorCtrl* GetCtrl() const;
|
H A D | FieldDescGenWin.cxx | 114 OTableEditorCtrl* OFieldDescGenWin::GetEditorCtrl() in GetEditorCtrl()
|
H A D | TableFieldControl.cxx | 72 OTableEditorCtrl* OTableFieldControl::GetCtrl() const in GetCtrl()
|
H A D | TableDesignView.cxx | 86 m_pEditorCtrl = new OTableEditorCtrl( this); in DBG_NAME()
|
/aoo41x/main/dbaccess/source/ui/inc/ |
H A D | TableDesignView.hxx | 46 class OTableEditorCtrl; 52 OTableEditorCtrl* m_pEditorCtrl; 66 OTableEditorCtrl* GetEditorCtrl() const { return m_pEditorCtrl; } in GetEditorCtrl() 102 OTableEditorCtrl* GetEditorCtrl() const { return m_pWin ? m_pWin->GetEditorCtrl() : NULL; } in GetEditorCtrl()
|
Completed in 33 milliseconds