Home
last modified time | relevance | path

Searched refs:frame (Results 326 – 350 of 2636) sorted by relevance

1...<<11121314151617181920>>...106

/trunk/main/odk/examples/java/DocumentHandling/
H A DDocumentConverter.java38 static com.sun.star.frame.XComponentLoader xCompLoader = null;
104 com.sun.star.frame.XStorable xStorable = in traverse()
105 (com.sun.star.frame.XStorable)UnoRuntime.queryInterface( in traverse()
106 com.sun.star.frame.XStorable.class, oDocToStore ); in traverse()
187 xCompLoader = (com.sun.star.frame.XComponentLoader) in main()
188 UnoRuntime.queryInterface(com.sun.star.frame.XComponentLoader.class, in main()
/trunk/main/sdext/source/presenter/
H A DPresenterViewFactory.cxx163 const Reference<frame::XController>& rxController, in PresenterViewFactory()
179 const Reference<frame::XController>& rxController, in Create()
192 void PresenterViewFactory::Register (const Reference<frame::XController>& rxController) in Register()
458 Reference<frame::XController>(mxControllerWeak), in CreateSlideShowView()
512 Reference<frame::XController>(mxControllerWeak), in CreateToolBarView()
537 Reference<frame::XController>(mxControllerWeak), in CreateNotesView()
568 Reference<frame::XController>(mxControllerWeak), in CreateSlideSorterView()
594 Reference<frame::XController>(mxControllerWeak), in CreateHelpView()
/trunk/main/basic/inc/basic/
H A Dvbahelper.hxx52 const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel >& rxModel );
71 const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel >& rxModel,
92 const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel >& rxModel,
108 const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel >& rxModel,
125 const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel >& rxModel );
/trunk/main/framework/inc/recording/
H A Ddispatchrecordersupplier.hxx75 public css::frame::XDispatchRecorderSupplier ,
93 css::uno::Reference< css::frame::XDispatchRecorder > m_xDispatchRecorder;
115 … SAL_CALL setDispatchRecorder( const css::uno::Reference< css::frame::XDispatchRecorder…
116 …virtual css::uno::Reference< css::frame::XDispatchRecorder > SAL_CALL getDispatchRecorder( …
119 …const css::uno::Reference< css::frame::XDispatch >& xDispatcher ) throw (css::uno::Runtime…
/trunk/main/framework/inc/helper/
H A Docomponentaccess.hxx114 OComponentAccess( const css::uno::Reference< css::frame::XDesktop >& xOwner );
214 …void impl_collectAllChildComponents( const css::uno::Reference< css::frame::XFramesSupplier >& …
229 …ang::XComponent > impl_getFrameComponent( const css::uno::Reference< css::frame::XFrame >& xFrame …
254 …ldbg_checkParameter_OComponentAccessCtor( const css::uno::Reference< css::frame::XDesktop >& xOwne…
265 …css::uno::WeakReference< css::frame::XDesktop > m_xOwner ; /// weak reference to the desk…
H A Dtagwindowasmodified.hxx84 public css::frame::XFrameActionListener, // => XEventListener
99 css::uno::WeakReference< css::frame::XFrame > m_xFrame;
105 css::uno::WeakReference< css::frame::XModel > m_xModel;
135 virtual void SAL_CALL frameAction(const css::frame::FrameActionEvent& aEvent)
147 void impl_update(const css::uno::Reference< css::frame::XFrame >& xFrame);
/trunk/main/sfx2/inc/sfx2/sidebar/
H A DTools.hxx52 const cssu::Reference<css::frame::XFrame>& rxFrame);
56 const cssu::Reference<css::frame::XFrame>& rxFrame);
64 static cssu::Reference<css::frame::XDispatch> GetDispatch (
65 const cssu::Reference<css::frame::XFrame>& rxFrame,
69 const cssu::Reference<css::frame::XFrame>& rxFrame);
/trunk/main/reportdesign/source/core/api/
H A DReportDefinition.cxx534 … sal_Int32 nFrameSearchFlag = frame::FrameSearchFlag::TASKS | frame::FrameSearchFlag::CREATE; in run()
535 …uno::Reference< frame::XFrame> xFrame = uno::Reference< frame::XFrame>(xFrameLoad,uno::UNO_QUERY)-… in run()
581 ::std::vector< uno::Reference< frame::XController> > m_aControllers;
591 uno::Reference< frame::XController > m_xCurrentController;
605 uno::Reference< frame::XTitle > m_xTitleHelper;
606 uno::Reference< frame::XUntitledNumbers > m_xNumberedControllers;
814 uno::Reference< frame::XModel > xHoldAlive( this ); in disposing()
1272 ::std::vector< uno::Reference< frame::XController> >::iterator aEnd = aCopy.end(); in close()
2740 uno::Reference< frame::XTitle > OReportDefinition::impl_getTitleHelper_throw() in impl_getTitleHelper_throw()
2751 …uno::Reference< frame::XModel > xThis (static_cast< frame::XModel* >(this), uno::UN… in impl_getTitleHelper_throw()
[all …]
/trunk/main/sfx2/source/appl/
H A Dhelpdispatch.hxx31 class HelpDispatch_Impl : public ::cppu::WeakImplHelper1< ::com::sun::star::frame::XDispatch >
35 ::com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatch >
40 const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatch >& _xDisp );
45 …StatusListener( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XStatusListener >…
46 …StatusListener( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XStatusListener >…
H A Dshutdownicon.cxx72 using namespace ::com::sun::star::frame;
290 Reference< com::sun::star::frame::XDispatch > xDispatch; in OpenURL()
327 …Reference < ::com::sun::star::frame::XFramesSupplier > xDesktop ( getInstance()->m_xDesktop, UNO_Q… in FromTemplate()
328 Reference < ::com::sun::star::frame::XFrame > xFrame( xDesktop->getActiveFrame() ); in FromTemplate()
330 xFrame = Reference < ::com::sun::star::frame::XFrame >( xDesktop, UNO_QUERY ); in FromTemplate()
337 Reference < ::com::sun::star::frame::XDispatchProvider > xProv( xFrame, UNO_QUERY ); in FromTemplate()
338 Reference < ::com::sun::star::frame::XDispatch > xDisp; in FromTemplate()
352 Reference< ::com::sun::star::frame::XNotifyingDispatch > xNotifyer( xDisp, UNO_QUERY ); in FromTemplate()
683 throw(::com::sun::star::frame::TerminationVetoException, ::com::sun::star::uno::RuntimeException) in queryTermination()
688 throw ::com::sun::star::frame::TerminationVetoException(); in queryTermination()
H A Dappuno.cxx101 using namespace ::com::sun::star::frame;
1671 …sun::star::frame::XDispatchProvider, ::com::sun::star::frame::XNotifyingDispatch, ::com::sun::star… in SFX_IMPL_XINTERFACE_5()
1672 …sun::star::frame::XDispatchProvider, ::com::sun::star::frame::XNotifyingDispatch, ::com::sun::star… in SFX_IMPL_XINTERFACE_5()
1712 ::com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatch > xDispatcher; in queryDispatch()
1787 ::com::sun::star::frame::DispatchResultEvent aEvent; in dispatchWithNotification()
1791 aEvent.State = ::com::sun::star::frame::DispatchResultState::SUCCESS; in dispatchWithNotification()
1793 aEvent.State = ::com::sun::star::frame::DispatchResultState::FAILURE; in dispatchWithNotification()
1833 const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XStatusListener >&, in removeStatusListener()
2095 std::list< ::com::sun::star::frame::DispatchInformation > aCmdList; in getConfigurableDispatchInformation()
2119 ::com::sun::star::frame::DispatchInformation aCmdInfo; in getConfigurableDispatchInformation()
[all …]
/trunk/main/extensions/source/bibliography/
H A Dbibbeam.hxx53 ::com::sun::star::uno::Reference< ::com::sun::star::frame::XController > m_xController;
54 ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame > m_xToolBarRef;
55 ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame > m_xGridRef;
74 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatchProviderInterception >
80 …void SetXController(const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XController >…
/trunk/main/chart2/source/controller/main/
H A DChartModelClone.hxx56 const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel >& i_model,
64 …void applyToModel( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel >& i_mo…
67 const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel > & i_model,
68 … const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel > & i_modelToCopyFrom,
77 … ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel > m_xModelClone;
/trunk/main/framework/source/inc/pattern/
H A Dframe.hxx53 namespace frame{ namespace
59 inline css::uno::Reference< css::frame::XModel > extractFrameModel(const css::uno::Reference< css:: in extractFrameModel()
61 css::uno::Reference< css::frame::XModel > xModel; in extractFrameModel()
62 css::uno::Reference< css::frame::XController > xController; in extractFrameModel()
/trunk/main/xmloff/source/chart/
H A DSchXMLTools.hxx49 …ceOlderThan2_0( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel >& xChartM…
50 …ceOlderThan2_3( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel >& xChartM…
51 …ceOlderThan2_4( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel >& xChartM…
52 …ceOlderThan3_0( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel >& xChartM…
53 …ceOlderThan3_3( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel >& xChartM…
55 …void setBuildIDAtImportInfo( ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel > x…
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sd/
H A DSdUnoOutlineView.java40 import com.sun.star.frame.XController;
41 import com.sun.star.frame.XDesktop;
42 import com.sun.star.frame.XDispatch;
43 import com.sun.star.frame.XDispatchProvider;
44 import com.sun.star.frame.XFrame;
45 import com.sun.star.frame.XModel;
H A DSdUnoSlideView.java39 import com.sun.star.frame.XController;
40 import com.sun.star.frame.XDesktop;
41 import com.sun.star.frame.XDispatch;
42 import com.sun.star.frame.XDispatchProvider;
43 import com.sun.star.frame.XFrame;
44 import com.sun.star.frame.XModel;
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_svtools/
H A DAccessibleBrowseBoxHeaderCell.java41 import com.sun.star.frame.XController;
42 import com.sun.star.frame.XDesktop;
43 import com.sun.star.frame.XDispatch;
44 import com.sun.star.frame.XDispatchProvider;
45 import com.sun.star.frame.XFrame;
46 import com.sun.star.frame.XModel;
/trunk/main/offapi/com/sun/star/frame/
H A DLayoutManagerEvents.idl28 module com { module sun { module star { module frame {
36 @see com::sun::star::frame::LayoutManager
37 @see com::sun::star::frame::XLayoutManagerEventBroadcaster
67 the frame.
76 /** specifies that the layout manager container frame window
86 /** specifies that the layout manager container frame window
H A DXDispatchProvider.idl31 #include <com/sun/star/frame/XDispatch.idl>
39 #include <com/sun/star/frame/DispatchDescriptor.idl>
45 module com { module sun { module star { module frame {
57 the specified target frame.
63 specify the frame which should be the target for this request
66 optional search parameter for finding the frame if no special
/trunk/main/forms/qa/integration/forms/
H A DDocumentHelper.java37 import com.sun.star.frame.XComponentLoader;
38 import com.sun.star.frame.XController;
39 import com.sun.star.frame.XFrame;
40 import com.sun.star.frame.XModel;
191 XFrame frame = view.getController().getFrame(); in reload() local
192 XModel oldModel = frame.getController().getModel(); in reload()
197 frame.getController().getModel() ); in reload()
/trunk/main/vcl/unx/gtk/window/
H A Dgtkframe.cxx2619 GtkSalFrame* pThis = (GtkSalFrame*)frame; in signalButton()
2711 GtkSalFrame* pThis = (GtkSalFrame*)frame; in signalScroll()
2747 GtkSalFrame* pThis = (GtkSalFrame*)frame; in signalMotion()
2792 GtkSalFrame* pThis = (GtkSalFrame*)frame; in signalCrossing()
2809 GtkSalFrame* pThis = (GtkSalFrame*)frame; in signalExpose()
2821 GtkSalFrame* pThis = (GtkSalFrame*)frame; in signalFocus()
2889 GtkSalFrame* pThis = (GtkSalFrame*)frame; in signalMap()
2929 GtkSalFrame* pThis = (GtkSalFrame*)frame; in signalUnmap()
2939 GtkSalFrame* pThis = (GtkSalFrame*)frame; in signalConfigure()
3028 GtkSalFrame* pThis = (GtkSalFrame*)frame; in signalKey()
[all …]
/trunk/main/sw/source/ui/vba/
H A Dvbadocumentproperties.cxx70 uno::Reference< frame::XModel > m_xModel;
73 PropertGetSetHelper( const uno::Reference< frame::XModel >& xModel ):m_xModel( xModel ) in PropertGetSetHelper()
88 …BuiltinPropertyGetSetHelper( const uno::Reference< frame::XModel >& xModel ) :PropertGetSetHelper(… in BuiltinPropertyGetSetHelper()
110 …CustomPropertyGetSetHelper( const uno::Reference< frame::XModel >& xModel ) :BuiltinPropertyGetSet… in CustomPropertyGetSetHelper()
122 …StatisticPropertyGetSetHelper( const uno::Reference< frame::XModel >& xModel ) :PropertGetSetHelpe… in StatisticPropertyGetSetHelper()
242 BuiltInIndexHelper( const uno::Reference< frame::XModel >& xModel ) in BuiltInIndexHelper()
511 uno::Reference< frame::XModel > m_xModel;
518 …uno::Reference< uno::XComponentContext >& xContext, const uno::Reference< frame::XModel >& xModel … in BuiltInPropertiesImpl()
637 uno::Reference< frame::XModel > m_xModel;
641 …uno::Reference< uno::XComponentContext >& xContext, const uno::Reference< frame::XModel >& xModel … in CustomPropertiesImpl()
[all …]
H A Dvbatables.cxx33 uno::Reference< container::XIndexAccess > lcl_getTables( const uno::Reference< frame::XModel >& xDo… in lcl_getTables()
42 …uno::Reference< uno::XComponentContext >& xContext, const uno::Reference< frame::XModel >& xDocume… in lcl_createTable()
56 uno::Reference< frame::XModel > mxDocument;
60 …no::Reference< uno::XComponentContext > & xContext, const uno::Reference< frame::XModel >& xDocume… in TableEnumerationImpl()
76 …no::Reference< uno::XComponentContext > & xContext, const uno::Reference< frame::XModel >& xDocume… in SwVbaTables()
93 uno::Reference< frame::XModel > xModel( pVbaRange->getDocument(), uno::UNO_QUERY_THROW ); in Add()
/trunk/main/framework/inc/dispatch/
H A Dblankdispatcher.hxx82 … const css::uno::Reference< css::frame::XFrame >& xDesktop,
94 … const css::uno::Reference< css::frame::XFrame >& xTarget ,
109 … const css::uno::Reference< css::frame::XFrame > xDesktop );
111 …css::uno::Reference< css::frame::XFrame > implts_findAndLockRecycleTask( const css::util::URL& …
113 … const css::uno::Reference< css::frame::XFrame > xDesktop );

Completed in 171 milliseconds

1...<<11121314151617181920>>...106