Searched refs:bEndColEmpty (Results 1 – 1 of 1) sorted by relevance
568 const bool bEndColEmpty = pDoc->IsBlockEmpty( nTab, nEndCol, nStartRow, nEndCol, nEndRow ); in AutoSum() local569 …bool bRow = ( ( nStartRow != nEndRow ) && ( bEndRowEmpty || ( !bEndRowEmpty && !bEndColEmpty ) ) ); in AutoSum()570 bool bCol = ( ( nStartCol != nEndCol ) && ( bEndColEmpty || nStartRow == nEndRow ) ); in AutoSum()600 if ( bCol && !bEndColEmpty ) in AutoSum()671 if ( bEndColEmpty ) in AutoSum()
Completed in 26 milliseconds