Searched refs:seqKeys (Results 1 – 2 of 2) sorted by relevance
239 Sequence< Reference<XRegistryKey> > seqKeys = xKey->openKeys(); in test_SimpleRegistry() local245 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()
921 Sequence<OUString> seqKeys = xKey->getKeyNames(); in getSupportedServiceNames() local922 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 61 milliseconds