Lines Matching refs:getLength
75 OSL_ENSURE( (s_pImplementationNames->getLength() == s_pSupportedServices->getLength()) in registerComponent()
76 … && (s_pImplementationNames->getLength() == s_pCreationFunctionPointers->getLength()) in registerComponent()
77 … && (s_pImplementationNames->getLength() == s_pFactoryFunctionPointers->getLength()), in registerComponent()
80 sal_Int32 nOldLen = s_pImplementationNames->getLength(); in registerComponent()
102 OSL_ENSURE( (s_pImplementationNames->getLength() == s_pSupportedServices->getLength()) in revokeComponent()
103 … && (s_pImplementationNames->getLength() == s_pCreationFunctionPointers->getLength()) in revokeComponent()
104 … && (s_pImplementationNames->getLength() == s_pFactoryFunctionPointers->getLength()), in revokeComponent()
107 sal_Int32 nLen = s_pImplementationNames->getLength(); in revokeComponent()
121 if (s_pImplementationNames->getLength() == 0) in revokeComponent()
136 …OSL_ENSURE(_rImplementationName.getLength(), "OFormsModule::getComponentFactory : invalid argument… in getComponentFactory()
145 OSL_ENSURE( (s_pImplementationNames->getLength() == s_pSupportedServices->getLength()) in getComponentFactory()
146 … && (s_pImplementationNames->getLength() == s_pCreationFunctionPointers->getLength()) in getComponentFactory()
147 … && (s_pImplementationNames->getLength() == s_pFactoryFunctionPointers->getLength()), in getComponentFactory()
154 sal_Int32 nLen = s_pImplementationNames->getLength(); in getComponentFactory()