Searched refs:bFullCol (Results 1 – 1 of 1) sorted by relevance
574 bool bFullCol = (aIt->StartRow == 0) && (aIt->EndRow >= rMaxPos.Row); in convertFormula() local575 if( !bHasRowTitles && bFullRow && !bFullCol ) in convertFormula()581 else if( !bHasColTitles && bFullCol && !bFullRow ) in convertFormula()
Completed in 47 milliseconds