Lines Matching refs:XObjectInspectorUI

49     using ::com::sun::star::inspection::XObjectInspectorUI;
87 typedef ::cppu::WeakImplHelper1 < ::com::sun::star::inspection::XObjectInspectorUI
409 …ComposedPropertyUIUpdate::ComposedPropertyUIUpdate( const Reference< XObjectInspectorUI >& _rxDele… in ComposedPropertyUIUpdate()
426 …Reference< XObjectInspectorUI > ComposedPropertyUIUpdate::getUIForPropertyHandler( const Reference… in getUIForPropertyHandler()
494 typedef void ( SAL_CALL XObjectInspectorUI::*FPropertyUISetter )( const ::rtl::OUString& );
505 Reference< XObjectInspectorUI > m_xUpdater;
509 …PropertyUIOperator( const Reference< XObjectInspectorUI >& _rxInspectorUI, FPropertyUISetter _pSet… in PropertyUIOperator()
520 …static void forEach( const StringBag& _rProperties, const Reference< XObjectInspectorUI >& _rxDele… in forEach()
551 Reference< XObjectInspectorUI > m_xUIUpdate;
555 … EnablePropertyUIElement( const Reference< XObjectInspectorUI >& _rxUIUpdate, sal_Int16 _nElement ) in EnablePropertyUIElement()
575 …typedef void ( SAL_CALL XObjectInspectorUI::*FPropertyUIFlagSetter )( const ::rtl::OUString&, sal_…
586 Reference< XObjectInspectorUI > m_xUIUpdate;
590 …DefaultStringKeyBooleanUIUpdate( const Reference< XObjectInspectorUI >& _rxUIUpdate, FPropertyUIFl…
596 …BooleanUIUpdate::DefaultStringKeyBooleanUIUpdate( const Reference< XObjectInspectorUI >& _rxUIUpda… in DefaultStringKeyBooleanUIUpdate()
698 … DefaultStringKeyBooleanUIUpdate( m_xDelegatorUI, &XObjectInspectorUI::enablePropertyUI ), in impl_fireEnablePropertyUI_throw()
713 …PropertyUIOperator::forEach( aAllRebuilt, m_xDelegatorUI, &XObjectInspectorUI::rebuildPropertyUI ); in impl_fireRebuildPropertyUI_throw()
730 … PropertyUIOperator::forEach( aAllHidden, m_xDelegatorUI, &XObjectInspectorUI::hidePropertyUI ); in impl_fireShowHidePropertyUI_throw()
736 … PropertyUIOperator::forEach( aAllShown, m_xDelegatorUI, &XObjectInspectorUI::showPropertyUI ); in impl_fireShowHidePropertyUI_throw()
743 DefaultStringKeyBooleanUIUpdate( m_xDelegatorUI, &XObjectInspectorUI::showCategory ), in impl_fireShowCategory_throw()
817 Reference< XObjectInspectorUI > ComposedPropertyUIUpdate::getDelegatorUI() const in getDelegatorUI()