Home
last modified time | relevance | path

Searched refs:frame (Results 101 – 125 of 2636) sorted by relevance

12345678910>>...106

/trunk/main/swext/mediawiki/src/com/sun/star/wiki/
H A DWikiEditorImpl.java29 import com.sun.star.frame.DispatchDescriptor;
30 import com.sun.star.frame.XComponentLoader;
31 import com.sun.star.frame.XController;
32 import com.sun.star.frame.XDesktop;
33 import com.sun.star.frame.XDispatch;
34 import com.sun.star.frame.XDispatchProvider;
35 import com.sun.star.frame.XFrame;
36 import com.sun.star.frame.XModel;
37 import com.sun.star.frame.XStatusListener;
38 import com.sun.star.frame.XStorable;
[all …]
/trunk/main/sfx2/source/control/
H A Dstatcach.cxx72 SFX_IMPL_XINTERFACE_2( BindDispatch_Impl, OWeakObject, ::com::sun::star::frame::XStatusListener, ::… in DBG_NAME()
73 SFX_IMPL_XTYPEPROVIDER_2( BindDispatch_Impl, ::com::sun::star::frame::XStatusListener, ::com::sun::… in DBG_NAME()
90 xDisp->removeStatusListener( (::com::sun::star::frame::XStatusListener*) this, aURL ); in disposing()
91 xDisp = ::com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatch > (); in disposing()
177 xDisp->removeStatusListener( (::com::sun::star::frame::XStatusListener*) this, aURL ); in Release()
178 xDisp = ::com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatch > (); in Release()
185 const ::com::sun::star::frame::FeatureStateEvent& BindDispatch_Impl::GetStatus() const in GetStatus()
340 … ::com::sun::star::uno::Reference < ::com::sun::star::frame::XDispatchProvider > xFrameProv( in GetSlotServer()
553 ::com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatch > SfxStateCache::GetDispatch(… in GetDispatch()
557 return ::com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatch > (); in GetDispatch()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sch/
H A Dcom.sun.star.comp.office.ChXChartDocument.csv27 "ChXChartDocument";"com::sun::star::frame::XModel";"attachResource()"
28 "ChXChartDocument";"com::sun::star::frame::XModel";"getURL()"
29 "ChXChartDocument";"com::sun::star::frame::XModel";"getArgs()"
30 "ChXChartDocument";"com::sun::star::frame::XModel";"connectController()"
31 "ChXChartDocument";"com::sun::star::frame::XModel";"disconnectController()"
32 "ChXChartDocument";"com::sun::star::frame::XModel";"lockControllers()"
33 "ChXChartDocument";"com::sun::star::frame::XModel";"unlockControllers()"
34 "ChXChartDocument";"com::sun::star::frame::XModel";"hasControllersLocked()"
35 "ChXChartDocument";"com::sun::star::frame::XModel";"getCurrentController()"
36 "ChXChartDocument";"com::sun::star::frame::XModel";"setCurrentController()"
[all …]
/trunk/main/framework/source/dispatch/
H A Dpopupmenudispatcher.cxx71 using namespace ::com::sun::star::frame ;
166 css::uno::Reference< css::frame::XFrame > xFrame;
179 uno::Reference< css::frame::XFrameActionListener > xFrameActionListener(
192 css::uno::Reference< css::frame::XDispatch >
199 css::uno::Reference< css::frame::XDispatch > xDispatch; in queryDispatch()
256 css::uno::Sequence< css::uno::Reference< css::frame::XDispatch > > SAL_CALL
258 const css::uno::Sequence< css::frame::DispatchDescriptor >& lDescriptor ) in queryDispatches()
327 if (( aEvent.Action == css::frame::FrameAction_COMPONENT_DETACHING ) || in frameAction()
328 ( aEvent.Action == css::frame::FrameAction_COMPONENT_ATTACHED )) in frameAction()
369 css::uno::Reference< css::frame::XLayoutManager > xLayoutManager; in impl_RetrievePopupControllerQuery()
[all …]
H A Doxt_handler.cxx105 DIRECT_INTERFACE( css::frame::XNotifyingDispatch ), in DEFINE_XINTERFACE_5()
106 DIRECT_INTERFACE( css::frame::XDispatch ), in DEFINE_XINTERFACE_5()
113 css::frame::XNotifyingDispatch , in DEFINE_XINTERFACE_5()
114 css::frame::XDispatch , in DEFINE_XINTERFACE_5()
166 css::frame::DispatchResultEvent aEvent; in ~Oxt_Handler()
167 aEvent.State = css::frame::DispatchResultState::FAILURE; in ~Oxt_Handler()
169 m_xListener = css::uno::Reference< css::frame::XDispatchResultListener >(); in ~Oxt_Handler()
197 … const css::uno::Reference< css::frame::XDispatchResultListener >& xListener ) in dispatchWithNotification()
216 css::frame::DispatchResultEvent aEvent; in dispatchWithNotification()
217 aEvent.State = css::frame::DispatchResultState::SUCCESS; in dispatchWithNotification()
[all …]
/trunk/main/sw/source/ui/uno/
H A Dunomodule.cxx57 …return uno::Reference< uno::XInterface >( dynamic_cast< frame::XDispatch * >(new SwUnoModule( rSMg… in SwUnoModule_createInstance()
61 …const uno::Sequence< beans::PropertyValue >& aArgs, const uno::Reference< frame::XDispatchResultLi… in dispatchWithNotification()
66 uno::Reference< uno::XInterface > xThis(static_cast< frame::XNotifyingDispatch* >(this)); in dispatchWithNotification()
72 sal_Int16 aState = frame::DispatchResultState::DONTKNOW; in dispatchWithNotification()
74 aState = frame::DispatchResultState::FAILURE; in dispatchWithNotification()
80 aState = frame::DispatchResultState::SUCCESS; in dispatchWithNotification()
82 aState = frame::DispatchResultState::FAILURE; in dispatchWithNotification()
88 frame::DispatchResultEvent( in dispatchWithNotification()
96 dispatchWithNotification(aURL, aArgs, uno::Reference< frame::XDispatchResultListener >()); in dispatch()
100 const uno::Reference< frame::XStatusListener > & /*xControl*/, in addStatusListener()
[all …]
/trunk/main/dbaccess/qa/complex/dbaccess/
H A DBeamer.java29 import com.sun.star.frame.FrameSearchFlag;
30 import com.sun.star.frame.XComponentLoader;
31 import com.sun.star.frame.XController;
32 import com.sun.star.frame.XDispatch;
33 import com.sun.star.frame.XDispatchProvider;
34 import com.sun.star.frame.XFrame;
35 import com.sun.star.frame.XModel;
94 final XFrame frame = controller.getFrame(); in testBeamer() local
95 … final XDispatchProvider dispatchP = UnoRuntime.queryInterface(XDispatchProvider.class, frame); in testBeamer()
117 final XFrame beamer = frame.findFrame("_beamer", 0); in testBeamer()
[all …]
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/DisableCommands/
H A DDisableCommandsTest.java32 import com.sun.star.frame.XDesktop;
33 import com.sun.star.frame.XComponentLoader;
109 com.sun.star.frame.XModel xModel = in main()
110 (com.sun.star.frame.XModel)UnoRuntime.queryInterface( in main()
111 com.sun.star.frame.XModel.class, xDoc); in main()
113 com.sun.star.frame.XFrame xFrame = in main()
194 com.sun.star.frame.XDesktop xDesktop = (com.sun.star.frame.XDesktop) in testCommands()
196 com.sun.star.frame.XFrame xFrame = xDesktop.getCurrentFrame(); in testCommands()
197 com.sun.star.frame.XDispatchProvider xDispatchProvider = null; in testCommands()
203 com.sun.star.frame.XDispatchProvider.class, xFrame ); in testCommands()
[all …]
/trunk/main/framework/inc/dispatch/
H A Dmenudispatcher.hxx106 public css::frame::XDispatch ,
107 public css::frame::XFrameActionListener ,
137 const css::uno::Reference< css::frame::XFrame >& xOwner );
180 …virtual void SAL_CALL addStatusListener( const css::uno::Reference< css::frame::XStatusListener >&…
197 …virtual void SAL_CALL removeStatusListener( const css::uno::Reference< css::frame::XStatusListener…
205 …virtual void SAL_CALL frameAction( const css::frame::FrameActionEvent& aEvent ) throw ( css::uno::…
307 const css::uno::Reference< css::frame::XFrame >& xOwner );
308 …static sal_Bool impldbg_checkParameter_addStatusListener ( const css::uno::Reference< css::frame::…
310 …dbg_checkParameter_removeStatusListener ( const css::uno::Reference< css::frame::XStatusListener >…
321 …css::uno::WeakReference< css::frame::XFrame > m_xOwnerWeak ; /// css::uno::WeakReference to own…
H A Dpopupmenudispatcher.hxx119 public css::frame::XDispatchProvider ,
120 public css::frame::XDispatch ,
121 public css::frame::XFrameActionListener ,
145 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatch > SAL_CALL queryDispa…
151 …virtual css::uno::Sequence< css::uno::Reference< css::frame::XDispatch > > SAL_CALL queryDispatche…
152 const css::uno::Sequence< css::frame::DispatchDescriptor >& lDescriptor )
159 …virtual void SAL_CALL addStatusListener( const css::uno::Reference< css::frame::XStatusListener >&…
162 …virtual void SAL_CALL removeStatusListener( const css::uno::Reference< css::frame::XStatusListener…
167 …virtual void SAL_CALL frameAction( const css::frame::FrameActionEvent& aEvent ) throw ( css::uno::…
183 …css::uno::WeakReference< css::frame::XFrame > m_xWeakFrame ; /// css::uno::WeakReference to fra…
/trunk/main/odk/examples/java/Text/
H A DWriterSelector.java49 com.sun.star.frame.XDesktop xDesktop = (com.sun.star.frame.XDesktop) in main()
50 UnoRuntime.queryInterface(com.sun.star.frame.XDesktop.class, in main()
54 com.sun.star.frame.XComponentLoader xCompLoader = in main()
55 (com.sun.star.frame.XComponentLoader)UnoRuntime.queryInterface( in main()
56 com.sun.star.frame.XComponentLoader.class, xDesktop); in main()
68 com.sun.star.frame.XModel xModel = in main()
69 (com.sun.star.frame.XModel)UnoRuntime.queryInterface( in main()
70 com.sun.star.frame.XModel.class, xDoc); in main()
87 com.sun.star.frame.XFrame xframe = xDesktop.getCurrentFrame(); in main()
90 com.sun.star.frame.XController xController = xframe.getController(); in main()
/trunk/main/bean/java/officebean/src/main/java/com/sun/star/comp/beans/
H A DOfficeDocument.java40 com.sun.star.frame.XModel,
42 com.sun.star.frame.XStorable,
45 private com.sun.star.frame.XModel xModel;
48 private com.sun.star.frame.XStorable xStorable;
50 public OfficeDocument( com.sun.star.frame.XModel xModel ) in OfficeDocument()
61 this.xStorable = (com.sun.star.frame.XStorable) in OfficeDocument()
63 com.sun.star.frame.XStorable.class, xModel ); in OfficeDocument()
87 /*IN*/ com.sun.star.frame.XController xController ) in connectController()
93 /*IN*/ com.sun.star.frame.XController xController ) in disconnectController()
113 public com.sun.star.frame.XController getCurrentController( ) in getCurrentController()
[all …]
/trunk/main/offapi/com/sun/star/frame/
H A DFrameSearchFlag.idl29 module com { module sun { module star { module frame {
32 /** these types describe the algorithm to be used to search a frame
38 frame name (e.g. "_blank", "_self") is used.
65 /** includes the start frame himself
70 /** includes all child frames of the start frame
80 /** frame will be created if not found
85 /** includes the direct siblings of the start frame
96 /** allow the search outside the current sub task tree of the whole possible frame tree
99 If this flag isn't present, any search from bottom to top has to stop, if a top frame
111 but doesn't create any new frame
[all …]
H A DXComponentLoader.idl49 module com { module sun { module star { module frame {
53 frame environment
63 new or existing frame.
75 specifies the name of the frame to view the document in
78 If a frame with the specified name already exists, it is used, otherwise it
80 as real frame names:
84 <td>always creates a new frame</td>
92 <td>means frame himself</td>
96 <td>address direct parent of frame</td>
100 <td>indicates top frame of current path in tree</td>
[all …]
/trunk/main/offapi/com/sun/star/sdb/
H A DContentLoader.idl29 #include <com/sun/star/frame/FrameLoader.idl>
41 @see com::sun::star::frame::XComponentLoader
42 @see com::sun::star::frame::Desktop
50 the loader can create into an arbitrary frame.
62 service and plugs it into the frame passed to the loader.
67 service and plugs it into the frame passed to the loader.
72 service and plugs it into the frame passed to the loader.
77 service and plugs it into the frame passed to the loader.
82 service and plugs it into the frame passed to the loader.
87 <member scope="com::sun::star::frame">XFrameLoader::load()</member>
[all …]
H A DDataSourceBrowser.idl29 #include <com/sun/star/frame/XController.idl>
35 #include <com/sun/star/frame/XDispatchProvider.idl>
66 frame. This should involve a
104 <type scope="com::sun::star::frame">XDispatch</type>)
116 <type scope="com::sun::star::frame">XDispatch</type>
154 @see com::sun::star::frame::XDispatch
155 @see com::sun::star::frame::XDispatchProvider
177 interface com::sun::star::frame::XController;
190 has to be an <type scope="com::sun::star::frame">XFrame</type> interface specifying the frame to
231 <type scope="com::sun::star::frame">XDispatch</type>
[all …]
/trunk/main/sal/osl/unx/
H A Dbacktrace.c69 struct frame *fp; in backtrace()
81 fp = (struct frame*)((char*)(fpval) + STACK_BIAS); in backtrace()
84 fp = (struct frame*)((char*)(fp->fr_savfp) + STACK_BIAS); in backtrace()
90 struct frame * prev = (struct frame*)((char*)(fp->fr_savfp) + STACK_BIAS); in backtrace()
153 struct frame *fp; in backtrace()
158 fp = (struct frame*)(((size_t*)(ctx))[FRAME_PTR_OFFSET]); in backtrace()
232 struct frame *fp; in backtrace()
242 fp = (struct frame*)(((size_t*)(ctx))[FRAME_PTR_OFFSET]); in backtrace()
306 void **frame = (void **)__builtin_frame_address(0); in backtrace() local
307 void **bp = ( void **)(*frame); in backtrace()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sfx/
H A Dcom.sun.star.comp.sfx2.DocumentTemplates.csv1 "DocumentTemplates";"com::sun::star::frame::XDocumentTemplates";"getContent()"
2 "DocumentTemplates";"com::sun::star::frame::XDocumentTemplates";"storeTemplate()"
3 "DocumentTemplates";"com::sun::star::frame::XDocumentTemplates";"addTemplate()"
4 "DocumentTemplates";"com::sun::star::frame::XDocumentTemplates";"removeTemplate()"
5 "DocumentTemplates";"com::sun::star::frame::XDocumentTemplates";"renameTemplate()"
6 "DocumentTemplates";"com::sun::star::frame::XDocumentTemplates";"addGroup()"
7 "DocumentTemplates";"com::sun::star::frame::XDocumentTemplates";"removeGroup()"
8 "DocumentTemplates";"com::sun::star::frame::XDocumentTemplates";"renameGroup()"
9 "DocumentTemplates";"com::sun::star::frame::XDocumentTemplates";"update()"
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/frame/
H A D_XSynchronousFrameLoader.java24 package ifc.frame;
32 import com.sun.star.frame.XDesktop;
33 import com.sun.star.frame.XFrame;
34 import com.sun.star.frame.XSynchronousFrameLoader;
65 private XFrame frame = null ; field in _XSynchronousFrameLoader
81 frame = (XFrame) tEnv.getObjRelation("FrameLoader.Frame") ; in before()
93 if (frame == null) { in before()
103 frame = dsk.getCurrentFrame() ; in before()
135 boolean result = oObj.load(descr, frame) ; in _load()
155 result[0] = oObj.load(descr, frame); in _cancel()
/trunk/main/sd/source/ui/tools/
H A DEventMultiplexer.cxx64 ::com::sun::star::frame::XFrameActionListener,
145 ::com::sun::star::frame::XFrame> mxFrameWeak;
263 Reference<frame::XFrame> xFrame ( in Implementation()
270 Reference<frame::XFrameActionListener>( in Implementation()
332 Reference<frame::XFrame> xFrame (mxFrameWeak); in ReleaseListeners()
336 Reference<frame::XFrameActionListener>( in ReleaseListeners()
581 const frame::FrameActionEvent& rEvent) in frameAction()
584 Reference<frame::XFrame> xFrame (mxFrameWeak); in frameAction()
588 case frame::FrameAction_COMPONENT_DETACHING: in frameAction()
593 case frame::FrameAction_COMPONENT_REATTACHED: in frameAction()
[all …]
/trunk/main/sdext/source/presenter/
H A DPresenterProtocolHandler.cxx176 css::frame::XDispatch,
191 static Reference<frame::XDispatch> Create (
313 Reference<frame::XFrame> xFrame; in initialize()
341 Reference<frame::XDispatch> xDispatch; in queryDispatch()
355 const Sequence<frame::DispatchDescriptor>& rDescriptors) in queryDispatches()
360 return Sequence<Reference<frame::XDispatch> >(); in queryDispatches()
385 Reference<frame::XDispatch> PresenterProtocolHandler::Dispatch::Create ( in Create()
391 return Reference<frame::XDispatch>(pDispatch.get()); in Create()
552 const css::uno::Reference<css::frame::XStatusListener>& rxListener, in addStatusListener()
560 frame::FeatureStateEvent aEvent; in addStatusListener()
[all …]
/trunk/main/offapi/com/sun/star/embed/
H A DDocumentCloser.idl34 #include <com/sun/star/frame/XFrame.idl>
40 #include <com/sun/star/frame/DoubleInitializationException.idl>
47 /** The main task of this service is to close an office document frame embedded
52 frame, and to dispose the service. While disposing the service will do all
53 the required actions to let the frame be closed using
55 in case there is a code that prevents closing of the frame the code
56 automatically becomes the owner of the frame.
60 In addition the code will disconnect the VCL window the frame is based on
69 the frame of the document that should be closed.
72 DocumentCloserCtor1( [in] com::sun::star::frame::XFrame xFrame )
[all …]
/trunk/main/sc/source/ui/vba/
H A Dexcelvbahelper.hxx42 void implSetZoom( const css::uno::Reference< css::frame::XModel >& xModel, sal_Int16 nZoom, std::ve…
43 void implnCopy( const css::uno::Reference< css::frame::XModel>& xModel );
44 void implnPaste ( const css::uno::Reference< css::frame::XModel>& xModel );
45 void implnCut( const css::uno::Reference< css::frame::XModel>& xModel );
46 void implnPasteSpecial( const css::uno::Reference< css::frame::XModel>& xModel, sal_uInt16 nFlags,s…
47 ScTabViewShell* getBestViewShell( const css::uno::Reference< css::frame::XModel>& xModel ) ;
48 ScDocShell* getDocShell( const css::uno::Reference< css::frame::XModel>& xModel ) ;
50 SfxViewFrame* getViewFrame( const css::uno::Reference< css::frame::XModel >& xModel );
56 …:XHelperInterface > getUnoSheetModuleObj( const css::uno::Reference< css::frame::XModel >& xModel,…
60 css::uno::Reference< css::frame::XModel > GetModelFromRange( const css::uno::Reference< css::uno::X…
/trunk/main/svtools/source/misc/
H A Dacceleratorexecute.cxx111 SVT_DLLPRIVATE AsyncAccelExec(const css::uno::Reference< css::frame::XDispatch >& xDispatch,
119 css::uno::Reference< css::frame::XDispatch > m_xDispatch;
154 const css::uno::Reference< css::frame::XFrame >& xEnv ) in init()
165 … m_xDispatcher = css::uno::Reference< css::frame::XDispatchProvider >(xEnv, css::uno::UNO_QUERY); in init()
171 css::uno::Reference< css::frame::XDispatchProvider > xDispatcher( in init()
198 css::uno::Reference< css::frame::XController > xController; in init()
199 css::uno::Reference< css::frame::XModel > xModel; in init()
237 css::uno::Reference< css::frame::XDispatchProvider > xProvider = m_xDispatcher; in execute()
257 css::uno::Reference< css::frame::XModuleManager > xModuleDetection( in execute()
471 css::uno::Reference< css::frame::XModuleManager > xModuleDetection( in st_openModuleConfig()
[all …]
/trunk/main/scripting/examples/java/debugger/
H A DOOBeanShellDebugger.java56 private JFrame frame; field in OOBeanShellDebugger
75 JOptionPane.showMessageDialog(frame, in go()
92 JOptionPane.showMessageDialog(frame, in go()
125 frame = new JFrame("BeanShell Debug Window"); in initUI()
153 frame.getContentPane().add(sp, "Center"); in initUI()
154 frame.getContentPane().add(p, "South"); in initUI()
155 frame.pack(); in initUI()
156 frame.show(); in initUI()
238 int ret = chooser.showSaveDialog(frame); in promptForSaveName()
263 JOptionPane.showMessageDialog(frame, in saveTextArea()
[all …]

Completed in 108 milliseconds

12345678910>>...106