Home
last modified time | relevance | path

Searched refs:_rControlValue (Results 1 – 21 of 21) sorted by relevance

/trunk/main/reportdesign/source/ui/inspection/
H A DGeometryHandler.cxx191 _rControlValue <<= aFormula.getUndecoratedContent(); in lcl_convertFormulaTo()
211 _rControlValue >>= sName; in impl_convertToFormula()
954 uno::Any aPropertyValue( _rControlValue ); in convertToPropertyValue()
971 if ( !_rControlValue.hasValue() ) in convertToPropertyValue()
1010 _rControlValue >>= sControlValue; in convertToPropertyValue()
1037 _rControlValue >>= sDataField; in convertToPropertyValue()
1064 aPropertyValue = _rControlValue; in convertToPropertyValue()
1069 _rControlValue >>= sValue; in convertToPropertyValue()
1078 aPropertyValue = _rControlValue; in convertToPropertyValue()
1083 _rControlValue >>= sValue; in convertToPropertyValue()
[all …]
H A DDataProviderHandler.cxx312 …pertyValue(const ::rtl::OUString & _rPropertyValue, const uno::Any & _rControlValue) throw (uno::R… in convertToPropertyValue() argument
315 uno::Any aPropertyValue( _rControlValue ); in convertToPropertyValue()
324 … aPropertyValue = m_xTypeConverter->convertTo( _rControlValue, ::getCppuType((const sal_Int32*)0)); in convertToPropertyValue()
335 … aPropertyValue = m_xFormComponentHandler->convertToPropertyValue(_rPropertyValue, _rControlValue); in convertToPropertyValue()
/trunk/main/extensions/source/propctrlr/
H A Dhandlerhelper.cxx190 const Property& _rProperty, const Any& _rControlValue ) in convertToPropertyValue() argument
192 Any aPropertyValue( _rControlValue ); in convertToPropertyValue()
201 if ( _rControlValue.getValueType().getTypeClass() == TypeClass_STRING ) in convertToPropertyValue()
204 _rControlValue >>= sControlValue; in convertToPropertyValue()
214 aPropertyValue = _rxTypeConverter->convertTo( _rControlValue, _rProperty.Type ); in convertToPropertyValue()
H A Dpropertyhandler.cxx152 …rtToPropertyValue( const ::rtl::OUString& _rPropertyName, const Any& _rControlValue ) throw (Unkno… in convertToPropertyValue() argument
159 if ( !_rControlValue.hasValue() ) in convertToPropertyValue()
166 OSL_VERIFY( _rControlValue >>= sControlValue ); in convertToPropertyValue()
174 m_aContext.getContext(),m_xTypeConverter, aProperty, _rControlValue ); in convertToPropertyValue()
H A Dgenericpropertyhandler.cxx437 …rtToPropertyValue( const ::rtl::OUString& _rPropertyName, const Any& _rControlValue ) throw (Unkno… in convertToPropertyValue() argument
447 if ( !_rControlValue.hasValue() ) in convertToPropertyValue()
454 OSL_VERIFY( _rControlValue >>= sControlValue ); in convertToPropertyValue()
458 …r::convertToPropertyValue( m_aContext.getContext(),m_xTypeConverter, pos->second, _rControlValue ); in convertToPropertyValue()
H A Dformcomponenthandler.cxx498 …rtToPropertyValue( const ::rtl::OUString& _rPropertyName, const Any& _rControlValue ) throw (Unkno… in convertToPropertyValue() argument
504 Any aPropertyValue( _rControlValue ); in convertToPropertyValue()
519 if ( _rControlValue >>= sStringValue ) in convertToPropertyValue()
532 OSL_VERIFY( _rControlValue >>= sControlValue ); in convertToPropertyValue()
553 OSL_VERIFY( _rControlValue >>= sControlValue ); in convertToPropertyValue()
568 OSL_VERIFY( _rControlValue >>= sControlValue ); in convertToPropertyValue()
586 OSL_VERIFY( _rControlValue >>= aDate ); in convertToPropertyValue()
597 OSL_VERIFY( _rControlValue >>= aTime ); in convertToPropertyValue()
604 …alue = FormComponentPropertyHandler_Base::convertToPropertyValue( _rPropertyName, _rControlValue ); in convertToPropertyValue()
625 …alue = FormComponentPropertyHandler_Base::convertToPropertyValue( _rPropertyName, _rControlValue ); in convertToPropertyValue()
H A Deformspropertyhandler.cxx327 …rtToPropertyValue( const ::rtl::OUString& _rPropertyName, const Any& _rControlValue ) throw (Unkno… in convertToPropertyValue() argument
343 OSL_VERIFY( _rControlValue >>= sControlValue ); in convertToPropertyValue()
352 … aReturn = EFormsPropertyHandler_Base::convertToPropertyValue( _rPropertyName, _rControlValue ); in convertToPropertyValue()
H A Dsubmissionhandler.cxx355 …rtToPropertyValue( const ::rtl::OUString& _rPropertyName, const Any& _rControlValue ) throw (Unkno… in convertToPropertyValue() argument
365 OSL_VERIFY( _rControlValue >>= sControlValue ); in convertToPropertyValue()
H A Dcellbindinghandler.cxx359 …rtToPropertyValue( const ::rtl::OUString& _rPropertyName, const Any& _rControlValue ) throw (Unkno… in convertToPropertyValue() argument
371 OSL_VERIFY( _rControlValue >>= sControlValue ); in convertToPropertyValue()
H A Dpropertycomposer.cxx147 …rtToPropertyValue( const ::rtl::OUString& _rPropertyName, const Any& _rControlValue ) throw (Unkno… in convertToPropertyValue() argument
150 return m_aSlaveHandlers[0]->convertToPropertyValue( _rPropertyName, _rControlValue ); in convertToPropertyValue()
H A Dcellbindinghandler.hxx69 …t ::rtl::OUString& _rPropertyName, const ::com::sun::star::uno::Any& _rControlValue ) throw (::com…
H A Dhandlerhelper.hxx72 const ::com::sun::star::uno::Any& _rControlValue
H A Dsubmissionhandler.hxx103 …t ::rtl::OUString& _rPropertyName, const ::com::sun::star::uno::Any& _rControlValue ) throw (::com…
H A Deformspropertyhandler.hxx80 …t ::rtl::OUString& _rPropertyName, const ::com::sun::star::uno::Any& _rControlValue ) throw (::com…
H A Deventhandler.cxx660 …rtToPropertyValue( const ::rtl::OUString& _rPropertyName, const Any& _rControlValue ) throw (Unkno… in convertToPropertyValue() argument
665 OSL_VERIFY( _rControlValue >>= sNewScriptCode ); in convertToPropertyValue()
H A Dpropertycomposer.hxx87 …t ::rtl::OUString& _rPropertyName, const ::com::sun::star::uno::Any& _rControlValue ) throw (::com…
H A Dgenericpropertyhandler.hxx108 …t ::rtl::OUString& _rPropertyName, const ::com::sun::star::uno::Any& _rControlValue ) throw (::com…
H A Deventhandler.hxx122 …t ::rtl::OUString& _rPropertyName, const ::com::sun::star::uno::Any& _rControlValue ) throw (::com…
H A Dformcomponenthandler.hxx125 …t ::rtl::OUString& _rPropertyName, const ::com::sun::star::uno::Any& _rControlValue ) throw (::com…
H A Dpropertyhandler.hxx119 …t ::rtl::OUString& _rPropertyName, const ::com::sun::star::uno::Any& _rControlValue ) throw (::com…
/trunk/main/reportdesign/source/ui/inc/
H A DGeometryHandler.hxx116 ::rtl::OUString impl_convertToFormula( const ::com::sun::star::uno::Any& _rControlValue );

Completed in 93 milliseconds