Searched refs:IsEmptyBlock (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/sc/source/core/data/ |
H A D | table1.cxx | 571 if (!aCol[i].IsEmptyBlock( nStartRow, nEndRow )) //! bNotes ?????? in GetPrintAreaHor() 685 if (!aCol[rEndCol+1].IsEmptyBlock(nStart,nEnd)) in GetDataArea() 693 if (!aCol[rStartCol-1].IsEmptyBlock(nStart,nEnd)) in GetDataArea() 736 if ( aCol[rStartCol].IsEmptyBlock(rStartRow,rEndRow) ) in GetDataArea() 739 if ( aCol[rEndCol].IsEmptyBlock(rStartRow,rEndRow) ) in GetDataArea() 786 if (aCol[rEndCol].IsEmptyBlock( rStartRow, rEndRow)) in ShrinkToUsedDataArea() 797 if (aCol[rStartCol].IsEmptyBlock( rStartRow, rEndRow)) in ShrinkToUsedDataArea() 840 !aCol[rStartCol].IsEmptyBlock( rStartRow, rEndRow) : in ShrinkToUsedDataArea() 860 aCol[nCol].IsEmptyBlock(nStartRow, nEndRow)) in GetEmptyLinesInBlock() 869 while ((nCol <= nEndCol) && aCol[nCol].IsEmptyBlock(nStartRow, nEndRow)) in GetEmptyLinesInBlock() [all …]
|
H A D | column2.cxx | 1334 sal_Bool ScColumn::IsEmptyBlock(SCROW nStartRow, SCROW nEndRow, bool bIgnoreNotes) const in IsEmptyBlock() function in ScColumn
|
H A D | table3.cxx | 548 …(nLastCol > aSortParam.nCol1) && aCol[nLastCol].IsEmptyBlock(aSortParam.nRow1, aSortParam.nRow2); … in Sort()
|
H A D | table2.cxx | 1453 bEmpty = aCol[i].IsEmptyBlock( nRow1, nRow2, bIgnoreNotes ); in IsBlockEmpty()
|
/aoo4110/main/sc/inc/ |
H A D | column.hxx | 154 sal_Bool IsEmptyBlock(SCROW nStartRow, SCROW nEndRow, bool bIgnoreNotes = false) const;
|
Completed in 62 milliseconds