Searched refs:linkNames (Results 1 – 2 of 2) sorted by relevance
177 Sequence<OUString> linkNames = xKey->getAsciiListValue(); in deleteAllLinkReferences() local179 if (linkNames.getLength()) in deleteAllLinkReferences()181 const OUString* pLinkNames = linkNames.getConstArray(); in deleteAllLinkReferences()190 for (sal_Int32 i = 0; i < linkNames.getLength(); i++) in deleteAllLinkReferences()1215 Sequence<OUString> linkNames = xKey->getAsciiListValue(); in prepareRegistry() local1217 if (linkNames.getLength()) in prepareRegistry()1219 const OUString* pLinkNames = linkNames.getConstArray(); in prepareRegistry()1221 for (sal_Int32 j = 0; j < linkNames.getLength(); j++) in prepareRegistry()
204 String[] linkNames = links.getElementNames(); in createTestEnvironment() local207 new Type(XInterface.class),links.getByName(linkNames[0])); in createTestEnvironment()
Completed in 89 milliseconds