Home
last modified time | relevance | path

Searched refs:_rControlValueType (Results 1 – 18 of 18) sorted by relevance

/trunk/main/extensions/source/propctrlr/
H A Dhandlerhelper.cxx227 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 Dsubmissionhandler.cxx394 …: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 Dpropertyhandler.cxx179 …: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 Deformspropertyhandler.cxx360 …: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 Dpropertycomposer.cxx154 …: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 Deventhandler.cxx688 …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 Dgenericpropertyhandler.cxx464 …: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 Dcellbindinghandler.hxx70 …tar::uno::Any& _rPropertyValue, const ::com::sun::star::uno::Type& _rControlValueType ) throw (::c…
H A Dhandlerhelper.hxx80 const ::com::sun::star::uno::Type& _rControlValueType
H A Dsubmissionhandler.hxx104 …tar::uno::Any& _rPropertyValue, const ::com::sun::star::uno::Type& _rControlValueType ) throw (::c…
H A Dformcomponenthandler.cxx634 …: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 Deformspropertyhandler.hxx81 …tar::uno::Any& _rPropertyValue, const ::com::sun::star::uno::Type& _rControlValueType ) throw (::c…
H A Dpropertycomposer.hxx88 …tar::uno::Any& _rPropertyValue, const ::com::sun::star::uno::Type& _rControlValueType ) throw (::c…
H A Dgenericpropertyhandler.hxx109 …tar::uno::Any& _rPropertyValue, const ::com::sun::star::uno::Type& _rControlValueType ) throw (::c…
H A Deventhandler.hxx123 …tar::uno::Any& _rPropertyValue, const ::com::sun::star::uno::Type& _rControlValueType ) throw (::c…
H A Dformcomponenthandler.hxx126 …tar::uno::Any& _rPropertyValue, const ::com::sun::star::uno::Type& _rControlValueType ) throw (::c…
H A Dpropertyhandler.hxx120 …tar::uno::Any& _rPropertyValue, const ::com::sun::star::uno::Type& _rControlValueType ) throw (::c…
/trunk/main/reportdesign/source/ui/inspection/
H A DGeometryHandler.cxx1108 … 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()

Completed in 73 milliseconds