Home
last modified time | relevance | path

Searched refs:ranges (Results 1 – 25 of 165) sorted by relevance

1234567

/trunk/main/offapi/com/sun/star/sheet/
H A DXSheetCellRangeContainer.idl46 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 DXNamedRanges.idl50 /** 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 DXConsolidationDescriptor.idl59 /** 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 DXCellFormatRangesSupplier.idl41 /** 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 DXSheetCellRanges.idl45 /** 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 DNamedRanges.idl50 /** 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 DSheetCellRanges.idl96 /** 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 address of the ranges as string, e.g. "$Sheet1.$B$2:$D$5".
H A DDatabaseRanges.idl43 /** 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 DXUniqueCellFormatRangesSupplier.idl42 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 DLabelRanges.idl44 /** 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 DCellFormatRanges.idl41 /** 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 DXConsolidatable.idl41 /** 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 DSpreadsheetDocument.idl227 /** 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 DXDataPilotFieldGrouping.idl90 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.
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/
H A D_XCellRangesQuery.java131 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 …]
/trunk/main/extensions/source/abpilot/
H A Dabpresid.hrc111 #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!!"
/trunk/main/sal/textenc/
H A Dconvertsinglebytetobmpunicode.cxx100 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()
/trunk/main/sc/qa/complex/cellRanges/
H A DCheckXCellRangesQuery.java219 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()
/trunk/main/vcl/source/window/
H A Ddockingarea.cxx198 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()
/trunk/main/extensions/inc/
H A Dextensio.hrc29 // - 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 !!!
/trunk/main/extensions/source/dbpilots/
H A Ddbpresid.hrc97 #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!!"
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/
H A DScIndexEnumeration_NamedRangesEnumeration.java87 Object ranges = null; in createTestEnvironment() local
89 ranges = docProps.getPropertyValue("NamedRanges"); in createTestEnvironment()
99 UnoRuntime.queryInterface(XNamedRanges.class, ranges); in createTestEnvironment()
H A DScNamedRangeObj.java121 Object ranges = null; in createTestEnvironment() local
123 ranges = docProps.getPropertyValue("NamedRanges"); in createTestEnvironment()
133 UnoRuntime.queryInterface(XNamedRanges.class, ranges); in createTestEnvironment()
H A DScNamedRangesObj.java140 Object ranges = null; in createTestEnvironment() local
142 ranges = docProps.getPropertyValue("NamedRanges"); in createTestEnvironment()
152 UnoRuntime.queryInterface(XNamedRanges.class, ranges); in createTestEnvironment()
/trunk/main/offapi/com/sun/star/chart2/data/
H A DXDataReceiver.idl80 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>

Completed in 92 milliseconds

1234567