Home
last modified time | relevance | path

Searched refs:desktop (Results 26 – 50 of 336) sorted by relevance

12345678910>>...14

/trunk/main/scp2/source/ooo/
H A Dcommon_brand.scp491 Name = "base.desktop";
499 Name = "calc.desktop";
508 Name = "draw.desktop";
517 Name = "impress.desktop";
526 Name = "math.desktop";
536 Name = "printeradmin.desktop";
546 Name = "qstart.desktop";
555 Name = "writer.desktop";
564 Name = "startcenter.desktop";
573 Name = "javafilter.desktop";
H A Dmodule_systemint.scp42 * See sysui/desktop/productversion.mk
45 PackageName = "openoffice-desktop-integration.tar.gz";
47 PackageName = "${SYSTEMINTUNIXPACKAGENAME}-desktop-integration.tar.gz";
51 …InstallOrder = "desktop-integration:1050, suse-menus:1060, freedesktop-menus:1250, redhat-menus:12…
/trunk/main/toolkit/src2xml/
H A Dinclude.lst86 ../../desktop/inc
87 ../../desktop/source/inc
88 ../../desktop/source/deployment/inc
89 ../../desktop/source/deployment/registry/inc
90 ../../desktop/unxlngi6.pro/inc
/trunk/main/desktop/source/app/
H A Dmakefile.mk26 PRJNAME=desktop
99 SRS1NAME= desktop
100 SRC1FILES= desktop.src
/trunk/main/sysui/desktop/share/
H A Dmakefile.mk52 LAUNCHERDEPN = ../menus/{$(LAUNCHERLIST)}.desktop
147 @echo Creating desktop entries for $(@:f) ..
160 $(COMMONMISC)$/{$(PRODUCTLIST)}$/apacheopenoffice.xml : ../mimetypes/{$(MIMELIST)}.desktop create_m…
200 $(COMMONMISC)$/{$(PRODUCTLIST)}$/mimelnklist : ../mimetypes/{$(MIMELIST)}.desktop
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_dialog2.src42 HelpID = "desktop:PushButton:RID_DLG_EXTENSION_MANAGER:RID_EM_BTN_ADD";
50 HelpID = "desktop:PushButton:RID_DLG_EXTENSION_MANAGER:RID_EM_BTN_CHECK_UPDATES";
132 HelpID = "desktop:PushButton:RID_DLG_UPDATE_REQUIRED:RID_EM_BTN_CHECK_UPDATES";
140 HelpID = "desktop:PushButton:RID_DLG_UPDATE_REQUIRED:RID_EM_BTN_CLOSE";
H A Ddp_gui_updatedialog.src85 HelpID = "desktop:CheckBox:RID_DLG_UPDATE:RID_DLG_UPDATE_ALL";
150 HelpID = "desktop:MultiLineEdit:RID_DLG_UPDATE:RID_DLG_UPDATE_DESCRIPTIONS";
184 HelpID = "desktop:PushButton:RID_DLG_UPDATE:RID_DLG_UPDATE_OK";
/trunk/main/odk/examples/DevelopersGuide/Text/
H A DTextDocuments.java262 Object desktop = mxRemoteServiceManager.createInstanceWithContext( in viewCursorExample() local
266 XDesktop.class, desktop); in viewCursorExample()
401 Object desktop = mxRemoteServiceManager.createInstanceWithContext( in storePrintExample() local
404 UnoRuntime.queryInterface(XComponentLoader.class, desktop); in storePrintExample()
443 Object desktop = mxRemoteServiceManager.createInstanceWithContext( in newDocComponent() local
446 UnoRuntime.queryInterface(XComponentLoader.class, desktop); in newDocComponent()
460 Object desktop = mxRemoteServiceManager.createInstanceWithContext( in newDocComponentFromTemplate() local
463 UnoRuntime.queryInterface(XComponentLoader.class, desktop); in newDocComponentFromTemplate()
/trunk/main/test/source/cpp/
H A Dofficeconnection.cxx139 css::uno::Reference< css::frame::XDesktop > desktop( in tearDown() local
148 CPPUNIT_ASSERT(desktop->terminate()); in tearDown()
149 desktop.clear(); in tearDown()
/trunk/main/test/source/java/org/openoffice/test/
H A DOfficeConnection.java109 XDesktop desktop = UnoRuntime.queryInterface( in tearDown() local
115 desktopTerminated = desktop.terminate(); in tearDown()
119 desktop = null; in tearDown()
/trunk/main/shell/source/backends/gconfbe/
H A Dgconfbackend.cxx158 rtl::OUString desktop; in Service() local
162 desktop; in Service()
163 enabled_ = desktop.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("GNOME")) in Service()
/trunk/main/shell/source/backends/kde4be/
H A Dkde4backend.cxx158 rtl::OUString desktop; in Service() local
162 desktop; in Service()
163 enabled_ = desktop.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("KDE4")) && in Service()
/trunk/main/shell/source/backends/kdebe/
H A Dkdebackend.cxx158 rtl::OUString desktop; in Service() local
162 desktop; in Service()
163 enabled_ = desktop.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("KDE")) && in Service()
/trunk/main/desktop/util/
H A Dmakefile.mk26 PRJNAME=desktop
70 RESLIB1SRSFILES= $(SRS)$/desktop.srs \
84 APP1RES= $(RES)$/desktop.res
/trunk/main/sysui/desktop/slackware/
H A Dupdate-script2 if (which update-desktop-database); then
3 update-desktop-database -q /usr/share/applications
H A Dmakefile.mk60 $(RM) $*$/opt$/kde$/share$/mimelnk$/application$/*-extension.desktop
61 $(RM) $*$/usr$/share$/applications$/*.desktop
/trunk/main/desktop/win32/source/officeloader/
H A Dofficeloader.cxx333 …if (bFirst || ::desktop::ExitHelper::E_NORMAL_RESTART == dwExitCode || wcsncmp(argv[i], MY_STRING(… in WinMain()
417 …&& ( ::desktop::ExitHelper::E_CRASH_WITH_RESTART == dwExitCode || ::desktop::ExitHelper::E_NORMAL_… in WinMain()
/trunk/main/sysui/desktop/solaris/
H A Dpkginfo1 PKG=%pkgprefix3-desktop-int
2 NAME=%PRODUCTNAME Solaris desktop integration
/trunk/main/pyuno/demo/
H A Dhello_world_comp.py38 desktop = self.ctx.ServiceManager.createInstanceWithContext(
42 model = desktop.getCurrentComponent()
/trunk/main/sysui/desktop/debian/
H A Dpostrm8 if [ -x /usr/bin/update-desktop-database ]; then
9 update-desktop-database -q /usr/share/applications
/trunk/main/sysui/desktop/util/
H A Dmakefile.mk35 RPMTARFILES=$(BIN)$/rpm$/{$(PRODUCTLIST)}-desktop-integration.tar.gz
39 DEBTARFILES=$(BIN)$/deb$/{$(PRODUCTLIST)}-desktop-integration.tar.gz
/trunk/main/odk/examples/DevelopersGuide/ProfUNO/SimpleBootstrap_java/
H A DSimpleBootstrap_java.java46 Object desktop = xServiceManager.createInstanceWithContext( in main() local
52 XComponentLoader.class, desktop ); in main()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/TerminationTest/
H A DTerminationTest.java52 Object desktop = xRemoteServiceManager.createInstanceWithContext( in main() local
54 xDesktop = (XDesktop)UnoRuntime.queryInterface(XDesktop.class, desktop); in main()
/trunk/main/desktop/test/deployment/update/simple/
H A Dreadme.txt21 … <src xlink:href="http://extensions.openoffice.org/testarea/desktop/simple/plain1.update.xml" />
31 the files can be found under extensions/www/testarea/desktop
/trunk/main/desktop/test/deployment/update/updateinfocreation/build/
H A Dmakefile.mk48 EXTUPDATEINFO_NAME=org.openoffice.extensions.testarea.desktop.updateinfo.update.xml
50 EXTUPDATEINFO_URLS = http://extensions.openoffice.org/testarea/desktop/updateinfocreation/update/up…

Completed in 88 milliseconds

12345678910>>...14