Home
last modified time | relevance | path

Searched refs:model (Results 1 – 25 of 535) sorted by relevance

12345678910>>...22

/aoo4110/main/sd/source/ui/slidesorter/inc/view/
H A DSlsButtonBar.hxx57 const model::SharedPageDescriptor& rpDescriptor,
60 const model::SharedPageDescriptor& rpDescriptor,
63 const model::SharedPageDescriptor& rpDescriptor,
100 const model::SharedPageDescriptor& rpPageDescriptor);
119 const model::SharedPageDescriptor& rpDescriptor,
128 const model::SharedPageDescriptor& rpDescriptor,
134 bool IsVisible (const model::SharedPageDescriptor& rpDescriptor);
158 model::SharedPageDescriptor mpDescriptor;
177 bool SetPage (const model::SharedPageDescriptor& rpDescriptor);
182 const model::SharedPageDescriptor& rpPageDescriptor,
[all …]
H A DSlideSorterView.hxx56 namespace sd { namespace slidesorter { namespace model { namespace
96 void RequestRepaint (const model::SharedPageDescriptor& rDescriptor);
220 const model::SharedPageDescriptor& rpDescriptor,
225 const model::SharedPageDescriptor& rpDescriptor,
229 const model::SharedPageDescriptor& rpDescriptor,
230 const model::PageDescriptor::State eState,
264 model::SlideSorterModel& mrModel;
276 model::SharedPageDescriptor mpPageUnderMouse;
H A DSlsPageObjectPainter.hxx52 const model::SharedPageDescriptor& rpDescriptor);
75 const model::SharedPageDescriptor& rpDescriptor,
100 const model::SharedPageDescriptor& rpDescriptor);
103 const model::SharedPageDescriptor& rpDescriptor) const;
106 const model::SharedPageDescriptor& rpDescriptor) const;
109 const model::SharedPageDescriptor& rpDescriptor) const;
115 const model::SharedPageDescriptor& rpDescriptor,
/aoo4110/main/sd/source/ui/slidesorter/controller/
H A DSlsSlotManager.cxx552 model::PageEnumeration aSelectedPages ( in GetMenuState()
616 model::PageEnumeration aAllPages ( in GetMenuState()
648 model::PageEnumeration aSelectedPages ( in GetMenuState()
771 model::PageEnumeration aSelectedPages ( in GetClipboardState()
839 model::PageEnumeration aSelectedPages ( in GetStatusBarState()
894 model::PageEnumeration aSelectedPages ( in RenameSlide()
947 model::SharedPageDescriptor pDescriptor ( in IMPL_LINK()
972 model::SharedPageDescriptor pDescriptor ( in RenameSlideFromDrawViewShell()
1116 model::PageEnumeration aSelectedPages ( in DuplicateSelectedSlides()
1203 model::PageDescriptor::ST_Excluded, in ChangeSlideExclusionState()
[all …]
H A DSlsSelectionFunction.cxx123 model::SharedPageDescriptor mpHitDescriptor;
299 const model::SharedPageDescriptor& rpDescriptor,
604 model::SharedPageDescriptor pFocusedDescriptor ( in MoveFocus()
615 model::SharedPageDescriptor pFocusedDescriptor ( in MoveFocus()
624 model::PageEnumeration aPages ( in MoveFocus()
731 model::SharedPageDescriptor pDescriptor in GotoNextPage()
756 model::SharedPageDescriptor pNextPageDescriptor ( in GotoPage()
1003 model::SharedPageDescriptor pHitDescriptor ( in EventDescriptor()
1223 const model::SharedPageDescriptor& rpDescriptor) in SetCurrentPage()
1242 const model::SharedPageDescriptor& rpDescriptor) in SelectOnePage()
[all …]
H A DSlsPageSelector.cxx51 using namespace ::sd::slidesorter::model;
113 model::PageEnumeration aAllPages ( in GetCoreSelection()
114 model::PageEnumerationProvider::CreateAllPagesEnumeration(mrModel)); in GetCoreSelection()
117 model::SharedPageDescriptor pDescriptor (aAllPages.GetNextElement()); in GetCoreSelection()
143 model::PageEnumeration aAllPages ( in SetCoreSelection()
144 model::PageEnumerationProvider::CreateAllPagesEnumeration(mrModel)); in SetCoreSelection()
147 model::SharedPageDescriptor pDescriptor (aAllPages.GetNextElement()); in SetCoreSelection()
206 model::SharedPageDescriptor pDescriptor (mrModel.GetPageDescriptor(nPageIndex)); in DeselectPage()
315 model::PageEnumeration aSelectedPages ( in CountSelectedPages()
316 model::PageEnumerationProvider::CreateSelectedPagesEnumeration(mrModel)); in CountSelectedPages()
/aoo4110/main/sd/source/ui/slidesorter/view/
H A DSlsButtonBar.cxx221 const model::SharedPageDescriptor& rpDescriptor, in ProcessButtonDownEvent()
236 const model::SharedPageDescriptor& rpDescriptor, in ProcessButtonUpEvent()
262 const model::SharedPageDescriptor& rpDescriptor, in ProcessMouseMotionEvent()
323 SetPage(model::SharedPageDescriptor()); in ResetPage()
435 const model::SharedPageDescriptor& rpDescriptor) in Paint()
480 const model::SharedPageDescriptor& rpDescriptor, in PaintButtonBackground()
636 const model::SharedPageDescriptor& rpDescriptor, in RequestFadeIn()
658 const model::SharedPageDescriptor& rpDescriptor, in RequestFadeOut()
711 const model::SharedPageDescriptor& rpDescriptor, in StartFadeAnimation()
1401 ? model::SharedPageDescriptor() in ProcessClick()
[all …]
H A DSlsViewCacheContext.cxx65 const model::SharedPageDescriptor pDescriptor (GetDescriptor(aKey)); in NotifyPreviewCreation()
96 const model::SharedPageDescriptor pDescriptor (GetDescriptor(aKey)); in IsVisible()
97 return pDescriptor && pDescriptor->HasState(model::PageDescriptor::ST_Visible); in IsVisible()
115 model::PageEnumeration aPageEnumeration ( in GetEntryList()
117 ? model::PageEnumerationProvider::CreateVisiblePagesEnumeration(mrModel) in GetEntryList()
118 : model::PageEnumerationProvider::CreateAllPagesEnumeration(mrModel)); in GetEntryList()
122 model::SharedPageDescriptor pDescriptor (aPageEnumeration.GetNextElement()); in GetEntryList()
140 model::SharedPageDescriptor ViewCacheContext::GetDescriptor (cache::CacheKey aKey) in GetDescriptor()
H A DSlsPageObjectPainter.cxx136 const model::SharedPageDescriptor& rpDescriptor) in PaintPageObject()
220 const model::SharedPageDescriptor& rpDescriptor) in PaintBackground()
250 const model::SharedPageDescriptor& rpDescriptor) const in PaintPreview()
307 const model::SharedPageDescriptor& rpDescriptor, in GetPreviewBitmap()
311 const bool bIsExcluded (rpDescriptor->HasState(model::PageDescriptor::ST_Excluded)); in GetPreviewBitmap()
342 const model::SharedPageDescriptor& rpDescriptor) const in PaintPageNumber()
351 if (rpDescriptor->HasState(model::PageDescriptor::ST_MouseOver) || in PaintPageNumber()
352 rpDescriptor->HasState(model::PageDescriptor::ST_Selected)) in PaintPageNumber()
397 const model::SharedPageDescriptor& rpDescriptor) const in PaintTransitionEffect()
417 const model::SharedPageDescriptor& rpDescriptor, in GetBackgroundForState()
[all …]
H A DSlideSorterView.cxx86 using namespace ::sd::slidesorter::model;
305 model::PageEnumeration aPageEnumeration ( in PostModelChange()
306 model::PageEnumerationProvider::CreateAllPagesEnumeration(mrModel)); in PostModelChange()
513 model::PageEnumeration aPageEnumeration ( in Layout()
514 model::PageEnumerationProvider::CreateAllPagesEnumeration(mrModel)); in Layout()
558 model::SharedPageDescriptor pDescriptor; in DeterminePageObjectVisibilities()
602 model::SharedPageDescriptor pDescriptor; in UpdatePreciousFlags()
972 const model::SharedPageDescriptor& rpDescriptor, in UpdatePageUnderMouse()
1005 const model::SharedPageDescriptor& rpDescriptor, in SetPageUnderMouse()
1028 const model::SharedPageDescriptor& rpDescriptor, in SetState()
[all …]
H A DSlsInsertAnimator.cxx49 virtual model::SlideSorterModel& GetModel (void) const = 0;
138 virtual model::SlideSorterModel& GetModel (void) const { return mrModel; } in GetModel()
144 model::SlideSorterModel& mrModel;
385 model::SharedPageDescriptor pDescriptor ( in GetInnerBoundingBox()
388 if (pDescriptor->HasState(model::PageDescriptor::ST_Selected)) in GetInnerBoundingBox()
417 model::SlideSorterModel& rModel (mrAnimatorAccess.GetModel()); in UpdateOffsets()
421 model::SharedPageDescriptor pDescriptor(rModel.GetPageDescriptor(nIndex+mnStartIndex)); in UpdateOffsets()
443 model::SlideSorterModel& rModel (mrAnimatorAccess.GetModel()); in ResetOffsets()
447 model::SharedPageDescriptor pDescriptor(rModel.GetPageDescriptor(nIndex+mnStartIndex)); in ResetOffsets()
504 model::SlideSorterModel& rModel (mrAnimatorAccess.GetModel()); in operator ()()
[all …]
/aoo4110/main/offapi/com/sun/star/xforms/
H A DXModel.idl66 /** represent an XForms model
70 /** get the XForms model ID */
73 /** set the XForms model ID */
77 /** initialize the model */
80 /** rebuild the model */
89 /** refresh the model */
103 consistency criteria for the model data is not fulfilled.
158 /** get the default instance for this model
167 /** create a binding element for this model
199 /** create a submission element for this model
[all …]
/aoo4110/main/offapi/com/sun/star/form/
H A DDataAwareControlModel.idl56 <p>The connection between a data-aware control model and a form which's data the
58 control model (see <type scope="com::sun::star::container">XChild</type>, inherited
66 /** makes it possible to transfer the data of the model to the connected data field.
76 /** must be implemented in order to recognize when the containing form of the model connects
77 to its data source (loads its data). After loading the form, the model may bind to its
86 <p>In the context of a control model which is data-aware, the semantics of <em>default value</em>
90 …<member>XReset::reset</member> does not reset the model's value to it's default value, but uses the
113 …s property makes sense in the <em>context</em> of the control model only. Normally, a control model
118 <p>Not every control model can be bound to every database column. Usually, super services of the
149 /** references to a control model within the same document which should be used as a label.
[all …]
/aoo4110/main/offapi/com/sun/star/frame/
H A DXModel.idl64 views of the model.
81 /** informs a model about its resource description.
100 /** provides information about the location of this model
103 the URL of the resource which is represented by this model.
112 of this model which describes the model and his state
115 the arguments with which the model was originally created or
121 /** is called whenever a new controller is created for this model.
129 a new controller for this model
197 If the controller which is active is a controller of this model,
199 active of this model is returned. If no controller of this model
[all …]
/aoo4110/main/offapi/com/sun/star/awt/grid/
H A DXGridColumnModel.idl58 /** allows cloning the complete column model
69 /** creates a new column for use with the column model.
77 /** Adds a column to the model.
83 …<p>As soon as the column has been inserted into the model, the model takes ownership of it. This m…
84 … column is removed, or when the column model is disposed, the grid column is disposed as well.</p>
87 the column to add to the model.
97 /** removes a column from the model
109 /** Returns all columns of the model.
111 all columns associated with the model in a sequence of <type>XGridColumn</type>.
124 /** Fills the model with the given number of default columns
[all …]
/aoo4110/main/offapi/com/sun/star/form/binding/
H A DBindableControlModel.idl38 /** specifies the model of a form control which supports binding to an external
43 /** specifies the basic functionality for a form control model
47 If an bindable control model, at which a binding has been established (via
50 both control model instances share the same binding instance.</p>
57 then every change in the control model's value is <em>immediately</em> reflected
61 … and <member>ValueBinding::Relevant</member> properties, they're respected by the control model:
65 <li>The control model's own <code>Enabled</code> property (if present) is kept in sync
71 <p>In both cases, explicit changes of the model's property are ignored if they would relax
75 any attempt to set the <code>ReadOnly</code> property of the control model to <FALSE/> will
77 property at the control model can be freely set.<br/>
[all …]
H A DBindableDataAwareControlModel.idl45 content of the controls associated with this model. For instance, for an
56 is moved to a different record, then the bound control model is updated with the value of
58 On the other hand, when any change in the control model (e.g. resulting from a user entering
59 data in a control associated with the control model) is committed
61 data of the control model is written into the associated
76 component is bound to a control model which currently has an active SQL binding,
86 then every change in the control model's value is <em>immediately</em> reflected
106 then the control model (it's value property, respectively) and the external value are
108 at the control model.</p>
113 /** specifies the functionality for binding the control model to a
[all …]
/aoo4110/main/sd/source/ui/slidesorter/inc/controller/
H A DSlsPageSelector.hxx41 namespace sd { namespace slidesorter { namespace model { namespace
93 void SelectPage (const model::SharedPageDescriptor& rpDescriptor);
114 const model::SharedPageDescriptor& rpDescriptor,
130 model::SharedPageDescriptor GetSelectionAnchor (void) const;
193 model::SlideSorterModel& mrModel;
199 model::SharedPageDescriptor mpMostRecentlySelectedPage;
201 model::SharedPageDescriptor mpSelectionAnchor;
202 model::SharedPageDescriptor mpCurrentPage;
H A DSlsCurrentSlideManager.hxx78 const model::SharedPageDescriptor& rpSlide,
84 model::SharedPageDescriptor GetCurrentSlide (void);
97 model::SharedPageDescriptor mpCurrentSlide;
104 void SetCurrentSlideAtViewShellBase (const model::SharedPageDescriptor& rpSlide);
105 void SetCurrentSlideAtTabControl (const model::SharedPageDescriptor& rpSlide);
106 void SetCurrentSlideAtXController (const model::SharedPageDescriptor& rpSlide);
/aoo4110/main/scripting/java/org/openoffice/idesupport/ui/
H A DScriptPanel.java47 private ScriptTableModel model; field in ScriptPanel
51 model = new ScriptTableModel(scripts); in ScriptPanel()
56 model.removeAll(); in reload()
74 model.add(entry); in addScriptEntries()
82 model.remove(selections[i]); in removeSelectedRows()
87 model.removeAll(); in removeAllRows()
91 return model.getScriptEntries(); in getScriptEntries()
95 table = new JTable(model); in initUI()
121 model.setValueAt(value, in tableFocusLost()
/aoo4110/main/scripting/java/com/sun/star/script/framework/provider/beanshell/
H A DPlainSourceView.java42 private ScriptSourceModel model; field in PlainSourceView
48 public PlainSourceView(ScriptSourceModel model) { in PlainSourceView() argument
49 this.model = model; in PlainSourceView()
51 model.setView(this); in PlainSourceView()
66 ta.setText(model.getText()); in update()
77 int line = ta.getLineStartOffset(model.getCurrentPosition()); in update()
104 ta.insert(model.getText(), 0); in initUI()
148 return model.getCurrentPosition(); in getCurrentPosition()
H A DScriptEditorForBeanShell.java56 private ScriptSourceModel model; field in ScriptEditorForBeanShell
177 model.indicateErrorLine( lineNum ); in indicateErrorLine()
185 return model.execute( context, cl ); in execute()
244 this.model = new ScriptSourceModel(url); in ScriptEditorForBeanShell()
256 Object[] args = new Object[] { this.model }; in ScriptEditorForBeanShell()
260 this.view = new PlainSourceView(model); in ScriptEditorForBeanShell()
264 this.view = new PlainSourceView(model); in ScriptEditorForBeanShell()
267 this.view = new PlainSourceView(model); in ScriptEditorForBeanShell()
270 this.model.setView(this.view); in ScriptEditorForBeanShell()
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/
H A Dconfiguration.properties27 org.pentaho.reporting.libraries.resourceloader.factory.modules.com.sun.star.report.pentaho.model.Of…
139 org.jfree.report.flow.structure.com.sun.star.report.pentaho.model.FixedTextElement=com.sun.star.rep…
140 org.jfree.report.flow.structure.com.sun.star.report.pentaho.model.FormattedTextElement=com.sun.star…
141 org.jfree.report.flow.structure.com.sun.star.report.pentaho.model.ObjectOleElement=com.sun.star.rep…
142 org.jfree.report.flow.structure.com.sun.star.report.pentaho.model.ImageElement=com.sun.star.report.…
143 org.jfree.report.flow.structure.com.sun.star.report.pentaho.model.TableCellElement=com.sun.star.rep…
144 org.jfree.report.flow.structure.com.sun.star.report.pentaho.model.OfficeReport=com.sun.star.report.…
145 org.jfree.report.flow.structure.com.sun.star.report.pentaho.model.OfficeGroup=com.sun.star.report.p…
146 org.jfree.report.flow.structure.com.sun.star.report.pentaho.model.OfficeGroupSection=com.sun.star.r…
148 org.jfree.report.flow.structure.com.sun.star.report.pentaho.model.OfficeDetailSection=com.sun.star.…
[all …]
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DStylesWriter.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.OfficeMasterPage;
30 import com.sun.star.report.pentaho.model.OfficeMasterStyles;
31 import com.sun.star.report.pentaho.model.OfficeStyle;
32 import com.sun.star.report.pentaho.model.OfficeStyles;
33 import com.sun.star.report.pentaho.model.OfficeStylesCollection;
34 import com.sun.star.report.pentaho.model.PageLayout;
35 import com.sun.star.report.pentaho.model.RawText;
/aoo4110/main/scripting/java/com/sun/star/script/framework/io/
H A DXStorageHelper.java166 public synchronized static void addNewModel( XModel model ) in addNewModel() argument
169 modelMap.put( PathUtils.getOidForModel( model ), model ); in addNewModel() local
171 UnoRuntime.queryInterface(XComponent.class, model); in addNewModel()
189 XModel model = (XModel) in disposing() local
192 if ( model != null ) in disposing()
194 LogUtils.DEBUG(" Disposing doc " + model.getURL() ); in disposing()
195 Object result = modelMap.remove( model ); in disposing()

Completed in 109 milliseconds

12345678910>>...22