Home
last modified time | relevance | path

Searched refs:bFullRow (Results 1 – 2 of 2) sorted by relevance

/trunk/main/oox/source/xls/
H A Ddefnamesbuffer.cxx573 bool bFullRow = (aIt->StartColumn == 0) && (aIt->EndColumn >= rMaxPos.Column); in convertFormula() local
575 if( !bHasRowTitles && bFullRow && !bFullCol ) in convertFormula()
581 else if( !bHasColTitles && bFullCol && !bFullRow ) in convertFormula()
/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx3664 bool bFullRow = ( thisAddress.StartColumn == 0 && thisAddress.EndColumn == MAXCOL ); in Delete() local
3667 if ( mbIsRows || bFullRow || ( nCols >= nRows ) ) in Delete()

Completed in 50 milliseconds