Home
last modified time | relevance | path

Searched refs:_rxProperties (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/forms/source/component/
H A Dscrollbar.cxx56 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()
H A Dspinbutton.cxx55 const Any& _rExternalValue, const Reference< XPropertySet >& _rxProperties,
/aoo41x/main/forms/source/runtime/
H A Dformoperations.cxx1246 …TYPE lcl_safeGetPropertyValue_throw( const Reference< XPropertySet >& _rxProperties, const ::rtl::… in lcl_safeGetPropertyValue_throw() argument
1249 … 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 31 milliseconds