Lines Matching refs:StringRepresentation

77 class StringRepresentation:  class
84 explicit StringRepresentation(uno::Reference< uno::XComponentContext > const & context);
99 StringRepresentation(StringRepresentation &); // not defined
100 void operator =(StringRepresentation &); // not defined
102 virtual ~StringRepresentation() {} in ~StringRepresentation()
153 StringRepresentation::StringRepresentation(uno::Reference< uno::XComponentContext > const & context… in StringRepresentation() function in pcr::StringRepresentation
158 ::rtl::OUString SAL_CALL StringRepresentation::getImplementationName() throw (uno::RuntimeExceptio… in getImplementationName()
163 ::sal_Bool SAL_CALL StringRepresentation::supportsService(::rtl::OUString const & serviceName) thro… in supportsService()
168 uno::Sequence< ::rtl::OUString > SAL_CALL StringRepresentation::getSupportedServiceNames() throw (… in getSupportedServiceNames()
174 ::rtl::OUString SAL_CALL StringRepresentation::convertToControlValue(const uno::Any & PropertyValue… in convertToControlValue()
194 uno::Any SAL_CALL StringRepresentation::convertToPropertyValue(const ::rtl::OUString & ControlValue… in convertToPropertyValue()
240 void SAL_CALL StringRepresentation::initialize(const uno::Sequence< uno::Any > & aArguments) throw … in initialize()
266 ::rtl::OUString StringRepresentation::convertSimpleToString( const uno::Any& _rValue ) in convertSimpleToString()
360 bool StringRepresentation::convertGenericValueToString( const uno::Any& _rValue, ::rtl::OUString& _… in convertGenericValueToString()
468 uno::Any StringRepresentation::convertStringToSimple( const ::rtl::OUString& _rValue,const uno::Typ… in convertStringToSimple()
499 bool StringRepresentation::convertStringToGenericValue( const ::rtl::OUString& _rStringRep, uno::An… in convertStringToGenericValue()
632 return static_cast< ::cppu::OWeakObject * >(new pcr::StringRepresentation(context)); in _create()