Home
last modified time | relevance | path

Searched refs:_rPropertyValue (Results 1 – 24 of 24) sorted by relevance

/trunk/main/reportdesign/source/ui/inspection/
H A DDataProviderHandler.cxx312 … DataProviderHandler::convertToPropertyValue(const ::rtl::OUString & _rPropertyValue, const uno::A… in convertToPropertyValue() argument
316 const sal_Int32 nId = m_pInfoService->getPropertyId(_rPropertyValue); in convertToPropertyValue()
335 … aPropertyValue = m_xFormComponentHandler->convertToPropertyValue(_rPropertyValue, _rControlValue); in convertToPropertyValue()
340 …ontrolValue(const ::rtl::OUString & _rPropertyName, const uno::Any & _rPropertyValue, const uno::T… in convertToControlValue() argument
342 uno::Any aControlValue( _rPropertyValue ); in convertToControlValue()
358 aControlValue = m_xTypeConverter->convertTo( _rPropertyValue, ControlValueType); in convertToControlValue()
366 …lue = m_xFormComponentHandler->convertToControlValue(_rPropertyName, _rPropertyValue, ControlValue… in convertToControlValue()
H A DGeometryHandler.cxx1108 …oControlValue(const ::rtl::OUString & PropertyName, const uno::Any & _rPropertyValue, const uno::T… in convertToControlValue() argument
1110 uno::Any aControlValue( _rPropertyValue ); in convertToControlValue()
1115 uno::Any aPropertyValue(_rPropertyValue); in convertToControlValue()
/trunk/main/dbaccess/source/core/api/
H A Dcolumnsettings.cxx112 … bool OColumnSettings::isDefaulted( const sal_Int32 _nPropertyHandle, const Any& _rPropertyValue ) in isDefaulted() argument
122 return !_rPropertyValue.hasValue(); in isDefaulted()
125 return !Reference< XPropertySet >( _rPropertyValue, UNO_QUERY ).is(); in isDefaulted()
130 OSL_VERIFY( _rPropertyValue >>= bHidden ); in isDefaulted()
/trunk/main/extensions/source/propctrlr/
H A Dhandlerhelper.cxx227 const Any& _rPropertyValue, const Type& _rControlValueType ) in convertToControlValue() argument
229 Any aControlValue( _rPropertyValue ); in convertToControlValue()
237 aControlValue <<= xConversionHelper->convertToControlValue( _rPropertyValue ); in convertToControlValue()
244 … aControlValue = _rxTypeConverter->convertTo( _rPropertyValue, _rControlValueType ); in convertToControlValue()
H A Dsubmissionhandler.cxx394 …ertToControlValue( const ::rtl::OUString& _rPropertyName, const Any& _rPropertyValue, const Type& … in convertToControlValue() argument
412 Reference< XPropertySet > xSubmission( _rPropertyValue, UNO_QUERY ); in convertToControlValue()
421 …new DefaultEnumRepresentation( *m_pInfoService, _rPropertyValue.getValueType(), PROPERTY_ID_BUTTON… in convertToControlValue()
423 aControlValue <<= aEnumConversion->getDescriptionForValue( _rPropertyValue ); in convertToControlValue()
H A Dcellbindinghandler.cxx408 …const Any& _rPropertyValue, const Type& /*_rControlValueType*/ ) throw (UnknownPropertyException, … in convertToControlValue() argument
427 _rPropertyValue >>= xBinding; in convertToControlValue()
441 _rPropertyValue >>= xSource; in convertToControlValue()
450 … aControlValue <<= m_pCellExchangeConverter->getDescriptionForValue( _rPropertyValue ); in convertToControlValue()
H A Dpropertyhandler.cxx179 …ertToControlValue( const ::rtl::OUString& _rPropertyName, const Any& _rPropertyValue, const Type& … in convertToControlValue() argument
189 … new DefaultEnumRepresentation( *m_pInfoService, _rPropertyValue.getValueType(), nPropId ) ); in convertToControlValue()
191 return makeAny( aEnumConversion->getDescriptionForValue( _rPropertyValue ) ); in convertToControlValue()
195 m_aContext.getContext(),m_xTypeConverter, _rPropertyValue, _rControlValueType ); in convertToControlValue()
H A Dformcomponenthandler.cxx220 const Any& _rPropertyValue ) in lcl_getStringResourceResolverForProperty() argument
223 const TypeClass eType = _rPropertyValue.getValueType().getTypeClass(); in lcl_getStringResourceResolverForProperty()
642 Any aControlValue( _rPropertyValue ); in convertToControlValue()
667 ::rtl::OUString sControlValue = ::comphelper::getBOOL( _rPropertyValue ) in convertToControlValue()
682 _rPropertyValue >>= sDataSource; in convertToControlValue()
698 _rPropertyValue >>= xSet; in convertToControlValue()
724 OSL_VERIFY( _rPropertyValue >>= nDate ); in convertToControlValue()
735 OSL_VERIFY( _rPropertyValue >>= nTime ); in convertToControlValue()
743 OSL_VERIFY( _rPropertyValue >>= nWritingMode ); in convertToControlValue()
763 OSL_VERIFY( _rPropertyValue >>= aFont ); in convertToControlValue()
[all …]
H A Dgenericpropertyhandler.cxx464 …ertToControlValue( const ::rtl::OUString& _rPropertyName, const Any& _rPropertyValue, const Type& … in convertToControlValue() argument
474 if ( !_rPropertyValue.hasValue() ) in convertToControlValue()
480 …trolValue <<= impl_getEnumConverter( pos->second.Type )->getDescriptionForValue( _rPropertyValue ); in convertToControlValue()
483 …er::convertToControlValue( m_aContext.getContext(),m_xTypeConverter, _rPropertyValue, _rControlVal… in convertToControlValue()
H A Deformspropertyhandler.cxx360 …ertToControlValue( const ::rtl::OUString& _rPropertyName, const Any& _rPropertyValue, const Type& … in convertToControlValue() argument
378 Reference< XPropertySet > xListSourceBinding( _rPropertyValue, UNO_QUERY ); in convertToControlValue()
385 …= EFormsPropertyHandler_Base::convertToControlValue( _rPropertyName, _rPropertyValue, _rControlVal… in convertToControlValue()
H A Dbrowserlistbox.cxx902 …serListBox::impl_setControlAsPropertyValue( const ListBoxLine& _rLine, const Any& _rPropertyValue ) in impl_setControlAsPropertyValue() argument
907 … if ( _rPropertyValue.getValueType().equals( _rLine.pLine->getControl()->getValueType() ) ) in impl_setControlAsPropertyValue()
909 xControl->setValue( _rPropertyValue ); in impl_setControlAsPropertyValue()
926 _rLine.pLine->GetEntryName(), _rPropertyValue, xControl->getValueType() ); in impl_setControlAsPropertyValue()
H A Dpropertycomposer.cxx154 …ertToControlValue( const ::rtl::OUString& _rPropertyName, const Any& _rPropertyValue, const Type& … in convertToControlValue() argument
157 …return m_aSlaveHandlers[0]->convertToControlValue( _rPropertyName, _rPropertyValue, _rControlValue… in convertToControlValue()
H A Dcellbindinghandler.hxx70 …t ::rtl::OUString& _rPropertyName, const ::com::sun::star::uno::Any& _rPropertyValue, const ::com:…
H A Dhandlerhelper.hxx79 const ::com::sun::star::uno::Any& _rPropertyValue,
H A Dsubmissionhandler.hxx104 …t ::rtl::OUString& _rPropertyName, const ::com::sun::star::uno::Any& _rPropertyValue, const ::com:…
H A Deformspropertyhandler.hxx81 …t ::rtl::OUString& _rPropertyName, const ::com::sun::star::uno::Any& _rPropertyValue, const ::com:…
H A Dbrowserlistbox.hxx211 …rolAsPropertyValue( const ListBoxLine& _rLine, const ::com::sun::star::uno::Any& _rPropertyValue );
H A Deventhandler.cxx688 …oControlValue( const ::rtl::OUString& /*_rPropertyName*/, const Any& _rPropertyValue, const Type& … in convertToControlValue() argument
693 OSL_VERIFY( _rPropertyValue >>= aScriptEvent ); in convertToControlValue()
H A Dpropertycomposer.hxx88 …t ::rtl::OUString& _rPropertyName, const ::com::sun::star::uno::Any& _rPropertyValue, const ::com:…
H A Dgenericpropertyhandler.hxx109 …t ::rtl::OUString& _rPropertyName, const ::com::sun::star::uno::Any& _rPropertyValue, const ::com:…
H A Deventhandler.hxx123 …t ::rtl::OUString& _rPropertyName, const ::com::sun::star::uno::Any& _rPropertyValue, const ::com:…
H A Dformcomponenthandler.hxx126 …t ::rtl::OUString& _rPropertyName, const ::com::sun::star::uno::Any& _rPropertyValue, const ::com:…
H A Dpropertyhandler.hxx120 …t ::rtl::OUString& _rPropertyName, const ::com::sun::star::uno::Any& _rPropertyValue, const ::com:…
/trunk/main/dbaccess/source/core/inc/
H A Dcolumnsettings.hxx94 …isDefaulted( const sal_Int32 _nPropertyHandle, const ::com::sun::star::uno::Any& _rPropertyValue );

Completed in 109 milliseconds