Home
last modified time | relevance | path

Searched refs:model (Results 101 – 125 of 612) sorted by relevance

12345678910>>...25

/aoo42x/main/wizards/com/sun/star/wizards/web/
H A DBackgroundsDialog.java195 public Model(ConfigSet model) in Model() argument
199 for (int i = 0; i < model.getSize(); i++) in Model()
201 CGImage image = (CGImage) model.getElementAt(i); in Model()
209 remove((String) model.getKey(image)); in Model()
/aoo42x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Panel/
H A DChooseComponents.java119 DefaultTreeModel model = (DefaultTreeModel)componentTree.getModel(); in updateNode() local
124 model.nodeStructureChanged(node); in updateNode()
177 DefaultTreeModel model = (DefaultTreeModel)componentTree.getModel(); in valueChanged() local
178 model.nodeChanged(node); in valueChanged()
H A DChooseUninstallationComponents.java117 DefaultTreeModel model = (DefaultTreeModel)componentTree.getModel(); in updateNode() local
118 model.nodeChanged(node); in updateNode()
171 DefaultTreeModel model = (DefaultTreeModel)componentTree.getModel(); in valueChanged() local
172 model.nodeChanged(node); in valueChanged()
/aoo42x/main/offapi/com/sun/star/frame/
H A DXController.idl56 /** is called to attach the controller to a new model.
59 the new model for this controller
101 /** provides access to currently attached model
104 the currently attached model.
H A DXComponentLoader.idl148 Should be used for real editable components which doesn't need a model.
157 A model that in general can be shared between several view/controller pairs,
160 … Simply calling <method scope="com::sun::star::lang">XComponent::dispose</method> on this model may
162 busy working on the model. These problems are handled by explicit closing
164 … Direct dispose of the model is allowed only, if this special interface doesn't exist.
H A DXDesktop.idl114 The component is, by definition, the model of the control which
115 is loaded into a frame, or if no model exists, into the control
133 Normally, the component is the model part of the
134 active component. If no model exists it is the active controller
/aoo42x/main/offapi/com/sun/star/accessibility/
H A DAccessibleTableModelChange.idl33 /** This structure lets an event give access to a change of a table model.
36 give access to the type and cell range of a change of a table model. See
48 <p>The model change either inserted or deleted one or more rows
51 of the model change.</p>
/aoo42x/main/offapi/com/sun/star/form/control/
H A DSubmitButton.idl43 …<p>The model of the control has to support the <type scope="com::sun::star::form::component">Submi…
51 <li>The model of the control is examined for an external submission object. That is,
53 is called at the model.<br/>
57 <li>If there is no external submission, the parent object of the model is examined
/aoo42x/main/bean/qa/complex/bean/
H A DWriterFrame.java85 com.sun.star.frame.XModel model = (com.sun.star.frame.XModel)m_bean.getDocument(); in setText() local
87 UnoRuntime.queryInterface(com.sun.star.text.XTextDocument.class, model); in setText()
96 com.sun.star.frame.XModel model = (com.sun.star.frame.XModel)m_bean.getDocument(); in getText() local
98 UnoRuntime.queryInterface(com.sun.star.text.XTextDocument.class, model); in getText()
/aoo42x/main/sd/source/ui/slidesorter/controller/
H A DSlideSorterController.cxx97 using namespace ::sd::slidesorter::model;
212 model::SharedPageDescriptor SlideSorterController::GetPageAt ( in GetPageAt()
216 model::SharedPageDescriptor pDescriptorAtPoint; in GetPageAt()
385 model::PageEnumeration aSelectedPages ( in Command()
449 model::SharedPageDescriptor pDescriptor ( in Command()
992 model::SharedPageDescriptor pDescriptor (mrModel.GetPageDescriptor(nPageIndex)); in PageNameHasChanged()
H A DSlsSelectionCommand.hxx35 namespace sd { namespace slidesorter { namespace model { namespace
61 const model::SlideSorterModel& rModel);
79 const model::SlideSorterModel& mrModel;
/aoo42x/main/offapi/com/sun/star/awt/grid/
H A DXGridControl.idl68 …<p>If the grid control's does not contain any cells (which happens if the grid column model does n…
69 … columns, or if grid data model does not contain any rows), then <code>-1</code> is returned.</p>
75 …<p>If the grid control's does not contain any cells (which happens if the grid column model does n…
76 … columns, or if grid data model does not contain any rows), then <code>-1</code> is returned.</p>
H A DSortableGridDataModel.idl41 …<p>This service must be created with a secondary grid data model, which all actual data requests a…
57 that the data represented by the model is still sorted after your modifications, you should call
68 the data model to which read requests are delegated.
80 is the data model to which read requests are delegated
H A DXGridDataModel.idl40 …If you do not need your own model implementation, you can also use the <type>DefaultGridDataModel<…
50 /** allows cloning the complete data model
54 /** denotes the number of rows for which the model can provide data
58 /** denotes the number of columns for which the model can provide data
/aoo42x/main/sd/source/ui/slidesorter/view/
H A DSlsViewCacheContext.hxx30 namespace sd { namespace slidesorter { namespace model { namespace
57 model::SlideSorterModel& mrModel;
60 model::SharedPageDescriptor GetDescriptor (cache::CacheKey aKey);
H A DSlsLayouter.cxx180 model::SlideSorterModel& rModel) const;
186 model::SlideSorterModel& rModel,
486 model::SlideSorterModel& rModel) const in GetInsertPosition()
837 model::SlideSorterModel& rModel) const in CalculateGeometricPosition()
954 model::SlideSorterModel& rModel, in GetInnerBoundingBox()
957 model::SharedPageDescriptor pDescriptor (rModel.GetPageDescriptor(nIndex)); in GetInnerBoundingBox()
962 if (pDescriptor->HasState(model::PageDescriptor::ST_Selected)) in GetInnerBoundingBox()
/aoo42x/main/cui/source/inc/
H A Dscriptdlg.hxx100 ::com::sun::star::uno::Reference< com::sun::star::frame::XModel>& model );
143 ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel > model;
149 …:frame::XModel >& entryModel) { nType = nT; nodes = entryNodes; loaded=false; model = entryModel; } in SFEntry()
153 ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel > GetModel() { return model ;}; in GetModel()
/aoo42x/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/schema/
H A DTypeContainer.java22 package org.apache.openoffice.ooxml.schema.model.schema;
29 import org.apache.openoffice.ooxml.schema.model.base.Node;
30 import org.apache.openoffice.ooxml.schema.model.base.QualifiedName;
/aoo42x/main/sd/source/ui/slidesorter/inc/controller/
H A DSlsAnimationFunction.hxx89 const model::SharedPageDescriptor& rpDescriptor,
97 const model::SharedPageDescriptor& rpDescriptor,
105 const model::SharedPageDescriptor& rpDescriptor,
/aoo42x/main/sd/source/ui/slidesorter/inc/view/
H A DSlsInsertionIndicatorOverlay.hxx45 namespace sd { namespace slidesorter { namespace model { namespace
104 model::PageEnumeration& rSelection,
105 ::std::vector<model::SharedPageDescriptor>& rDescriptors) const;
/aoo42x/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/iterator/
H A DDereferencingNodeIterator.java27 import org.apache.openoffice.ooxml.schema.model.base.INode;
28 import org.apache.openoffice.ooxml.schema.model.base.INodeReference;
29 import org.apache.openoffice.ooxml.schema.model.schema.SchemaBase;
/aoo42x/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/
H A DParserTablesGenerator.java40 import org.apache.openoffice.ooxml.schema.model.attribute.Attribute;
41 import org.apache.openoffice.ooxml.schema.model.attribute.AttributeBase.Use;
42 import org.apache.openoffice.ooxml.schema.model.base.INode;
43 import org.apache.openoffice.ooxml.schema.model.base.QualifiedName;
44 import org.apache.openoffice.ooxml.schema.model.schema.NamespaceMap;
/aoo42x/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/automaton/
H A DFiniteAutomaton.java26 import org.apache.openoffice.ooxml.schema.model.attribute.Attribute;
27 import org.apache.openoffice.ooxml.schema.model.base.Location;
28 import org.apache.openoffice.ooxml.schema.model.base.QualifiedName;
H A DCreatorBase.java32 import org.apache.openoffice.ooxml.schema.model.attribute.Attribute;
33 import org.apache.openoffice.ooxml.schema.model.base.INode;
34 import org.apache.openoffice.ooxml.schema.model.schema.SchemaBase;
/aoo42x/main/offapi/com/sun/star/form/runtime/
H A DXFormController.idl60 contain one or more other <type>FormController</type>s, so the form model structure or hierarchy
62 the model of a controller will give you the same object as retrieving the model of the parent of
63 the controller. Similarly, retrieving the model of the <code>n</code><sup>th</sup> child of
65 the model of the controller.</p>
93 (aka the <code>FormController</code>'s model), using its
100 <member>DataAwareControlModel::InputRequired</member> property of a single control model.</p>
254 …<p>The model obtained via <member scope="com::sun::star::awt">XTabController::getModel</member> is…

Completed in 154 milliseconds

12345678910>>...25