Lines Matching refs:_rxInspectorUI
291 …void showPropertyUI( const Reference< XObjectInspectorUI >& _rxInspectorUI, const ::rtl::OUString&… in showPropertyUI() argument
294 _rxInspectorUI->showPropertyUI( _rPropertyName ); in showPropertyUI()
296 _rxInspectorUI->hidePropertyUI( _rPropertyName ); in showPropertyUI()
437 …l _bPrimary, Any& /*_rData*/, const Reference< XObjectInspectorUI >& _rxInspectorUI ) throw (Unkno… in onInteractivePropertySelection() argument
439 if ( !_rxInspectorUI.is() ) in onInteractivePropertySelection()
574 …Value, const Any& _rOldValue, const Reference< XObjectInspectorUI >& _rxInspectorUI, sal_Bool _bFi… in actuatingPropertyChanged() argument
576 if ( !_rxInspectorUI.is() ) in actuatingPropertyChanged()
593 …_rxInspectorUI->enablePropertyUIElements( PROPERTY_XSD_DATA_TYPE, PropertyLineElement::PrimaryButt… in actuatingPropertyChanged()
594 …_rxInspectorUI->enablePropertyUIElements( PROPERTY_XSD_DATA_TYPE, PropertyLineElement::SecondaryBu… in actuatingPropertyChanged()
631 … showPropertyUI( _rxInspectorUI, *pLoop, xDataType.is() && xDataType->hasFacet( *pLoop ) ); in actuatingPropertyChanged()
632 _rxInspectorUI->enablePropertyUI( *pLoop, !bIsBasicType ); in actuatingPropertyChanged()
648 _rxInspectorUI->rebuildPropertyUI( PROPERTY_XSD_DATA_TYPE ); in actuatingPropertyChanged()