Searched defs:CellRange (Results 1 – 6 of 6) sorted by relevance
/trunk/main/sw/source/core/unocore/ |
H A D | XMLRangeHelper.hxx | 58 struct CellRange struct 60 Cell aUpperLeft; 61 Cell aLowerRight;
|
/trunk/main/chart2/source/inc/ |
H A D | XMLRangeHelper.hxx | 54 struct OOO_DLLPUBLIC_CHARTTOOLS CellRange struct 56 Cell aUpperLeft; 57 Cell aLowerRight;
|
/trunk/main/svx/source/table/ |
H A D | cellrange.hxx | 40 class CellRange : public ::cppu::WeakAggImplHelper1< ::com::sun::star::table::XCellRange >, public … class
|
H A D | cellrange.cxx | 45 CellRange::CellRange( const TableModelRef & xTable, sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nRig… in CellRange() function in sdr::table::CellRange
|
/trunk/test/testuno/source/fvt/uno/sc/rowcolumn/ |
H A D | ResizeHideShowRowColumn.java | 87 XCellRange CellRange = sheet.getCellRangeByPosition(0, 0, 1, 0); in testResizeColumn() local 178 XCellRange CellRange = sheet.getCellRangeByPosition(0, 0, 0, 1); in testResizeRow() local
|
H A D | CellMerge.java | 92 XCellRange CellRange = sheet.getCellRangeByPosition( 0, 0, 1, 0 ); in testCellMerge() local
|
Completed in 26 milliseconds