/aoo41x/main/offapi/com/sun/star/gallery/ |
H A D | XGalleryTheme.idl | 57 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 D | XGalleryThemeProvider.idl | 51 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.
|
/aoo41x/main/offapi/com/sun/star/sheet/ |
H A D | SpreadsheetDocument.idl | 162 /** 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 D | XSheetCellRangeContainer.idl | 45 /** 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 D | XSpreadsheets.idl | 46 /** 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 D | DataPilotFieldGroups.idl | 43 /** 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 D | XDataPilotDescriptor.idl | 94 /** 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 D | DataPilotFieldGroup.idl | 46 /** 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 D | XUniqueCellFormatRangesSupplier.idl | 41 /** 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 D | XScenarios.idl | 41 /** 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 D | XSheetAnnotations.idl | 54 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 D | XDataPilotTables.idl | 50 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 D | XSheetFilterDescriptor.idl | 36 /** 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.
|
H A D | XDatabaseRanges.idl | 41 /** provides functions to manage a collection of database ranges. 49 /** adds a new database range to the collection. 57 /** removes a database range from the collection.
|
H A D | XSheetFilterDescriptor2.idl | 36 /** provides access to a collection of filter conditions (filter fields). 49 /** returns the collection of filter fields. 55 /** sets a new collection of filter fields.
|
/aoo41x/main/ucbhelper/source/provider/ |
H A D | interactionrequest.cxx | 180 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 …]
|
/aoo41x/main/javaunohelper/com/sun/star/lib/uno/helper/ |
H A D | InterfaceContainer.java | 314 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()
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/output/ |
H A D | StylesWriter.java | 141 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()
|
/aoo41x/main/oovbaapi/ooo/vba/excel/ |
H A D | SheetObjects.idl | 70 /** Adds a new graphic object to the sheet this collection belongs to. The 71 type of the object is determined by the type of the collection. 98 /** Adds a new line object to the sheet this collection belongs to. The 99 type of the object is determined by the type of the collection. 113 /** A collection providing access to all polygon objects in a single sheet. 120 /** Adds a new polygon object to the sheet this collection belongs to. 135 /** Represents the collection of drawing button controls in a spreadsheet. */
|
/aoo41x/main/offapi/com/sun/star/i18n/ |
H A D | WordType.idl | 44 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
|
/aoo41x/main/oovbaapi/ooo/vba/ |
H A D | XCollectionBase.idl | 36 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.
|
/aoo41x/main/offapi/com/sun/star/drawing/ |
H A D | ShapeCollection.idl | 41 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 D | XShapes.idl | 42 <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 D | XShapeArranger.idl | 61 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
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/ |
H A D | VariablesDeclarationLayoutController.java | 108 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()
|