Lines Matching refs:getLength
59 OSL_ENSURE( (s_pImplementationNames->getLength() == s_pSupportedServices->getLength()) in registerComponent()
60 && (s_pImplementationNames->getLength() == s_pCreationFunctionPointers->getLength()) in registerComponent()
61 && (s_pImplementationNames->getLength() == s_pFactoryFunctionPointers->getLength()), in registerComponent()
64 sal_Int32 nOldLen = s_pImplementationNames->getLength(); in registerComponent()
86 OSL_ENSURE( (s_pImplementationNames->getLength() == s_pSupportedServices->getLength()) in revokeComponent()
87 && (s_pImplementationNames->getLength() == s_pCreationFunctionPointers->getLength()) in revokeComponent()
88 && (s_pImplementationNames->getLength() == s_pFactoryFunctionPointers->getLength()), in revokeComponent()
91 sal_Int32 nLen = s_pImplementationNames->getLength(); in revokeComponent()
105 if (s_pImplementationNames->getLength() == 0) in revokeComponent()
120 …OSL_ENSURE(_rImplementationName.getLength(), "OModuleRegistration::getComponentFactory : invalid a… in getComponentFactory()
129 OSL_ENSURE( (s_pImplementationNames->getLength() == s_pSupportedServices->getLength()) in getComponentFactory()
130 && (s_pImplementationNames->getLength() == s_pCreationFunctionPointers->getLength()) in getComponentFactory()
131 && (s_pImplementationNames->getLength() == s_pFactoryFunctionPointers->getLength()), in getComponentFactory()
138 sal_Int32 nLen = s_pImplementationNames->getLength(); in getComponentFactory()