Lines Matching refs:OTableDesignView
216 DBG_NAME(OTableDesignView);
218 OTableDesignView::OTableDesignView( Window* pParent, in OTableDesignView() function in OTableDesignView
226 DBG_CTOR(OTableDesignView,NULL); in OTableDesignView()
241 OTableDesignView::~OTableDesignView() in ~OTableDesignView()
243 DBG_DTOR(OTableDesignView,NULL); in ~OTableDesignView()
253 void OTableDesignView::initialize() in initialize()
267 void OTableDesignView::resizeDocumentView(Rectangle& _rPlayground) in resizeDocumentView()
277 IMPL_LINK( OTableDesignView, SwitchHdl, Accelerator*, /*pAcc*/ )
300 long OTableDesignView::PreNotify( NotifyEvent& rNEvt ) in PreNotify()
318 IClipboardTest* OTableDesignView::getActiveChild() const in getActiveChild()
335 sal_Bool OTableDesignView::isCopyAllowed() in isCopyAllowed()
341 sal_Bool OTableDesignView::isCutAllowed() in isCutAllowed()
347 sal_Bool OTableDesignView::isPasteAllowed() in isPasteAllowed()
353 void OTableDesignView::copy() in copy()
360 void OTableDesignView::cut() in cut()
367 void OTableDesignView::paste() in paste()
375 void OTableDesignView::setReadOnly(sal_Bool _bReadOnly) in setReadOnly()
381 void OTableDesignView::reSync() in reSync()
390 void OTableDesignView::GetFocus() in GetFocus()