Home
last modified time | relevance | path

Searched refs:convertToControlValue (Results 1 – 25 of 39) sorted by relevance

12

/trunk/main/offapi/com/sun/star/inspection/
H A DXStringRepresentation.idl45 @see <member>XPropertyHandler::convertToControlValue</member>
47 string convertToControlValue([in]any PropertyValue) raises( com::sun::star::uno::Exception );
H A DXPropertyHandler.idl165 @see convertToControlValue
191 … <member>convertToControlValue</member> and <member>convertToPropertyValue</member> are used.</p>
217 convertToControlValue(
/trunk/main/extensions/source/propctrlr/
H A Dhandlerhelper.cxx226 …Any PropertyHandlerHelper::convertToControlValue( const Reference< XComponentContext >& _rxContext… in convertToControlValue() function in pcr::PropertyHandlerHelper
237 aControlValue <<= xConversionHelper->convertToControlValue( _rPropertyValue ); in convertToControlValue()
H A Dpropertycomposer.cxx154 …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 Dpropertyhandler.cxx179 …Any SAL_CALL PropertyHandler::convertToControlValue( const ::rtl::OUString& _rPropertyName, const … in convertToControlValue() function in pcr::PropertyHandler
194 return PropertyHandlerHelper::convertToControlValue( in convertToControlValue()
H A Dstringrepresentation.cxx92 …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 Deformspropertyhandler.cxx360 …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 Dgenericpropertyhandler.cxx464 …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 Dcellbindinghandler.hxx70 …virtual ::com::sun::star::uno::Any SAL_CALL convertToControlValue( const ::rtl::OUString& _rP…
H A Dhandlerhelper.hxx76 static ::com::sun::star::uno::Any convertToControlValue(
H A Dsubmissionhandler.hxx104 …virtual ::com::sun::star::uno::Any SAL_CALL convertToControlValue( const ::rtl::OUString& _rPrope…
H A Deformspropertyhandler.hxx81 …virtual ::com::sun::star::uno::Any SAL_CALL convertToControlValue( const ::rtl::OUString&…
/trunk/main/reportdesign/source/ui/inspection/
H A DReportComponentHandler.cxx171 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 DGeometryHandler.cxx940 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()
H A DDataProviderHandler.cxx340 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()
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/pcr/
H A Dcom.sun.star.comp.extensions.ButtonNavigationHandler.csv7 "ButtonNavigationHandler";"com::sun::star::inspection::XPropertyHandler";"convertToControlValue()"
H A Dcom.sun.star.comp.extensions.CellBindingPropertyHandler.csv7 "CellBindingPropertyHandler";"com::sun::star::inspection::XPropertyHandler";"convertToControlValue(…
H A Dcom.sun.star.comp.extensions.EditPropertyHandler.csv7 "EditPropertyHandler";"com::sun::star::inspection::XPropertyHandler";"convertToControlValue()"
H A Dcom.sun.star.comp.extensions.EventHandler.csv7 "EventHandler";"com::sun::star::inspection::XPropertyHandler";"convertToControlValue()"
H A Dcom.sun.star.comp.extensions.FormComponentPropertyHandler.csv7 …mComponentPropertyHandler";"com::sun::star::inspection::XPropertyHandler";"convertToControlValue()"
H A Dcom.sun.star.comp.extensions.GenericPropertyHandler.csv7 "GenericPropertyHandler";"com::sun::star::inspection::XPropertyHandler";"convertToControlValue()"
H A Dcom.sun.star.comp.extensions.XSDValidationPropertyHandler.csv7 …ValidationPropertyHandler";"com::sun::star::inspection::XPropertyHandler";"convertToControlValue()"
H A Dcom.sun.star.comp.extensions.EFormsPropertyHandler.csv7 "EFormsPropertyHandler";"com::sun::star::inspection::XPropertyHandler";"convertToControlValue()"
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DPropertyHandlerImpl.java87 public Object convertToControlValue( in convertToControlValue() method in PropertyHandlerImpl
/trunk/main/extensions/qa/integration/extensions/
H A DMethodHandler.java83 …public Object convertToControlValue(String _propertyName, Object _propertyValue, com.sun.star.uno.… in convertToControlValue() method in MethodHandler

Completed in 64 milliseconds

12