Home
last modified time | relevance | path

Searched refs:xModel (Results 226 – 250 of 577) sorted by relevance

12345678910>>...24

/aoo42x/main/reportdesign/source/filter/xml/
H A Dxmlfilter.cxx573 uno::Reference<XComponent> xModel(GetModel(),UNO_QUERY); in implImport() local
578 ,xModel in implImport()
602 ,xModel in implImport()
616 ,xModel in implImport()
630 ,xModel in implImport()
/aoo42x/main/odk/examples/DevelopersGuide/OfficeDev/DisableCommands/
H A DDisableCommandsTest.java109 com.sun.star.frame.XModel xModel = in main() local
114 xModel.getCurrentController().getFrame(); in main()
119 xModel.getCurrentController()); in main()
/aoo42x/main/scripting/java/com/sun/star/script/framework/provider/
H A DEditorScriptContext.java61 XModel xModel = ( XModel ) UnoRuntime.queryInterface( XModel.class, in getDocument() local
64 return xModel; in getDocument()
/aoo42x/main/framework/source/uielement/
H A Dmenubarmanager.cxx1580 Reference< XModel > xModel; in RetrieveShortcuts() local
1583 xModel = xController->getModel(); in RetrieveShortcuts()
1584 if ( xModel.is() ) in RetrieveShortcuts()
1586 Reference< XUIConfigurationManagerSupplier > xSupplier( xModel, UNO_QUERY ); in RetrieveShortcuts()
1656 Reference< XModel > xModel; in RetrieveImageManagers() local
1659 xModel = xController->getModel(); in RetrieveImageManagers()
1660 if ( xModel.is() ) in RetrieveImageManagers()
1662 Reference< XUIConfigurationManagerSupplier > xSupplier( xModel, UNO_QUERY ); in RetrieveImageManagers()
/aoo42x/main/vbahelper/source/msforms/
H A Dvbaprogressbar.cxx32 …nce< frame::XModel >& xModel, AbstractGeometryAttributes* pGeomHelper ) : ProgressBarImpl_BASE( xP… in ScVbaProgressBar() argument
H A Dvbalabel.cxx32 …ence< frame::XModel >& xModel, ov::AbstractGeometryAttributes* pGeomHelper ) : LabelImpl_BASE( xPa… in ScVbaLabel() argument
H A Dvbacheckbox.cxx34 …ce< frame::XModel >& xModel, ov::AbstractGeometryAttributes* pGeomHelper ) : CheckBoxImpl_BASE( xP… in ScVbaCheckbox() argument
H A Dvbaframe.cxx40 const uno::Reference< frame::XModel >& xModel, in ScVbaFrame()
43 FrameImpl_BASE( xParent, xContext, xControl, xModel, pGeomHelper ), in ScVbaFrame()
H A Dvbaradiobutton.cxx33 …nce< frame::XModel >& xModel, AbstractGeometryAttributes* pGeomHelper ) : RadioButtonImpl_BASE( xP… in ScVbaRadioButton() argument
H A Dvbaspinbutton.cxx35 …nce< frame::XModel >& xModel, AbstractGeometryAttributes* pGeomHelper ) : SpinButtonImpl_BASE( xPa… in ScVbaSpinButton() argument
H A Dvbabutton.cxx32 …rence< frame::XModel >& xModel, AbstractGeometryAttributes* pGeomHelper ) : ButtonImpl_BASE( xPare… in ScVbaButton() argument
H A Dvbasystemaxcontrol.cxx29 …nce< uno::XInterface >& xControl, const uno::Reference< frame::XModel >& xModel, AbstractGeometryA… in VbaSystemAXControl() argument
30 : SystemAXControlImpl_BASE( xParent, xContext, xControl, xModel, pGeomHelper ) in VbaSystemAXControl()
/aoo42x/main/sw/source/ui/vba/
H A Dvbapane.cxx32 const uno::Reference< frame::XModel >& xModel ) throw ( uno::RuntimeException ) : in SwVbaPane()
33 SwVbaPane_BASE( rParent, rContext ), mxModel( xModel ) in SwVbaPane()
H A Dvbasection.cxx31 …o::XComponentContext >& rContext, const uno::Reference< frame::XModel >& xModel, const uno::Refere… in SwVbaSection() argument
32 SwVbaSection_BASE( rParent, rContext ), mxModel( xModel ), mxPageProps( xProps ) in SwVbaSection()
/aoo42x/main/scripting/examples/python/
H A DCapitalise.py44 xModel = XSCRIPTCONTEXT.getDocument()
47 xSelectionSupplier = xModel.getCurrentController()
/aoo42x/main/forms/source/xforms/
H A Devaluationcontext.hxx49 const com::sun::star::uno::Reference<com::sun::star::xforms::XModel>& xModel, in EvaluationContext() argument
54 mxModel( xModel ), in EvaluationContext()
/aoo42x/main/qadevOOo/runner/util/
H A DUITools.java61 public UITools(XMultiServiceFactory msf, XModel xModel) in UITools() argument
64 mXRoot = makeRoot(mMSF, xModel); in UITools()
70 XModel xModel = (XModel) UnoRuntime.queryInterface(XModel.class, xTextDoc); in UITools() local
71 mXRoot = makeRoot(mMSF, xModel); in UITools()
/aoo42x/main/odk/examples/DevelopersGuide/Forms/
H A DDataAwareness.java271 XPropertySet xModel = UNO.queryPropertySet( aEvent.Source ); in propertyChange() local
272 String sName = (String)xModel.getPropertyValue( "Name" ); in propertyChange()
274 Short aClassId = (Short)xModel.getPropertyValue( "ClassId" ); in propertyChange()
277 String sRefValue = (String)xModel.getPropertyValue( "RefValue" ); in propertyChange()
/aoo42x/main/framework/qa/complex/framework/recovery/
H A DCrashThread.java51 XModel xModel = (XModel) UnoRuntime.queryInterface(XModel.class, xDoc); in run() local
53 XController xController = xModel.getCurrentController(); in run()
/aoo42x/main/cui/source/options/
H A Doptasian.cxx256 Reference< XModel > xModel; in Reset() local
258 xModel = pDocSh->GetModel(); in Reset()
259 Reference<XMultiServiceFactory> xFact(xModel, UNO_QUERY); in Reset()
/aoo42x/main/dbaccess/source/core/dataaccess/
H A Dintercept.cxx427 Reference<XModifiable> xModel(Event.Source,UNO_QUERY); in notifyEvent() local
428 aEvt.IsEnabled = xModel.is() && xModel->isModified(); in notifyEvent()
/aoo42x/main/bean/java/officebean/src/main/java/com/sun/star/comp/beans/
H A DController.java58 public boolean attachModel( /*IN*/ com.sun.star.frame.XModel xModel ) in attachModel() argument
60 return xController.attachModel( xModel ); in attachModel()
/aoo42x/main/chart2/source/controller/main/
H A DStatusBarCommandDispatch.cxx52 const Reference< frame::XModel > & xModel, in StatusBarCommandDispatch()
55 m_xModifiable( xModel, uno::UNO_QUERY ), in StatusBarCommandDispatch()
/aoo42x/main/scripting/examples/javascript/ExportSheetsToHTML/
H A Dexportsheetstohtml.js44 xModel = UnoRuntime.queryInterface(XModel,oDoc);
59 storeUrl = xModel.getURL();
/aoo42x/main/sw/source/core/unocore/
H A Dunoframe.cxx1163 uno::Reference < XModel > xModel = pDoc->GetDocShell()->GetBaseModel(); in SwXFrame() local
1165 uno::Reference < XStyleFamiliesSupplier > xFamilySupplier ( xModel, uno::UNO_QUERY ); in SwXFrame()
2185 uno::Reference < frame::XModel > xModel( xComp, uno::UNO_QUERY ); in getPropertyValue() local
2194 else if ( xModel.is() ) in getPropertyValue()
2195 aAny <<= xModel; in getPropertyValue()
3655 uno::Reference< frame::XModel > xModel( xRet, uno::UNO_QUERY); in getEmbeddedObject() local
3656 if( xBrdcst.is() && xModel.is() ) in getEmbeddedObject()
3695 uno::Reference< frame::XModel > xModel( xComp, uno::UNO_QUERY); in getExtendedControlOverEmbeddedObject() local
3696 if( xBrdcst.is() && xModel.is() ) in getExtendedControlOverEmbeddedObject()
3860 uno::Reference< frame::XModel > xModel( rEvent.Source, uno::UNO_QUERY ); in disposing() local
[all …]

Completed in 100 milliseconds

12345678910>>...24