Home
last modified time | relevance | path

Searched refs:IsBlockEmpty (Results 1 – 15 of 15) sorted by relevance

/trunk/main/sc/source/ui/view/
H A Dviewfun2.cxx567 const bool bEndRowEmpty = pDoc->IsBlockEmpty( nTab, nStartCol, nEndRow, nEndCol, nEndRow ); in AutoSum()
568 const bool bEndColEmpty = pDoc->IsBlockEmpty( nTab, nEndCol, nStartRow, nEndCol, nEndRow ); in AutoSum()
579 while ( !pDoc->IsBlockEmpty( nTab, nStartCol, nInsRow, nEndCol, nInsRow ) ) in AutoSum()
605 while ( !pDoc->IsBlockEmpty( nTab, nInsCol, nStartRow, nInsCol, nEndRow ) ) in AutoSum()
652 if ( !pDoc->IsBlockEmpty( nTab, nCol, nStartRow, nCol, nSumEndRow ) ) in AutoSum()
685 if ( !pDoc->IsBlockEmpty( nTab, nStartCol, nRow, nSumEndCol, nRow ) ) in AutoSum()
1129 if ( !pDoc->IsBlockEmpty( nStartTab, nStartCol,nStartRow+1, nStartCol,nEndRow, true ) || in MergeCells()
1130 !pDoc->IsBlockEmpty( nStartTab, nStartCol+1,nStartRow, nEndCol,nEndRow, true ) ) in MergeCells()
1423 if ( pDoc->IsBlockEmpty( nTab, nStartX, nStartY, nEndX, nEndY ) ) in FillCrossDblClick()
H A Ddbfunc.cxx402 if ( !pDoc->IsBlockEmpty( in ToggleAutoFilter()
H A Dcellsh2.cxx124 if ( bRet && pDoc->IsBlockEmpty( rRange.aStart.Tab(), rRange.aStart.Col(), in lcl_GetTextToColumnsRange()
H A Dviewfun3.cxx929 bIsEmpty = pDoc->IsBlockEmpty(nTab, rDestRange.aStart.Col(), rDestRange.aStart.Row(), in lcl_checkDestRangeForOverwrite()
/trunk/main/sc/source/core/data/
H A Ddpshttab.cxx294 …if( pDoc->IsBlockEmpty( aSrcRange.aStart.Tab(), aSrcRange.aStart.Col(), aSrcRange.aStart.Row()+1, … in CheckValidate()
H A Ddocumen9.cxx551 if (!IsBlockEmpty( nTab, nStartCol, nStartRow, nEndCol, nEndRow )) in IsPrintEmpty()
H A Ddocument.cxx4458 sal_Bool ScDocument::IsBlockEmpty( SCTAB nTab, SCCOL nStartCol, SCROW nStartRow, in IsBlockEmpty() function in ScDocument
4463 return pTab[nTab]->IsBlockEmpty( nStartCol, nStartRow, nEndCol, nEndRow, bIgnoreNotes ); in IsBlockEmpty()
H A Ddpobject.cxx622 pDoc->IsBlockEmpty( nTab, nFirstCol, nFirstRow + nInitial, nFirstCol, nFirstRow + nInitial ) && in RefreshAfterLoad()
H A Dtable2.cxx1444 sal_Bool ScTable::IsBlockEmpty( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, bool bIgnoreNot… in IsBlockEmpty() function in ScTable
/trunk/main/sc/inc/
H A Dtable.hxx303 …sal_Bool IsBlockEmpty( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, bool bIgnoreNotes = fa…
H A Ddocument.hxx882 sal_Bool IsBlockEmpty( SCTAB nTab, SCCOL nStartCol, SCROW nStartRow,
/trunk/main/sc/source/ui/app/
H A Dinputwin.cxx380 if ( pDoc->IsBlockEmpty( aRange.aStart.Tab(), in Select()
/trunk/main/sc/source/ui/docshell/
H A Ddbdocfun.cxx1356 bEmpty = pDoc->IsBlockEmpty( aNewOut.aStart.Tab(), in DataPilotUpdate()
H A Dimpex.cxx1343 !pDoc->IsBlockEmpty( nTab, nStartCol + 1, nStartRow, nEndCol, nRow ) ) in ExtText2Doc()
H A Ddocfunc.cxx4343 ( !pDoc->IsBlockEmpty( nTab, nStartCol,nStartRow+1, nStartCol,nEndRow, true ) || in MergeCells()
4344 !pDoc->IsBlockEmpty( nTab, nStartCol+1,nStartRow, nEndCol,nEndRow, true ) ); in MergeCells()

Completed in 253 milliseconds