Lines Matching refs:rtl

65 ::rtl::OUString SAL_CALL _getImplementationName();
66 uno::Sequence< ::rtl::OUString > SAL_CALL _getSupportedServiceNames();
87 virtual ::rtl::OUString SAL_CALL getImplementationName() throw (uno::RuntimeException);
88 …virtual ::sal_Bool SAL_CALL supportsService(const ::rtl::OUString & ServiceName) throw (uno::Runti…
89 …virtual uno::Sequence< ::rtl::OUString > SAL_CALL getSupportedServiceNames() throw (uno::RuntimeEx…
92 …virtual ::rtl::OUString SAL_CALL convertToControlValue(const uno::Any & PropertyValue) throw (uno:…
93 …virtual uno::Any SAL_CALL convertToPropertyValue(const ::rtl::OUString & ControlValue, const uno::…
114 ::rtl::OUString& _rStringRep
126 const ::rtl::OUString& _rStringRep,
136 ::rtl::OUString convertSimpleToString( const uno::Any& _rValue );
143 …uno::Any convertStringToSimple( const ::rtl::OUString& _rValue,const uno::TypeClass& _ePropertyTyp…
148 uno::Sequence< ::rtl::OUString > m_aValues;
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()
176 ::rtl::OUString sReturn; in convertToControlValue()
183 …::rtl::OString sMessage( "StringRepresentation::convertPropertyValueToStringRepresentation: cannot… in convertToControlValue()
184 …sMessage += ::rtl::OString( PropertyValue.getValueType().getTypeName().getStr(), PropertyValue.get… in convertToControlValue()
185 sMessage += ::rtl::OString( "'!" ); in convertToControlValue()
194 uno::Any SAL_CALL StringRepresentation::convertToPropertyValue(const ::rtl::OUString & ControlValue… in convertToPropertyValue()
228 …::rtl::OString sMessage( "StringRepresentation::convertStringRepresentationToPropertyValue: cannot… in convertToPropertyValue()
229 …sMessage += ::rtl::OString( ControlValueType.getTypeName().getStr(), ControlValueType.getTypeName(… in convertToPropertyValue()
230 sMessage += ::rtl::OString( "'!" ); in convertToPropertyValue()
249 ::rtl::OUString sConstantName; in initialize()
256 …m_xContext->getValueByName( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "/singletons/com.sun.sta… in initialize()
266 ::rtl::OUString StringRepresentation::convertSimpleToString( const uno::Any& _rValue ) in convertSimpleToString()
268 ::rtl::OUString sReturn; in convertSimpleToString()
306 ::rtl::OUString operator()( sal_Int32 _rIntValue ) const in operator ()()
308 return ::rtl::OUString::valueOf( (sal_Int32)_rIntValue ); in operator ()()
310 sal_Int32 operator()( const ::rtl::OUString& _rStringValue ) const in operator ()()
318 ::rtl::OUString operator()( const ::rtl::OUString& _rValue ) const in operator ()()
325 …::rtl::OUString composeSequenceElements( const Sequence< ElementType >& _rElements, const Transfor… in composeSequenceElements()
344 …void splitComposedStringToSequence( const ::rtl::OUString& _rComposed, Sequence< ElementType >& _o… in splitComposedStringToSequence()
360 bool StringRepresentation::convertGenericValueToString( const uno::Any& _rValue, ::rtl::OUString& _… in convertGenericValueToString()
372 ::std::vector< ::rtl::OUString > aListEntries; in convertGenericValueToString()
383 Sequence< ::rtl::OUString > aStringValues; in convertGenericValueToString()
468 uno::Any StringRepresentation::convertStringToSimple( const ::rtl::OUString& _rValue,const uno::Typ… in convertStringToSimple()
477 const ::rtl::OUString* pIter = m_aValues.getConstArray(); in convertStringToSimple()
478 const ::rtl::OUString* pEnd = pIter + m_aValues.getLength(); in convertStringToSimple()
499 bool StringRepresentation::convertStringToGenericValue( const ::rtl::OUString& _rStringRep, uno::An… in convertStringToGenericValue()
511 ::std::vector< ::rtl::OUString > aListEntries; in convertStringToGenericValue()
529 Sequence< ::rtl::OUString > aElements; in convertStringToGenericValue()
615 ::rtl::OUString SAL_CALL _getImplementationName() { in _getImplementationName()
616 return ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( in _getImplementationName()
620 uno::Sequence< ::rtl::OUString > SAL_CALL _getSupportedServiceNames() in _getSupportedServiceNames()
622 uno::Sequence< ::rtl::OUString > s(1); in _getSupportedServiceNames()
623 s[0] = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( in _getSupportedServiceNames()