Lines Matching refs:OPropertyBrowserView
44 DBG_NAME(OPropertyBrowserView) in DBG_NAME() argument
46 OPropertyBrowserView::OPropertyBrowserView( const Reference< XMultiServiceFactory >& _rxORB, in DBG_NAME()
52 DBG_CTOR(OPropertyBrowserView,NULL); in DBG_NAME()
56 m_pPropBox->setPageActivationHandler(LINK(this, OPropertyBrowserView, OnPageActivation)); in DBG_NAME()
62 IMPL_LINK(OPropertyBrowserView, OnPageActivation, void*, EMPTYARG) in IMPL_LINK() argument
71 OPropertyBrowserView::~OPropertyBrowserView() in ~OPropertyBrowserView()
83 DBG_DTOR(OPropertyBrowserView, NULL); in ~OPropertyBrowserView()
87 void OPropertyBrowserView::activatePage(sal_uInt16 _nPage) in activatePage()
94 void OPropertyBrowserView::GetFocus() in GetFocus()
103 long OPropertyBrowserView::Notify( NotifyEvent& _rNEvt ) in Notify()
119 void OPropertyBrowserView::Resize() in Resize()
126 ::com::sun::star::awt::Size OPropertyBrowserView::getMinimumSize() in getMinimumSize()