Searched refs:bRepCol (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() 65 bRepeatCol( bRepCol ), in ScPreviewLocationEntry() 202 …a::AddCellRange( const Rectangle& rRect, const ScRange& rRange, sal_Bool bRepCol, sal_Bool bRepRow, in AddCellRange() argument 206 …aEntries.Insert( new ScPreviewLocationEntry( SC_PLOC_CELLRANGE, aPixelRect, rRange, bRepCol, bRepR… in AddCellRange() 213 if (bRepCol) in AddCellRange() 227 …tionData::AddColHeaders( const Rectangle& rRect, SCCOL nStartCol, SCCOL nEndCol, sal_Bool bRepCol ) in AddColHeaders() argument 232 …aEntries.Insert( new ScPreviewLocationEntry( SC_PLOC_COLHEADER, aPixelRect, aRange, bRepCol, sal_F… in AddColHeaders()
|
H A D | printfun.cxx | 1485 sal_Bool bRepCol, ScPreviewLocationData& rLocationData ) in LocateColHdr() argument 1502 rLocationData.AddColHeaders( aCellRect, nX1, nX2, bRepCol ); in LocateColHdr() 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 …void AddCellRange( const Rectangle& rRect, const ScRange& rRange, sal_Bool bRepCol, sal_Bool bRepR… 112 void AddColHeaders( const Rectangle& rRect, SCCOL nStartCol, SCCOL nEndCol, sal_Bool bRepCol );
|
H A D | printfun.hxx | 331 long nScrX, long nScrY, sal_Bool bRepCol, sal_Bool bRepRow, 336 sal_Bool bRepCol, ScPreviewLocationData& rLocationData );
|
Completed in 36 milliseconds