/aoo4110/main/extensions/source/propctrlr/ |
H A D | handlerhelper.cxx | 227 const Any& _rPropertyValue, const Type& _rControlValueType ) in convertToControlValue() argument 234 if ( _rControlValueType.getTypeClass() == TypeClass_STRING ) in convertToControlValue() 244 … aControlValue = _rxTypeConverter->convertTo( _rPropertyValue, _rControlValueType ); in convertToControlValue()
|
H A D | submissionhandler.cxx | 394 …:OUString& _rPropertyName, const Any& _rPropertyValue, const Type& _rControlValueType ) throw (Unk… in convertToControlValue() argument 403 OSL_ENSURE( _rControlValueType.getTypeClass() == TypeClass_STRING, in convertToControlValue() 405 (void)_rControlValueType; in convertToControlValue()
|
H A D | propertyhandler.cxx | 179 …:OUString& _rPropertyName, const Any& _rPropertyValue, const Type& _rControlValueType ) throw (Unk… in convertToControlValue() argument 186 …DBG_ASSERT( _rControlValueType.getTypeClass() == TypeClass_STRING, "PropertyHandler::convertToCont… in convertToControlValue() 195 m_aContext.getContext(),m_xTypeConverter, _rPropertyValue, _rControlValueType ); in convertToControlValue()
|
H A D | eformspropertyhandler.cxx | 360 …:OUString& _rPropertyName, const Any& _rPropertyValue, const Type& _rControlValueType ) throw (Unk… in convertToControlValue() argument 371 OSL_ENSURE( _rControlValueType.getTypeClass() == TypeClass_STRING, in convertToControlValue() 385 …PropertyHandler_Base::convertToControlValue( _rPropertyName, _rPropertyValue, _rControlValueType ); in convertToControlValue()
|
H A D | propertycomposer.cxx | 154 …:OUString& _rPropertyName, const Any& _rPropertyValue, const Type& _rControlValueType ) throw (Unk… in convertToControlValue() argument 157 … m_aSlaveHandlers[0]->convertToControlValue( _rPropertyName, _rPropertyValue, _rControlValueType ); in convertToControlValue()
|
H A D | genericpropertyhandler.cxx | 464 …:OUString& _rPropertyName, const Any& _rPropertyValue, const Type& _rControlValueType ) throw (Unk… in convertToControlValue() argument 483 …ertToControlValue( m_aContext.getContext(),m_xTypeConverter, _rPropertyValue, _rControlValueType ); in convertToControlValue()
|
H A D | eventhandler.cxx | 688 …tring& /*_rPropertyName*/, const Any& _rPropertyValue, const Type& _rControlValueType ) throw (Unk… in convertToControlValue() argument 695 OSL_ENSURE( _rControlValueType.getTypeClass() == TypeClass_STRING, in convertToControlValue() 697 (void)_rControlValueType; in convertToControlValue()
|
H A D | cellbindinghandler.hxx | 70 …tar::uno::Any& _rPropertyValue, const ::com::sun::star::uno::Type& _rControlValueType ) throw (::c…
|
H A D | handlerhelper.hxx | 80 const ::com::sun::star::uno::Type& _rControlValueType
|
H A D | submissionhandler.hxx | 104 …tar::uno::Any& _rPropertyValue, const ::com::sun::star::uno::Type& _rControlValueType ) throw (::c…
|
H A D | eformspropertyhandler.hxx | 81 …tar::uno::Any& _rPropertyValue, const ::com::sun::star::uno::Type& _rControlValueType ) throw (::c…
|
H A D | formcomponenthandler.cxx | 634 …:OUString& _rPropertyName, const Any& _rPropertyValue, const Type& _rControlValueType ) throw (Unk… in convertToControlValue() argument 678 OSL_ENSURE( _rControlValueType.getTypeClass() == TypeClass_STRING, in convertToControlValue() 756 …yHandler_Base::convertToControlValue( _rPropertyName, makeAny( nNormalized ), _rControlValueType ); in convertToControlValue() 806 …PropertyHandler_Base::convertToControlValue( _rPropertyName, _rPropertyValue, _rControlValueType ); in convertToControlValue()
|
H A D | propertycomposer.hxx | 88 …tar::uno::Any& _rPropertyValue, const ::com::sun::star::uno::Type& _rControlValueType ) throw (::c…
|
H A D | genericpropertyhandler.hxx | 109 …tar::uno::Any& _rPropertyValue, const ::com::sun::star::uno::Type& _rControlValueType ) throw (::c…
|
H A D | eventhandler.hxx | 123 …tar::uno::Any& _rPropertyValue, const ::com::sun::star::uno::Type& _rControlValueType ) throw (::c…
|
H A D | formcomponenthandler.hxx | 126 …tar::uno::Any& _rPropertyValue, const ::com::sun::star::uno::Type& _rControlValueType ) throw (::c…
|
H A D | propertyhandler.hxx | 120 …tar::uno::Any& _rPropertyValue, const ::com::sun::star::uno::Type& _rControlValueType ) throw (::c…
|
/aoo4110/main/reportdesign/source/ui/inspection/ |
H A D | GeometryHandler.cxx | 1108 … PropertyName, const uno::Any & _rPropertyValue, const uno::Type & _rControlValueType) throw (uno:… in convertToControlValue() argument 1155 if ( _rControlValueType.getTypeClass() == uno::TypeClass_STRING ) in convertToControlValue() 1164 … aControlValue = m_xTypeConverter->convertTo( aPropertyValue, _rControlValueType ); in convertToControlValue() 1189 … m_xFormComponentHandler->convertToControlValue(PROPERTY_FONT, aPropertyValue, _rControlValueType); in convertToControlValue() 1199 …= m_xFormComponentHandler->convertToControlValue(PropertyName, aPropertyValue, _rControlValueType); in convertToControlValue() 1248 …= m_xFormComponentHandler->convertToControlValue(PropertyName, aPropertyValue, _rControlValueType); in convertToControlValue()
|