Lines Matching refs:OUSTR
187 if (m_context.equals(OUSTR("user"))) in initActivationLayer()
188 dbName = m_activePackages_expanded + OUSTR(".pmap"); in initActivationLayer()
193 dbName = m_registrationData_expanded + OUSTR("/extensions.pmap"); 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()
277 url + OUSTR("removed"), Reference<XCommandEnvironment>()); in initActivationLayer()
288 erase_path( url + OUSTR("_"), in initActivationLayer()
294 erase_path(url + OUSTR("removed"), in initActivationLayer()
324 that->m_activePackages = OUSTR( in create()
326 that->m_registrationData = OUSTR( in create()
328 that->m_registryCache = OUSTR( in create()
330 logFile = OUSTR( in create()
343 stampURL = OUSTR( in create()
347 that->m_activePackages = OUSTR( in create()
349 that->m_registrationData = OUSTR( in create()
351 that->m_registryCache = OUSTR( in create()
353 logFile = OUSTR( in create()
355 stampURL = OUSTR( in create()
359 that->m_activePackages = OUSTR( in create()
361 that->m_registrationData = OUSTR( in create()
363 that->m_registryCache = OUSTR( in create()
365 logFile = OUSTR( in create()
379 that->m_activePackages = OUSTR( in create()
381 that->m_registrationData = OUSTR( in create()
383 that->m_registryCache = OUSTR( in create()
385 logFile = OUSTR( in create()
389 that->m_activePackages = OUSTR( in create()
391 that->m_registrationData = OUSTR( in create()
393 that->m_registryCache = OUSTR( in create()
395 stampURL = OUSTR( in create()
399 that->m_activePackages = OUSTR( in create()
401 that->m_registrationData = OUSTR( in create()
403 that->m_registryCache = OUSTR( in create()
405 stampURL = OUSTR( in create()
412 OUSTR("invalid context given: ") + context, in create()
526 OUSTR("caught unexpected exception while disposing..."), in disposing()
612 ucbContent.getPropertyValue( OUSTR("MediaType") ) >>= mediaType; in detectMediaType()
656 destFolder += OUSTR("_"); in insertToActivationLayer()
693 throw RuntimeException( OUSTR("UCB transferContent() failed!"), 0 ); in insertToActivationLayer()
699 OSL_ASSERT(!m_context.equals(OUSTR("bundled"))); in insertToActivationLayer()
771 if (m_context == OUSTR("shared")) in addPackage()
772 message = OUSTR("You need write permissions to install a shared extension!"); in addPackage()
774 message = OUSTR("You need write permissions to install this extension!"); in addPackage()
813 OUSTR("UCB transferContent() failed!"), 0 ); in addPackage()
822 OUSTR("MediaType"), Any(mediaType) ); in addPackage()
826 docFolderContent.executeCommand( OUSTR("flush"), Any() ); in addPackage()
951 … if ( xPackage.is() && !m_readOnly && !xPackage->isRemoved() && m_context.equals(OUSTR("shared"))) in removePackage()
957 val.temporaryName + OUSTR("removed"))); 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_()
1152 OUSTR("error while accessing deployed package: ") + id, in getDeployedPackage()
1197 OUSTR("error while getting all deployed packages: ") + m_context, in getDeployedPackages()
1217 OUSTR("You must close any running Office process before " in reinstallDeployedPackages()
1228 xCmdEnv, OUSTR("Reinstalling all deployed packages...") ); in reinstallDeployedPackages()
1260 OUSTR("Error while reinstalling all previously deployed " in reinstallDeployedPackages()
1279 OSL_ASSERT(!m_context.equals(OUSTR("user"))); in synchronizeRemovedExtensions()
1284 bool bShared = m_context.equals(OUSTR("shared")); in synchronizeRemovedExtensions()
1294 url = makeURLAppendSysPathSegment( url + OUSTR("_"), i->second.fileName); in synchronizeRemovedExtensions()
1317 m_activePackages_expanded + OUSTR("/") + in synchronizeRemovedExtensions()
1318 i->second.temporaryName + OUSTR("removed"), in synchronizeRemovedExtensions()
1367 OSL_ASSERT(!m_context.equals(OUSTR("user"))); in synchronizeAddedExtensions()
1394 bool bShared = m_context.equals(OUSTR("shared")); in synchronizeAddedExtensions()
1415 OUString url(m_activePackages_expanded + OUSTR("/") + titleEncoded); in synchronizeAddedExtensions()
1422 if (create_ucb_content(&contentRemoved, url + OUSTR("removed"), in synchronizeAddedExtensions()
1427 OUString(OUSTR("/")) + titleEncoded + OUSTR("_"), xCmdEnv); 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()
1539 url = makeURLAppendSysPathSegment( url + OUSTR("_"), i->second.fileName); in getExtensionsWithUnacceptedLicenses()
1562 OUSTR("PackageManagerImpl::getExtensionsWithUnacceptedLicenses"), in getExtensionsWithUnacceptedLicenses()
1587 OUSTR("PackageManagerImpl::checkPrerequisites: extension is not" in checkPrerequisites()
1608 OUSTR("PackageManagerImpl::checkPrerequisites: unknown extension"), in checkPrerequisites()
1627 OUSTR("PackageManagerImpl::checkPrerequisites: exception "), in checkPrerequisites()