Home
last modified time | relevance | path

Searched refs:desktop (Results 51 – 75 of 336) sorted by relevance

12345678910>>...14

/trunk/main/offapi/com/sun/star/awt/
H A DWindowClass.idl39 /** specifies a top level window on the desktop. It is also a container.
45 /** is a modal top level window on the desktop. It is also a container.
H A DWindowDescriptor.idl135 then the window is on the desktop.</p>
145 A value of -1 means desktop.</p>
/trunk/main/offapi/com/sun/star/presentation/
H A DNotesView.idl37 document into the desktop.
46 desktop and the basic interfaces and properties of a draw view.
H A DHandoutView.idl37 document into the desktop.
46 desktop and the basic interfaces and properties of a draw view.
H A DOutlineView.idl57 document into the desktop.
69 desktop.
H A DPresentationView.idl58 document into the desktop.
65 desktop.
H A DPreviewView.idl57 document into the desktop.
66 desktop.
H A DSlidesView.idl57 document into the desktop.
70 desktop.
/trunk/main/pyuno/demo/
H A Dooextract.py77 desktop = smgr.createInstanceWithContext("com.sun.star.frame.Desktop", ctx )
87 doc = desktop.loadComponentFromURL( fileUrl , "_blank", 0,inProps)
H A Dswriter.py51 desktop = smgr.createInstanceWithContext( "com.sun.star.frame.Desktop",remoteContext) variable
54 doc = desktop.loadComponentFromURL( "private:factory/swriter","_blank", 0, () )
H A Dswritercomp.py53 desktop = smgr.createInstanceWithContext( "com.sun.star.frame.Desktop",ctx)
56 doc = desktop.loadComponentFromURL( "private:factory/swriter","_blank", 0, () )
/trunk/main/scripting/examples/python/pythonSamples/
H A DTableSample.py42 desktop = smgr.createInstanceWithContext( "com.sun.star.frame.Desktop",ctx)
45 doc = desktop.loadComponentFromURL( "private:factory/swriter","_blank", 0, () )
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_dependencydialog.src33 HelpID = "desktop:ModalDialog:RID_DLG_DEPENDENCIES";
52 HelpID = "desktop:ListBox:RID_DLG_DEPENDENCIES:RID_DLG_DEPENDENCIES_LIST";
H A Ddp_gui_dialog.src174 HelpID = "desktop:ModalDialog:RID_DLG_LICENSE" ;
187 HelpID = "desktop:MultiLineEdit:RID_DLG_LICENSE:ML_LICENSE" ;
237 HelpID = "desktop:PushButton:RID_DLG_LICENSE:PB_LICENSE_DOWN" ;
/trunk/main/framework/
H A DJunitTest_framework_complex.mk63 framework/qa/complex/desktop/DesktopTerminate \
89 complex.desktop.DesktopTerminate \
/trunk/main/instsetoo_native/util/
H A Dopenoffice.lst110 …bin.{minor}/ooowoure,{solarpath}/bin.{minor}/osl,{solarpath}/bin.{minor}/desktop-integration/{pkgt…
180 …bin.{minor}/ooowoure,{solarpath}/bin.{minor}/osl,{solarpath}/bin.{minor}/desktop-integration/{pkgt…
391 …bin.{minor}/ooowoure,{solarpath}/bin.{minor}/osl,{solarpath}/bin.{minor}/desktop-integration/{pkgt…
/trunk/main/offapi/com/sun/star/frame/
H A DXSessionManagerClient.idl36 desktop shutdown
90 /** Call cancelShutdown to try to cancel a desktop shutdown in progress
H A DXTerminateListener2.idl41 /** is called when the master environment (e.g., desktop) was cancelled in
56 describe the source of the event (e.g., the desktop)
H A DDesktop.idl54 A desktop environment contains tasks with one or more frames
74 /** regulate life time of desktop environment and support high level
/trunk/main/odk/examples/DevelopersGuide/FirstSteps/
H A DFirstLoadComponent.java63 Object desktop = xRemoteServiceManager.createInstanceWithContext( in main() local
66 UnoRuntime.queryInterface(XComponentLoader.class, desktop); in main()
/trunk/main/wizards/com/sun/star/wizards/web/export/
H A DAbstractExporter.java103 XDesktop desktop = Desktop.getDesktop(xmsf); in openDocument() local
108 …document = UnoRuntime.queryInterface(XComponentLoader.class, desktop).loadComponentFromURL(doc.cp_… in openDocument()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/frame/
H A D_XDispatchRecorderSupplier.java60 XDesktop desktop = null; field in _XDispatchRecorderSupplier
91 desktop = (XDesktop) UnoRuntime.queryInterface in before()
/trunk/main/odk/examples/DevelopersGuide/Drawing/
H A DOrganigram.java80 Object desktop = xRemoteServiceManager.createInstanceWithContext( in drawOrganigram() local
83 UnoRuntime.queryInterface(XComponentLoader.class, desktop); in drawOrganigram()
/trunk/main/extensions/qa/integration/extensions/
H A DServicesHandler.java77 Frame desktop = new Frame( in actionPerformed() local
79 XDispatch dispatcher = desktop.queryDispatch(dispatchURL[0],"",0); in actionPerformed()
/trunk/main/desktop/source/offacc/
H A Dacceptor.cxx40 namespace desktop namespace
309 using namespace desktop;

Completed in 64 milliseconds

12345678910>>...14