Lines Matching refs:equals

187         if (m_context.equals(OUSTR("user")))  in initActivationLayer()
199 if (! m_readOnly && ! m_context.equals(OUSTR("bundled"))) in initActivationLayer()
242 bool bShared = m_context.equals(OUSTR("shared")) ? true : false; in initActivationLayer()
283 if (!sData.equals(aUserName)) in initActivationLayer()
699 OSL_ASSERT(!m_context.equals(OUSTR("bundled"))); in insertToActivationLayer()
951 … if ( xPackage.is() && !m_readOnly && !xPackage->isRemoved() && m_context.equals(OUSTR("shared"))) in removePackage()
1014 if (!m_context.equals(OUSTR("bundled")) in getDeployPath()
1015 && !m_context.equals(OUSTR("bundled_prereg"))) in getDeployPath()
1065 if (data.failedPrerequisites.equals(OUSTR("0"))) in getDeployedPackage_()
1089 if (! iPos->second.failedPrerequisites.equals(OUSTR("0"))) in getDeployedPackages_()
1279 OSL_ASSERT(!m_context.equals(OUSTR("user"))); in synchronizeRemovedExtensions()
1284 bool bShared = m_context.equals(OUSTR("shared")); in synchronizeRemovedExtensions()
1335 (! i->first.equals(*(infoset.getIdentifier())) in synchronizeRemovedExtensions()
1336 || ! i->second.version.equals(infoset.getVersion()))) in synchronizeRemovedExtensions()
1367 OSL_ASSERT(!m_context.equals(OUSTR("user"))); in synchronizeAddedExtensions()
1394 bool bShared = m_context.equals(OUSTR("shared")); in synchronizeAddedExtensions()
1455 OSL_ASSERT(!m_context.equals(OUSTR("user"))); in synchronizeAddedExtensions()
1502 if (m_context.equals(OUSTR("user"))) in synchronize()
1524 bool bShared = m_context.equals(OUSTR("shared")); in getExtensionsWithUnacceptedLicenses()
1585 if (!m_context.equals(extension->getRepositoryName())) in checkPrerequisites()