/trunk/main/basegfx/ |
H A D | Package_inc.mk | 43 $(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/range/b3irange.hxx,basegfx/range/b3irange… 44 $(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/range/b3dvolume.hxx,basegfx/range/b3dvolu… 45 $(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/range/basicbox.hxx,basegfx/range/basicbox… 47 $(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/range/b3drange.hxx,basegfx/range/b3drange… 48 $(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/range/b2drange.hxx,basegfx/range/b2drange… 50 $(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/range/b2irange.hxx,basegfx/range/b2irange… 51 $(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/range/b1ibox.hxx,basegfx/range/b1ibox.hxx… 54 $(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/range/b1irange.hxx,basegfx/range/b1irange… 57 $(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/range/b1drange.hxx,basegfx/range/b1drange… 58 $(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/range/b2ibox.hxx,basegfx/range/b2ibox.hxx… [all …]
|
/trunk/main/o3tl/qa/ |
H A D | test-range.cxx | 34 using o3tl::range; 46 range<int> in int_test() 48 range<int> in int_test() 66 range<int> t3(0,10); in int_test() 67 range<int> t4(7, 15); in int_test() 68 range<int> t5(12, 12); in int_test() 69 range<int> t6(13, 77); in int_test() 70 range<int> t7(87, 87); in int_test() 71 range<int> t8(87, 88); in int_test() 132 range<test_it> in iterator_test() [all …]
|
/trunk/main/o3tl/inc/o3tl/ |
H A D | range.hxx | 44 class range class 48 typedef range<T> self; 51 range( 54 ~range(); 77 inline range<T> 80 return range<T>(i1, i2); in make_range() 108 range<T>::range( T i_inclusiveLowerBorder, in range() function in o3tl::range 118 range<T>::~range() in ~range() 124 range<T>::begin() const in begin() 131 range<T>::end() const in end() [all …]
|
/trunk/main/autodoc/inc/cosv/tpl/ |
H A D | range.hxx | 45 class range class 49 typedef range<T> self; 52 range( 55 ~range(); 78 inline range<T> 81 return range<T>(i1, i2); in make_range() 109 range<T>::range( T i_inclusiveLowerBorder, in range() function in csv::range 119 range<T>::~range() in ~range() 125 range<T>::begin() const in begin() 132 range<T>::end() const in end() [all …]
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/ |
H A D | _XSheetOutline.java | 114 private boolean isCellShown(CellRangeAddress range) { in isCellShown() argument 121 … isNotShown &= dotIsOutsideRange(range.StartRow, range.StartColumn, visibleRanges[i]); in isCellShown() 122 isNotShown &= dotIsOutsideRange(range.StartRow, range.EndColumn, visibleRanges[i]); in isCellShown() 123 isNotShown &= dotIsOutsideRange(range.EndRow, range.StartColumn, visibleRanges[i]); in isCellShown() 124 isNotShown &= dotIsOutsideRange(range.EndRow, range.EndColumn, visibleRanges[i]); in isCellShown() 131 private boolean dotIsOutsideRange(int dotRow, int dotColumn, CellRangeAddress range) { in dotIsOutsideRange() argument 133 + range.StartRow + ":" + range.EndRow + "] column[" in dotIsOutsideRange() 134 + range.StartColumn + ":" + range.EndColumn + "]"); in dotIsOutsideRange() 136 if (dotRow >= range.StartRow && dotRow <= range.EndRow) in dotIsOutsideRange() 137 if (dotColumn >= range.StartColumn && dotColumn <= range.EndColumn) in dotIsOutsideRange()
|
H A D | _XFormulaQuery.java | 124 CellRangeAddress[] range = getting.getRangeAddresses(); in _queryDependents() local 129 (range[miQueryThisDependentRange].EndRow==miExpectedDependentValues[3])); in _queryDependents() 133 +(range[miQueryThisDependentRange]).StartColumn+"," in _queryDependents() 134 +(range[miQueryThisDependentRange]).EndColumn+"," in _queryDependents() 135 +(range[miQueryThisDependentRange]).StartRow+"," in _queryDependents() 136 +(range[miQueryThisDependentRange]).EndRow+")"); in _queryDependents() 164 CellRangeAddress[] range = getting.getRangeAddresses(); in _queryPrecedents() local 173 +(range[miQueryThisPrecedentRange]).StartColumn+"," in _queryPrecedents() 174 +(range[miQueryThisPrecedentRange]).EndColumn+"," in _queryPrecedents() 175 +(range[miQueryThisPrecedentRange]).StartRow+"," in _queryPrecedents() [all …]
|
/trunk/main/vcl/aqua/source/a11y/ |
H A D | aqua11ytextwrapper.mm | 94 NSRange range = [ value rangeValue ]; 96 … [ wrapper accessibleText ] -> setSelection ( range.location, range.location + range.length ); 172 NSValue * range = nil; 179 return range; 183 int loc = [ range rangeValue ].location; 184 int len = [ range rangeValue ].length; 199 NSValue * range = nil; 208 return range; 230 int len = [ range rangeValue ].length; 263 NSValue * range = nil; [all …]
|
H A D | aqua11ytextattributeswrapper.mm | 106 +(void)addColor:(SalColor)nSalColor forAttribute:(NSString *)attribute andRange:(NSRange)range toSt… 111 [ string addAttribute: attribute value: (id) aColorRef range: range ]; 115 +(void)addFont:(NSFont *)font toString:(NSMutableAttributedString *)string forRange:(NSRange)range { 126 range: range 161 …ute: NSAccessibilityUnderlineTextAttribute value: [ NSNumber numberWithInt: style ] range: range ]; 173 …: NSAccessibilityStrikethroughTextAttribute value: [ NSNumber numberWithBool: YES ] range: range ]; 177 …tribute: NSAccessibilityShadowTextAttribute value: [ NSNumber numberWithBool: YES ] range: range ]; 193 … [ string addAttribute: NSAccessibilitySuperscriptTextAttribute value: number range: range ]; 200 …eColor forAttribute: NSAccessibilityUnderlineColorTextAttribute andRange: range toString: string ]; 207 [ AquaA11yTextAttributesWrapper addFont: font toString: string forRange: range ]; [all …]
|
/trunk/main/offapi/com/sun/star/table/ |
H A D | XCellRange.idl | 53 /** Returns a single cell within the range. 56 is the column index of the cell inside the range. 59 is the row index of the cell inside the range. 65 if an index is outside the dimensions of this range. 76 /** Returns a sub-range of cells within the range. 88 is the row index of the last cell inside the range. 91 the specified cell range. 107 /** Returns a sub-range of cells within the range. 109 <p>The sub-range is specified by its name. The format of the range 115 the name of the sub-range. [all …]
|
/trunk/main/offapi/com/sun/star/util/ |
H A D | DateTimeRange.idl | 33 /** represents a range of date+time values. 37 /** contains the start hundredth seconds (0-99) for the range. 42 /** contains the start seconds (0-59) for the range. 47 /** contains the start minutes (0-59) for the range. 52 /** contains the start hour (0-23) for the range. 67 /** contains the start year for the range. 72 /** contains the end hundredth seconds (0-99) for the range. 77 /** contains the end seconds (0-59) for the range. 82 /** contains the end minutes (0-59) for the range. 87 /** contains the end hour (0-23) for the range. [all …]
|
/trunk/main/offapi/com/sun/star/sheet/ |
H A D | XNamedRanges.idl | 60 /** adds a new named range to the collection. 63 the new name of the named range. 68 <p>A cell range address is one possible content of a named 69 range.</p> 75 a combination of flags that specify the type of a named range, 88 /** creates named cell ranges from titles in a cell range. 94 part of the original range, excluding the labels.</p> 101 range is named using cell B1 and contains the cell range address 105 the cell range used to create the named ranges. 116 /** removes a named range from the collection. [all …]
|
H A D | XPrintAreas.idl | 83 /** returns the range that is specified as title columns range. 90 the range of columns that is specified as title columns range. 96 /** specifies a range of columns as title columns range. 98 <p>The rows of the passed range are ignored.</p> 105 the title columns range. 128 /** returns the range that is specified as title rows range. 135 the range of rows that is specified as title rows range. 141 /** specifies a range of rows as title rows range. 143 <p>The columns of the passed range are ignored.</p> 150 the title rows range.
|
H A D | XCellRangesAccess.idl | 61 /** Returns a single cell within the range. 76 if an index is outside the dimensions of this range. 88 /** Returns a sub-range of cells within the range. 94 is the row index of the first cell inside the range. 97 is the column index of the last cell inside the range. 100 is the row index of the last cell inside the range. 106 the specified cell range. 109 if an index is outside the dimensions of this range. 123 /** Returns a sub-range of cells within the range. 125 <p>The sub-range is specified by its name. The format of the range [all …]
|
H A D | XAreaLink.idl | 41 /** provides methods to change the settings of a linked cell range. 49 /** returns the source of the range within the source document. 51 <p>This can be the address of a cell or range in the form 52 "Sheet1.A1:C5", or the name of a named range or database range.</p> 58 /** sets the source of the range within the source document. 60 <p>This can be the address of a cell or range in the form 61 "Sheet1.A1:C5", or the name of a named range or database range.</p> 67 /** returns the position of the linked range in the destination 74 /** sets the position of the linked range in the destination document.
|
H A D | XCellRangesQuery.idl | 63 the visible (not hidden) cells of the current cell range(s). 72 the empty cells of the current cell range(s). 88 all cells of the current cell range(s) with the specified 102 all formula cells of the current cell range(s) with the 121 all cells of the current cell range(s) which are different 131 <p>This method takes each row of the current cell range(s) and 140 all cells of the current cell range(s) which are different 148 /** intersects the current cell range(s) with the specified cell range. 151 contains the cell range for intersection. 154 all cells of the current cell range(s) which are contained [all …]
|
H A D | XCellRangeMovement.idl | 64 the cell range in which empty cells will be inserted. 78 the cell range to remove. 89 /** moves a cell range to another position in the document. 91 <p>After copying the contents of the cell range, all cells 95 the address of the top left cell of the destination range. 98 the cell range which will be copied. 106 /** copies a cell range to another position in the document. 108 <p>The source cell range keeps unchanged.</p> 111 the address of the top left cell of the destination range. 114 the cell range which will be copied.
|
H A D | NamedRange.idl | 45 /** represents a named range in a spreadsheet document. 47 <p>In fact a named range is a named formula expression. A cell range 48 address is one possible content of a named range.</p> 56 /** provides access to the settings of the named range. 62 /** provides access to the cell range object referred by this named range. 64 <p>This works only, if the named range contains a single cell range
|
H A D | SheetCellRange.idl | 164 /** represents a rectangular range of cells in a spreadsheet document. 221 /** provides merging and unmerging the cells of this cell range. 239 /** provides applying an AutoFormat to the cell range. 245 /** provides access to the spreadsheet that contains this cell range. 265 /** provides access to the cell range address of this range. 272 cells of this range and to clear specific cells. 278 /** provides filling out the cell range automatically with values based 312 /** provides calculating SubTotal values in this range. 318 /** provides filtering the contents of this range. 356 /** contains the position of the top left cell of this range in [all …]
|
/trunk/main/vcl/source/glyphs/ |
H A D | graphite_cache.cxx | 112 GrRMEntry range = m_ropeMap.equal_range((*(record->m_rope)).hashCode()); in cacheSegment() local 113 while (range.first != range.second) in cacheSegment() 115 if (range.first->second == record) in cacheSegment() 117 m_ropeMap.erase(range.first); in cacheSegment() 120 ++range.first; in cacheSegment() 160 GrRMEntry range = m_ropeMap.equal_range((*(found->m_rope)).hashCode()); in cacheSegment() local 161 while (range.first != range.second) in cacheSegment() 163 if (range.first->second == found) in cacheSegment() 165 m_ropeMap.erase(range.first); in cacheSegment() 168 ++range.first; in cacheSegment()
|
/trunk/main/offapi/com/sun/star/chart2/data/ |
H A D | XDataProvider.idl | 57 /** Creates a data source object that matches the given range 61 chart out of a previously selected range of cells in a 66 given range. The properties should be defined in a 96 adjacent ranges appear successively in the range identifiers. 97 E.g., if the first range refers to "$Sheet1.$A$1:$A$8" and the 98 second range refers to "$Sheet1.$B$1:$B$8", those should be 119 /** creates a single data sequence for the given data range. 129 if the given range does not contain a valid range 130 representation for a one-dimensional range of data. 136 /** Returns a component that is able to change a given range [all …]
|
H A D | LabelOrigin.idl | 41 /** If a range spans a single row over more than one column, this 42 parameter has the same effect as ROW. If the range spans a 46 <p>In case of a range spanning more than one column and row, 47 the shorter range of both should be used (e.g. a spreadsheet 48 range A1:B10 should treat columns as short side).</p> 50 <p>In case of a rectangular range, or a range that is composed 71 range A1:A6 could, e.g., result in "Column A". 73 <p>If a range consists of more than one column the result of 82 range A2:D2 could, e.g., result in "Row 2". 84 <p>If a range consists of more than one row the result of
|
/trunk/test/testgui/source/testlib/gui/ |
H A D | SCTool.java | 41 public static void selectRange(String range) { in selectRange() argument 43 scInputBarPosition.setText(range); in selectRange() 150 public static int[] parseRange(String range) { in parseRange() argument 151 int dotIndex = range.indexOf("."); in parseRange() 153 range = range.substring(dotIndex + 1); in parseRange() 156 String[] locs = range.split(":"); in parseRange() 181 public static String[][] getCellTexts(String range) { in getCellTexts() argument 182 selectRange(range); in getCellTexts() 183 int[] intRange = parseRange(range); in getCellTexts() 227 LOG.info("Text of range [" + range + "]:\n" + arrayToString(texts)); in getCellTexts()
|
/trunk/main/offapi/com/sun/star/rendering/ |
H A D | AnimationRepeat.idl | 30 These constants determine how the [0,1] parameter range of the 38 /** The [0,1] parameter range is sweeped through exactly once.<p> 40 The [0,1] parameter range is sweeped through exactly once, 47 /** The [0,1] parameter range is sweeped through exactly twice.<p> 49 The [0,1] parameter range is sweeped through exactly twice, 57 /** The [0,1] parameter range is sweeped through infinitely.<p> 59 The [0,1] parameter range is sweeped through infinitely, 68 /** The [0,1] parameter range is sweeped through infinitely.<p> 70 The [0,1] parameter range is sweeped through infinitely,
|
/trunk/main/sfx2/qa/complex/sfx2/undo/ |
H A D | CalcDocumentTest.java | 54 XCellRange range = UnoRuntime.queryInterface( XCellRange.class, in initializeDocument() local 59 XCell cell = range.getCellByPosition( 1, i ); in initializeDocument() 77 XCellRange range = UnoRuntime.queryInterface( XCellRange.class, in verifyInitialDocumentState() local 81 final XCell cell = range.getCellByPosition( 1, i ); in verifyInitialDocumentState() 94 XCellRange range = UnoRuntime.queryInterface( XCellRange.class, in doMultipleModifications() local 102 final XCell cell = range.getCellByPosition( 1, i ); in doMultipleModifications() 110 XCellRange range = UnoRuntime.queryInterface( XCellRange.class, in getCellA1() local 112 return range.getCellByPosition( 0, 0 ); in getCellA1()
|
/trunk/main/offapi/com/sun/star/accessibility/ |
H A D | XAccessibleEditableText.idl | 65 The valid range is 0..length. 69 The valid range is 0..length. 92 The valid range is 0..length. 104 /** Deletes a range of text. 114 The valid range is 0..length. 118 The valid range is 0..length. 140 The valid range is 0..length. 167 The valid range is 0..length. 171 The valid range is 0..length. 199 The valid range is 0..length. [all …]
|