Home
last modified time | relevance | path

Searched refs:model (Results 201 – 225 of 612) sorted by relevance

12345678910>>...25

/aoo42x/main/qadevOOo/tests/java/mod/_fwk/
H A DDispatchRecorder.java90 XModel model = (XModel) UnoRuntime.queryInterface(XModel.class, oDoc); in createTestEnvironment() local
91 xFrame = model.getCurrentController().getFrame(); in createTestEnvironment()
/aoo42x/main/solenv/inc/
H A Dmime.types152 model/iges igs iges
153 model/mesh msh mesh silo
154 model/vrml wrl vrml
/aoo42x/main/cui/source/customize/
H A Dselector.cxx699 Reference< frame::XModel > model( in getDocumentModel() local
701 if ( model.is() ) in getDocumentModel()
703 OUString sTdocUrl = ::comphelper::DocumentInfo::getDocumentTitle( model ); in getDocumentModel()
706 xModel = model; in getDocumentModel()
/aoo42x/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/simple/
H A DNumberNode.java28 import org.apache.openoffice.ooxml.schema.model.simple.BuiltInType;
29 import org.apache.openoffice.ooxml.schema.model.simple.Restriction;
H A DStringNode.java32 import org.apache.openoffice.ooxml.schema.model.simple.BuiltInType;
33 import org.apache.openoffice.ooxml.schema.model.simple.Restriction;
/aoo42x/main/offapi/com/sun/star/form/control/
H A DCommandButton.idl43 …<p>The model of the control has to support the <type scope="com::sun::star::form::component">Comma…
47 of the model the control belongs to.</p>
H A DImageButton.idl43 …<p>The model of the control has to support the <type scope="com::sun::star::form::component">Image…
47 of the model the control belongs to.</p>
H A DInteractionGridControl.idl62 …<dt>ColumnModelPos</dt><dd> the model position of the column in question, if the command is execut…
64 …view position may differ from the model position, as in a grid control, columns can be hidden.</dd>
/aoo42x/main/offapi/com/sun/star/awt/tree/
H A DXTreeDataModel.idl52 <type>XTreeDataModelListener</type> if your model changes after the control is created.
55 …If you do not need your own model implementation, you can also use the <type>MutableTreeDataModel<…
H A DXTreeNode.idl40 /** An instance implementing this interface represents the model data for an entry in a
42 <p>The <type>TreeControl</type> uses this interface to retrieve the model
H A DXTreeControl.idl205 <p>If no nodes are currently viewable, or there is no model, returns null,
214 …Node</type> for the node closest to that location, null if nothing is viewable or there is no model
223 if the given node is <NULL/>, or does not belong to the tree's data model
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/
H A DOfficeReportLayoutController.java25 import com.sun.star.report.pentaho.model.OfficeReport;
26 import com.sun.star.report.pentaho.model.VariablesDeclarationSection;
/aoo42x/main/extensions/source/scanner/
H A Dsane.hxx130 { return String( ppDevices[n]->model ? ppDevices[n]->model : "", osl_getThreadTextEncoding() ); } in GetModel()
/aoo42x/main/qadevOOo/tests/java/ifc/frame/
H A D_XDispatchRecorderSupplier.java186 XModel model = (XModel) UnoRuntime.queryInterface(XModel.class, xTextDoc); in _dispatchAndRecord() local
187 XFrame fr = model.getCurrentController().getFrame(); in _dispatchAndRecord()
/aoo42x/main/offapi/com/sun/star/awt/
H A DUnoControlRoadmap.idl46 /** specifies a Roadmap control. The model of the Roadmap control must be a
49 <p>The model properties are implemented in the control as follows:
/aoo42x/main/offapi/com/sun/star/awt/grid/
H A DUnoControlGrid.idl51 …lumn. Use the <member>XGridColumnModel::addColumn()</member> to add a column to the column model.
59 …<p>The column and data model must be set at the <member>UnoControlGridModel::ColumnModel</member> …
/aoo42x/main/offapi/com/sun/star/accessibility/
H A DAccessibleTableModelChangeType.idl33 /** Type of a change made to a table model.
37 type of change that has been made to a table model.</p>
/aoo42x/main/offapi/com/sun/star/sdb/
H A DXSubDocument.idl50 does not have an own model.
64 does not have an own model.
/aoo42x/main/offapi/com/sun/star/report/
H A DXImageControl.idl48 property is changed, the model loads the specified image, and sets it as image source
52 Usually, controls acting for an <type>ImageControl</type> model are consumers, and use the
H A DXReportControlModel.idl95 /** Describes the print expression of the report control model.
96 If the expression evaluates to true than the report control model will be printed otherwise not.
/aoo42x/main/offapi/com/sun/star/chart2/
H A DIncrementData.idl45 automatically by the view component representing the model
65 automatically by the view component representing the model
H A DScaleData.idl45 represents the model containing this scale, has to calculate a
55 represents the model containing this scale, has to calculate a
/aoo42x/main/offapi/com/sun/star/frame/
H A DFrameAction.idl77 attached to a new model.
81 on a new model component.
/aoo42x/main/qadevOOo/tests/java/ifc/awt/
H A D_XUserInputInterception.java424 public EventTrigger(XModel model, int eType) in EventTrigger() argument
426 this.xModel = model; in EventTrigger()
/aoo42x/main/offapi/com/sun/star/form/component/
H A DCommandButton.idl40 /** specifies the control model for a clickable button which is part of a form
57 <p>Usually, a control belonging to the model will use this interface to obtain the

Completed in 120 milliseconds

12345678910>>...25