Lines Matching refs:getConstArray
181 const OUString* pLinkNames = linkNames.getConstArray(); in deleteAllLinkReferences()
306 const Reference < XRegistryKey > * pSubKeys = subKeys.getConstArray(); in searchImplForLink()
351 const Reference < XRegistryKey >* pSubKeys = subKeys.getConstArray(); in searchLinkTargetForImpl()
397 bReady = (implEntries.getConstArray()[i] == value); in createUniqueSubEntry()
407 if (implEntries.getConstArray()[i] != value) in createUniqueSubEntry()
408 implEntriesNew.getArray()[j++] = implEntries.getConstArray()[i]; in createUniqueSubEntry()
418 implEntriesNew.getArray()[i+1] = implEntries.getConstArray()[i]; in createUniqueSubEntry()
452 if (implEntries.getConstArray()[i] == value) in deleteSubEntry()
466 if (implEntries.getConstArray()[i] != value) in deleteSubEntry()
468 implEntriesNew.getArray()[j++] = implEntries.getConstArray()[i]; in deleteSubEntry()
591 if (implEntries.getConstArray()[i] == implName) in deleteUserLink()
610 if (implEntries.getConstArray()[i] != implName) in deleteUserLink()
614 oldImpl = implEntries.getConstArray()[i]; in deleteUserLink()
618 implEntriesNew.getArray()[j++] = implEntries.getConstArray()[i]; in deleteUserLink()
626 oldImpl = implEntries.getConstArray()[0]; in deleteUserLink()
677 relativKey = keyNames.getConstArray()[0].copy(xKey->getKeyName().getLength()+1); in prepareUserKeys()
703 const Reference < XRegistryKey > * pSubKeys = subKeys.getConstArray(); in prepareUserKeys()
753 const Reference < XRegistryKey> * pSubKeys = subKeys.getConstArray(); in deleteAllImplementations()
787 const Reference < XRegistryKey > * pSubKeys2 = subKeys2.getConstArray(); in deleteAllImplementations()
836 Reference< registry::XRegistryKey > const * subkeys = singletons.getConstArray(); in delete_all_singleton_entries()
852 OUString const * p = registered_implnames.getConstArray(); in delete_all_singleton_entries()
904 const Reference < XRegistryKey > * pSubKeys = subKeys.getConstArray(); in deleteAllServiceEntries()
920 if (implEntries.getConstArray()[j] == implName) in deleteAllServiceEntries()
936 if (implEntries.getConstArray()[k] != implName) in deleteAllServiceEntries()
938 implEntriesNew.getArray()[j++] = implEntries.getConstArray()[k]; in deleteAllServiceEntries()
980 Reference< reflection::XServiceTypeDescription > const * p = seq.getConstArray(); in is_supported_service()
1003 Reference< registry::XRegistryKey > const * p = xSingletons_section.getConstArray(); in insert_singletons()
1098 OUString const * pImplnames = implnames.getConstArray(); in insert_singletons()
1138 const Reference < XRegistryKey >* pSubKeys = subKeys.getConstArray(); in prepareRegistry()
1152 const Reference < XRegistryKey > * pServiceKeys = serviceKeys.getConstArray(); in prepareRegistry()
1179 const Reference < XRegistryKey > * pSubKeys2 = subKeys2.getConstArray(); in prepareRegistry()
1219 const OUString* pLinkNames = linkNames.getConstArray(); in prepareRegistry()
1268 const Reference < XRegistryKey >* pSubKeys = subKeys.getConstArray(); in findImplementations()
1390 const OUString * pArray = aSNL.getConstArray(); in supportsService()
1451 if( aArgs.getConstArray()[0].getValueType().getTypeClass() == TypeClass_INTERFACE ) { in initialize()
1452 aArgs.getConstArray()[0] >>= rLoader; in initialize()
1461 buf.append( aArgs.getConstArray()[0].getValueTypeName() ); in initialize()
1468 if( aArgs.getConstArray()[1].getValueType().getTypeClass() == TypeClass_STRING ) { in initialize()
1469 aArgs.getConstArray()[1] >>= loaderServiceName; in initialize()
1476 buf.append( aArgs.getConstArray()[1].getValueTypeName() ); in initialize()
1483 if( aArgs.getConstArray()[2].getValueType().getTypeClass() == TypeClass_STRING ) { in initialize()
1484 aArgs.getConstArray()[2] >>= locationUrl; in initialize()
1491 buf.append( aArgs.getConstArray()[2].getValueTypeName() ); in initialize()
1498 if( aArgs.getConstArray()[3].getValueType().getTypeClass() == TypeClass_INTERFACE ) { in initialize()
1499 aArgs.getConstArray()[3] >>= rReg; in initialize()
1511 buf.append( aArgs.getConstArray()[3].getValueTypeName() ); in initialize()