Home
last modified time | relevance | path

Searched refs:model (Results 151 – 175 of 612) sorted by relevance

12345678910>>...25

/aoo42x/main/offapi/com/sun/star/form/component/
H A DImageButton.idl53 /** This service specifies the control model for a clickable button which
74 property is changed, the model loads the specified image, and sets it as image source
78 Usually, controls acting for an <type>ImageButton</type> model are consumers, and use the
/aoo42x/main/offapi/com/sun/star/awt/tree/
H A DTreeControlModel.idl44 /** specifies the standard model of a <type>TreeControl</type>.
48 /** specifies the standard model of an <type scope="com::sun::star::awt">UnoControl</type>. */
64 <p>If <var>RootDisplayed</var> is set to <FALSE/>, the root node of a model is no longer
/aoo42x/test/testcommon/source/org/openoffice/test/common/
H A DFileProvider.java42 import org.junit.runners.model.FrameworkMethod;
43 import org.junit.runners.model.InitializationError;
44 import org.junit.runners.model.Statement;
/aoo42x/main/scripting/workben/installer/
H A DIdeVersion.java213 private void initColumnSizes(JTable table, MyTableModelIDE model) { in initColumnSizes() argument
220 Object[] longValues = model.longValues; in initColumnSizes()
243 comp = table.getDefaultRenderer(model.getColumnClass(i)). in initColumnSizes()
H A DVersion.java159 private void initColumnSizes(JTable table, MyTableModel model) { in initColumnSizes() argument
166 Object[] longValues = model.longValues; in initColumnSizes()
189 comp = table.getDefaultRenderer(model.getColumnClass(i)). in initColumnSizes()
/aoo42x/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/automaton/
H A DHopcroftMinimizer.java35 import org.apache.openoffice.ooxml.schema.model.attribute.Attribute;
36 import org.apache.openoffice.ooxml.schema.model.base.Location;
37 import org.apache.openoffice.ooxml.schema.model.base.QualifiedName;
/aoo42x/main/offapi/com/sun/star/awt/
H A DXImageConsumer.idl56 /** changes color model for next pixels
73 The specified color model object should be used to convert
93 The specified color model object should be used to convert
/aoo42x/main/scripting/examples/python/
H A DHelloWorld.py27 model = XSCRIPTCONTEXT.getDocument()
29 text = model.Text
/aoo42x/main/sd/
H A DLibrary_sd.mk356 sd/source/ui/slidesorter/model/SlsPageDescriptor \
357 sd/source/ui/slidesorter/model/SlsPageEnumeration \
358 sd/source/ui/slidesorter/model/SlsPageEnumerationProvider \
359 sd/source/ui/slidesorter/model/SlsVisualState \
360 sd/source/ui/slidesorter/model/SlideSorterModel \
/aoo42x/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/base/
H A DINodeReference.java22 package org.apache.openoffice.ooxml.schema.model.base;
24 import org.apache.openoffice.ooxml.schema.model.schema.SchemaBase;
/aoo42x/main/scripting/workben/ifc/scripting/
H A D_XScriptSecurity.java381 XModel model = null; in loadDocument() local
388 model = (XModel) UnoRuntime.queryInterface(XModel.class, obj); in loadDocument()
403 return model; in loadDocument()
/aoo42x/main/sd/source/ui/slidesorter/inc/view/
H A DSlsPageObjectViewContact.hxx52 const model::SharedPageDescriptor& rpDescriptor);
80 model::SharedPageDescriptor mpDescriptor;
H A DSlsToolTip.hxx50 void SetPage (const model::SharedPageDescriptor& rpPage);
73 model::SharedPageDescriptor mpDescriptor;
/aoo42x/main/pyuno/demo/
H A Dhello_world_comp.py42 model = desktop.getCurrentComponent()
45 text = model.Text
/aoo42x/main/sd/source/ui/slidesorter/controller/
H A DSlsDragAndDropContext.hxx78 model::SharedPageDescriptor mpHitDescriptor;
89 model::PageEnumeration& rSelection) const;
/aoo42x/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/simple/
H A DDateTimeNode.java27 import org.apache.openoffice.ooxml.schema.model.simple.BuiltInType;
28 import org.apache.openoffice.ooxml.schema.model.simple.Restriction;
H A DBlobNode.java27 import org.apache.openoffice.ooxml.schema.model.simple.BuiltInType;
28 import org.apache.openoffice.ooxml.schema.model.simple.Restriction;
H A DSimpleTypeContainer.java30 import org.apache.openoffice.ooxml.schema.model.schema.SchemaBase;
31 import org.apache.openoffice.ooxml.schema.model.simple.SimpleType;
/aoo42x/main/qadevOOo/tests/java/ifc/drawing/
H A D_XControlShape.java56 XControlModel model = null; field in _XControlShape
64 model = oObj.getControl() ; in _getControl()
/aoo42x/main/scripting/workben/mod/_scripting/
H A DFunctionProvider.java58 XModel model = dtop.getCurrentFrame().getController().getModel(); in createTestEnvironment() local
60 …guments( "drafts.com.sun.star.script.framework.provider.FunctionProvider", new Object[]{ model } ); in createTestEnvironment()
/aoo42x/main/writerfilter/source/ooxml/
H A DREADME.efforts42 2.1.1. Use analyzemodel.xsl to extract necessary data from model.xml.
53 comments with elements/attributes in the model.xml.
89 model.xml with the extracted data. It uses analyzestage3.xsl on the
/aoo42x/main/sd/source/ui/slidesorter/shell/
H A DSlideSorter.cxx288 model::SlideSorterModel& SlideSorter::GetModel (void) const in GetModel()
449 model::SlideSorterModel* SlideSorter::CreateModel (void) in CreateModel()
457 return new model::SlideSorterModel(*this); in CreateModel()
/aoo42x/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/simple/
H A DBuiltInType.java22 package org.apache.openoffice.ooxml.schema.model.simple;
24 import org.apache.openoffice.ooxml.schema.model.base.QualifiedName;
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/parser/office/
H A DFontFaceDeclsReadHandler.java26 import com.sun.star.report.pentaho.model.FontFaceDeclsSection;
27 import com.sun.star.report.pentaho.model.FontFaceElement;
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/parser/rpt/
H A DFormatConditionReadHandler.java27 import com.sun.star.report.pentaho.model.FormatCondition;
28 import com.sun.star.report.pentaho.model.ReportElement;

Completed in 86 milliseconds

12345678910>>...25