Lines Matching refs:getLength
181 OSL_ENSURE( (s_pImplementationNames->getLength() == s_pSupportedServices->getLength()) in registerComponent()
182 && (s_pImplementationNames->getLength() == s_pCreationFunctionPointers->getLength()) in registerComponent()
183 && (s_pImplementationNames->getLength() == s_pFactoryFunctionPointers->getLength()), in registerComponent()
186 sal_Int32 nOldLen = s_pImplementationNames->getLength(); in registerComponent()
208 OSL_ENSURE( (s_pImplementationNames->getLength() == s_pSupportedServices->getLength()) in revokeComponent()
209 && (s_pImplementationNames->getLength() == s_pCreationFunctionPointers->getLength()) in revokeComponent()
210 && (s_pImplementationNames->getLength() == s_pFactoryFunctionPointers->getLength()), in revokeComponent()
213 sal_Int32 nLen = s_pImplementationNames->getLength(); in revokeComponent()
227 if (s_pImplementationNames->getLength() == 0) in revokeComponent()
242 …OSL_ENSURE(_rImplementationName.getLength(), "OModule::getComponentFactory : invalid argument (imp… in getComponentFactory()
251 OSL_ENSURE( (s_pImplementationNames->getLength() == s_pSupportedServices->getLength()) in getComponentFactory()
252 && (s_pImplementationNames->getLength() == s_pCreationFunctionPointers->getLength()) in getComponentFactory()
253 && (s_pImplementationNames->getLength() == s_pFactoryFunctionPointers->getLength()), in getComponentFactory()
260 sal_Int32 nLen = s_pImplementationNames->getLength(); in getComponentFactory()