Home
last modified time | relevance | path

Searched refs:range (Results 1 – 25 of 415) sorted by relevance

12345678910>>...17

/trunk/main/basegfx/
H A DPackage_inc.mk42 $(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/range/b2drangeclipper.hxx,basegfx/range/b…
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…
46 …val $(call gb_Package_add_file,basegfx_inc,inc/basegfx/range/b2dconnectedranges.hxx,basegfx/range/…
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…
49 $(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/range/rangeexpander.hxx,basegfx/range/ran…
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…
[all …]
/trunk/main/o3tl/qa/
H A Dtest-range.cxx34 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()
72 range<int> t9(88, 88); in int_test()
[all …]
/trunk/main/o3tl/inc/o3tl/
H A Drange.hxx44 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()
84 inline range<typename T::const_iterator>
93 inline range<typename T::iterator>
108 range<T>::range( T i_inclusiveLowerBorder, in range() function in o3tl::range
118 range<T>::~range() in ~range()
[all …]
/trunk/main/autodoc/inc/cosv/tpl/
H A Drange.hxx45 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()
85 inline range<typename T::const_iterator>
94 inline range<typename T::iterator>
109 range<T>::range( T i_inclusiveLowerBorder, in range() function in csv::range
119 range<T>::~range() in ~range()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/
H A D_XSheetOutline.java114 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.java124 CellRangeAddress[] range = getting.getRangeAddresses(); in _queryDependents() local
126 res = ((range[miQueryThisDependentRange].StartColumn==miExpectedDependentValues[0]) && in _queryDependents()
127 (range[miQueryThisDependentRange].EndColumn==miExpectedDependentValues[1]) && in _queryDependents()
128 (range[miQueryThisDependentRange].StartRow==miExpectedDependentValues[2]) && in _queryDependents()
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
[all …]
/trunk/main/vcl/aqua/source/a11y/
H A Daqua11ytextwrapper.mm94 NSRange range = [ value rangeValue ];
96 … [ wrapper accessibleText ] -> setSelection ( range.location, range.location + range.length );
172 NSValue * range = nil;
175range = [ NSValue valueWithRange: NSMakeRange ( textSegment.SegmentStart, textSegment.SegmentEnd -…
179 return range;
182 +(id)stringForRangeAttributeForElement:(AquaA11yWrapper *)wrapper forParameter:(id)range {
183 int loc = [ range rangeValue ].location;
184 int len = [ range rangeValue ].length;
194 +(id)attributedStringForRangeAttributeForElement:(AquaA11yWrapper *)wrapper forParameter:(id)range {
195 …urn [ AquaA11yTextAttributesWrapper createAttributedStringForElement: wrapper inOrigRange: range ];
[all …]
H A Daqua11ytextattributeswrapper.mm106 +(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
131 …attributes toString:(NSMutableAttributedString *)string forRange:(NSRange)range storeDefaultsTo:(A…
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 ];
184 …32>() forAttribute: NSAccessibilityForegroundColorTextAttribute andRange: range toString: string ];
186 …32>() forAttribute: NSAccessibilityBackgroundColorTextAttribute andRange: range toString: string ];
[all …]
/trunk/main/offapi/com/sun/star/table/
H A DXCellRange.idl45 /** provides access to the cells or to sub-ranges of a cell range.
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.
79 is the column index of the first cell inside the range.
82 is the row index of the first cell inside the range.
85 is the column index of the last cell inside the range.
88 is the row index of the last cell inside the range.
[all …]
/trunk/main/offapi/com/sun/star/util/
H A DDateTimeRange.idl33 /** 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.
57 /** contains the start day of month (1-31 or 0 for a void date) for the range.
62 /** contains the start month of year (1-12 or 0 for a void date) 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.
[all …]
/trunk/main/offapi/com/sun/star/sheet/
H A DXPrintAreas.idl83 /** 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 DXNamedRanges.idl60 /** 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,
78 <p>This parameter will be zero for any common named range.</p>
88 /** creates named cell ranges from titles in a cell range.
92 of the range (depending on the parameter <const>aBorder</const>.
94 part of the original range, excluding the labels.</p>
96 <p>Example: The source range is A1:B3. The named ranges shall be
[all …]
H A DXCellRangesAccess.idl61 /** 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.
91 is the column index of the first cell inside 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.
[all …]
H A DXAreaLink.idl41 /** 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 DXCellRangesQuery.idl63 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
112 <p>This method takes each column of the current cell range(s) and
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.
[all …]
H A DXCellRangeMovement.idl64 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 DNamedRange.idl45 /** 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 DSheetCellRange.idl164 /** 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 Dgraphite_cache.cxx112 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 DXDataProvider.idl57 /** 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 DLabelOrigin.idl41 /** 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 DSCTool.java41 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 DAnimationRepeat.idl30 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/offapi/com/sun/star/accessibility/
H A DXAccessibleEditableText.idl51 /** Copies the text range into the clipboard.
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.
[all …]
/trunk/main/sfx2/qa/complex/sfx2/undo/
H A DCalcDocumentTest.java54 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()

12345678910>>...17