/aoo4110/main/offapi/com/sun/star/sheet/ |
H A D | XSheetCellRangeContainer.idl | 46 to add and remove cell ranges. 54 /** adds the given range to the collection of cell ranges. 60 defines how the range should be added. To merge the ranges 69 /** removes the given range from the collection of cell ranges. 86 /** adds the given ranges to the collection of cell ranges. 89 contains a sequence of addresses of all new ranges. 92 defines how the ranges should be added. To merge the ranges 101 /** removes the given ranges from the collection of cell ranges. 104 contains a sequence of addresses of all ranges to be removed. 106 <p>All specified ranges must fit exactly to elements of the [all …]
|
H A D | XNamedRanges.idl | 50 /** provides access to the members in a collection of named ranges and to 88 /** creates named cell ranges from titles in a cell range. 90 <p>The names for the named ranges are taken from title cells in the 93 The named ranges refer to single columns or rows in the inner 96 <p>Example: The source range is A1:B3. The named ranges shall be 98 for the second parameter. The method creates two named ranges. The 105 the cell range used to create the named ranges. 122 /** writes a list of all named ranges into the document. 125 column contains the contents of the named ranges.</p>
|
H A D | XConsolidationDescriptor.idl | 59 /** returns the function by which the ranges are consolidated. 65 /** sets the function by which the ranges are consolidated. 71 /** returns the cell ranges which are consolidated. 77 /** sets the cell ranges which are consolidated. 99 /** returns, whether column headers from the cell ranges are used to 106 /** specifies if column headers from the cell ranges are used to find 113 /** returns, whether row headers from the cell ranges are used to 120 /** specifies if row headers from the cell ranges are used to find
|
H A D | XCellFormatRangesSupplier.idl | 41 /** provides access to a collection of equal-formatted cell ranges. 50 /** returns a collection of equal-formatted cell ranges. 53 ranges (even unformatted cells). If there is a non-rectangular 55 rectangular ranges.</p> 58 the collection of equal-formatted cell ranges.
|
H A D | XSheetCellRanges.idl | 45 /** provides methods to access cell ranges in a collection via index and 62 /** creates a string with addresses of all contained cell ranges. 68 a string containing the addresses of all cell ranges. 74 /** creates a sequence with addresses of all contained cell ranges. 77 a sequence with the addresses of all cell ranges.
|
H A D | NamedRanges.idl | 50 /** represents a collection of named ranges in a spreadsheet document. 61 /** provides access to the named ranges and to insert and remove them. 67 /** provides access to the named ranges via index. 76 /** creates an enumeration of all named ranges. 85 /** provides methods to control the internal update of named ranges.
|
H A D | SheetCellRanges.idl | 96 /** represents a collection of cell ranges in a spreadsheet document. 171 /** provides methods to access cell ranges via index and to add and 172 remove cell ranges. 178 /** creates an enumeration of all cell ranges. 186 /** provides access of the cell ranges via an user-defined name. 243 /** Returns the absolute adress of the ranges as string, e.g. "$Sheet1.$B$2:$D$5".
|
H A D | DatabaseRanges.idl | 43 /** represents a collection of database ranges in a spreadsheet document. 51 /** provides access to the database ranges and to insert and remove them. 57 /** creates an enumeration of all database ranges. 65 /** provides access to the database ranges in the collection via index.
|
H A D | XUniqueCellFormatRangesSupplier.idl | 42 cell ranges. 52 ranges (even unformatted cells). If there is a non-rectangular 54 rectangular ranges.</p> 56 <p>All equal-formatted ranges are consolidated into one collection.
|
H A D | CellFormatRanges.idl | 41 /** represents a collection of equal-formatted cell ranges. 54 /** provides methods to access the contained cell ranges by index. 62 /** creates an enumeration of all cell ranges.
|
H A D | LabelRanges.idl | 44 /** represents a collection of label ranges in a spreadsheet document. 60 /** provides access to the label ranges via index. 69 /** creates an enumeration of all label ranges.
|
H A D | XConsolidatable.idl | 41 /** provides methods to consolidate ranges in a spreadsheet document. 43 <p>Consolidation combines the cells of multiple cell ranges, using a 65 /** consolidates data from several cell ranges, using the settings
|
H A D | SpreadsheetDocument.idl | 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.
|
H A D | XDataPilotFieldGrouping.idl | 90 numeric ranges), otherwise an exception is thrown.</p> 123 be zero, unless ranges of days have to be grouped (see the 137 ranges of days, and the value specifies the number of days grouped 156 ranges.
|
/aoo4110/main/qadevOOo/tests/java/ifc/sheet/ |
H A D | _XCellRangesQuery.java | 131 getting = ranges.getRangeAddressesAsString(); in _queryColumnDifferences() 150 XSheetCellRanges ranges = oObj.queryContentCells( in _queryContentCells() local 152 getting = ranges.getRangeAddressesAsString(); in _queryContentCells() 169 XSheetCellRanges ranges = oObj.queryEmptyCells(); in _queryEmptyCells() local 170 getting = ranges.getRangeAddressesAsString(); in _queryEmptyCells() 204 XSheetCellRanges ranges = oObj.queryFormulaCells( in _queryFormulaCells() local 206 getting = ranges.getRangeAddressesAsString(); in _queryFormulaCells() 220 XSheetCellRanges ranges = oObj.queryIntersection( in _queryIntersection() local 222 getting = ranges.getRangeAddressesAsString(); in _queryIntersection() 242 getting = ranges.getRangeAddressesAsString(); in _queryRowDifferences() [all …]
|
/aoo4110/main/sal/textenc/ |
H A D | convertsinglebytetobmpunicode.cxx | 100 rtl::textenc::BmpUnicodeToSingleByteRange const * ranges = static_cast< in rtl_textenc_convertBmpUnicodeToSingleByte() local 133 if (c < ranges[i].unicode) { in rtl_textenc_convertBmpUnicodeToSingleByte() 136 ranges[i].unicode + ranges[i].range)) in rtl_textenc_convertBmpUnicodeToSingleByte() 142 ranges[i].byte + (c - ranges[i].unicode)); in rtl_textenc_convertBmpUnicodeToSingleByte()
|
/aoo4110/main/extensions/source/abpilot/ |
H A D | abpresid.hrc | 111 #error "please adjust the resource id ranges!!" 114 #error "please adjust the resource id ranges!!" 117 #error "please adjust the resource id ranges!!" 120 #error "please adjust the resource id ranges!!" 123 #error "please adjust the resource id ranges!!" 126 #error "please adjust the resource id ranges!!" 129 #error "please adjust the resource id ranges!!"
|
/aoo4110/main/sc/qa/complex/cellRanges/ |
H A D | CheckXCellRangesQuery.java | 219 XSheetCellRanges ranges = m_xCell.queryColumnDifferences( in _queryColumnDifferences() local 221 String getting = ranges.getRangeAddressesAsString(); in _queryColumnDifferences() 238 XSheetCellRanges ranges = m_xCell.queryEmptyCells(); in _queryEmptyCells() local 239 String getting = ranges.getRangeAddressesAsString(); in _queryEmptyCells() 256 XSheetCellRanges ranges = m_xCell.queryRowDifferences( in _queryRowDifferences() local 258 String getting = ranges.getRangeAddressesAsString(); in _queryRowDifferences()
|
/aoo4110/main/vcl/source/window/ |
H A D | dockingarea.cxx | 198 std::map< int, int > ranges; in Paint() local 206 ranges[ aPos.Y() ] = aSize.Height(); in Paint() 208 ranges[ aPos.X() ] = aSize.Width(); in Paint() 213 for( std::map<int,int>::const_iterator it = ranges.begin(); it != ranges.end(); ++it ) in Paint()
|
/aoo4110/main/extensions/inc/ |
H A D | extensio.hrc | 29 // - resource id ranges 37 // !!! please adjust RID_LAST_EXTENSIONS_RANGE if you add new ranges here !!! 46 // - help id ranges 63 // !!! please adjust HID_LAST_EXTENSIONS_RANGE if you add new ranges here !!!
|
/aoo4110/main/extensions/source/dbpilots/ |
H A D | dbpresid.hrc | 97 #error "please adjust the resource id ranges!!" 100 #error "please adjust the resource id ranges!!" 103 #error "please adjust the resource id ranges!!" 106 #error "please adjust the resource id ranges!!"
|
/aoo4110/main/qadevOOo/tests/java/mod/_sc/ |
H A D | ScIndexEnumeration_NamedRangesEnumeration.java | 87 Object ranges = null; in createTestEnvironment() local 89 ranges = docProps.getPropertyValue("NamedRanges"); in createTestEnvironment() 99 UnoRuntime.queryInterface(XNamedRanges.class, ranges); in createTestEnvironment()
|
H A D | ScNamedRangeObj.java | 121 Object ranges = null; in createTestEnvironment() local 123 ranges = docProps.getPropertyValue("NamedRanges"); in createTestEnvironment() 133 UnoRuntime.queryInterface(XNamedRanges.class, ranges); in createTestEnvironment()
|
H A D | ScNamedRangesObj.java | 140 Object ranges = null; in createTestEnvironment() local 142 ranges = docProps.getPropertyValue("NamedRanges"); in createTestEnvironment() 152 UnoRuntime.queryInterface(XNamedRanges.class, ranges); in createTestEnvironment()
|
/aoo4110/main/offapi/com/sun/star/chart2/data/ |
H A D | XDataReceiver.idl | 80 out of memory, but still get informed by changes of ranges 100 data ranges used by the currently selected objects in the data 104 ranges used by the currently selected object in a chart.</p>
|