Home
last modified time | relevance | path

Searched refs:model (Results 51 – 75 of 612) sorted by relevance

12345678910>>...25

/aoo42x/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/complex/
H A DSequence.java22 package org.apache.openoffice.ooxml.schema.model.complex;
24 import org.apache.openoffice.ooxml.schema.model.base.INodeVisitor;
25 import org.apache.openoffice.ooxml.schema.model.base.Location;
26 import org.apache.openoffice.ooxml.schema.model.base.Node;
27 import org.apache.openoffice.ooxml.schema.model.base.NodeType;
28 import org.apache.openoffice.ooxml.schema.model.base.QualifiedName;
H A DElement.java22 package org.apache.openoffice.ooxml.schema.model.complex;
24 import org.apache.openoffice.ooxml.schema.model.base.INodeVisitor;
25 import org.apache.openoffice.ooxml.schema.model.base.Location;
26 import org.apache.openoffice.ooxml.schema.model.base.Node;
27 import org.apache.openoffice.ooxml.schema.model.base.NodeType;
28 import org.apache.openoffice.ooxml.schema.model.base.QualifiedName;
H A DChoice.java22 package org.apache.openoffice.ooxml.schema.model.complex;
24 import org.apache.openoffice.ooxml.schema.model.base.INodeVisitor;
25 import org.apache.openoffice.ooxml.schema.model.base.Location;
26 import org.apache.openoffice.ooxml.schema.model.base.Node;
27 import org.apache.openoffice.ooxml.schema.model.base.NodeType;
H A DComplexContent.java22 package org.apache.openoffice.ooxml.schema.model.complex;
24 import org.apache.openoffice.ooxml.schema.model.base.INodeVisitor;
25 import org.apache.openoffice.ooxml.schema.model.base.Location;
26 import org.apache.openoffice.ooxml.schema.model.base.Node;
27 import org.apache.openoffice.ooxml.schema.model.base.NodeType;
H A DAll.java22 package org.apache.openoffice.ooxml.schema.model.complex;
24 import org.apache.openoffice.ooxml.schema.model.base.INodeVisitor;
25 import org.apache.openoffice.ooxml.schema.model.base.Location;
26 import org.apache.openoffice.ooxml.schema.model.base.Node;
27 import org.apache.openoffice.ooxml.schema.model.base.NodeType;
/aoo42x/main/offapi/com/sun/star/awt/grid/
H A DXGridColumn.idl53 …<p>This identifier will not be evaluated by the grid control, or its model. It is merely for clien…
108 /** denotes the index of the column within the grid column model it belongs to
110 <p>If the column is not yet part of a column model, <code>Index</code> is -1.</p>
116 …<p>A grid control has a column model and a data model, both containing a possibly different number…
117 …ataColumnIndex</code> attribute defines the index of the column within the data model, which should
120 …<p>Using this, you can do runtime changes to the column model, i.e. insertion and removal of colum…
121 necessarily needing to adjust the data model, too.</p>
124 column model, as determined by the <member>Index</member> attribute, will be used.</p>
H A DUnoControlGridModel.idl40 /** specifies the standard model of a <type>UnoControlGrid</type> control.
46 /** specifies the standard model of an <type scope="com::sun::star::awt">UnoControl</type>. */
91 …<p>The column model is in the ownership of the grid model: When you set a new column model, or dis…
92 the grid model, then the (old) column model is disposed, too.</p>
103 … <p>The data model is in the ownership of the grid model: When you set a new data model, or dispose
104 the grid model, then the (old) data model is disposed, too.</p>
H A DXMutableGridDataModel.idl41 /** appends a row to the model.
50 /** appends multiple rows of data to the model.
71 rows in the model.
76 /** inserts multiple rows of data into the model.
87 rows in the model.
93 /** removes a row of data from the model
103 /** Removes all rows from the model.
122 <p>The change in the data model will be notified to registered listeners via
171 /** registers listener to be notified of data changes in the model
/aoo42x/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/simple/
H A DList.java22 package org.apache.openoffice.ooxml.schema.model.simple;
24 import org.apache.openoffice.ooxml.schema.model.base.INodeVisitor;
25 import org.apache.openoffice.ooxml.schema.model.base.Location;
26 import org.apache.openoffice.ooxml.schema.model.base.Node;
27 import org.apache.openoffice.ooxml.schema.model.base.NodeType;
28 import org.apache.openoffice.ooxml.schema.model.base.QualifiedName;
H A DSimpleType.java22 package org.apache.openoffice.ooxml.schema.model.simple;
24 import org.apache.openoffice.ooxml.schema.model.base.INodeVisitor;
25 import org.apache.openoffice.ooxml.schema.model.base.Location;
26 import org.apache.openoffice.ooxml.schema.model.base.Node;
27 import org.apache.openoffice.ooxml.schema.model.base.NodeType;
28 import org.apache.openoffice.ooxml.schema.model.base.QualifiedName;
H A DBuiltIn.java22 package org.apache.openoffice.ooxml.schema.model.simple;
26 import org.apache.openoffice.ooxml.schema.model.base.INodeVisitor;
27 import org.apache.openoffice.ooxml.schema.model.base.Location;
28 import org.apache.openoffice.ooxml.schema.model.base.Node;
29 import org.apache.openoffice.ooxml.schema.model.base.NodeType;
30 import org.apache.openoffice.ooxml.schema.model.base.QualifiedName;
H A DRestriction.java22 package org.apache.openoffice.ooxml.schema.model.simple;
27 import org.apache.openoffice.ooxml.schema.model.base.INodeVisitor;
28 import org.apache.openoffice.ooxml.schema.model.base.Location;
29 import org.apache.openoffice.ooxml.schema.model.base.Node;
30 import org.apache.openoffice.ooxml.schema.model.base.NodeType;
31 import org.apache.openoffice.ooxml.schema.model.base.QualifiedName;
H A DSimpleContent.java22 package org.apache.openoffice.ooxml.schema.model.simple;
24 import org.apache.openoffice.ooxml.schema.model.base.INodeVisitor;
25 import org.apache.openoffice.ooxml.schema.model.base.Location;
26 import org.apache.openoffice.ooxml.schema.model.base.Node;
27 import org.apache.openoffice.ooxml.schema.model.base.NodeType;
H A DUnion.java22 package org.apache.openoffice.ooxml.schema.model.simple;
24 import org.apache.openoffice.ooxml.schema.model.base.INodeVisitor;
25 import org.apache.openoffice.ooxml.schema.model.base.Location;
26 import org.apache.openoffice.ooxml.schema.model.base.Node;
27 import org.apache.openoffice.ooxml.schema.model.base.NodeType;
/aoo42x/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/automaton/
H A DNonValidatingCreator.java28 import org.apache.openoffice.ooxml.schema.model.base.INode;
29 import org.apache.openoffice.ooxml.schema.model.base.NodeType;
30 import org.apache.openoffice.ooxml.schema.model.complex.Any;
31 import org.apache.openoffice.ooxml.schema.model.complex.ComplexType;
32 import org.apache.openoffice.ooxml.schema.model.complex.Element;
33 import org.apache.openoffice.ooxml.schema.model.schema.Schema;
34 import org.apache.openoffice.ooxml.schema.model.schema.SchemaBase;
/aoo42x/main/offapi/com/sun/star/awt/
H A DUnoControlModel.idl61 /** specifies the standard model of an <type>UnoControl</type>
62 in the <em>Smalltalk model view controller design</em>.
66 access to the model data from the embedding environment. The control
67 and the model can specify additional interfaces to exchange data or
68 export more functionality from the model.</p>
72 /** This service is present when the control model is embedded in an
91 /** specifies the service name of the default control for this model.
/aoo42x/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/parser/
H A DXmlNamespace.java24 import org.apache.openoffice.ooxml.schema.model.attribute.Attribute;
25 import org.apache.openoffice.ooxml.schema.model.base.Location;
26 import org.apache.openoffice.ooxml.schema.model.base.QualifiedName;
27 import org.apache.openoffice.ooxml.schema.model.schema.SchemaBase;
28 import org.apache.openoffice.ooxml.schema.model.simple.Restriction;
29 import org.apache.openoffice.ooxml.schema.model.simple.SimpleType;
/aoo42x/main/accessibility/workben/org/openoffice/accessibility/awb/tree/
H A DAccessibilityTree.java41 public AccessibilityTree(javax.swing.tree.TreeModel model) { in AccessibilityTree() argument
42 super(model); in AccessibilityTree()
48 AccessibilityModel model = (AccessibilityModel) getModel(); in setToolkit() local
49 if (model != null) { in setToolkit()
53 model.setRoot(xToolkit); in setToolkit()
54 model.reload(); in setToolkit()
/aoo42x/main/sd/source/ui/slidesorter/controller/
H A DSlsSelectionManager.cxx61 using namespace ::sd::slidesorter::model;
116 model::PageEnumeration aPageEnumeration ( in DeleteSelectedPages()
188 const sal_uInt16 nPage (model::FromCoreIndex((*aI)->GetPageNum())); in DeleteSelectedNormalPages()
224 const sal_uInt16 nPage (model::FromCoreIndex((*aI)->GetPageNum())); in DeleteSelectedMasterPages()
312 model::PageEnumeration aSelectedPages in GetInsertionPosition()
313 (model::PageEnumerationProvider::CreateSelectedPagesEnumeration( in GetInsertionPosition()
323 nInsertionPosition = model::FromCoreIndex(nPosition) + 1; in GetInsertionPosition()
H A DSlsFocusManager.cxx213 model::SharedPageDescriptor FocusManager::GetFocusedPageDescriptor (void) const in GetFocusedPageDescriptor()
245 void FocusManager::SetFocusedPage (const model::SharedPageDescriptor& rpDescriptor) in SetFocusedPage()
282 void FocusManager::HideFocusIndicator (const model::SharedPageDescriptor& rpDescriptor) in HideFocusIndicator()
286 mrSlideSorter.GetView().SetState(rpDescriptor, model::PageDescriptor::ST_Focused, false); in HideFocusIndicator()
297 const model::SharedPageDescriptor& rpDescriptor, in ShowFocusIndicator()
302 mrSlideSorter.GetView().SetState(rpDescriptor, model::PageDescriptor::ST_Focused, true); in ShowFocusIndicator()
/aoo42x/main/offapi/com/sun/star/frame/
H A DXUIControllerRegistration.idl57 and model name.
63 an optional name of an OpenOffice model service. This value can remain empty if
64 no model service name was specified.
76 an optional name of an OpenOffice model service. This value can remain empty if
77 no model service name was specified.
93 an optional name of an OpenOffice model service. This value can remain empty if
94 no model service name was specified.
/aoo42x/main/offapi/com/sun/star/form/validation/
H A DValidatableControlModel.idl43 /** specifies the model of a form control which supports live validation of its
52 /** specifies the basic functionality for a form control model
56 If an validatable control model, at which a validator has been set (via
59 both control model instances share the same validator instance.</p>
63 /** enables support for validating the value of the control model
65 <p>Setting an retrieving the current validator of the control model is
81 control model registers itself as listener. If the validity constraint of the validator
/aoo42x/main/qadevOOo/tests/java/mod/_toolkit/
H A DUnoControlContainer.java90 XControlModel model = null; in createTestEnvironment() local
108 model = shape.getControl(); in createTestEnvironment()
113 xCtrl = access.getControl(model); in createTestEnvironment()
124 model = shape.getControl(); in createTestEnvironment()
129 xCtrl1 = access.getControl(model); in createTestEnvironment()
140 model = shape.getControl(); in createTestEnvironment()
145 xCtrl2 = access.getControl(model); in createTestEnvironment()
/aoo42x/main/offapi/com/sun/star/drawing/
H A DXControlShape.idl41 /** is implemented by a <type>ControlShape</type> to access the controls model.
50 /** returns the control model of this <type>Shape</type>.
53 if there is already a control model assigned
61 /** sets the control model for this <type>Shape</type>.
64 this will be the new control model that is
66 the model more than once during the lifetime
/aoo42x/main/offapi/com/sun/star/form/component/
H A DSubmitButton.idl44 /** specifies the control model for a button, part of a form component hierarchy,
53 /** allows binding external submissions to the control model
55 <p>Note that the control model itself will not make any use of the submission.
56 Instead, submissions are triggered by a control (not a control <em>model</em>).
58 control associated with a <type>SubmitButton</type> model is responsible for
59 using the submission supplied at this model.</p>

Completed in 81 milliseconds

12345678910>>...25