Lines Matching refs:UNISTRING

54 #define UNISTRING(s) rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(s))  macro
64 rBuildID = UNISTRING( "${$OOO_BASE_DIR/program/" SAL_CONFIGFILE("version") ":ProductBuildid}" ); in getBootstrapData()
69 rInstallSetID = UNISTRING( "${$OOO_BASE_DIR/program/" SAL_CONFIGFILE("version") ":UpdateID}" ); in getBootstrapData()
74 …rtl::OUString aValue( UNISTRING( "${$OOO_BASE_DIR/program/" SAL_CONFIGFILE("version") ":UpdateURL}… in getBootstrapData()
101 rtl::Bootstrap::get(UNISTRING("_OS"), myOS); in checkForUpdates()
102 rtl::Bootstrap::get(UNISTRING("_ARCH"), myArch); in checkForUpdates()
113UNISTRING( "checkForUpdates: empty component context" ), uno::Reference< uno::XInterface >() ); in checkForUpdates()
119 …rxContext->getServiceManager()->createInstanceWithContext( UNISTRING( "com.sun.star.xml.xpath.XPat… in checkForUpdates()
122 …xXPath->registerNS( UNISTRING("inst"), UNISTRING("http://installation.openoffice.org/description")… in checkForUpdates()
156 + UNISTRING("/inst:update/attribute::src")); in checkForUpdates()
174 rtl::OUString aType = xParent->getAttribute(UNISTRING("type")); in checkForUpdates()
184 + UNISTRING("/inst:version/text()")); in checkForUpdates()
194 + UNISTRING("/inst:buildid/text()")); in checkForUpdates()
207 + UNISTRING("/inst:relnote")); in checkForUpdates()
217 sal_Int32 pos = xRelNote->getAttribute(UNISTRING("pos")).toInt32(); in checkForUpdates()
219 … ReleaseNote aRelNote((sal_uInt8) pos, xRelNote->getAttribute(UNISTRING("src"))); in checkForUpdates()
221 if( xRelNote->hasAttribute(UNISTRING("src2")) ) in checkForUpdates()
223 pos = xRelNote->getAttribute(UNISTRING("pos2")).toInt32(); in checkForUpdates()
225 aRelNote.URL2 = xRelNote->getAttribute(UNISTRING("src2")); in checkForUpdates()
279 UNISTRING( "/singletons/com.sun.star.deployment.PackageInformationProvider" ) ) ); in checkForExtensionUpdates()
305 UNISTRING( "/singletons/com.sun.star.deployment.PackageInformationProvider" ) ) ); in checkForPendingUpdates()