Home
last modified time | relevance | path

Searched refs:attachModel (Results 1 – 25 of 100) sorted by relevance

1234

/dports/editors/libreoffice/libreoffice-7.2.6.2/bean/com/sun/star/comp/beans/
H A DController.java52 public boolean attachModel( /*IN*/ com.sun.star.frame.XModel xModel ) in attachModel() method in Controller
54 return xController.attachModel( xModel ); in attachModel()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/bean/com/sun/star/comp/beans/
H A DController.java52 public boolean attachModel( /*IN*/ com.sun.star.frame.XModel xModel ) in attachModel() method in Controller
54 return xController.attachModel( xModel ); in attachModel()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/qadevOOo/tests/java/ifc/frame/
H A D_XController.java136 boolean attached = oObj.attachModel(secondModel); in _attachModel()
156 oObj.attachModel(firstModel); in _attachModel()
/dports/editors/libreoffice/libreoffice-7.2.6.2/qadevOOo/tests/java/ifc/frame/
H A D_XController.java136 boolean attached = oObj.attachModel(secondModel); in _attachModel()
156 boolean bResult = oObj.attachModel(firstModel); in _attachModel()
/dports/databases/pgmodeler/pgmodeler-0.9.3-beta/libpgmodeler_ui/src/
H A Dbugreportform.cpp45 connect(attach_tb, SIGNAL(clicked()), this, SLOT(attachModel())); in BugReportForm()
130 void BugReportForm::attachModel() in attachModel() function in BugReportForm
H A Dbugreportform.h60 void attachModel();
/dports/x11/plasma5-plasma-desktop/plasma-desktop-5.23.5/applets/taskmanager/package/contents/ui/
H A DGroupDialog.qml198 attachModel();
209 attachModel();
222 function attachModel() {
/dports/audio/polyphone/polyphone-75a5e88/sources/core/model/
H A Dtreeitemroot.h47 void attachModel(TreeModel * model) { this->_model = model; } in attachModel() function
H A Dsoundfont.cpp43 _rootItem->attachModel(sourceModel); in Soundfont()
130 _rootItem->attachModel(nullptr); in ~Soundfont()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/qa/unit/
H A Dcopy_paste_test.cxx74 xController->attachModel( xModel2.get() ); in testCopyPasteXLS()
197 xController->attachModel( xModel2.get() ); in testTdf84411()
266 xController->attachModel( xModel2.get() ); in testTdf124565()
337 xController->attachModel(xModel2.get()); in testTdf126421()
/dports/editors/libreoffice/libreoffice-7.2.6.2/qadevOOo/objdsc/dbaccess/
H A Dorg.openoffice.comp.dbu.OQueryDesign.csv6 "OQueryDesign";"com::sun::star::frame::XController";"attachModel()"
H A Dorg.openoffice.comp.dbu.ODatasourceBrowser.csv29 "ODatasourceBrowser";"com::sun::star::frame::XController";"attachModel()"
/dports/editors/libreoffice6/libreoffice-6.4.7.2/qadevOOo/objdsc/dbaccess/
H A Dorg.openoffice.comp.dbu.OQueryDesign.csv6 "OQueryDesign";"com::sun::star::frame::XController";"attachModel()"
H A Dorg.openoffice.comp.dbu.ODatasourceBrowser.csv29 "ODatasourceBrowser";"com::sun::star::frame::XController";"attachModel()"
/dports/editors/libreoffice/libreoffice-7.2.6.2/qadevOOo/objdsc/pcr/
H A Dorg.openoffice.comp.extensions.ObjectInspector.csv8 "ObjectInspector";"com::sun::star::frame::XController";"attachModel()"
H A Dorg.openoffice.comp.extensions.FormController.csv22 "FormController";"com::sun::star::frame::XController";"attachModel()"
/dports/editors/libreoffice6/libreoffice-6.4.7.2/qadevOOo/objdsc/pcr/
H A Dorg.openoffice.comp.extensions.ObjectInspector.csv8 "ObjectInspector";"com::sun::star::frame::XController";"attachModel()"
H A Dorg.openoffice.comp.extensions.FormController.csv22 "FormController";"com::sun::star::frame::XController";"attachModel()"
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/qa/unit/
H A Dcopy_paste_test.cxx104 xController->attachModel( xModel2 ); in testCopyPasteXLS()
227 xController->attachModel( xModel2 ); in testTdf84411()
296 xController->attachModel( xModel2 ); in testTdf124565()
367 xController->attachModel(xModel2); in testTdf126421()
487 xController->attachModel(xModel2); in loadDocAndSetupModelViewController()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/dbaccess/
H A Ddbsubcomponentcontroller.hxx153 …virtual sal_Bool SAL_CALL attachModel(const css::uno::Reference< css::frame::XModel > & xModel) ov…
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/dbaccess/
H A Ddbsubcomponentcontroller.hxx153 …virtual sal_Bool SAL_CALL attachModel(const css::uno::Reference< css::frame::XModel > & xModel) ov…
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/controller/main/
H A DChartFrameloader.cxx128 xController->attachModel(xModel); in load()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/controller/main/
H A DChartFrameloader.cxx128 xController->attachModel(xModel); in load()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Tools/BlenderExport/ogrepkg/
H A Dbase.py91 self.attachModel(model)
96 def attachModel(self, model): member in View
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/states_screens/
H A Dgrand_prix_lose.cpp189 scene::ISceneNode* kart_main_node = kart_model->attachModel(true, false); in setKarts()

1234