Lines Matching refs:UNISTRING

75 #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()
123 …rtl::OUString aPathVal(UNISTRING("${$OOO_BASE_DIR/program/" SAL_CONFIGFILE("bootstrap") ":BaseInst… in getBaseInstallation()
148 aUnpackPath += UNISTRING( "unpack_update" ); in getImageFromFileName()
220UNISTRING( "UpdateCheckJob: empty component context" ), uno::Reference< uno::XInterface > () ); in createMenuBarUI()
225UNISTRING( "UpdateCheckJob: unable to obtain service manager from component context" ), uno::Refer… in createMenuBarUI()
229 …xServiceManager->createInstanceWithContext( UNISTRING( "com.sun.star.setup.UpdateCheckUI" ), xCont… in createMenuBarUI()
386 aPath += UNISTRING( "onlinecheck" ); in UpdateCheckThread()
393 m_aModule.getFunctionSymbol( UNISTRING("hasInternetConnection"))); in UpdateCheckThread()
752 UpdateCheck::createService(UNISTRING("com.sun.star.office.Quickstart"), m_xContext), in run()
761 UpdateCheck::createService(UNISTRING("com.sun.star.frame.Desktop"), m_xContext), in run()
960 aParameter += UNISTRING(" &"); in install()
1506 createService( UNISTRING( "com.sun.star.system.SystemShellExecute" ), m_xContext ), in showReleaseNote()
1523 rtl::OUString aTargetDir( UpdateCheckConfig::getAllUsersDirectory() + UNISTRING( "/sun" ) ); in storeReleaseNote()
1527 rtl::OUString aFileName = UNISTRING("releasenote") + in storeReleaseNote()
1529 UNISTRING(".url"); in storeReleaseNote()
1553 aURL = UNISTRING("URL=") + rURL; in storeReleaseNote()
1566 rtl::OUString sServiceName = UNISTRING("com.sun.star.deployment.ui.PackageManagerDialog"); in showExtensionDialog()
1567 rtl::OUString sArguments = UNISTRING("SHOW_UPDATE_DIALOG"); in showExtensionDialog()
1572UNISTRING( "UpdateCheck::showExtensionDialog(): empty component context" ), uno::Reference< uno::X… in showExtensionDialog()
1577UNISTRING( "UpdateCheck::showExtensionDialog(): unable to obtain service manager from component co… in showExtensionDialog()
1621 UNISTRING( "UpdateCheckConfig: empty component context" ), in createService()
1628UNISTRING( "UpdateCheckConfig: unable to obtain service manager from component context" ), in createService()