Home
last modified time | relevance | path

Searched refs:UNISTRING (Results 1 – 18 of 18) sorted by relevance

/trunk/main/extensions/source/update/check/
H A Dupdatehdl.cxx72 #define COMMAND_CLOSE UNISTRING("close")
74 #define CTRL_THROBBER UNISTRING("throbber")
75 #define CTRL_PROGRESS UNISTRING("progress")
77 #define TEXT_STATUS UNISTRING("text_status")
78 #define TEXT_PERCENT UNISTRING("text_percent")
79 #define TEXT_DESCRIPTION UNISTRING("text_description")
155 aLabel += UNISTRING( "..." ); in setDownloadBtnLabel()
649 sString = UNISTRING("Missing ") + sKey; in loadString()
872 aProperty.Name = UNISTRING( "nodepath" ); in setFullVersion()
906 aVersionMinor = UNISTRING( "0" ); in setFullVersion()
[all …]
H A Dupdateprotocol.cxx54 #define UNISTRING(s) rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(s)) macro
101 rtl::Bootstrap::get(UNISTRING("_OS"), myOS); in checkForUpdates()
102 rtl::Bootstrap::get(UNISTRING("_ARCH"), myArch); in checkForUpdates()
122 …xXPath->registerNS( UNISTRING("inst"), UNISTRING("http://installation.openoffice.org/description")… in checkForUpdates()
156 + UNISTRING("/inst:update/attribute::src")); in checkForUpdates()
184 + UNISTRING("/inst:version/text()")); in checkForUpdates()
194 + UNISTRING("/inst:buildid/text()")); in checkForUpdates()
207 + UNISTRING("/inst:relnote")); in checkForUpdates()
221 if( xRelNote->hasAttribute(UNISTRING("src2")) ) in checkForUpdates()
223 pos = xRelNote->getAttribute(UNISTRING("pos2")).toInt32(); in checkForUpdates()
[all …]
H A Dupdatecheckconfig.cxx55 #define UNISTRING(s) rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(s)) macro
75 #define PROPERTY_VERSION UNISTRING("Version")
268 UNISTRING( "UpdateCheckConfig: empty component context" ), in get()
283 aProperty.Name = UNISTRING( "nodepath" ); in get()
369 rtl::OUString aName = UNISTRING(LOCAL_FILE); in getLocalFileName()
383 rtl::OUString aName = UNISTRING(DOWNLOAD_DESTINATION); in getDownloadDestination()
397 const rtl::OUString aNameList[nItems] = { UNISTRING(LOCAL_FILE), UNISTRING(DOWNLOAD_SIZE) }; in storeLocalFileName()
417 const rtl::OUString aNameList[nItems] = { UNISTRING(LOCAL_FILE), UNISTRING(DOWNLOAD_SIZE) }; in clearLocalFileName()
433 replaceByName(UNISTRING(DOWNLOAD_PAUSED) , uno::makeAny(paused)); in storeDownloadPaused()
447 replaceByName(UNISTRING(LAST_CHECK), uno::makeAny(lastCheck)); in updateLastChecked()
[all …]
H A Dupdatecheck.cxx77 #define PROPERTY_TITLE UNISTRING("BubbleHeading")
78 #define PROPERTY_TEXT UNISTRING("BubbleText")
79 #define PROPERTY_IMAGE UNISTRING("BubbleImageURL")
80 #define PROPERTY_SHOW_BUBBLE UNISTRING("BubbleVisible")
81 #define PROPERTY_CLICK_HDL UNISTRING("MenuClickHDL")
83 #define PROPERTY_DEFAULT_TEXT UNISTRING("DefaultText")
148 aUnpackPath += UNISTRING( "unpack_update" ); in getImageFromFileName()
386 aPath += UNISTRING( "onlinecheck" ); in UpdateCheckThread()
960 aParameter += UNISTRING(" &"); in install()
1529 UNISTRING(".url"); in storeReleaseNote()
[all …]
H A Ddownload.cxx49 #define UNISTRING(s) rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(s)) macro
194 UNISTRING( "Download: empty component context" ), in getProxyForURL()
209 aProperty.Name = UNISTRING( "nodepath" ); in getProxyForURL()
210 aProperty.Value = uno::makeAny( UNISTRING("org.openoffice.Inet/Settings") ); in getProxyForURL()
220 OSL_ASSERT(xNameAccess->hasByName(UNISTRING("ooInetProxyType"))); in getProxyForURL()
221 uno::Any aValue = xNameAccess->getByName(UNISTRING("ooInetProxyType")); in getProxyForURL()
228 rHost = getStringValue(xNameAccess, UNISTRING("ooInetHTTPProxyName")); in getProxyForURL()
229 rPort = getInt32Value(xNameAccess, UNISTRING("ooInetHTTPProxyPort")); in getProxyForURL()
234 rPort = getInt32Value(xNameAccess, UNISTRING("ooInetHTTPSProxyPort")); in getProxyForURL()
238 rHost = getStringValue(xNameAccess, UNISTRING("ooInetFTPProxyName")); in getProxyForURL()
[all …]
H A Dupdateprotocoltest.cxx35 #define UNISTRING(s) rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(s)) macro
58 theArguments[0] = uno::makeAny( UNISTRING( "Local") ); in SAL_IMPLEMENT_MAIN()
59 theArguments[1] = uno::makeAny( UNISTRING( "Office") ); in SAL_IMPLEMENT_MAIN()
63 UNISTRING( "com.sun.star.ucb.UniversalContentBroker" ), in SAL_IMPLEMENT_MAIN()
H A Dupdatecheckjob.cxx47 #define UNISTRING(s) rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(s)) macro
161 …m_xDesktop.set( xContext->getServiceManager()->createInstanceWithContext( UNISTRING("com.sun.star.… in UpdateCheckJob()
178 aServiceList[0] = UNISTRING( "com.sun.star.setup.UpdateCheck"); in getServiceNames()
187 return UNISTRING( "vnd.sun.UpdateCheck"); in getImplName()
/trunk/main/extensions/source/update/feed/
H A Dupdatefeed.cxx350 UNISTRING("org.openoffice.Setup/Product"), in UpdateInformationProvider()
351 UNISTRING("ooName"))); in UpdateInformationProvider()
356 UNISTRING("org.openoffice.Setup/Product"), in UpdateInformationProvider()
357 UNISTRING("ooSetupVersion"))); in UpdateInformationProvider()
359 UNISTRING( in UpdateInformationProvider()
371 UNISTRING("ooSetupExtension"))); in UpdateInformationProvider()
440 xXPath->registerNS( UNISTRING("atom"), UNISTRING("http://www.w3.org/2005/Atom") ); in createInstance()
458 aProperty.Name = UNISTRING("nodepath"); in getConfigurationItem()
507 aCommand.Name = UNISTRING("open"); in load()
549 if( xElement->hasAttribute( UNISTRING("src") ) ) in getDocumentRoot()
[all …]
/trunk/main/cui/source/options/
H A Doptupdt.cxx56 #define UNISTRING(s) rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(s)) macro
122 m_xUpdateAccess->getByName( UNISTRING( "LastCheck") ) >>= lastChecked; in UpdateLastCheckedText()
163 sal_Int32 nIndex = aText.indexOf( UNISTRING( "%DATE%" ) ); in UpdateLastCheckedText()
167 nIndex = aText.indexOf( UNISTRING( "%TIME%" ) ); in UpdateLastCheckedText()
231 m_xUpdateAccess->getByName( UNISTRING("DownloadDestination") ) >>= sValue; in FillItemSet()
252 m_xUpdateAccess->getByName( UNISTRING("AutoCheckEnabled") ) >>= bValue; in Reset()
260 m_xUpdateAccess->getByName( UNISTRING("CheckInterval") ) >>= nValue; in Reset()
274 m_xUpdateAccess->getByName( UNISTRING("AutoDownloadEnabled") ) >>= bValue; in Reset()
281 m_xUpdateAccess->getByName( UNISTRING("DownloadDestination") ) >>= sValue; in Reset()
347 aProperty.Name = UNISTRING( "nodepath" ); in IMPL_LINK()
[all …]
/trunk/main/extensions/source/update/feed/test/
H A Dupdatefeedtest.cxx45 #define UNISTRING(s) rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(s)) macro
65 theArguments[0] = uno::makeAny( UNISTRING( "Local") ); in SAL_IMPLEMENT_MAIN()
66 theArguments[1] = uno::makeAny( UNISTRING( "Office") ); in SAL_IMPLEMENT_MAIN()
70 UNISTRING( "com.sun.star.ucb.UniversalContentBroker" ), in SAL_IMPLEMENT_MAIN()
82 rtl::OUString aExtension = UNISTRING( "MyExtension" ); in SAL_IMPLEMENT_MAIN()
/trunk/main/desktop/source/deployment/manager/
H A Ddp_informationprovider.cxx64 #define UNISTRING(s) rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(s)) macro
155 rtl::OUString aLocationURL = getPackageLocation( UNISTRING("user"), _sExtensionId ); in getPackageLocation()
159 aLocationURL = getPackageLocation( UNISTRING("shared"), _sExtensionId ); in getPackageLocation()
163 aLocationURL = getPackageLocation( UNISTRING("bundled"), _sExtensionId ); in getPackageLocation()
167 aLocationURL = getPackageLocation( UNISTRING("bundled_prereg"), _sExtensionId ); in getPackageLocation()
355 UNISTRING("/UNO/SINGLETONS/" in singleton_entries()
/trunk/main/unotools/source/config/
H A Dconfigmgr.cxx54 #define UNISTRING(s) rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(s)) macro
612 …rtl::OUString aPackageVersion = UNISTRING( "${$OOO_BASE_DIR/program/" SAL_CONFIGFILE("version") ":… in getBasisAboutBoxProductVersion()
625 aVersionMinor = UNISTRING( "0" ); in getBasisAboutBoxProductVersion()
627 aVersionMicro = UNISTRING( "0" ); in getBasisAboutBoxProductVersion()
632 rVersion += UNISTRING( "." ); in getBasisAboutBoxProductVersion()
641 rVersion += UNISTRING( "." ); in getBasisAboutBoxProductVersion()
/trunk/main/extensions/source/update/ui/
H A Dupdatecheckui.cxx59 #define UNISTRING(s) rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(s)) macro
80 aServiceList[0] = UNISTRING( "com.sun.star.setup.UpdateCheckUI"); in getServiceNames()
88 return UNISTRING( "vnd.sun.UpdateCheckUI"); in getImplementationName()
255 UNISTRING( "UpdateCheckUI: empty component context" ), in getGlobalEventBroadcaster()
262 UNISTRING( "UpdateCheckUI: unable to obtain service manager from component context" ), in getGlobalEventBroadcaster()
267 UNISTRING( "com.sun.star.frame.GlobalEventBroadcaster" ), in getGlobalEventBroadcaster()
335UNISTRING( "UpdateCheckUI: unable to obtain service manager from component context" ), in GetBubbleImage()
/trunk/main/comphelper/source/misc/
H A Dsynchronousdispatch.cxx38 #define UNISTRING(s) rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(s)) macro
61 UNISTRING("com.sun.star.util.URLTransformer" )), in dispatch()
87 … rtl::OUString aMsg = UNISTRING( "SynchronousDispatch::dispatch() Error while dispatching! "); in dispatch()
/trunk/main/desktop/source/app/
H A Dcheck_ext_deps.cxx66 #define UNISTRING(s) OUString(RTL_CONSTASCII_USTRINGPARAM(s)) macro
225 rtl::OUString sServiceName = UNISTRING("com.sun.star.deployment.ui.UpdateRequiredDialog"); in impl_showExtensionDialog()
232UNISTRING( "impl_showExtensionDialog(): unable to obtain service manager from component context" )… in impl_showExtensionDialog()
375 …rtl::OUString aCurrentBuildID( UNISTRING( "${$OOO_BASE_DIR/program/" SAL_CONFIGFILE("version") ":b… in impl_needsCompatCheck()
/trunk/main/framework/source/dispatch/
H A Doxt_handler.cxx92 #define UNISTRING(s) rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(s)) macro
203 rtl::OUString sServiceName = UNISTRING( "com.sun.star.deployment.ui.PackageManagerDialog" ); in dispatchWithNotification()
278 if ( ( nLength > 4 ) && sURL.matchIgnoreAsciiCase( UNISTRING(".oxt"), nLength-4 ) ) in detect()
/trunk/main/desktop/source/migration/
H A Dpages.cxx69 #define UNISTRING(s) rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(s)) macro
304 …xFactory->createInstance( UNISTRING( "com.sun.star.setup.UpdateCheckConfig" ) ), UNO_QUERY_THROW ); in commitPage()
310 xUpdateAccess->replaceByName( UNISTRING("AutoCheckEnabled"), makeAny( bAutoUpdChk ) ); in commitPage()
H A Dwizard.cxx74 #define UNISTRING(s) rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(s)) macro
506 …xFactory->createInstance( UNISTRING( "com.sun.star.setup.UpdateCheckConfig" ) ), UNO_QUERY_THROW )… in showOnlineUpdatePage()
511 Any result = xUpdateAccess->getByName( UNISTRING( "AutoCheckEnabled" ) ); in showOnlineUpdatePage()

Completed in 151 milliseconds