Lines Matching refs:UNISTRING

55 #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()
298 …aProperty.Value = uno::makeAny( UNISTRING("/org.openoffice.Office.ExtensionManager/ExtensionUpdate… in get()
300 …Container > xUpdateAvail( xConfigProvider->createInstanceWithArguments( UNISTRING("com.sun.star.co… in get()
311 … const_cast < UpdateCheckConfig *> (this)->getByName( UNISTRING( AUTOCHECK_ENABLED ) ) >>= nValue; in isAutoCheckEnabled()
321 …const_cast < UpdateCheckConfig *> (this)->getByName( UNISTRING( AUTODOWNLOAD_ENABLED ) ) >>= nValu… in isAutoDownloadEnabled()
333 const_cast < UpdateCheckConfig *> (this)->getByName( UNISTRING( OLD_VERSION ) ) >>= aValue; in getUpdateEntryVersion()
346 const_cast < UpdateCheckConfig *> (this)->getByName( UNISTRING( LAST_CHECK ) ) >>= nValue; in getLastChecked()
359 const_cast < UpdateCheckConfig *> (this)->getByName( UNISTRING( CHECK_INTERVAL ) ) >>= nValue; in getCheckInterval()
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()
522 aServiceList[0] = UNISTRING( "com.sun.star.setup.UpdateCheckConfig"); in getServiceNames()
531 return UNISTRING( "vnd.sun.UpdateCheckConfig"); in getImplName()