/aoo41x/main/offapi/com/sun/star/inspection/ |
H A D | XStringRepresentation.idl | 45 @see <member>XPropertyHandler::convertToControlValue</member> 47 string convertToControlValue([in]any PropertyValue) raises( com::sun::star::uno::Exception );
|
H A D | XPropertyHandler.idl | 165 @see convertToControlValue 191 … <member>convertToControlValue</member> and <member>convertToPropertyValue</member> are used.</p> 217 convertToControlValue(
|
/aoo41x/main/extensions/source/propctrlr/ |
H A D | handlerhelper.cxx | 226 …Any PropertyHandlerHelper::convertToControlValue( const Reference< XComponentContext >& _rxContext… in convertToControlValue() function in pcr::PropertyHandlerHelper 237 aControlValue <<= xConversionHelper->convertToControlValue( _rPropertyValue ); in convertToControlValue()
|
H A D | propertycomposer.cxx | 154 …Any SAL_CALL PropertyComposer::convertToControlValue( const ::rtl::OUString& _rPropertyName, const… in convertToControlValue() function in pcr::PropertyComposer 157 …return m_aSlaveHandlers[0]->convertToControlValue( _rPropertyName, _rPropertyValue, _rControlValue… in convertToControlValue()
|
H A D | propertyhandler.cxx | 179 …Any SAL_CALL PropertyHandler::convertToControlValue( const ::rtl::OUString& _rPropertyName, const … in convertToControlValue() function in pcr::PropertyHandler 194 return PropertyHandlerHelper::convertToControlValue( in convertToControlValue()
|
H A D | stringrepresentation.cxx | 92 …virtual ::rtl::OUString SAL_CALL convertToControlValue(const uno::Any & PropertyValue) throw (uno:… 174 ::rtl::OUString SAL_CALL StringRepresentation::convertToControlValue(const uno::Any & PropertyValue… in convertToControlValue() function in pcr::StringRepresentation
|
H A D | eformspropertyhandler.cxx | 360 …Any SAL_CALL EFormsPropertyHandler::convertToControlValue( const ::rtl::OUString& _rPropertyName, … in convertToControlValue() function in pcr::EFormsPropertyHandler 385 …aReturn = EFormsPropertyHandler_Base::convertToControlValue( _rPropertyName, _rPropertyValue, _rCo… in convertToControlValue()
|
H A D | genericpropertyhandler.cxx | 464 …Any SAL_CALL GenericPropertyHandler::convertToControlValue( const ::rtl::OUString& _rPropertyName,… in convertToControlValue() function in pcr::GenericPropertyHandler 483 …aControlValue = PropertyHandlerHelper::convertToControlValue( m_aContext.getContext(),m_xTypeConve… in convertToControlValue()
|
H A D | handlerhelper.hxx | 76 static ::com::sun::star::uno::Any convertToControlValue(
|
H A D | cellbindinghandler.hxx | 70 …virtual ::com::sun::star::uno::Any SAL_CALL convertToControlValue( const ::rtl::OUString& _rP…
|
H A D | submissionhandler.hxx | 104 …virtual ::com::sun::star::uno::Any SAL_CALL convertToControlValue( const ::rtl::OUString& _rPrope…
|
H A D | eformspropertyhandler.hxx | 81 …virtual ::com::sun::star::uno::Any SAL_CALL convertToControlValue( const ::rtl::OUString&…
|
/aoo41x/main/reportdesign/source/ui/inspection/ |
H A D | ReportComponentHandler.cxx | 171 uno::Any SAL_CALL ReportComponentHandler::convertToControlValue(const ::rtl::OUString & PropertyNam… in convertToControlValue() function in rptui::ReportComponentHandler 173 …return m_xFormComponentHandler->convertToControlValue(PropertyName, PropertyValue, ControlValueTyp… in convertToControlValue()
|
H A D | DataProviderHandler.cxx | 340 uno::Any SAL_CALL DataProviderHandler::convertToControlValue(const ::rtl::OUString & _rPropertyName… in convertToControlValue() function in rptui::DataProviderHandler 366 …aControlValue = m_xFormComponentHandler->convertToControlValue(_rPropertyName, _rPropertyValue, Co… in convertToControlValue()
|
H A D | GeometryHandler.cxx | 940 return uno::makeAny( xConversionHelper->convertToControlValue( _aValue ) ); in getConstantValue() 1108 uno::Any SAL_CALL GeometryHandler::convertToControlValue(const ::rtl::OUString & PropertyName, cons… in convertToControlValue() function in rptui::GeometryHandler 1158 aControlValue <<= xConversionHelper->convertToControlValue( aPropertyValue ); in convertToControlValue() 1189 …aControlValue = m_xFormComponentHandler->convertToControlValue(PROPERTY_FONT, aPropertyValue, _rCo… in convertToControlValue() 1199 …aControlValue = m_xFormComponentHandler->convertToControlValue(PropertyName, aPropertyValue, _rCon… in convertToControlValue() 1248 …aControlValue = m_xFormComponentHandler->convertToControlValue(PropertyName, aPropertyValue, _rCon… in convertToControlValue()
|
/aoo41x/main/qadevOOo/objdsc/pcr/ |
H A D | com.sun.star.comp.extensions.EditPropertyHandler.csv | 7 "EditPropertyHandler";"com::sun::star::inspection::XPropertyHandler";"convertToControlValue()"
|
H A D | com.sun.star.comp.extensions.EventHandler.csv | 7 "EventHandler";"com::sun::star::inspection::XPropertyHandler";"convertToControlValue()"
|
H A D | com.sun.star.comp.extensions.FormComponentPropertyHandler.csv | 7 …mComponentPropertyHandler";"com::sun::star::inspection::XPropertyHandler";"convertToControlValue()"
|
H A D | com.sun.star.comp.extensions.GenericPropertyHandler.csv | 7 "GenericPropertyHandler";"com::sun::star::inspection::XPropertyHandler";"convertToControlValue()"
|
H A D | com.sun.star.comp.extensions.XSDValidationPropertyHandler.csv | 7 …ValidationPropertyHandler";"com::sun::star::inspection::XPropertyHandler";"convertToControlValue()"
|
H A D | com.sun.star.comp.extensions.ButtonNavigationHandler.csv | 7 "ButtonNavigationHandler";"com::sun::star::inspection::XPropertyHandler";"convertToControlValue()"
|
H A D | com.sun.star.comp.extensions.CellBindingPropertyHandler.csv | 7 "CellBindingPropertyHandler";"com::sun::star::inspection::XPropertyHandler";"convertToControlValue(…
|
H A D | com.sun.star.comp.extensions.EFormsPropertyHandler.csv | 7 "EFormsPropertyHandler";"com::sun::star::inspection::XPropertyHandler";"convertToControlValue()"
|
/aoo41x/main/qadevOOo/runner/helper/ |
H A D | PropertyHandlerImpl.java | 87 public Object convertToControlValue( in convertToControlValue() method in PropertyHandlerImpl
|
/aoo41x/main/extensions/qa/integration/extensions/ |
H A D | MethodHandler.java | 83 …public Object convertToControlValue(String _propertyName, Object _propertyValue, com.sun.star.uno.… in convertToControlValue() method in MethodHandler
|