Home
last modified time | relevance | path

Searched refs:collection (Results 1 – 25 of 256) sorted by relevance

1234567891011

/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/comphelper/
H A DOEnumerationByIndex.java35 private XIndexAccess collection; field in OEnumerationByIndex
39 public OEnumerationByIndex(XIndexAccess collection) { in OEnumerationByIndex() argument
40 this.collection = collection; in OEnumerationByIndex()
47 if (event.Source == collection) { in disposing()
48 collection = null; in disposing()
56 if (collection != null) { in hasMoreElements()
57 if (position < collection.getCount()) { in hasMoreElements()
61 collection = null; in hasMoreElements()
73 if (collection != null) { in nextElement()
74 if (position < collection.getCount()) { in nextElement()
[all …]
H A DOEnumerationByName.java37 private XNameAccess collection; field in OEnumerationByName
40 public OEnumerationByName(XNameAccess collection) { in OEnumerationByName() argument
41 this.collection = collection; in OEnumerationByName()
42 names = collection.getElementNames(); in OEnumerationByName()
49 if (event.Source == collection) { in disposing()
50 collection = null; in disposing()
58 if (collection != null) { in hasMoreElements()
63 collection = null; in hasMoreElements()
75 if (collection != null) { in nextElement()
77 value = collection.getByName(names[position++]); in nextElement()
[all …]
/trunk/main/offapi/com/sun/star/gallery/
H A DXGalleryTheme.idl57 access to existing Gallery items collection.</p>
85 be added to the collection
91 item is inserted at the end of the collection. If the index
93 the collection.
108 that should be added to the collection
114 item is inserted at the end of the collection. If the index
116 the collection.
132 A drawing model that should be added to the collection
138 item is inserted at the end of the collection. If the index
140 the collection.
[all …]
H A DXGalleryThemeProvider.idl51 access to existing Gallery themes collection.</p>
57 /** creates a new Gallery theme and adds it to the collection.
60 The name of the Gallery theme to be added to the collection.
73 /** deletes a Gallery theme from the collection.
/trunk/main/offapi/com/sun/star/sheet/
H A DSpreadsheetDocument.idl162 /** provides access to the collection of link targets available in
175 /** provides access to the collection of spreadsheets.
211 /** provides access to the collection of style families.
220 /** provides access to the collection of number formats contained in
227 /** contains the collection of named ranges in the document.
233 /** contains the collection of database ranges in the document.
239 /** contains the collection of column label ranges in the document.
245 /** contains the collection of row label ranges in the document.
251 /** contains the collection of sheet links in the document.
257 /** contains the collection of area links in the document.
[all …]
H A DXSheetCellRangeContainer.idl45 /** provides methods to access cell ranges in a collection via index and
54 /** adds the given range to the collection of cell ranges.
69 /** removes the given range from the collection of cell ranges.
75 collection. The method does not try to shorten a range.</p>
78 if the collection does not contain the specified range.
86 /** adds the given ranges to the collection of cell ranges.
101 /** removes the given ranges from the collection of cell ranges.
107 collection. The method does not try to shorten ranges.</p>
110 if the collection does not contain any of the specified ranges.
H A DDataPilotFieldGroups.idl43 /** represents a collection of groups in a data pilot field.
45 <p>The members of this collection are instances of <type>DataPilotFieldGroup</type>
56 /** provides access to the data pilot field groups in the collection via
71 /** provides access to the data pilot field groups in the collection via
79 collection via name.
88 names in an existing group with a new collection of item names. An
105 field group with the passed collection of item names. An
H A DXSpreadsheets.idl46 /** inserts a new sheet into the collection.
51 the index of the new spreadsheet in the collection.
57 /** moves a sheet within the collection.
62 the new index of the spreadsheet in the collection.
68 /** copies a sheet within the collection.
75 the index of the copy in the collection.
H A DXDataPilotDescriptor.idl94 /** returns the collection of all the data pilot fields.
100 /** returns the collection of the data pilot fields used as column fields.
108 /** returns the collection of the data pilot fields used as row fields.
116 /** returns the collection of the data pilot fields used as page fields.
124 /** returns the collection of the data pilot fields used as data fields.
132 /** returns the collection of the data pilot fields not used as
H A DDataPilotFieldGroup.idl46 /** represents a collection of members in a data pilot field group.
48 <p>The members (also called items) of this collection are instances of
62 the new name is not used in the collection of groups in the field.</p>
69 collection via index.
84 collection via name.
91 the collection via name.
H A DXUniqueCellFormatRangesSupplier.idl41 /** provides access to a collection of collections of equal-formatted
49 /** returns a collection of equal-formatted cell range collections.
56 <p>All equal-formatted ranges are consolidated into one collection.
58 <type>UniqueCellFormatRanges</type> collection.</p>
61 the collection of equal-formatted cell range collections.
H A DXScenarios.idl41 /** provides access via name to the scenarios in a collection and inserting
51 /** creates a new scenario and adds it to the collection.
54 the name of the scenario (used i.e. for collection access).
69 /** removes a scenario from the collection.
H A DXSheetAnnotations.idl54 specified cell and inserts it into the collection.</p>
69 /** removes a cell annotation from the collection.
72 collection.</p>
75 is the index of the annotation in the collection.
H A DXDataPilotTables.idl50 access to existing data pilot tables in the collection.</p>
70 /** creates a new data pilot table and adds it to the collection.
73 the name of the data pilot table used in the collection.
91 /** deletes a data pilot table from the collection.
H A DXSheetFilterDescriptor.idl36 /** provides access to a collection of filter conditions (filter fields).
44 /** returns the collection of filter fields.
50 /** sets a new collection of filter fields.
/trunk/main/ucbhelper/source/provider/
H A Dinteractionrequest.cxx180 static cppu::OTypeCollection collection( in getTypes() local
185 pCollection = &collection; in getTypes()
332 static cppu::OTypeCollection collection( in getTypes() local
337 pCollection = &collection; in getTypes()
434 static cppu::OTypeCollection collection( in getTypes() local
439 pCollection = &collection; in getTypes()
541 pCollection = &collection; in getTypes()
643 pCollection = &collection; in getTypes()
748 pCollection = &collection; in getTypes()
1011 pCollection = &collection; in getTypes()
[all …]
/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DInterfaceContainer.java314 synchronized public boolean containsAll(Collection collection) in containsAll() argument
317 if (elementData != null && collection != null) in containsAll()
319 Iterator it= collection.iterator(); in containsAll()
526 synchronized public boolean removeAll(Collection collection) in removeAll() argument
529 if (elementData != null && collection != null) in removeAll()
531 Iterator it= collection.iterator(); in removeAll()
543 synchronized public boolean retainAll(Collection collection) in retainAll() argument
546 if (elementData != null && collection != null) in retainAll()
555 Iterator itColl= collection.iterator(); in retainAll()
568 itColl= collection.iterator(); in retainAll()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DStylesWriter.java141 final OfficeStylesCollection collection = osc[sci]; in writeMasterStylesSection() local
142 final OfficeMasterStyles officeStyles = collection.getMasterStyles(); in writeMasterStylesSection()
163 final OfficeStylesCollection collection = osc[sci]; in writeCommonStylesSection() local
164 final OfficeStyles officeStyles = collection.getCommonStyles(); in writeCommonStylesSection()
177 final OfficeStylesCollection collection = osc[sci]; in writeAutomaticStylesSection() local
178 final OfficeStyles officeStyles = collection.getAutomaticStyles(); in writeAutomaticStylesSection()
193 final OfficeStylesCollection collection = osc[sci]; in writeFontFaces() local
194 final FontFaceDeclsSection fontFaceDecls = collection.getFontFaceDecls(); in writeFontFaces()
/trunk/main/offapi/com/sun/star/i18n/
H A DWordType.idl44 collection of alphanumeric characters, or collection of
50 collection of alphanumeric characters, or collection of
55 /** "words" - in the meaning of a collection of alphanumeric
/trunk/main/oovbaapi/ooo/vba/
H A DXCollectionBase.idl36 Every VBA collection provides the number of items, an enumeration access of
37 all collection items (e.g. for the "For Each" loop), and a way to access
40 The various VBA collection objects expect a specific number of arguments in
47 /** Provides an enumeration of all items in this collection.
60 /** Returns the number of items contained in this collection.
/trunk/main/oovbaapi/ooo/vba/excel/
H A DSheetObjects.idl55 /** Adds a new line object to the sheet this collection belongs to. The
56 type of the object is determined by the type of the collection.
70 /** A collection providing access to all polygon objects in a single sheet.
77 /** Adds a new polygon object to the sheet this collection belongs to.
92 /** Represents the collection of drawing button controls in a spreadsheet. */
/trunk/main/offapi/com/sun/star/drawing/
H A DShapeCollection.idl41 collection are not owned by the collection.
43 This service is used by the view f.e. to return a collection of
52 /** allows controlling or observing the lifetime of this collection
H A DXShapes.idl42 <type>Shape</type>s in a collection.
52 /** inserts a <type>Shape</type> into this collection.
61 /** removes a <type>Shape</type> from this collection.
65 collection and disposed.
H A DXShapeArranger.idl61 the specified collection of <type>Shape</type>s.
87 /** moves the specified collection of <type>Shape</type>s
96 /** moves the specified collection of <type>Shape</type>s in
105 /** reverses the order of the specified collection of
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/
H A DVariablesDeclarationLayoutController.java108 final VariablesCollection collection = orslc.getVariablesCollection(); in advance() local
109 if (collection.getVariablesCount() == 0) in advance()
120 final FormattedTextElement[] variables = collection.getVariables(); in advance()
124 final String varName = collection.getNamePrefix() + (i + 1); in advance()

Completed in 95 milliseconds

1234567891011