Home
last modified time | relevance | path

Searched refs:seqKeys (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/stoc/test/
H A Dtestregistry.cxx239 Sequence< Reference<XRegistryKey> > seqKeys = xKey->openKeys(); in test_SimpleRegistry() local
245 xSubKey = seqKeys.getArray()[i]; in test_SimpleRegistry()
269 seqKeys.getArray()[i]->closeKey(); in test_SimpleRegistry()
416 seqKeys = xKey->openKeys(); in test_SimpleRegistry()
423 …TEST_ENSHURE( seqKeys.getArray()[0]->getKeyName() == OUString( RTL_CONSTASCII_USTRINGPARAM("/Sixth… in test_SimpleRegistry()
425 …TEST_ENSHURE( seqKeys.getArray()[1]->getKeyName() == OUString( RTL_CONSTASCII_USTRINGPARAM("/Third… in test_SimpleRegistry()
/aoo4110/main/cppuhelper/source/
H A Dfactory.cxx921 Sequence<OUString> seqKeys = xKey->getKeyNames(); in getSupportedServiceNames() local
922 OUString* pKeys = seqKeys.getArray(); in getSupportedServiceNames()
923 for( sal_Int32 i = 0; i < seqKeys.getLength(); i++ ) in getSupportedServiceNames()
926 aServiceNames = seqKeys; in getSupportedServiceNames()

Completed in 103 milliseconds