Home
last modified time | relevance | path

Searched refs:model (Results 76 – 100 of 612) sorted by relevance

12345678910>>...25

/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/attribute/
H A DAttribute.java22 package org.apache.openoffice.ooxml.schema.model.attribute;
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.NodeType;
27 import org.apache.openoffice.ooxml.schema.model.base.QualifiedName;
H A DAttributeBase.java22 package org.apache.openoffice.ooxml.schema.model.attribute;
24 import org.apache.openoffice.ooxml.schema.model.base.Location;
25 import org.apache.openoffice.ooxml.schema.model.base.Node;
26 import org.apache.openoffice.ooxml.schema.model.base.QualifiedName;
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/complex/
H A DOccurrenceIndicator.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 DAny.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;
/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlsClipboard.cxx344 model::SlideSorterModel& rModel (mrSlideSorter.GetModel()); in PasteTransferable()
407 model::SharedPageDescriptor pDescriptor ( in SelectPageRange()
432 model::PageEnumeration aSelectedPages in CreateSlideTransferable()
433 (model::PageEnumerationProvider::CreateSelectedPagesEnumeration( in CreateSlideTransferable()
437 model::SharedPageDescriptor pDescriptor (aSelectedPages.GetNextElement()); in CreateSlideTransferable()
454 model::SharedPageDescriptor pDescriptor (aSelectedPages.GetNextElement()); in CreateSlideTransferable()
460 pDescriptor->HasState(model::PageDescriptor::ST_Excluded))); in CreateSlideTransferable()
578model::SharedPageDescriptor pDescriptor (rSlideSorter.GetModel().GetPageDescriptor((nPageIndex-1)/… in CreateTransferableUserData()
584 pDescriptor->HasState(model::PageDescriptor::ST_Excluded))); in CreateTransferableUserData()
1011 model::SharedPageDescriptor pDescriptor ( in ExecuteOrAcceptShapeDrop()
H A DSlsHideSlideFunction.cxx81 model::PageEnumeration aSelectedPages ( in DoExecute()
82 model::PageEnumerationProvider::CreateSelectedPagesEnumeration(mrSlideSorter.GetModel())); in DoExecute()
107 model::SharedPageDescriptor pDescriptor (aSelectedPages.GetNextElement()); in DoExecute()
110 model::PageDescriptor::ST_Excluded, in DoExecute()
127 model::PageEnumeration& rPageSet) in GetExclusionState()
/trunk/main/offapi/com/sun/star/form/component/
H A DDatabaseImageControl.idl45 /** specifies the model of a control used for displaying images stored in a database.
53 <p>Usually, an image control model can be bound to binary columns only, namely
68 <ul><li>There is a DatabaseImageControl as part of the document model, which acts as
69 control model for an <type scope="com::sun::star::form::control">ImageControl</type>.</li>
72 <type scope="com::sun::star::awt">XImageProducer</type> supplied by the model.</li>
75 model is bound to is examined for a binary data stream. This stream is set as source
83 property at the model.<br/>
/trunk/main/offapi/com/sun/star/awt/
H A DXTabControllerModel.idl41 /** specifies the basic operations for a tab controller model.
71 /** sets a control model group.
78 /** returns the number of control model groups.
84 /** returns a control model group.
92 /** returns a control model group by name.
H A DUnoControl.idl57 the controller of the Smalltalk model view controller design.</p>
59 <p>You must set a model and a stub to the UnoControl before using
66 model data. To ensure this behavior, modify the data of the model.</p>
/trunk/main/writerfilter/source/ooxml/
H A Dmodelcleanup23 (xsltproc modelcleanup.xsl model.xml | xmllint --format - > model.xml.tmp) && \
24 mv model.xml.tmp model.xml
/trunk/main/udkapi/com/sun/star/bridge/
H A DXBridgeSupplier2.idl45 an interface into the target model, then the resulting target interface
48 and carry out a call according to the rules of the source model.
49 Return values are automatically mapped to the types of the target model.
66 <p>All objects, whether they are part of the UNO object model or not,
68 is heavily model-dependent and has to be specified in the following list: </p>
100 /** creates a bridge to provide an object of one object model with another.
/trunk/main/offapi/com/sun/star/inspection/
H A DXObjectInspector.idl56 to-be-attached model is not <NULL/>, but does not support this interface.</p>
74 /** provides access to the current model of the inspector
76 <p>The model is mainly responsible for providing the property handlers. Additionally,
79 <p>Note that there are two ways of setting or retrieving the current model: You can either
84 <p>If a new model is set at the inspector, the complete UI will be rebuilt to reflect
85 the change, using the new property handlers provided by the new model.</p>
H A DXObjectInspectorModel.idl40 /** describes the model of an <type>ObjectInspector</type>
64 which the model is currently bound to.</p>
84 all property handlers provided by the model use.</p>
92 … The model implementation might return an empty sequence here, in this case, the ObjectInspector
104 the property lines, the inspector model can associate an "order index" with each property.
108 <p>Note that the concrete value the model returns for a given property does not
/trunk/main/cui/source/dialogs/
H A Dscriptdlg.cxx290 Reference< frame::XModel > model( in getDocumentModel() local
292 if ( model.is() ) in getDocumentModel()
294 ::rtl::OUString sTdocUrl = ::comphelper::DocumentInfo::getDocumentTitle( model ); in getDocumentModel()
297 xModel = model; in getDocumentModel()
331 Reference< XModel >& model ) in RequestSubEntries()
444 Reference< XModel > model; in RequestingChilds() local
448 model = userData->GetModel(); in RequestingChilds()
449 RequestSubEntries( pEntry, node, model ); in RequestingChilds()
894 Reference< XModel > model; in getModel() local
900 model = userData->GetModel(); in getModel()
[all …]
/trunk/main/sd/source/ui/slidesorter/inc/controller/
H A DSlsFocusManager.hxx109 model::SharedPageDescriptor GetFocusedPageDescriptor (void) const;
125 void SetFocusedPage (const model::SharedPageDescriptor& rDescriptor);
205 void HideFocusIndicator (const model::SharedPageDescriptor& rpDescriptor);
217 const model::SharedPageDescriptor& rpDescriptor,
/trunk/main/offapi/com/sun/star/frame/
H A DXModuleManager.idl70 Such controller represent the module (in case no model exists).
74 A controller can be bound to a model. Then the model represent the module.
75 If no model exists - the controller is used for identification.
79 A model represent a module everytimes and can be used for
H A DXTransientDocumentsDocumentContentFactory.idl65 the document model for that a
67 is requested. The model must be an implementation of service
71 a document content based on the given document model. The content must
76 if the document model cannot be associated with content for any reason.
/trunk/main/sd/source/ui/slidesorter/model/
H A DSlsPageEnumeration.cxx30 using namespace ::sd::slidesorter::model;
80 namespace sd { namespace slidesorter { namespace model { namespace
122 : sd::slidesorter::model::Enumeration<sd::slidesorter::model::SharedPageDescriptor>() in PageEnumeration()
/trunk/main/sd/source/ui/inc/
H A DSlideSorter.hxx49 namespace sd { namespace slidesorter { namespace model { namespace
148 model::SlideSorterModel& GetModel (void) const;
212 virtual model::SlideSorterModel* CreateModel (void);
230 ::boost::scoped_ptr<model::SlideSorterModel> mpSlideSorterModel;
/trunk/main/offapi/com/sun/star/util/
H A DXDataEditor.idl38 /** connects to a model and broadcasts status change events.
47 /** connects the data editor to a data model.
49 void setModel( [in] com::sun::star::uno::XInterface model );
53 the data model which was set by <method>XDataEditor::setModel</method>.
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DStyleUtilities.java26 import com.sun.star.report.pentaho.model.DataStyle;
27 import com.sun.star.report.pentaho.model.FontFaceDeclsSection;
28 import com.sun.star.report.pentaho.model.FontFaceElement;
29 import com.sun.star.report.pentaho.model.OfficeStyle;
30 import com.sun.star.report.pentaho.model.OfficeStyles;
31 import com.sun.star.report.pentaho.model.OfficeStylesCollection;
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/
H A DMasterPageFactory.java26 import com.sun.star.report.pentaho.model.OfficeMasterPage;
27 import com.sun.star.report.pentaho.model.OfficeMasterStyles;
28 import com.sun.star.report.pentaho.model.OfficeStyles;
29 import com.sun.star.report.pentaho.model.PageLayout;
30 import com.sun.star.report.pentaho.model.RawText;
/trunk/main/chart2/prj/
H A Dbuild.lst7 ch chart2\source\model nmake - all ch_source_model ch_source_tools ch_source_model_main ch_so…
8 ch chart2\source\model\main nmake - all ch_source_model_main ch_inc NULL
9 ch chart2\source\model\template nmake - all ch_source_model_template ch_inc NULL
10 ch chart2\source\model\filter nmake - all ch_source_model_filter ch_inc NULL
/trunk/main/offapi/com/sun/star/awt/grid/
H A DXGridDataListener.idl41 get notifications about data model changes.
51 /** is called when one or more rows of data have been inserted into a grid control's data model.
55 /** is called when one or more rows of data have been removed from a grid control's data model.
59 /** is called when existing data in a grid control's data model has been modified.
/trunk/main/offapi/com/sun/star/chart/
H A DChartRegressionCurveType.idl47 <p>The values of the series are approximated using the model
56 <p>The values of the series are approximated using the model
65 <p>The values of the series are approximated using the model
83 <p>The values of the series are approximated using the model

Completed in 89 milliseconds

12345678910>>...25