Lines Matching refs:OPropertyBrowserController

73 	::pcr::OAutoRegistration< ::pcr::OPropertyBrowserController > aAutoRegistration;  in createRegistryInfo_OPropertyBrowserController()
100 DBG_NAME(OPropertyBrowserController) in DBG_NAME() argument
102OPropertyBrowserController::OPropertyBrowserController( const Reference< XComponentContext >& _rxC… in DBG_NAME()
112 DBG_CTOR(OPropertyBrowserController,NULL); in DBG_NAME()
116 OPropertyBrowserController::~OPropertyBrowserController() in ~OPropertyBrowserController()
121 DBG_DTOR(OPropertyBrowserController,NULL); in ~OPropertyBrowserController()
125 IMPLEMENT_FORWARD_REFCOUNT( OPropertyBrowserController, OPropertyBrowserController_Base ) in IMPLEMENT_FORWARD_REFCOUNT() argument
128 …Any SAL_CALL OPropertyBrowserController::queryInterface( const Type& _rType ) throw (RuntimeExcept… in IMPLEMENT_FORWARD_REFCOUNT()
140 void OPropertyBrowserController::startContainerWindowListening() in startContainerWindowListening()
159 void OPropertyBrowserController::stopContainerWindowListening() in stopContainerWindowListening()
178 …Reference< XObjectInspectorModel > SAL_CALL OPropertyBrowserController::getInspectorModel() throw … in getInspectorModel()
184 void OPropertyBrowserController::impl_initializeView_nothrow() in impl_initializeView_nothrow()
206 void OPropertyBrowserController::impl_updateReadOnlyView_nothrow() in impl_updateReadOnlyView_nothrow()
218 bool OPropertyBrowserController::impl_isReadOnlyModel_throw() const in impl_isReadOnlyModel_throw()
227 void OPropertyBrowserController::impl_startOrStopModelListening_nothrow( bool _bDoListen ) const in impl_startOrStopModelListening_nothrow()
242 const_cast< OPropertyBrowserController* >( this ) in impl_startOrStopModelListening_nothrow()
252 …void OPropertyBrowserController::impl_bindToNewModel_nothrow( const Reference< XObjectInspectorMod… in impl_bindToNewModel_nothrow()
268 …void SAL_CALL OPropertyBrowserController::setInspectorModel( const Reference< XObjectInspectorMode… in setInspectorModel()
279 …Reference< XObjectInspectorUI > SAL_CALL OPropertyBrowserController::getInspectorUI() throw (Runti… in getInspectorUI()
286 …void SAL_CALL OPropertyBrowserController::inspect( const Sequence< Reference< XInterface > >& _rOb… in inspect()
307 …Reference< XDispatch > SAL_CALL OPropertyBrowserController::queryDispatch( const URL& /*URL*/, con… in queryDispatch()
314 …Sequence< Reference< XDispatch > > SAL_CALL OPropertyBrowserController::queryDispatches( const Seq… in queryDispatches()
331 …void SAL_CALL OPropertyBrowserController::initialize( const Sequence< Any >& _arguments ) throw (E… in initialize()
356 void OPropertyBrowserController::createDefault() in createDefault()
362 …void OPropertyBrowserController::createWithModel( const Reference< XObjectInspectorModel >& _rxMod… in createWithModel()
374 …void SAL_CALL OPropertyBrowserController::attachFrame( const Reference< XFrame >& _rxFrame ) throw… in attachFrame()
416 …sal_Bool SAL_CALL OPropertyBrowserController::attachModel( const Reference< XModel >& _rxModel ) t… in attachModel()
427 sal_Bool OPropertyBrowserController::suspendAll_nothrow() in suspendAll_nothrow()
446 sal_Bool OPropertyBrowserController::suspendPropertyHandlers_nothrow( sal_Bool _bSuspend ) in suspendPropertyHandlers_nothrow()
482 sal_Bool SAL_CALL OPropertyBrowserController::suspend( sal_Bool _bSuspend ) throw(RuntimeException) in suspend()
509 Any SAL_CALL OPropertyBrowserController::getViewData( ) throw(RuntimeException) in getViewData()
515 …void SAL_CALL OPropertyBrowserController::restoreViewData( const Any& Data ) throw(RuntimeExceptio… in restoreViewData()
526 Reference< XModel > SAL_CALL OPropertyBrowserController::getModel( ) throw(RuntimeException) in getModel()
533 Reference< XFrame > SAL_CALL OPropertyBrowserController::getFrame( ) throw(RuntimeException) in getFrame()
539 void SAL_CALL OPropertyBrowserController::dispose( ) throw(RuntimeException) in dispose()
565 …void SAL_CALL OPropertyBrowserController::addEventListener( const Reference< XEventListener >& _rx… in addEventListener()
571 …void SAL_CALL OPropertyBrowserController::removeEventListener( const Reference< XEventListener >& … in removeEventListener()
577 …::rtl::OUString SAL_CALL OPropertyBrowserController::getImplementationName( ) throw(RuntimeExcept… in getImplementationName()
583 …sal_Bool SAL_CALL OPropertyBrowserController::supportsService( const ::rtl::OUString& ServiceName … in supportsService()
594 …Sequence< ::rtl::OUString > SAL_CALL OPropertyBrowserController::getSupportedServiceNames( ) thro… in getSupportedServiceNames()
600 …::rtl::OUString OPropertyBrowserController::getImplementationName_static( ) throw(RuntimeExceptio… in getImplementationName_static()
606 …Sequence< ::rtl::OUString > OPropertyBrowserController::getSupportedServiceNames_static( ) throw(… in getSupportedServiceNames_static()
614 …Reference< XInterface > SAL_CALL OPropertyBrowserController::Create(const Reference< XComponentCon… in Create()
616 return *(new OPropertyBrowserController( _rxContext ) ); in Create()
620 …void SAL_CALL OPropertyBrowserController::focusGained( const FocusEvent& _rSource ) throw (Runtime… in focusGained()
635 …void SAL_CALL OPropertyBrowserController::focusLost( const FocusEvent& /*_rSource*/ ) throw (Runti… in focusLost()
641 …void SAL_CALL OPropertyBrowserController::disposing( const EventObject& _rSource ) throw(RuntimeEx… in disposing()
663 IMPL_LINK(OPropertyBrowserController, OnPageActivation, void*, EMPTYARG) in IMPL_LINK() argument
670 void OPropertyBrowserController::updateViewDataFromActivePage() in updateViewDataFromActivePage()
701 …sal_uInt16 OPropertyBrowserController::impl_getPageIdForCategory_nothrow( const ::rtl::OUString& _… in impl_getPageIdForCategory_nothrow()
711 void OPropertyBrowserController::selectPageFromViewData() in selectPageFromViewData()
723 sal_Bool OPropertyBrowserController::Construct(Window* _pParentWin) in Construct()
729 m_pView->setPageActivationHandler(LINK(this, OPropertyBrowserController, OnPageActivation)); in Construct()
749 …void SAL_CALL OPropertyBrowserController::propertyChange( const PropertyChangeEvent& _rEvent ) thr… in propertyChange()
787 …Reference< XPropertyControl > SAL_CALL OPropertyBrowserController::createPropertyControl( ::sal_In… in createPropertyControl()
859 void OPropertyBrowserController::impl_toggleInspecteeListening_nothrow( bool _bOn ) in impl_toggleInspecteeListening_nothrow()
885 void OPropertyBrowserController::stopInspection( bool _bCommitModified ) in stopInspection()
955 …bool OPropertyBrowserController::impl_hasPropertyHandlerFor_nothrow( const ::rtl::OUString& _rProp… in impl_hasPropertyHandlerFor_nothrow()
962OPropertyBrowserController::PropertyHandlerRef OPropertyBrowserController::impl_getHandlerForPrope… in impl_getHandlerForProperty_throw()
971 …Any OPropertyBrowserController::impl_getPropertyValue_throw( const ::rtl::OUString& _rPropertyName… in impl_getPropertyValue_throw()
978 void OPropertyBrowserController::impl_rebindToInspectee_nothrow( const InterfaceArray& _rObjects ) in impl_rebindToInspectee_nothrow()
1000 void OPropertyBrowserController::doInspection() in doInspection()
1131 …::com::sun::star::awt::Size SAL_CALL OPropertyBrowserController::getMinimumSize() throw (::com::su… in getMinimumSize()
1141 …::com::sun::star::awt::Size SAL_CALL OPropertyBrowserController::getPreferredSize() throw (::com::… in getPreferredSize()
1147 …::com::sun::star::awt::Size SAL_CALL OPropertyBrowserController::calcAdjustedSize( const ::com::su… in calcAdjustedSize()
1159 …void OPropertyBrowserController::describePropertyLine( const Property& _rProperty, OLineDescriptor… in describePropertyLine()
1202 void OPropertyBrowserController::impl_buildCategories_throw() in impl_buildCategories_throw()
1224 void OPropertyBrowserController::UpdateUI() in UpdateUI()
1338 void OPropertyBrowserController::Clicked( const ::rtl::OUString& _rName, sal_Bool _bPrimary ) in Clicked()
1382 …sal_Bool SAL_CALL OPropertyBrowserController::hasPropertyByName( const ::rtl::OUString& _rName ) t… in hasPropertyByName()
1394 void OPropertyBrowserController::Commit( const ::rtl::OUString& rName, const Any& _rValue ) in Commit()
1458 void OPropertyBrowserController::focusGained( const Reference< XPropertyControl >& _Control ) in focusGained()
1464 void OPropertyBrowserController::valueChanged( const Reference< XPropertyControl >& _Control ) in valueChanged()
1492 …void OPropertyBrowserController::getPropertyHandlers( const InterfaceArray& _rObjects, PropertyHan… in getPropertyHandlers()
1566 …bool OPropertyBrowserController::impl_findObjectProperty_nothrow( const ::rtl::OUString& _rName, O… in impl_findObjectProperty_nothrow()
1578 …void OPropertyBrowserController::rebuildPropertyUI( const ::rtl::OUString& _rPropertyName ) throw … in rebuildPropertyUI()
1602 …void OPropertyBrowserController::enablePropertyUI( const ::rtl::OUString& _rPropertyName, sal_Bool… in enablePropertyUI()
1615 …void OPropertyBrowserController::enablePropertyUIElements( const ::rtl::OUString& _rPropertyName, … in enablePropertyUIElements()
1628 …void OPropertyBrowserController::showPropertyUI( const ::rtl::OUString& _rPropertyName ) throw (Ru… in showPropertyUI()
1678 …void OPropertyBrowserController::hidePropertyUI( const ::rtl::OUString& _rPropertyName ) throw (Ru… in hidePropertyUI()
1691 …void OPropertyBrowserController::showCategory( const ::rtl::OUString& _rCategory, sal_Bool _bShow … in showCategory()
1704 …Reference< XPropertyControl > SAL_CALL OPropertyBrowserController::getPropertyControl( const ::rtl… in getPropertyControl()
1715 …void SAL_CALL OPropertyBrowserController::registerControlObserver( const Reference< XPropertyContr… in registerControlObserver()
1721 …void SAL_CALL OPropertyBrowserController::revokeControlObserver( const Reference< XPropertyControl… in revokeControlObserver()
1727 …void SAL_CALL OPropertyBrowserController::setHelpSectionText( const ::rtl::OUString& _rHelpText ) … in setHelpSectionText()
1742 …void OPropertyBrowserController::impl_broadcastPropertyChange_nothrow( const ::rtl::OUString& _rPr… in impl_broadcastPropertyChange_nothrow()