Searched refs:bRepRow (Results 1 – 4 of 4) sorted by relevance
/trunk/main/sc/source/ui/view/ |
H A D | prevloc.cxx | 61 sal_Bool bRepCol, sal_Bool bRepRow ) : in ScPreviewLocationEntry() 66 bRepeatRow( bRepRow ) in ScPreviewLocationEntry() 202 …a::AddCellRange( const Rectangle& rRect, const ScRange& rRange, sal_Bool bRepCol, sal_Bool bRepRow, in AddCellRange() argument 206 …es.Insert( new ScPreviewLocationEntry( SC_PLOC_CELLRANGE, aPixelRect, rRange, bRepCol, bRepRow ) ); in AddCellRange() 214 if (bRepRow) in AddCellRange() 219 if (bRepRow) in AddCellRange() 235 …tionData::AddRowHeaders( const Rectangle& rRect, SCROW nStartRow, SCROW nEndRow, sal_Bool bRepRow ) in AddRowHeaders() argument 240 ….Insert( new ScPreviewLocationEntry( SC_PLOC_ROWHEADER, aPixelRect, aRange, sal_False, bRepRow ) ); in AddRowHeaders()
|
H A D | printfun.cxx | 1506 sal_Bool bRepRow, ScPreviewLocationData& rLocationData ) in LocateRowHdr() argument 1522 rLocationData.AddRowHeaders( aCellRect, nY1, nY2, bRepRow ); in LocateRowHdr() 1526 long nScrX, long nScrY, sal_Bool bRepCol, sal_Bool bRepRow, in LocateArea() argument 1565 bRepCol, bRepRow, aDrawMapMode ); in LocateArea()
|
/trunk/main/sc/source/ui/inc/ |
H A D | prevloc.hxx | 110 …id AddCellRange( const Rectangle& rRect, const ScRange& rRange, sal_Bool bRepCol, sal_Bool bRepRow, 113 void AddRowHeaders( const Rectangle& rRect, SCROW nStartRow, SCROW nEndRow, sal_Bool bRepRow );
|
H A D | printfun.hxx | 331 long nScrX, long nScrY, sal_Bool bRepCol, sal_Bool bRepRow, 338 sal_Bool bRepRow, ScPreviewLocationData& rLocationData );
|
Completed in 32 milliseconds