Home
last modified time | relevance | path

Searched refs:IsEmptyBlock (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sc/source/core/data/
H A Dtable1.cxx571 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 Dcolumn2.cxx1334 sal_Bool ScColumn::IsEmptyBlock(SCROW nStartRow, SCROW nEndRow, bool bIgnoreNotes) const in IsEmptyBlock() function in ScColumn
H A Dtable3.cxx548 …(nLastCol > aSortParam.nCol1) && aCol[nLastCol].IsEmptyBlock(aSortParam.nRow1, aSortParam.nRow2); … in Sort()
H A Dtable2.cxx1453 bEmpty = aCol[i].IsEmptyBlock( nRow1, nRow2, bIgnoreNotes ); in IsBlockEmpty()
/trunk/main/sc/inc/
H A Dcolumn.hxx154 sal_Bool IsEmptyBlock(SCROW nStartRow, SCROW nEndRow, bool bIgnoreNotes = false) const;

Completed in 76 milliseconds