Searched refs:bFullRow (Results 1 – 2 of 2) sorted by relevance
573 bool bFullRow = (aIt->StartColumn == 0) && (aIt->EndColumn >= rMaxPos.Column); in convertFormula() local575 if( !bHasRowTitles && bFullRow && !bFullCol ) in convertFormula()581 else if( !bHasColTitles && bFullCol && !bFullRow ) in convertFormula()
3664 bool bFullRow = ( thisAddress.StartColumn == 0 && thisAddress.EndColumn == MAXCOL ); in Delete() local3667 if ( mbIsRows || bFullRow || ( nCols >= nRows ) ) in Delete()
Completed in 51 milliseconds