Searched refs:rEndCell (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/sc/source/filter/xml/ |
H A D | XMLTableShapeResizer.cxx | 130 const table::CellAddress& rEndCell, in GetNewShapeSizePos() argument 135 sal_Bool bNegativePage(pDoc->IsNegativePage(rEndCell.Sheet)); in GetNewShapeSizePos() 142 static_cast<SCCOL>(rEndCell.Column), static_cast<SCROW>(rEndCell.Row), in GetNewShapeSizePos() 143 static_cast<SCCOL>(rEndCell.Column), static_cast<SCROW>(rEndCell.Row), rEndCell.Sheet )); in GetNewShapeSizePos()
|
H A D | XMLTableShapeResizer.hxx | 62 const com::sun::star::table::CellAddress& rEndCell,
|
/aoo4110/main/sw/source/core/unocore/ |
H A D | unochart.cxx | 318 const String &rStartCell, const String &rEndCell, in GetRangeRepFromTableAndCells() argument 327 if (rEndCell.Len()) in GetRangeRepFromTableAndCells() 330 aRes += rEndCell; in GetRangeRepFromTableAndCells() 346 String &rEndCell, in GetTableAndCellsFromRangeRep() argument 387 rEndCell = aEndCell; in GetTableAndCellsFromRangeRep()
|
/aoo4110/main/sw/source/core/layout/ |
H A D | wsfrm.cxx | 2507 … SwCellFrm& rEndCell = const_cast<SwCellFrm&>(pThisCell->FindStartEndOfRowSpanCell( false, true )); in GrowFrm() local 2508 if ( -1 == rEndCell.GetTabBox()->getRowSpan() ) in GrowFrm() 2509 pToGrow = rEndCell.GetUpper(); in GrowFrm() 2701 … SwCellFrm& rEndCell = const_cast<SwCellFrm&>(pThisCell->FindStartEndOfRowSpanCell( false, true )); in ShrinkFrm() local 2702 pToShrink = rEndCell.GetUpper(); in ShrinkFrm()
|
Completed in 59 milliseconds