Searched refs:_rxProperties (Results 1 – 3 of 3) sorted by relevance
56 const Any& _rExternalValue, const Reference< XPropertySet >& _rxProperties, in translateExternalDoubleToControlIntValue()59 … OSL_ENSURE( _rxProperties.is(), "translateExternalDoubleToControlIntValue: no aggregate!?" ); in translateExternalDoubleToControlIntValue()70 if ( _rxProperties.is() ) in translateExternalDoubleToControlIntValue()71 _rxProperties->getPropertyValue( sLimitPropertyName ) >>= nControlValue; in translateExternalDoubleToControlIntValue()80 if ( _rxProperties.is() ) in translateExternalDoubleToControlIntValue()81 _rxProperties->getPropertyValue( _rMinValueName ) >>= nControlValue; in translateExternalDoubleToControlIntValue()
55 const Any& _rExternalValue, const Reference< XPropertySet >& _rxProperties,
1246 …TYPE lcl_safeGetPropertyValue_throw( const Reference< XPropertySet >& _rxProperties, const ::rtl::… in lcl_safeGetPropertyValue_throw() argument1249 … OSL_PRECOND( _rxProperties.is(), "FormOperations::<foo>: no cursor (already disposed?)!" ); in lcl_safeGetPropertyValue_throw()1250 if ( _rxProperties.is() ) in lcl_safeGetPropertyValue_throw()1251 OSL_VERIFY( _rxProperties->getPropertyValue( _rPropertyName ) >>= value ); in lcl_safeGetPropertyValue_throw()
Completed in 26 milliseconds