Lines Matching refs:xControl

83         Reference< XPropertyControl >   xControl;  member
87 :xControl( _rxControl ) in ControlEvent()
339 m_pContext->focusGained( rControlEvent.xControl ); in impl_processEvent_throw()
343 m_pContext->valueChanged( rControlEvent.xControl ); in impl_processEvent_throw()
347 m_pContext->activateNextControl( rControlEvent.xControl ); in impl_processEvent_throw()
670 Reference< XPropertyControl > xControl( line->second.pLine->getControl() ); in SetPropertyValue() local
671 OSL_ENSURE( xControl.is(), "OBrowserListBox::SetPropertyValue: illegal control!" ); in SetPropertyValue()
672 if ( xControl.is() ) in SetPropertyValue()
673 xControl->setValue( Any() ); in SetPropertyValue()
904 Reference< XPropertyControl > xControl( _rLine.pLine->getControl() ); in impl_setControlAsPropertyValue() local
909 xControl->setValue( _rPropertyValue ); in impl_setControlAsPropertyValue()
926 _rLine.pLine->GetEntryName(), _rPropertyValue, xControl->getValueType() ); in impl_setControlAsPropertyValue()
927 xControl->setValue( aControlValue ); in impl_setControlAsPropertyValue()
940 Reference< XPropertyControl > xControl( _rLine.pLine->getControl() ); in impl_getControlAsPropertyValue() local
955 …ue = _rLine.xHandler->convertToPropertyValue( _rLine.pLine->GetEntryName(), xControl->getValue() ); in impl_getControlAsPropertyValue()
957 aPropertyValue = xControl->getValue(); in impl_getControlAsPropertyValue()
1125 Reference< XPropertyControl > xControl = rLine.pLine->getControl(); in ChangeEntry() local
1132 lcl_implDisposeControl_nothrow( xControl ); in ChangeEntry()
1136 xControl = rLine.pLine->getControl(); in ChangeEntry()
1138 if ( xControl.is() ) in ChangeEntry()
1139 xControl->setControlContext( m_pControlContextImpl.get() ); in ChangeEntry()
1143 xControl->setValue( Any() ); in ChangeEntry()
1208 … if ( xControl.is() && ( xControl->getControlType() == PropertyControlType::Unknown ) ) in ChangeEntry()