Searched refs:implEntries (Results 1 – 2 of 2) sorted by relevance
393 length = implEntries.getLength(); in createUniqueSubEntry()397 bReady = (implEntries.getConstArray()[i] == value); in createUniqueSubEntry()407 if (implEntries.getConstArray()[i] != value) in createUniqueSubEntry()446 sal_Int32 length = implEntries.getLength(); in deleteSubEntry()452 if (implEntries.getConstArray()[i] == value) in deleteSubEntry()466 if (implEntries.getConstArray()[i] != value) in deleteSubEntry()586 sal_Int32 length = implEntries.getLength(); in deleteUserLink()591 if (implEntries.getConstArray()[i] == implName) in deleteUserLink()626 oldImpl = implEntries.getConstArray()[0]; in deleteUserLink()915 sal_Int32 length = implEntries.getLength(); in deleteAllServiceEntries()[all …]
1838 Sequence<OUString> implEntries = getFromServiceName( serviceName ); in loadWithServiceName() local1839 for (sal_Int32 i = 0; i < implEntries.getLength(); i++) in loadWithServiceName()1842 loadWithImplementationName( implEntries.getConstArray()[i], xContext ) ); in loadWithServiceName()
Completed in 20 milliseconds