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) 156 OTableEditorCtrl::ClipboardInvalidator::ClipboardInvalidator(sal_uLong nTimeout,OTableEditorCtrl* _… in DBG_NAME() 162 …m_aInvalidateTimer.SetTimeoutHdl(LINK(this, OTableEditorCtrl::ClipboardInvalidator, OnInvalidate)); in DBG_NAME() 167 OTableEditorCtrl::ClipboardInvalidator::~ClipboardInvalidator() in ~ClipboardInvalidator() 175 IMPL_LINK(OTableEditorCtrl::ClipboardInvalidator, OnInvalidate, void*, EMPTYARG) in IMPL_LINK() 184 void OTableEditorCtrl::Init() in Init() 186 DBG_CHKTHIS(OTableEditorCtrl,NULL); in Init() 222 void OTableEditorCtrl::UpdateAll() in UpdateAll() 224 DBG_CHKTHIS(OTableEditorCtrl,NULL); in UpdateAll() 232 OTableEditorCtrl::OTableEditorCtrl(Window* pWindow) in OTableEditorCtrl() function in OTableEditorCtrl [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()
|