Home
last modified time | relevance | path

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

/AOO42X/main/extensions/source/update/check/
H A Dupdatehdl.cxx71 #define UNISTRING(s) rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(s)) macro
73 #define COMMAND_CLOSE UNISTRING("close")
75 #define CTRL_THROBBER UNISTRING("throbber")
76 #define CTRL_PROGRESS UNISTRING("progress")
78 #define TEXT_STATUS UNISTRING("text_status")
79 #define TEXT_PERCENT UNISTRING("text_percent")
80 #define TEXT_DESCRIPTION UNISTRING("text_description")
82 #define FIXED_LINE_MODEL UNISTRING("com.sun.star.awt.UnoControlFixedLineModel")
83 #define FIXED_TEXT_MODEL UNISTRING("com.sun.star.awt.UnoControlFixedTextModel")
84 #define EDIT_FIELD_MODEL UNISTRING("com.sun.star.awt.UnoControlEditModel")
[all …]
H A Dupdateprotocol.cxx54 #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()
[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()
275UNISTRING( "UpdateCheckConfig: unable to obtain service manager from component context" ), in get()
279 …xServiceManager->createInstanceWithContext( UNISTRING( "com.sun.star.configuration.ConfigurationPr… in get()
283 aProperty.Name = UNISTRING( "nodepath" ); in get()
284 …aProperty.Value = uno::makeAny( UNISTRING("org.openoffice.Office.Jobs/Jobs/UpdateCheck/Arguments")… in get()
291 UNISTRING("com.sun.star.configuration.ConfigurationUpdateAccess"), aArgumentList ), in get()
294 …aProperty.Value = uno::makeAny( UNISTRING("/org.openoffice.Office.ExtensionManager/ExtensionUpdate… in get()
296 …eContainer > xIgnoredExt( xConfigProvider->createInstanceWithArguments( UNISTRING("com.sun.star.co… in get()
[all …]
H A Dupdatecheck.cxx75 #define UNISTRING(s) rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(s)) macro
77 #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")
82 #define PROPERTY_DEFAULT_TITLE UNISTRING("DefaultHeading")
83 #define PROPERTY_DEFAULT_TEXT UNISTRING("DefaultText")
84 #define PROPERTY_SHOW_MENUICON UNISTRING("MenuIconVisible")
115 …rtl::OUString aPathVal(UNISTRING("${$OOO_BASE_DIR/program/" SAL_CONFIGFILE("version") ":buildid}")… in getBuildId()
[all …]
H A Ddownload.cxx49 #define UNISTRING(s) rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(s)) macro
194 UNISTRING( "Download: empty component context" ), in getProxyForURL()
201 UNISTRING( "Download: unable to obtain service manager from component context" ), in getProxyForURL()
205 …xServiceManager->createInstanceWithContext( UNISTRING( "com.sun.star.configuration.ConfigurationPr… in getProxyForURL()
209 aProperty.Name = UNISTRING( "nodepath" ); in getProxyForURL()
210 aProperty.Value = uno::makeAny( UNISTRING("org.openoffice.Inet/Settings") ); in getProxyForURL()
217 UNISTRING("com.sun.star.configuration.ConfigurationAccess"), aArgumentList ), 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()
[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
102 …m_xDesktop.set( xContext->getServiceManager()->createInstanceWithContext( UNISTRING("com.sun.star.… in UpdateCheckJob()
119 aServiceList[0] = UNISTRING( "com.sun.star.setup.UpdateCheck"); in getServiceNames()
128 return UNISTRING( "vnd.sun.UpdateCheck"); in getImplName()
/AOO42X/main/extensions/source/update/feed/
H A Dupdatefeed.cxx70 #define UNISTRING(s) rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(s)) macro
262 … m_xUpdateInformationProvider->getChildNode( xAtomEntryNode, UNISTRING( "summary/text()" ) ) in nextElement()
269 … m_xUpdateInformationProvider->getChildNode( xAtomEntryNode, UNISTRING( "content" ) ) ); in nextElement()
279 … { throw lang::WrappedTargetException( UNISTRING( "Command aborted" ), *this, uno::makeAny(e) ); } in nextElement()
286 …{ throw lang::WrappedTargetException( UNISTRING( "Document not accessible" ), *this, uno::makeAny(… in nextElement()
337 UNISTRING("unable to obtain service manager from component context"), in UpdateInformationProvider()
342 UNISTRING("com.sun.star.configuration.ConfigurationProvider"), in UpdateInformationProvider()
350 UNISTRING("org.openoffice.Setup/Product"), in UpdateInformationProvider()
351 UNISTRING("ooName"))); in UpdateInformationProvider()
356 UNISTRING("org.openoffice.Setup/Product"), in UpdateInformationProvider()
[all …]
/AOO42X/main/cui/source/options/
H A Doptupdt.cxx56 #define UNISTRING(s) rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(s)) macro
85 xFactory->createInstance( UNISTRING( "com.sun.star.setup.UpdateCheckConfig" ) ), in SvxOnlineUpdateTabPage()
89 m_xUpdateAccess->getByName( UNISTRING( "DownloadSupported") ) >>= bDownloadSupported; in SvxOnlineUpdateTabPage()
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()
196 m_xUpdateAccess->replaceByName( UNISTRING("AutoCheckEnabled"), uno::makeAny( bValue ) ); in FillItemSet()
219 m_xUpdateAccess->replaceByName( UNISTRING("CheckInterval"), uno::makeAny( nValue ) ); in FillItemSet()
226 m_xUpdateAccess->replaceByName( UNISTRING("AutoDownloadEnabled"), uno::makeAny( bValue ) ); in FillItemSet()
231 m_xUpdateAccess->getByName( UNISTRING("DownloadDestination") ) >>= sValue; in FillItemSet()
[all …]
/AOO42X/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()
/AOO42X/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()
/AOO42X/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()
/AOO42X/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()
/AOO42X/main/comphelper/source/misc/
H A Dsynchronousdispatch.cxx38 #define UNISTRING(s) rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(s)) macro
61UNISTRING("com.sun.star.util.URLTransformer" )), in dispatch()
87 … rtl::OUString aMsg = UNISTRING( "SynchronousDispatch::dispatch() Error while dispatching! "); in dispatch()
/AOO42X/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()
/AOO42X/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()
/AOO42X/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()