/trunk/main/sc/source/ui/view/ |
H A D | viewfun2.cxx | 567 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 D | dbfunc.cxx | 402 if ( !pDoc->IsBlockEmpty( in ToggleAutoFilter()
|
H A D | cellsh2.cxx | 124 if ( bRet && pDoc->IsBlockEmpty( rRange.aStart.Tab(), rRange.aStart.Col(), in lcl_GetTextToColumnsRange()
|
H A D | viewfun3.cxx | 929 bIsEmpty = pDoc->IsBlockEmpty(nTab, rDestRange.aStart.Col(), rDestRange.aStart.Row(), in lcl_checkDestRangeForOverwrite()
|
/trunk/main/sc/source/core/data/ |
H A D | dpshttab.cxx | 294 …if( pDoc->IsBlockEmpty( aSrcRange.aStart.Tab(), aSrcRange.aStart.Col(), aSrcRange.aStart.Row()+1, … in CheckValidate()
|
H A D | documen9.cxx | 551 if (!IsBlockEmpty( nTab, nStartCol, nStartRow, nEndCol, nEndRow )) in IsPrintEmpty()
|
H A D | document.cxx | 4458 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 D | dpobject.cxx | 622 pDoc->IsBlockEmpty( nTab, nFirstCol, nFirstRow + nInitial, nFirstCol, nFirstRow + nInitial ) && in RefreshAfterLoad()
|
H A D | table2.cxx | 1444 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 D | table.hxx | 303 …sal_Bool IsBlockEmpty( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, bool bIgnoreNotes = fa…
|
H A D | document.hxx | 882 sal_Bool IsBlockEmpty( SCTAB nTab, SCCOL nStartCol, SCROW nStartRow,
|
/trunk/main/sc/source/ui/app/ |
H A D | inputwin.cxx | 380 if ( pDoc->IsBlockEmpty( aRange.aStart.Tab(), in Select()
|
/trunk/main/sc/source/ui/docshell/ |
H A D | dbdocfun.cxx | 1356 bEmpty = pDoc->IsBlockEmpty( aNewOut.aStart.Tab(), in DataPilotUpdate()
|
H A D | impex.cxx | 1343 !pDoc->IsBlockEmpty( nTab, nStartCol + 1, nStartRow, nEndCol, nRow ) ) in ExtText2Doc()
|
H A D | docfunc.cxx | 4343 ( !pDoc->IsBlockEmpty( nTab, nStartCol,nStartRow+1, nStartCol,nEndRow, true ) || in MergeCells() 4344 !pDoc->IsBlockEmpty( nTab, nStartCol+1,nStartRow, nEndCol,nEndRow, true ) ); in MergeCells()
|