Home
last modified time | relevance | path

Searched refs:seqValue (Results 1 – 5 of 5) sorted by relevance

/trunk/main/stoc/source/defaultregistry/
H A Ddefaultregistry.cxx170 …L setLongListValue( const ::com::sun::star::uno::Sequence< sal_Int32 >& seqValue ) throw(InvalidRe…
174 …L setAsciiListValue( const ::com::sun::star::uno::Sequence< OUString >& seqValue ) throw(InvalidRe…
458 void SAL_CALL NestedKeyImpl::setLongListValue( const Sequence< sal_Int32 >& seqValue ) in setLongListValue() argument
466 m_localKey->setLongListValue(seqValue); in setLongListValue()
472 m_localKey->setLongListValue(seqValue); in setLongListValue()
544 void SAL_CALL NestedKeyImpl::setAsciiListValue( const Sequence< OUString >& seqValue ) in setAsciiListValue() argument
552 m_localKey->setAsciiListValue(seqValue); in setAsciiListValue()
558 m_localKey->setAsciiListValue(seqValue); in setAsciiListValue()
630 void SAL_CALL NestedKeyImpl::setStringListValue( const Sequence< OUString >& seqValue ) in setStringListValue() argument
638 m_localKey->setStringListValue(seqValue); in setStringListValue()
[all …]
/trunk/main/stoc/source/simpleregistry/
H A Dsimpleregistry.cxx163 com::sun::star::uno::Sequence< sal_Int32 > const & seqValue)
181 css::uno::Sequence< rtl::OUString > const & seqValue)
199 css::uno::Sequence< rtl::OUString > const & seqValue)
447 for (sal_Int32 i = 0; i < seqValue.getLength(); ++i) { in setLongListValue()
448 list.push_back(seqValue[i]); in setLongListValue()
642 css::uno::Sequence< rtl::OUString > const & seqValue) in setAsciiListValue()
647 for (sal_Int32 i = 0; i < seqValue.getLength(); ++i) { in setAsciiListValue()
649 if (!seqValue[i].convertToString( in setAsciiListValue()
820 css::uno::Sequence< rtl::OUString > const & seqValue) in setStringListValue()
825 for (sal_Int32 i = 0; i < seqValue.getLength(); ++i) { in setStringListValue()
[all …]
H A Dtextualservices.cxx475 com::sun::star::uno::Sequence< sal_Int32 > const & seqValue)
493 css::uno::Sequence< rtl::OUString > const & seqValue)
511 css::uno::Sequence< rtl::OUString > const & seqValue)
/trunk/main/stoc/test/
H A Dtestregistry.cxx524 Sequence<OUString> seqValue = xKey->getAsciiListValue(); in test_DefaultRegistry() local
526 TEST_ENSHURE( seqValue.getLength() == 3, "test_DefaultRegistry error 10" ); in test_DefaultRegistry()
527 TEST_ENSHURE( seqValue.getArray()[0] == OUString( RTL_CONSTASCII_USTRINGPARAM("Hallo") ), in test_DefaultRegistry()
529 TEST_ENSHURE( seqValue.getArray()[1] == OUString( RTL_CONSTASCII_USTRINGPARAM("jetzt komm") ), in test_DefaultRegistry()
531 TEST_ENSHURE( seqValue.getArray()[2] == OUString( RTL_CONSTASCII_USTRINGPARAM("ich") ), in test_DefaultRegistry()
/trunk/main/udkapi/com/sun/star/registry/
H A DXRegistryKey.idl160 void setLongListValue( [in] sequence<long> seqValue )
216 void setAsciiListValue( [in] sequence<string> seqValue )
269 void setStringListValue( [in] sequence<string> seqValue )

Completed in 36 milliseconds