/aoo41x/main/offapi/com/sun/star/inspection/ |
H A D | XStringRepresentation.idl | 54 @see <member>XPropertyHandler::convertToPropertyValue</member> 56 any convertToPropertyValue(
|
H A D | XPropertyHandler.idl | 171 convertToPropertyValue( 191 … <member>convertToControlValue</member> and <member>convertToPropertyValue</member> are used.</p> 211 @see convertToPropertyValue
|
/aoo41x/main/extensions/source/propctrlr/ |
H A D | handlerhelper.cxx | 189 …Any PropertyHandlerHelper::convertToPropertyValue( const Reference< XComponentContext >& _rxContex… in convertToPropertyValue() function in pcr::PropertyHandlerHelper 207 … aPropertyValue = xConversionHelper->convertToPropertyValue( sControlValue, _rProperty.Type ); in convertToPropertyValue()
|
H A D | propertycomposer.cxx | 147 …Any SAL_CALL PropertyComposer::convertToPropertyValue( const ::rtl::OUString& _rPropertyName, cons… in convertToPropertyValue() function in pcr::PropertyComposer 150 return m_aSlaveHandlers[0]->convertToPropertyValue( _rPropertyName, _rControlValue ); in convertToPropertyValue()
|
H A D | propertyhandler.cxx | 152 …Any SAL_CALL PropertyHandler::convertToPropertyValue( const ::rtl::OUString& _rPropertyName, const… in convertToPropertyValue() function in pcr::PropertyHandler 173 aPropertyValue = PropertyHandlerHelper::convertToPropertyValue( in convertToPropertyValue()
|
H A D | stringrepresentation.cxx | 93 …virtual uno::Any SAL_CALL convertToPropertyValue(const ::rtl::OUString & ControlValue, const uno::… 194 uno::Any SAL_CALL StringRepresentation::convertToPropertyValue(const ::rtl::OUString & ControlValue… in convertToPropertyValue() function in pcr::StringRepresentation
|
H A D | eformspropertyhandler.cxx | 327 …Any SAL_CALL EFormsPropertyHandler::convertToPropertyValue( const ::rtl::OUString& _rPropertyName,… in convertToPropertyValue() function in pcr::EFormsPropertyHandler 352 … aReturn = EFormsPropertyHandler_Base::convertToPropertyValue( _rPropertyName, _rControlValue ); in convertToPropertyValue()
|
H A D | genericpropertyhandler.cxx | 437 …Any SAL_CALL GenericPropertyHandler::convertToPropertyValue( const ::rtl::OUString& _rPropertyName… in convertToPropertyValue() function in pcr::GenericPropertyHandler 458 …aPropertyValue = PropertyHandlerHelper::convertToPropertyValue( m_aContext.getContext(),m_xTypeCon… in convertToPropertyValue()
|
H A D | handlerhelper.hxx | 68 static ::com::sun::star::uno::Any convertToPropertyValue(
|
H A D | cellbindinghandler.hxx | 69 …virtual ::com::sun::star::uno::Any SAL_CALL convertToPropertyValue( const ::rtl::OUString& _r…
|
H A D | submissionhandler.hxx | 103 …virtual ::com::sun::star::uno::Any SAL_CALL convertToPropertyValue( const ::rtl::OUString& _rProp…
|
H A D | eformspropertyhandler.hxx | 80 …virtual ::com::sun::star::uno::Any SAL_CALL convertToPropertyValue( const ::rtl::OUString…
|
/aoo41x/main/reportdesign/source/ui/inspection/ |
H A D | ReportComponentHandler.cxx | 166 uno::Any SAL_CALL ReportComponentHandler::convertToPropertyValue(const ::rtl::OUString & PropertyNa… in convertToPropertyValue() function in rptui::ReportComponentHandler 168 return m_xFormComponentHandler->convertToPropertyValue(PropertyName, ControlValue); in convertToPropertyValue()
|
H A D | DataProviderHandler.cxx | 312 uno::Any SAL_CALL DataProviderHandler::convertToPropertyValue(const ::rtl::OUString & _rPropertyVal… in convertToPropertyValue() function in rptui::DataProviderHandler 335 … aPropertyValue = m_xFormComponentHandler->convertToPropertyValue(_rPropertyValue, _rControlValue); in convertToPropertyValue()
|
H A D | GeometryHandler.cxx | 947 return xConversionHelper->convertToPropertyValue( sControlValue, aProp.Type ); in getConstantValue() 951 uno::Any SAL_CALL GeometryHandler::convertToPropertyValue(const ::rtl::OUString & PropertyName, con… in convertToPropertyValue() function in rptui::GeometryHandler 1013 … aPropertyValue = xConversionHelper->convertToPropertyValue( sControlValue, aProp.Type ); in convertToPropertyValue() 1049 … aPropertyValue = m_xFormComponentHandler->convertToPropertyValue(PropertyName, _rControlValue); in convertToPropertyValue() 1059 … aPropertyValue = m_xFormComponentHandler->convertToPropertyValue(PROPERTY_FONT, _rControlValue); in convertToPropertyValue() 1103 return m_xFormComponentHandler->convertToPropertyValue(PropertyName, _rControlValue); in convertToPropertyValue()
|
/aoo41x/main/qadevOOo/objdsc/pcr/ |
H A D | com.sun.star.comp.extensions.EditPropertyHandler.csv | 6 "EditPropertyHandler";"com::sun::star::inspection::XPropertyHandler";"convertToPropertyValue()"
|
H A D | com.sun.star.comp.extensions.EventHandler.csv | 6 "EventHandler";"com::sun::star::inspection::XPropertyHandler";"convertToPropertyValue()"
|
H A D | com.sun.star.comp.extensions.FormComponentPropertyHandler.csv | 6 …ComponentPropertyHandler";"com::sun::star::inspection::XPropertyHandler";"convertToPropertyValue()"
|
H A D | com.sun.star.comp.extensions.GenericPropertyHandler.csv | 6 "GenericPropertyHandler";"com::sun::star::inspection::XPropertyHandler";"convertToPropertyValue()"
|
H A D | com.sun.star.comp.extensions.XSDValidationPropertyHandler.csv | 6 …alidationPropertyHandler";"com::sun::star::inspection::XPropertyHandler";"convertToPropertyValue()"
|
H A D | com.sun.star.comp.extensions.ButtonNavigationHandler.csv | 6 "ButtonNavigationHandler";"com::sun::star::inspection::XPropertyHandler";"convertToPropertyValue()"
|
H A D | com.sun.star.comp.extensions.CellBindingPropertyHandler.csv | 6 "CellBindingPropertyHandler";"com::sun::star::inspection::XPropertyHandler";"convertToPropertyValue…
|
H A D | com.sun.star.comp.extensions.EFormsPropertyHandler.csv | 6 "EFormsPropertyHandler";"com::sun::star::inspection::XPropertyHandler";"convertToPropertyValue()"
|
/aoo41x/main/qadevOOo/runner/helper/ |
H A D | PropertyHandlerImpl.java | 102 …public Object convertToPropertyValue(String PropertyName, Object ControlValue) throws com.sun.star… in convertToPropertyValue() method in PropertyHandlerImpl
|
/aoo41x/main/extensions/qa/integration/extensions/ |
H A D | MethodHandler.java | 88 …public Object convertToPropertyValue(String _propertyName, Object _controlValue) throws com.sun.st… in convertToPropertyValue() method in MethodHandler
|