Home
last modified time | relevance | path

Searched refs:rEndCell (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sc/source/filter/xml/
H A DXMLTableShapeResizer.cxx130 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 DXMLTableShapeResizer.hxx62 const com::sun::star::table::CellAddress& rEndCell,
/trunk/main/sw/source/core/layout/
H A Dwsfrm.cxx2512 … SwCellFrm& rEndCell = const_cast<SwCellFrm&>(pThisCell->FindStartEndOfRowSpanCell( false, true )); in GrowFrm() local
2513 if ( -1 == rEndCell.GetTabBox()->getRowSpan() ) in GrowFrm()
2514 pToGrow = rEndCell.GetUpper(); in GrowFrm()
2706 … SwCellFrm& rEndCell = const_cast<SwCellFrm&>(pThisCell->FindStartEndOfRowSpanCell( false, true )); in ShrinkFrm() local
2707 pToShrink = rEndCell.GetUpper(); in ShrinkFrm()
/trunk/main/sw/source/core/unocore/
H A Dunochart.cxx318 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()

Completed in 57 milliseconds