Lines Matching refs:OTableRowView
60 DBG_NAME(OTableRowView) in DBG_NAME() argument
62 OTableRowView::OTableRowView(Window* pParent) in DBG_NAME()
73 DBG_CTOR(OTableRowView,NULL); in DBG_NAME()
78 OTableRowView::~OTableRowView() in ~OTableRowView()
81 DBG_DTOR(OTableRowView,NULL); in ~OTableRowView()
85 void OTableRowView::Init() in Init()
113 void OTableRowView::KeyInput( const KeyEvent& rEvt ) in KeyInput()
135 void OTableRowView::SetUpdatable( sal_Bool bUpdate ) in SetUpdatable()
142 void OTableRowView::Command(const CommandEvent& rEvt) in Command()
203 void OTableRowView::cut() in cut()
210 void OTableRowView::copy() in copy()
216 void OTableRowView::paste() in paste()
222 void OTableRowView::Paste( long nRow ) in Paste()
228 EditBrowseBox::RowStatus OTableRowView::GetRowStatus(long nRow) const in GetRowStatus()