Home
last modified time | relevance | path

Searched refs:model (Results 126 – 150 of 612) sorted by relevance

12345678910>>...25

/aoo42x/main/scripting/source/provider/
H A DBrowseNodeFactoryImpl.cxx340 Reference< frame::XModel > model( MiscUtils::tDocUrlToModel( openDocs[ i ] ), UNO_QUERY_THROW ); in getAllBrowseNodes() local
343 … css::uno::Reference< css::frame::XController > xCurrentController = model->getCurrentController(); in getAllBrowseNodes()
346 comphelper::MediaDescriptor aMD( model->getArgs() ); in getAllBrowseNodes()
352 Reference< document::XEmbeddedScripts > xScripts( model, UNO_QUERY ); in getAllBrowseNodes()
355 xFac->createScriptProvider( makeAny( model ) ), UNO_QUERY_THROW ); in getAllBrowseNodes()
/aoo42x/main/offapi/com/sun/star/awt/grid/
H A DXSortableMutableGridDataModel.idl36 /** describes a grid control data model whose data can be modified and sorted.
40 … /** provides access to the basic functionality of a grid data model, plus functions to modify it.
44 /** provides means to sort the data represented by the model.
H A DGridDataEvent.idl37 within a grid's data model, which is affected by a certain change.</p>
48 …>If <code>FirstColumn</code> is -1, the listener should assume that all rows of a grid's data model
59 … <p>If <code>FirstRow</code> is -1, the listener should assume that all rows of a grid's data model
/aoo42x/main/sccomp/source/solver/
H A Dsolver.src57 Text [ en-US ] = "The model seems nonlinear (see options).";
65 Text [ en-US ] = "The model is infeasible. Check limiting conditions.";
69 Text [ en-US ] = "The model is unbounded.";
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/output/spreadsheet/
H A DSpreadsheetRawReportTarget.java32 import com.sun.star.report.pentaho.model.OfficeMasterPage;
33 import com.sun.star.report.pentaho.model.OfficeMasterStyles;
34 import com.sun.star.report.pentaho.model.OfficeStyle;
35 import com.sun.star.report.pentaho.model.OfficeStyles;
36 import com.sun.star.report.pentaho.model.OfficeStylesCollection;
37 import com.sun.star.report.pentaho.model.PageSection;
/aoo42x/main/offapi/com/sun/star/form/control/
H A DImageControl.idl43 …<p>The model of the control has to support the <type scope="com::sun::star::form::component">Datab…
46 <p>If the model of the control is valid bound to a database field, the control allows
48 and forwards the URL of the chosen image to the ImageURL property of its model.</p>
/aoo42x/main/sd/source/ui/slidesorter/inc/controller/
H A DSlideSorterController.hxx47 namespace sd { namespace slidesorter { namespace model { namespace
116 model::SharedPageDescriptor GetPageAt (const Point& rPixelPosition);
243 model::SlideSorterModel& mrModel;
/aoo42x/main/sd/source/ui/unoidl/
H A DSdUnoSlideView.cxx115 slidesorter::model::PageEnumeration aSelectedPages ( in getSelection()
116 slidesorter::model::PageEnumerationProvider::CreateSelectedPagesEnumeration( in getSelection()
125 slidesorter::model::SharedPageDescriptor pDescriptor (aSelectedPages.GetNextElement()); in getSelection()
/aoo42x/main/sd/source/ui/slidesorter/controller/
H A DSlsInsertionIndicatorHandler.cxx265 model::PageEnumeration aSelectedPages ( in IsInsertionTrivial()
266 model::PageEnumerationProvider::CreateSelectedPagesEnumeration( in IsInsertionTrivial()
270 model::SharedPageDescriptor pDescriptor (aSelectedPages.GetNextElement()); in IsInsertionTrivial()
H A DSlsAnimationFunction.cxx114 const model::SharedPageDescriptor& rpDescriptor, in ApplyVisualStateChange()
129 const model::SharedPageDescriptor& rpDescriptor, in ApplyLocationOffsetChange()
146 const model::SharedPageDescriptor& rpDescriptor, in ApplyButtonAlphaChange()
/aoo42x/main/fpicker/source/unx/gnome/
H A DSalGtkFilePicker.cxx737 GtkTreeModel *model; in UpdateFilterfromUI() local
738 if (gtk_tree_selection_get_selected (selection, &model, &iter)) in UpdateFilterfromUI()
741 gtk_tree_model_get (model, &iter, 2, &title, -1); in UpdateFilterfromUI()
881 GtkTreeModel *model; in getSelectedFiles() local
882 if (gtk_tree_selection_get_selected (selection, &model, &iter)) in getSelectedFiles()
885 gtk_tree_model_get (model, &iter, 2, &title, -1); in getSelectedFiles()
1496 GtkTreeModel *model; in implChangeType() local
1497 if (gtk_tree_selection_get_selected (selection, &model, &iter)) in implChangeType()
1500 gtk_tree_model_get (model, &iter, 2, &title, -1); in implChangeType()
/aoo42x/main/offapi/com/sun/star/form/
H A DXFormsSupplier.idl67 ' create a combo box model
72 ' marry the shape and the model
80 ' insert the control model into the first form of the forms collection of the
H A DFormControlModel.idl49 /** specifies a control model within a form.
51 <p>Note that the model-view-paradigm is used for form controls, too.</p>
80 /** determines the relative taborder of the control associated with the model.
/aoo42x/main/offapi/com/sun/star/form/binding/
H A DBindableIntegerValueRange.idl47 … <p>Any binding used with the control model (see <member>XBindableValue::setValueBinding</member>)
50 <p>When the (integer) value reflected by the control model is changed, it's converted
55 <ul><li>If the external value is <NULL/>, the current value of the control model
/aoo42x/main/offapi/com/sun/star/awt/tree/
H A DXMutableTreeDataModel.idl58 a new <type>XMutableTreeNode</type> that can be used for this model.
65 /** changes the root node of this model to <var>RootNode</var>.
68 the <type>XMutableTreeNode</type> that becomes the new root node of this model.
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/
H A DPentahoReportJob.java39 import com.sun.star.report.pentaho.model.OfficeDetailSection;
40 import com.sun.star.report.pentaho.model.OfficeDocument;
41 import com.sun.star.report.pentaho.model.OfficeGroup;
42 import com.sun.star.report.pentaho.model.OfficeReport;
/aoo42x/main/scripting/workben/ifc/scripting/
H A D_XScriptInvocation.java204 XModel model = null; in loadDocument() local
211 model = (XModel) UnoRuntime.queryInterface(XModel.class, obj); in loadDocument()
226 return model; in loadDocument()
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/
H A DFormattedTextLayoutController.java27 import com.sun.star.report.pentaho.model.FormattedTextElement;
28 import com.sun.star.report.pentaho.model.OfficeDocument;
29 import com.sun.star.report.pentaho.model.OfficeStyle;
H A DTableCellLayoutController.java27 import com.sun.star.report.pentaho.model.FormatCondition;
28 import com.sun.star.report.pentaho.model.FormattedTextElement;
29 import com.sun.star.report.pentaho.model.ReportElement;
/aoo42x/main/offapi/com/sun/star/form/component/
H A DGridControl.idl81 /** specifies a model for a control which can display form data in a table-like way.
110 /** allows to create column models to be inserted into the control model.
124 For various unfortunate reaons, this selection is an aspect of the model, not of the
128 be superseeded by a solution which is bound to the control, not the model.</p>
/aoo42x/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/automaton/
H A DDFACreator.java36 import org.apache.openoffice.ooxml.schema.model.attribute.Attribute;
37 import org.apache.openoffice.ooxml.schema.model.base.Location;
38 import org.apache.openoffice.ooxml.schema.model.base.QualifiedName;
/aoo42x/main/udkapi/com/sun/star/bridge/
H A DXBridgeSupplier.idl53 <p>All objects, whether they are part of the UNO object model or not,
55 is heavily model-dependent and has to be specified in the following list: </p>
87 /** creates a bridge to provide an object of one object model with another.
/aoo42x/main/offapi/com/sun/star/form/validation/
H A DValidatableBindableControlModel.idl38 /** specifies a control model which supports both binding to an external value supplier,
41 <p>There are two methods how the value which is represented by a control model
59 <p>If a value binding is established at the control model (by using
/aoo42x/main/offapi/com/sun/star/awt/
H A DXControl.idl65 between model, view and controller, it must allow to set
100 /** sets a model for the control.
106 /** returns the model for this control.
/aoo42x/main/toolkit/doc/layout/
H A Doldnotes.txt59 // first create model:
66 // second create view of model:
95 + or call the 'setChild' inside the model
114 much hierarchy in the model [ any ? ]

Completed in 124 milliseconds

12345678910>>...25