Home
last modified time | relevance | path

Searched refs:frame (Results 176 – 200 of 2636) sorted by relevance

12345678910>>...106

/trunk/main/framework/inc/dispatch/
H A Dservicehandler.hxx91 public css::frame::XDispatchProvider ,
92 public css::frame::XNotifyingDispatch, // => XDispatch
117 …virtual css::uno::Reference< css::frame::XDispatch > SAL_CALL queryDispatch …
120 …equence< css::uno::Reference< css::frame::XDispatch > > SAL_CALL queryDispatches( const css::uno::…
125 …const css::uno::Reference< css::frame::XDispatchResultListener >& xListener ) throw( css::uno::Run…
130 …virtual void SAL_CALL addStatusListener ( const css::uno::Reference< css::frame::XStatusListener…
132 …virtual void SAL_CALL removeStatusListener( const css::uno::Reference< css::frame::XStatusListener…
/trunk/main/forms/source/richtext/
H A Drichtextcontrol.hxx53 typedef ::cppu::ImplHelper1 < ::com::sun::star::frame::XDispatchProvider
88 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatch > SAL_CALL queryDispa…
89 …ce< ::com::sun::star::frame::XDispatch > > SAL_CALL queryDispatches( const ::com::sun::star::uno::…
98 typedef ::cppu::ImplHelper1 < ::com::sun::star::frame::XDispatchProvider
105 …r::ImplementationReference< ORichTextFeatureDispatcher, ::com::sun::star::frame::XDispatch > Singl…
140 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatch > SAL_CALL queryDispa…
141 …ce< ::com::sun::star::frame::XDispatch > > SAL_CALL queryDispatches( const ::com::sun::star::uno::…
/trunk/main/framework/source/recording/
H A Ddispatchrecorder.cxx48 DIRECT_INTERFACE(css::frame::XDispatchRecorder), in DEFINE_XINTERFACE_6()
57 css::frame::XDispatchRecorder, in DEFINE_XINTERFACE_6()
152 …com::sun::star::frame::DispatchStatement aStatement( aURL.Complete, aTarget, lArguments, 0, sal_Fa… in recordDispatch()
163 …com::sun::star::frame::DispatchStatement aStatement( aURL.Complete, aTarget, lArguments, 0, sal_Tr… in recordDispatchAsComment()
198 std::vector< com::sun::star::frame::DispatchStatement>::iterator p; in getRecordedMacro()
427 return ::getCppuType((const com::sun::star::frame::DispatchStatement *)NULL); in getElementType()
451 ::getCppuType((const com::sun::star::frame::DispatchStatement *)NULL)); in getByIndex()
459 ::getCppuType((const com::sun::star::frame::DispatchStatement *)NULL)) { in replaceByIndex()
474 com::sun::star::frame::DispatchStatement *pStatement; in replaceByIndex()
476 pStatement = (com::sun::star::frame::DispatchStatement *)element.getValue(); in replaceByIndex()
[all …]
/trunk/main/sfx2/inc/sfx2/
H A Dframe.hxx47 namespace frame namespace
134 …static SfxFrame* Create( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFram…
135 static ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >
155 …xItemSet& aSet, const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& i_rTarg…
173 ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >
177 ::com::sun::star::uno::Reference< ::com::sun::star::frame::XController >
184 …Interface_Impl( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& rFrame …
291 ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >
297 …_uInt16 nWhich, const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& i_rFram…
298 const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >&
/trunk/main/odk/examples/java/Text/
H A DBookmarkInsertion.java41 com.sun.star.frame.XDesktop xDesktop = null; in main()
194 public static com.sun.star.frame.XDesktop getDesktop() { in getDesktop()
195 com.sun.star.frame.XDesktop xDesktop = null; in getDesktop()
211 xDesktop = (com.sun.star.frame.XDesktop) UnoRuntime.queryInterface( in getDesktop()
212 com.sun.star.frame.XDesktop.class, oDesktop); in getDesktop()
227 com.sun.star.frame.XDesktop xDesktop ) in createTextdocument()
247 com.sun.star.frame.XDesktop xDesktop, in CreateNewDocument()
253 com.sun.star.frame.XComponentLoader xComponentLoader = null; in CreateNewDocument()
260 xComponentLoader = (com.sun.star.frame.XComponentLoader) in CreateNewDocument()
262 com.sun.star.frame.XComponentLoader.class, xDesktop); in CreateNewDocument()
H A DHardFormatting.java42 com.sun.star.frame.XDesktop xDesktop = null; in main()
196 public static com.sun.star.frame.XDesktop getDesktop() { in getDesktop()
197 com.sun.star.frame.XDesktop xDesktop = null; in getDesktop()
213 xDesktop = (com.sun.star.frame.XDesktop) UnoRuntime.queryInterface( in getDesktop()
214 com.sun.star.frame.XDesktop.class, oDesktop); in getDesktop()
229 com.sun.star.frame.XDesktop xDesktop ) in createTextdocument()
249 com.sun.star.frame.XDesktop xDesktop, in CreateNewDocument()
255 com.sun.star.frame.XComponentLoader xComponentLoader = null; in CreateNewDocument()
262 xComponentLoader = (com.sun.star.frame.XComponentLoader) in CreateNewDocument()
264 com.sun.star.frame.XComponentLoader.class, xDesktop); in CreateNewDocument()
/trunk/main/sc/source/ui/vba/
H A Dexcelvbahelper.cxx63 void implSetZoom( const uno::Reference< frame::XModel >& xModel, sal_Int16 nZoom, std::vector< SCTA… in implSetZoom()
133 implnPaste( const uno::Reference< frame::XModel>& xModel ) in implnPaste()
146 implnCopy( const uno::Reference< frame::XModel>& xModel ) in implnCopy()
161 implnCut( const uno::Reference< frame::XModel>& xModel ) in implnCut()
175 void implnPasteSpecial( const uno::Reference< frame::XModel>& xModel, sal_uInt16 nFlags,sal_uInt16 … in implnPasteSpecial()
210 getDocShell( const css::uno::Reference< css::frame::XModel>& xModel ) in getDocShell()
222 getBestViewShell( const css::uno::Reference< css::frame::XModel>& xModel ) in getBestViewShell()
233 uno::Reference< frame::XModel > xModel = getCurrentExcelDoc( xContext ); in getCurrentBestViewShell()
238 getViewFrame( const uno::Reference< frame::XModel >& xModel ) in getViewFrame()
286 getUnoSheetModuleObj( const uno::Reference< frame::XModel >& xModel, SCTAB nTab ) throw ( uno::Runt… in getUnoSheetModuleObj()
/trunk/main/ucb/source/ucp/tdoc/
H A Dtdoc_docmgr.hxx57 com::sun::star::frame::XModel > xModel;
66 com::sun::star::frame::XModel > & rxModel ) in StorageInfo()
141 com::sun::star::frame::XModel > & xModel );
143 com::sun::star::uno::Reference< com::sun::star::frame::XModel >
169 com::sun::star::frame::XModel > & xModel );
174 com::sun::star::frame::XModel > & xModel );
179 com::sun::star::frame::XModel > & xModel );
184 com::sun::star::frame::XModel > & xModel );
192 com::sun::star::frame::XModuleManager > m_xModuleMgr;
/trunk/main/odk/examples/java/Inspector/
H A DInspectorAddon.java24 import com.sun.star.frame.DispatchDescriptor;
25 import com.sun.star.frame.FrameSearchFlag;
26 import com.sun.star.frame.XController;
27 import com.sun.star.frame.XDesktop;
28 import com.sun.star.frame.XDispatch;
29 import com.sun.star.frame.XDispatchProvider;
30 import com.sun.star.frame.XFrame;
31 import com.sun.star.frame.XModel;
32 import com.sun.star.frame.XStatusListener;
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DChartDocumentWrapper.cxx878 Reference< frame::XModel > xModel( m_spChart2ModelContact->getChartModel() ); in attachResource()
887 Reference< frame::XModel > xModel( m_spChart2ModelContact->getChartModel() ); in getURL()
896 Reference< frame::XModel > xModel( m_spChart2ModelContact->getChartModel() ); in getArgs()
905 Reference< frame::XModel > xModel( m_spChart2ModelContact->getChartModel() ); in connectController()
911 const Reference< frame::XController >& Controller ) in disconnectController()
914 Reference< frame::XModel > xModel( m_spChart2ModelContact->getChartModel() ); in disconnectController()
922 Reference< frame::XModel > xModel( m_spChart2ModelContact->getChartModel() ); in lockControllers()
930 Reference< frame::XModel > xModel( m_spChart2ModelContact->getChartModel() ); in unlockControllers()
938 Reference< frame::XModel > xModel( m_spChart2ModelContact->getChartModel() ); in hasControllersLocked()
954 const Reference< frame::XController >& Controller ) in setCurrentController()
[all …]
/trunk/main/sfx2/source/doc/
H A Dguisaveas.cxx241 uno::Reference< frame::XModel > m_xModel;
242 uno::Reference< frame::XStorable > m_xStorable;
243 uno::Reference< frame::XStorable2 > m_xStorable2;
256 const uno::Reference< frame::XModel >& xModel,
263 uno::Reference< frame::XModel > GetModel();
264 uno::Reference< frame::XStorable > GetStorable();
265 uno::Reference< frame::XStorable2 > GetStorable2();
317 const uno::Reference< frame::XModel >& xModel, in ModelData_Impl()
351 uno::Reference< frame::XModel > ModelData_Impl::GetModel() in GetModel()
360 uno::Reference< frame::XStorable > ModelData_Impl::GetStorable() in GetStorable()
[all …]
/trunk/main/extensions/source/bibliography/
H A Dtoolbar.cxx72 void BibToolBarListener::statusChanged(const ::com::sun::star::frame::FeatureStateEvent& rEvt)throw… in statusChanged()
147 void BibTBQueryMenuListener::statusChanged(const frame::FeatureStateEvent& rEvt)throw( uno::Runtime… in statusChanged()
185 void BibTBEditListener::statusChanged(const frame::FeatureStateEvent& rEvt)throw( uno::RuntimeExcep… in statusChanged()
277 uno::Reference< frame::XDispatch > xDisp(xController,UNO_QUERY); in InitListener()
286 xDisp->addStatusListener(uno::Reference< frame::XStatusListener > (pQuery),aQueryURL); in InitListener()
315 BibToolBarListenerPtr pxInsert = new Reference<frame::XStatusListener>; in InitListener()
318 xDisp->addStatusListener(uno::Reference< frame::XStatusListener > (pListener),aURL); in InitListener()
323 void BibToolBar::SetXController(const uno::Reference< frame::XController > & xCtr) in SetXController()
356 uno::Reference< frame::XDispatchProvider > xDSP( xController, UNO_QUERY ); in SendDispatch()
371 …uno::Reference< frame::XDispatch > xDisp = xDSP->queryDispatch( aURL, rtl::OUString(), frame::Fram… in SendDispatch()
[all …]
/trunk/main/offapi/com/sun/star/text/
H A DTextFrame.idl56 oFrame.Text.String = "Hello, this text is within the frame."
68 text frame.
72 /** contains the metric height value of the frame.
77 /** contains the metric width value of the frame.
100 by the frame content.
111 /** determines if the text frame should be editable in a read-only document.
133 /** controls, if the frame follows the text flow or can leave its layout environment
135 <p>If set, the frame follows the text flow and doesn't leaves the layout
137 E.g.: Anchor resides in the document body then the frame doesn't leave
141 If not set, the frame doesn't follow the text flow and stays on the page,
[all …]
/trunk/main/chart2/source/controller/dialogs/
H A Ddlg_CreationWizard_UNO.cxx61 uno::Reference< frame::XDesktop > xDesktop( in CreationWizardUnoDlg()
66 uno::Reference< frame::XTerminateListener > xListener( this ); in CreationWizardUnoDlg()
122 else if (rType == ::getCppuType( (uno::Reference< frame::XTerminateListener > const *)0 )) in queryAggregation()
124 void * p = static_cast< frame::XTerminateListener * >( this ); in queryAggregation()
153 aTypes.push_back( LCL_CPPUTYPE( frame::XTerminateListener )); in getTypes()
176 …zardUnoDlg::queryTermination( const lang::EventObject& /*Event*/ ) throw( frame::TerminationVetoEx… in queryTermination()
184 throw frame::TerminationVetoException(); in queryTermination()
214 uno::Reference< frame::XController > xController( in createDialogOnDemand()
218 uno::Reference< frame::XFrame > xFrame( in createDialogOnDemand()
302 uno::Reference< frame::XDesktop > xDesktop( in disposing()
[all …]
/trunk/main/sd/source/ui/framework/module/
H A DReadOnlyModeObserver.cxx55 const Reference<frame::XController>& rxController) in ReadOnlyModeObserver()
126 = mpBroadcaster->getContainer(getCppuType((Reference<frame::XStatusListener>*)NULL)); in disposing()
134 const Reference<frame::XStatusListener>& rxListener) in AddStatusListener()
137 getCppuType((Reference<frame::XStatusListener>*)NULL), in AddStatusListener()
149 Reference<frame::XDispatchProvider> xProvider (mxController->getFrame(), UNO_QUERY); in ConnectToDispatch()
166 void ReadOnlyModeObserver::statusChanged (const frame::FeatureStateEvent& rEvent) in statusChanged()
170 = mpBroadcaster->getContainer(getCppuType((Reference<frame::XStatusListener>*)NULL)); in statusChanged()
173 pIterator->notifyEach(&frame::XStatusListener::statusChanged, rEvent); in statusChanged()
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sd/
H A Dcom.sun.star.comp.unknown.DrawController_DrawView.csv50 "DrawController_DrawView";"com::sun::star::frame::XDispatchProvider";"queryDispatch()"
51 "DrawController_DrawView";"com::sun::star::frame::XDispatchProvider";"queryDispatches()"
52 "DrawController_DrawView";"com::sun::star::frame::XController";"attachFrame()"
53 "DrawController_DrawView";"com::sun::star::frame::XController";"attachModel()"
54 "DrawController_DrawView";"com::sun::star::frame::XController";"suspend()"
55 "DrawController_DrawView";"com::sun::star::frame::XController";"getViewData()"
56 "DrawController_DrawView";"com::sun::star::frame::XController";"restoreViewData()"
57 "DrawController_DrawView";"com::sun::star::frame::XController";"getModel()"
58 "DrawController_DrawView";"com::sun::star::frame::XController";"getFrame()"
H A Dcom.sun.star.comp.unknown.DrawController_HandoutView.csv50 "DrawController_HandoutView";"com::sun::star::frame::XDispatchProvider";"queryDispatch()"
51 "DrawController_HandoutView";"com::sun::star::frame::XDispatchProvider";"queryDispatches()"
52 "DrawController_HandoutView";"com::sun::star::frame::XController";"attachFrame()"
53 "DrawController_HandoutView";"com::sun::star::frame::XController";"attachModel()"
54 "DrawController_HandoutView";"com::sun::star::frame::XController";"suspend()"
55 "DrawController_HandoutView";"com::sun::star::frame::XController";"getViewData()"
56 "DrawController_HandoutView";"com::sun::star::frame::XController";"restoreViewData()"
57 "DrawController_HandoutView";"com::sun::star::frame::XController";"getModel()"
58 "DrawController_HandoutView";"com::sun::star::frame::XController";"getFrame()"
H A Dcom.sun.star.comp.unknown.DrawController_NotesView.csv50 "DrawController_NotesView";"com::sun::star::frame::XDispatchProvider";"queryDispatch()"
51 "DrawController_NotesView";"com::sun::star::frame::XDispatchProvider";"queryDispatches()"
52 "DrawController_NotesView";"com::sun::star::frame::XController";"attachFrame()"
53 "DrawController_NotesView";"com::sun::star::frame::XController";"attachModel()"
54 "DrawController_NotesView";"com::sun::star::frame::XController";"suspend()"
55 "DrawController_NotesView";"com::sun::star::frame::XController";"getViewData()"
56 "DrawController_NotesView";"com::sun::star::frame::XController";"restoreViewData()"
57 "DrawController_NotesView";"com::sun::star::frame::XController";"getModel()"
58 "DrawController_NotesView";"com::sun::star::frame::XController";"getFrame()"
H A Dcom.sun.star.comp.unknown.DrawController_OutlineView.csv50 "DrawController_OutlineView";"com::sun::star::frame::XDispatchProvider";"queryDispatch()"
51 "DrawController_OutlineView";"com::sun::star::frame::XDispatchProvider";"queryDispatches()"
52 "DrawController_OutlineView";"com::sun::star::frame::XController";"attachFrame()"
53 "DrawController_OutlineView";"com::sun::star::frame::XController";"attachModel()"
54 "DrawController_OutlineView";"com::sun::star::frame::XController";"suspend()"
55 "DrawController_OutlineView";"com::sun::star::frame::XController";"getViewData()"
56 "DrawController_OutlineView";"com::sun::star::frame::XController";"restoreViewData()"
57 "DrawController_OutlineView";"com::sun::star::frame::XController";"getModel()"
58 "DrawController_OutlineView";"com::sun::star::frame::XController";"getFrame()"
H A Dcom.sun.star.comp.unknown.DrawController_PresentationView.csv50 "DrawController_PresentationView";"com::sun::star::frame::XDispatchProvider";"queryDispatch()"
51 "DrawController_PresentationView";"com::sun::star::frame::XDispatchProvider";"queryDispatches()"
52 "DrawController_PresentationView";"com::sun::star::frame::XController";"attachFrame()"
53 "DrawController_PresentationView";"com::sun::star::frame::XController";"attachModel()"
54 "DrawController_PresentationView";"com::sun::star::frame::XController";"suspend()"
55 "DrawController_PresentationView";"com::sun::star::frame::XController";"getViewData()"
56 "DrawController_PresentationView";"com::sun::star::frame::XController";"restoreViewData()"
57 "DrawController_PresentationView";"com::sun::star::frame::XController";"getModel()"
58 "DrawController_PresentationView";"com::sun::star::frame::XController";"getFrame()"
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/dbaccess/
H A Dorg.openoffice.comp.dbu.OQueryDesign.csv5 "OQueryDesign";"com::sun::star::frame::XController";"attachFrame()"
6 "OQueryDesign";"com::sun::star::frame::XController";"attachModel()"
7 "OQueryDesign";"com::sun::star::frame::XController";"suspend()"
8 "OQueryDesign";"com::sun::star::frame::XController";"getViewData()"
9 "OQueryDesign";"com::sun::star::frame::XController";"restoreViewData()"
10 "OQueryDesign";"com::sun::star::frame::XController";"getModel()"
11 "OQueryDesign";"com::sun::star::frame::XController";"getFrame()"
/trunk/main/sd/source/ui/unoidl/
H A Dunomodule.hxx60 #define XDISPATCH ::com::sun::star::frame::XDispatch
61 #define XNOTIFYINGDISPATCH ::com::sun::star::frame::XNotifyingDispatch
64 #define DISPATCHDESCRIPTOR ::com::sun::star::frame::DispatchDescriptor
66 …: public ::cppu::WeakImplHelper3< ::com::sun::star::frame::XDispatchProvider, ::com::sun::star::fr…
76 …e >& Arguments, const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatchResultLi…
80 …dStatusListener(const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XStatusListener >…
81 …eStatusListener(const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XStatusListener >…
/trunk/main/sw/source/ui/uno/
H A Dunomodule.hxx60 #define XDISPATCH ::com::sun::star::frame::XDispatch
61 #define XNOTIFYINGDISPATCH ::com::sun::star::frame::XNotifyingDispatch
64 #define DISPATCHDESCRIPTOR ::com::sun::star::frame::DispatchDescriptor
66 …: public ::cppu::WeakImplHelper3< ::com::sun::star::frame::XDispatchProvider, ::com::sun::star::fr…
76 …Value >& aArgs, const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatchResultLi…
80 …dStatusListener(const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XStatusListener >…
81 …eStatusListener(const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XStatusListener >…
/trunk/main/reportdesign/source/core/api/
H A DReportEngineJFree.cxx283 uno::Reference< frame::XModel > SAL_CALL OReportEngineJFree::createDocumentModel( ) throw (lang::Di… in createDocumentModel()
288 uno::Reference< frame::XModel > SAL_CALL OReportEngineJFree::createDocumentAlive( const uno::Refere… in createDocumentAlive()
293 uno::Reference< frame::XModel > SAL_CALL OReportEngineJFree::createDocumentAlive( const uno::Refere… in createDocumentAlive()
295 uno::Reference< frame::XModel > xModel; in createDocumentAlive()
301 uno::Reference<frame::XComponentLoader> xFrameLoad(_frame,uno::UNO_QUERY); in createDocumentAlive()
310 … sal_Int32 nFrameSearchFlag = frame::FrameSearchFlag::TASKS | frame::FrameSearchFlag::CREATE; in createDocumentAlive()
311 …uno::Reference< frame::XFrame> xFrame = uno::Reference< frame::XFrame>(xFrameLoad,uno::UNO_QUERY)-… in createDocumentAlive()
347 uno::Reference< frame::XModel > xModel = createDocumentModel(); in createDocument()
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/pcr/
H A Dorg.openoffice.comp.extensions.ObjectInspector.csv7 "ObjectInspector";"com::sun::star::frame::XController";"attachFrame()"
8 "ObjectInspector";"com::sun::star::frame::XController";"attachModel()"
9 "ObjectInspector";"com::sun::star::frame::XController";"suspend()"
10 "ObjectInspector";"com::sun::star::frame::XController";"getViewData()"
11 "ObjectInspector";"com::sun::star::frame::XController";"restoreViewData()"
12 "ObjectInspector";"com::sun::star::frame::XController";"getModel()"
13 "ObjectInspector";"com::sun::star::frame::XController";"getFrame()"

Completed in 118 milliseconds

12345678910>>...106