Home
last modified time | relevance | path

Searched refs:frame (Results 476 – 500 of 2636) sorted by relevance

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

/trunk/main/offapi/com/sun/star/document/
H A DMediaDescriptor.idl55 #include <com/sun/star/frame/XFrame.idl>
313 …This bypasses the type detection of the <type scope="com::sun::star::frame">Desktop</type> environ…
365 …depends on the default window handling of the <type scope="com::sun::star::frame">Desktop</type> e…
573 …the component and is usually retrieved from a <type scope="com::sun::star::frame">Controller</type>
574 object by its <type scope="com::sun::star::frame">XController</type>
612 <p>If this property is used when loading a document into a frame, then it
614 …is passed to the document's <member scope="com::sun::star::frame">XModel2::createViewController</m…
619 @see ::com::sun::star::frame::XModel2::createViewController
620 @see ::com::sun::star::frame::XController2::ViewControllerName
627 /** specifies the frame containing the document. May be empty.
[all …]
/trunk/main/sfx2/source/sidebar/
H A DResourceManager.hxx89 const cssu::Reference<css::frame::XFrame>& rxFrame);
95 const cssu::Reference<css::frame::XFrame>& rxFrame);
124 const cssu::Reference<css::frame::XFrame>& rxFrame);
133 const cssu::Reference<css::frame::XFrame>& rxFrame) const;
/trunk/main/sw/source/ui/dbui/
H A Ddbtablepreviewdialog.cxx48 using namespace ::com::sun::star::frame;
89 …m_xFrame = uno::Reference< frame::XFrame >(xMgr->createInstance(C2U("com.sun.star.frame.Frame")), … in SwDBTablePreviewDialog()
101 uno::Reference<frame::XDispatchProvider> xDP(m_xFrame, uno::UNO_QUERY); in SwDBTablePreviewDialog()
104 uno::Reference<frame::XDispatch> xD = xDP->queryDispatch(aURL, in SwDBTablePreviewDialog()
/trunk/main/framework/inc/uielement/
H A Dmacrosmenucontroller.hxx53 ::com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatch > xDispatch;
59 …::com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatchProvider > m_xDispatchProvider;
71 …virtual void SAL_CALL statusChanged( const ::com::sun::star::frame::FeatureStateEvent& Event ) thr…
77 …oid impl_select(const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatch >& _xDi…
/trunk/main/chart2/source/controller/inc/
H A DObjectNameProvider.hxx47 ::com::sun::star::frame::XModel >& xChartModel );
50 ::com::sun::star::frame::XModel >& xChartModel );
53 ::com::sun::star::frame::XModel >& xChartModel );
71 …ng& rObjectCID, const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel >& xChartM…
/trunk/main/chart2/source/inc/
H A DTitleHelper.hxx62 ::com::sun::star::frame::XModel >& xModel );
69 ::com::sun::star::frame::XModel >& xModel
76 ::com::sun::star::frame::XModel >& xModel );
91 ::com::sun::star::frame::XModel >& xModel );
/trunk/main/sw/source/ui/inc/
H A Dunotools.hxx81 ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel > _xModel;
82 ::com::sun::star::uno::Reference< ::com::sun::star::frame::XController > _xController;
116 STAR_REFERENCE( frame::XModel ) & GetModel() {return _xModel;} in STAR_REFERENCE()
117 STAR_REFERENCE( frame::XController ) & GetController() {return _xController;} in STAR_REFERENCE()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/
H A DScAccessibleDocumentPagePreview.java42 import com.sun.star.frame.XController;
43 import com.sun.star.frame.XDesktop;
44 import com.sun.star.frame.XDispatch;
45 import com.sun.star.frame.XDispatchProvider;
46 import com.sun.star.frame.XModel;
/trunk/main/cui/source/inc/
H A Dscriptdlg.hxx100 ::com::sun::star::uno::Reference< com::sun::star::frame::XModel>& model );
143 ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel > model;
149 …const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel >& entryModel) { nType = n… in SFEntry()
153 ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel > GetModel() { return model ;}; in GetModel()
198 …::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel > getModel( SvLBoxEntry* pEntry …
/trunk/main/scripting/source/protocolhandler/
H A Dscripthandler.cxx66 using namespace ::com::sun::star::frame;
198 ::com::sun::star::frame::DispatchResultEvent aEvent( in dispatchWithNotification()
200 ::com::sun::star::frame::DispatchResultState::FAILURE, in dispatchWithNotification()
307 ::com::sun::star::frame::DispatchResultEvent aEvent; in dispatchWithNotification()
313 aEvent.State = ::com::sun::star::frame::DispatchResultState::SUCCESS; in dispatchWithNotification()
317 aEvent.State = ::com::sun::star::frame::DispatchResultState::FAILURE; in dispatchWithNotification()
/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlsListener.hxx60 ::com::sun::star::frame::XFrameActionListener
133 frameAction (const ::com::sun::star::frame::FrameActionEvent& rEvent)
153 ::com::sun::star::uno::WeakReference< ::com::sun::star::frame::XController> mxControllerWeak;
154 ::com::sun::star::uno::WeakReference< ::com::sun::star::frame::XFrame> mxFrameWeak;
/trunk/main/sfx2/inc/sfx2/sidebar/
H A DSidebarPanelBase.hxx70 const cssu::Reference<css::frame::XFrame>& rxFrame,
85 virtual cssu::Reference<css::frame::XFrame> SAL_CALL getFrame (void)
106 cssu::Reference<css::frame::XFrame> mxFrame;
110 const cssu::Reference<css::frame::XFrame>& rxFrame,
/trunk/main/sd/source/ui/framework/module/
H A DToolPanelModule.cxx49 ::com::sun::star::frame::XStatusListener
67 const Reference<frame::XController>& rxController, in LocalReadOnlyModeObserver()
114 virtual void SAL_CALL statusChanged (const com::sun::star::frame::FeatureStateEvent& rEvent) in statusChanged()
139 void ToolPanelModule::Initialize (const Reference<frame::XController>& rxController) in Initialize()
/trunk/main/offapi/com/sun/star/frame/
H A DFramesContainer.idl27 #include <com/sun/star/frame/XFrames.idl>
32 module com { module sun { module star { module frame {
38 All elements in this container support the service frame.
48 /** access to frame collection by reference
H A DXTitleChangeBroadcaster.idl31 #include <com/sun/star/frame/XTitleChangeListener.idl>
36 module com { module sun { module star { module frame {
46 void addTitleChangeListener ( [in] com::sun::star::frame::XTitleChangeListener xListener );
51 void removeTitleChangeListener ( [in] com::sun::star::frame::XTitleChangeListener xListener );
H A DFrameActionEvent.idl31 #include <com/sun/star/frame/XFrame.idl>
35 #include <com/sun/star/frame/FrameAction.idl>
40 module com { module sun { module star { module frame {
51 /** contains the frame in which the event occurred
/trunk/main/framework/inc/dispatch/
H A Dhelpagentdispatcher.hxx53 , public css::frame::XDispatch
87 HelpAgentDispatcher(const css::uno::Reference< css::frame::XFrame >& xParentFrame);
96 …virtual void SAL_CALL addStatusListener(const css::uno::Reference< css::frame::XStatusListener >& …
99 …virtual void SAL_CALL removeStatusListener(const css::uno::Reference< css::frame::XStatusListener …
/trunk/main/chart2/source/controller/dialogs/
H A DDialogModel.cxx378 …m_aTimerTriggeredControllerLock( uno::Reference< frame::XModel >( m_xChartDocument, uno::UNO_QUERY… in DialogModel()
401 Reference< frame::XModel > DialogModel::getChartModel() const in getChartModel()
403 Reference< frame::XModel > xResult( m_xChartDocument, uno::UNO_QUERY ); in getChartModel()
507 …ControllerLockGuard aLockedControllers( Reference< frame::XModel >( m_xChartDocument, uno::UNO_QUE… in moveSeries()
519 …ControllerLockGuard aLockedControllers( Reference< frame::XModel >( m_xChartDocument, uno::UNO_QUE… in insertSeriesAfter()
578 …ControllerLockGuard aLockedControllers( Reference< frame::XModel >( m_xChartDocument, uno::UNO_QUE… in deleteSeries()
656 Reference< frame::XModel >( m_xChartDocument, uno::UNO_QUERY_THROW ), in detectArguments()
679 …ControllerLockGuard aLockedControllers( Reference< frame::XModel >( m_xChartDocument, uno::UNO_QUE… in setData()
/trunk/main/chart2/source/controller/main/
H A DChartController_Tools.cxx100 const Reference< frame::XModel > & xModel, in lcl_deleteDataSeries()
133 const Reference< frame::XModel > & xModel, in lcl_deleteDataCurve()
228 Reference< frame::XModel > xModel( getModel() ); in executeDispatch_NewArrangement()
736 uno::Reference< frame::XModel > xModel( getModel() ); in executeDispatch_Delete()
759 uno::Reference< frame::XModel > xModel( getModel() ); in executeDispatch_Delete()
850 Reference< frame::XModel > xModel( getModel() ); in executeDispatch_ToggleLegend()
884 Reference< frame::XModel > xModel( getModel() ); in executeDispatch_ToggleGridHorizontal()
907 Reference< frame::XDispatch > xDispatch( m_aDispatchContainer.getShapeController() ); in impl_ShapeControllerDispatch()
/trunk/main/writerfilter/source/ooxml/
H A DOOXMLDocumentImpl.hxx47 uno::Reference<frame::XModel> mxModel;
75 uno::Reference<frame::XModel> xModel,
114 virtual void setModel(uno::Reference<frame::XModel> xModel);
115 virtual uno::Reference<frame::XModel> getModel();
/trunk/main/desktop/test/deployment/active/
H A DDispatch.java33 import com.sun.star.frame.DispatchDescriptor;
34 import com.sun.star.frame.XDesktop;
35 import com.sun.star.frame.XDispatch;
36 import com.sun.star.frame.XStatusListener;
/trunk/main/desktop/test/deployment/passive/
H A DDispatch.java33 import com.sun.star.frame.DispatchDescriptor;
34 import com.sun.star.frame.XDesktop;
35 import com.sun.star.frame.XDispatch;
36 import com.sun.star.frame.XStatusListener;
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddocumenteventnotifier.hxx84 …const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XController2 >& _rxViewController…
97 …const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XController2 >& _ViewController =…
110 …const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XController2 >& _rxViewController… in notifyDocumentEvent()
126 …const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XController2 >& _rxViewController… in notifyDocumentEventAsync()
/trunk/main/framework/source/accelerators/
H A Dacceleratorexecute.hxx123 css::uno::Reference< css::frame::XDispatchProvider > m_xDispatcher;
191 const css::uno::Reference< css::frame::XFrame >& xEnv );
229 … const css::uno::Reference< css::frame::XFrame >& xFrame);
231 …atorConfiguration > impl_st_openDocConfig(const css::uno::Reference< css::frame::XModel >& xModel);
/trunk/main/sdext/source/minimizer/
H A Doptimizerdialog.hxx73 com::sun::star::frame::XStatusListener,
84 const com::sun::star::uno::Reference< com::sun::star::frame::XFrame >& xFrame,
88 …virtual void SAL_CALL statusChanged( const ::com::sun::star::frame::FeatureStateEvent& aState ) th…
102 com::sun::star::uno::Reference< com::sun::star::frame::XFrame > mxFrame;
106 com::sun::star::uno::Reference< com::sun::star::frame::XModel > mxModel;

Completed in 84 milliseconds

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