Home
last modified time | relevance | path

Searched defs:CellRange (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sw/source/core/unocore/
H A DXMLRangeHelper.hxx58 struct CellRange struct
60 Cell aUpperLeft;
61 Cell aLowerRight;
/trunk/main/chart2/source/inc/
H A DXMLRangeHelper.hxx54 struct OOO_DLLPUBLIC_CHARTTOOLS CellRange struct
56 Cell aUpperLeft;
57 Cell aLowerRight;
/trunk/main/svx/source/table/
H A Dcellrange.hxx40 class CellRange : public ::cppu::WeakAggImplHelper1< ::com::sun::star::table::XCellRange >, public … class
H A Dcellrange.cxx45 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 DResizeHideShowRowColumn.java87 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 DCellMerge.java92 XCellRange CellRange = sheet.getCellRangeByPosition( 0, 0, 1, 0 ); in testCellMerge() local

Completed in 20 milliseconds