Searched refs:s_aFactories (Results 1 – 1 of 1) sorted by relevance
103 static Sequence<sal_Int64> s_aFactories; variable116 && (nCurrentLength == s_aFactories.getLength()), in registerClassInfo()121 s_aFactories.realloc(nCurrentLength + 1); in registerClassInfo()125 s_aFactories.getArray()[nCurrentLength] = reinterpret_cast<sal_Int64>(_pCreateFunction); in registerClassInfo()340 (s_aFactories.getLength() == nClasses), in component_getFactory()346 const sal_Int64* pFunctionsAsInts = s_aFactories.getConstArray(); in component_getFactory()
Completed in 16 milliseconds