Lines Matching refs:getArray

244 			name = seqNames.getArray()[i];  in test_SimpleRegistry()
245 xSubKey = seqKeys.getArray()[i]; in test_SimpleRegistry()
265 TEST_ENSHURE(!strcmp(((const char*)seqByte.getArray()), "ich bin ein binary value"), in test_SimpleRegistry()
269 seqKeys.getArray()[i]->closeKey(); in test_SimpleRegistry()
285 TEST_ENSHURE( seqLongs.getArray()[0] == 123, "test_SimpleRegistry error 15" ); in test_SimpleRegistry()
286 TEST_ENSHURE( seqLongs.getArray()[1] == 456, "test_SimpleRegistry error 16" ); in test_SimpleRegistry()
287 TEST_ENSHURE( seqLongs.getArray()[2] == 789, "test_SimpleRegistry error 17" ); in test_SimpleRegistry()
302 …TEST_ENSHURE( seqAscii2.getArray()[0] == OUString( RTL_CONSTASCII_USTRINGPARAM("Hallo") ), "test_S… in test_SimpleRegistry()
303 …TEST_ENSHURE( seqAscii2.getArray()[1] == OUString( RTL_CONSTASCII_USTRINGPARAM("jetzt komm") ), "t… in test_SimpleRegistry()
304 …TEST_ENSHURE( seqAscii2.getArray()[2] == OUString( RTL_CONSTASCII_USTRINGPARAM("ich") ), "test_Sim… in test_SimpleRegistry()
318 …TEST_ENSHURE( seqUnicode2.getArray()[0] == OUString( RTL_CONSTASCII_USTRINGPARAM("Hallo") ), "test… in test_SimpleRegistry()
319 …TEST_ENSHURE( seqUnicode2.getArray()[1] == OUString( RTL_CONSTASCII_USTRINGPARAM("jetzt komm") ), … in test_SimpleRegistry()
320 …TEST_ENSHURE( seqUnicode2.getArray()[2] == OUString( RTL_CONSTASCII_USTRINGPARAM("ich als unicode"… in test_SimpleRegistry()
418 …TEST_ENSHURE( seqNames.getArray()[0] == OUString( RTL_CONSTASCII_USTRINGPARAM("/SixthKey/SixthSubK… in test_SimpleRegistry()
420 …TEST_ENSHURE( seqNames.getArray()[1] == OUString( RTL_CONSTASCII_USTRINGPARAM("/SixthKey/MyThirdLi… 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()
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()
535 seqLong.getArray()[0] = 1234; in test_DefaultRegistry()
536 seqLong.getArray()[1] = 4567; in test_DefaultRegistry()
537 seqLong.getArray()[2] = 7890; in test_DefaultRegistry()
544 TEST_ENSHURE( seqLongValue.getArray()[0] == 1234, "test_DefaultRegistry error 15" ); in test_DefaultRegistry()
545 TEST_ENSHURE( seqLongValue.getArray()[1] == 4567, "test_DefaultRegistry error 16" ); in test_DefaultRegistry()
546 TEST_ENSHURE( seqLongValue.getArray()[2] == 7890, "test_DefaultRegistry error 17" ); in test_DefaultRegistry()