Lines Matching refs:_rxInspectorUI

1426 …l /*_bPrimary*/, Any& _rData, const Reference< XObjectInspectorUI >& _rxInspectorUI ) throw (Unkno…  in onInteractivePropertySelection()  argument
1428 if ( !_rxInspectorUI.is() ) in onInteractivePropertySelection()
1506 if ( impl_doDesignSQLCommand_nothrow( _rxInspectorUI, nPropId ) ) in onInteractivePropertySelection()
1519 …void lcl_rebuildAndResetCommand( const Reference< XObjectInspectorUI >& _rxInspectorUI, const Refe… in lcl_rebuildAndResetCommand() argument
1521 OSL_PRECOND( _rxInspectorUI.is(), "lcl_rebuildAndResetCommand: invalid BrowserUI!" ); in lcl_rebuildAndResetCommand()
1523 _rxInspectorUI->rebuildPropertyUI( PROPERTY_COMMAND ); in lcl_rebuildAndResetCommand()
1529 …e, const Any& /*_rOldValue*/, const Reference< XObjectInspectorUI >& _rxInspectorUI, sal_Bool _bFi… in actuatingPropertyChanged() argument
1531 if ( !_rxInspectorUI.is() ) in actuatingPropertyChanged()
1551 lcl_rebuildAndResetCommand( _rxInspectorUI, this ); in actuatingPropertyChanged()
1562 _rxInspectorUI->rebuildPropertyUI( PROPERTY_LISTSOURCE ); in actuatingPropertyChanged()
1566 lcl_rebuildAndResetCommand( _rxInspectorUI, this ); in actuatingPropertyChanged()
1584 _rxInspectorUI->rebuildPropertyUI( PROPERTY_LISTSOURCE ); in actuatingPropertyChanged()
1606_rxInspectorUI->enablePropertyUI( PROPERTY_FILTERPROPOSAL, sControlSource.getLength() > 0 ); in actuatingPropertyChanged()
1608_rxInspectorUI->enablePropertyUI( PROPERTY_EMPTY_IS_NULL, sControlSource.getLength() > 0 ); in actuatingPropertyChanged()
1626_rxInspectorUI->enablePropertyUI( PROPERTY_SUBMIT_METHOD, eEncoding == FormSubmitEncoding_URL ); in actuatingPropertyChanged()
1635 _rxInspectorUI->enablePropertyUI( PROPERTY_REPEAT_DELAY, bIsRepeating ); in actuatingPropertyChanged()
1646 _rxInspectorUI->enablePropertyUI( PROPERTY_TABINDEX, bHasTabStop ); in actuatingPropertyChanged()
1655_rxInspectorUI->enablePropertyUI( PROPERTY_BORDERCOLOR, nBordeType == VisualEffect::FLAT ); in actuatingPropertyChanged()
1666 _rxInspectorUI->enablePropertyUI( PROPERTY_LINECOUNT, bDropDown ); in actuatingPropertyChanged()
1678_rxInspectorUI->enablePropertyUI( PROPERTY_IMAGEPOSITION, sImageURL.getLength() != 0 ); in actuatingPropertyChanged()
1691_rxInspectorUI->enablePropertyUI( PROPERTY_TARGET_URL, FormButtonType_URL == eButtonType ); in actuatingPropertyChanged()
1703_rxInspectorUI->rebuildPropertyUI( m_eComponentClass == eFormControl ? PROPERTY_DEFAULT_STATE : PR… in actuatingPropertyChanged()
1727 xControl = _rxInspectorUI->getPropertyControl( aAffectedProps[i] ); in actuatingPropertyChanged()
1774 … xControl = _rxInspectorUI->getPropertyControl( aFormattedPropertyControls[i] ); in actuatingPropertyChanged()
1793 _rxInspectorUI->enablePropertyUI( PROPERTY_DEFAULT_STATE, bIsToggleButton ); in actuatingPropertyChanged()
1809 impl_updateDependentProperty_nothrow( *loopAffected, _rxInspectorUI ); in actuatingPropertyChanged()
1814 …roperty_nothrow( PropertyId _nPropId, const Reference< XObjectInspectorUI >& _rxInspectorUI ) const in impl_updateDependentProperty_nothrow()
1842 _rxInspectorUI->enablePropertyUI( PROPERTY_STRINGITEMLIST, bIsEnabled ); in impl_updateDependentProperty_nothrow()
1855 _rxInspectorUI->enablePropertyUI( PROPERTY_BOUNDCOLUMN, in impl_updateDependentProperty_nothrow()
1874 _rxInspectorUI->enablePropertyUI( impl_getPropertyNameFromId_nothrow( _nPropId ), in impl_updateDependentProperty_nothrow()
1896 _rxInspectorUI->enablePropertyUI( PROPERTY_INPUT_REQUIRED, in impl_updateDependentProperty_nothrow()
1916_rxInspectorUI->enablePropertyUIElements( impl_getPropertyNameFromId_nothrow( _nPropId ), in impl_updateDependentProperty_nothrow()
1933 _rxInspectorUI->enablePropertyUI( PROPERTY_TARGET_FRAME, in impl_updateDependentProperty_nothrow()
1950 _rxInspectorUI->enablePropertyUI( in impl_updateDependentProperty_nothrow()
1957 _rxInspectorUI->enablePropertyUIElements( in impl_updateDependentProperty_nothrow()
1984 _rxInspectorUI->enablePropertyUIElements( in impl_updateDependentProperty_nothrow()
2006_rxInspectorUI->enablePropertyUIElements( PROPERTY_DETAILFIELDS, PropertyLineElement::PrimaryButto… in impl_updateDependentProperty_nothrow()
2007_rxInspectorUI->enablePropertyUIElements( PROPERTY_MASTERFIELDS, PropertyLineElement::PrimaryButto… in impl_updateDependentProperty_nothrow()
3183 …l_doDesignSQLCommand_nothrow( const Reference< XObjectInspectorUI >& _rxInspectorUI, PropertyId _n… in impl_doDesignSQLCommand_nothrow() argument
3219 …DBG_ASSERT( _rxInspectorUI.is(), "FormComponentPropertyHandler::OnDesignerClosed: no access to the… in impl_doDesignSQLCommand_nothrow()
3220 if ( m_xCommandDesigner->isActive() && _rxInspectorUI.is() ) in impl_doDesignSQLCommand_nothrow()
3222 m_xBrowserUI = _rxInspectorUI; in impl_doDesignSQLCommand_nothrow()