/trunk/main/reportdesign/source/ui/inspection/ |
H A D | DataProviderHandler.cxx | 312 … 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 D | GeometryHandler.cxx | 1108 …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 D | columnsettings.cxx | 112 … 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 D | handlerhelper.cxx | 227 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 D | submissionhandler.cxx | 394 …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 D | cellbindinghandler.cxx | 408 …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 D | propertyhandler.cxx | 179 …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 D | formcomponenthandler.cxx | 220 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 D | genericpropertyhandler.cxx | 464 …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 D | eformspropertyhandler.cxx | 360 …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 D | browserlistbox.cxx | 902 …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 D | propertycomposer.cxx | 154 …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 D | cellbindinghandler.hxx | 70 …t ::rtl::OUString& _rPropertyName, const ::com::sun::star::uno::Any& _rPropertyValue, const ::com:…
|
H A D | handlerhelper.hxx | 79 const ::com::sun::star::uno::Any& _rPropertyValue,
|
H A D | submissionhandler.hxx | 104 …t ::rtl::OUString& _rPropertyName, const ::com::sun::star::uno::Any& _rPropertyValue, const ::com:…
|
H A D | eformspropertyhandler.hxx | 81 …t ::rtl::OUString& _rPropertyName, const ::com::sun::star::uno::Any& _rPropertyValue, const ::com:…
|
H A D | browserlistbox.hxx | 211 …rolAsPropertyValue( const ListBoxLine& _rLine, const ::com::sun::star::uno::Any& _rPropertyValue );
|
H A D | eventhandler.cxx | 688 …oControlValue( const ::rtl::OUString& /*_rPropertyName*/, const Any& _rPropertyValue, const Type& … in convertToControlValue() argument 693 OSL_VERIFY( _rPropertyValue >>= aScriptEvent ); in convertToControlValue()
|
H A D | propertycomposer.hxx | 88 …t ::rtl::OUString& _rPropertyName, const ::com::sun::star::uno::Any& _rPropertyValue, const ::com:…
|
H A D | genericpropertyhandler.hxx | 109 …t ::rtl::OUString& _rPropertyName, const ::com::sun::star::uno::Any& _rPropertyValue, const ::com:…
|
H A D | eventhandler.hxx | 123 …t ::rtl::OUString& _rPropertyName, const ::com::sun::star::uno::Any& _rPropertyValue, const ::com:…
|
H A D | formcomponenthandler.hxx | 126 …t ::rtl::OUString& _rPropertyName, const ::com::sun::star::uno::Any& _rPropertyValue, const ::com:…
|
H A D | propertyhandler.hxx | 120 …t ::rtl::OUString& _rPropertyName, const ::com::sun::star::uno::Any& _rPropertyValue, const ::com:…
|
/trunk/main/dbaccess/source/core/inc/ |
H A D | columnsettings.hxx | 94 …isDefaulted( const sal_Int32 _nPropertyHandle, const ::com::sun::star::uno::Any& _rPropertyValue );
|