Home
last modified time | relevance | path

Searched refs:aRowRange (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/oox/source/xls/
H A Dworksheethelper.cxx1216 …ValueRange aRowRange( ::std::max( aIt->first, nNextRow ), ::std::min( aIt->second.second, nMaxRow … in convertRows() local
1218 if( nNextRow < aRowRange.mnFirst ) in convertRows()
1219 convertRows( aRowLevels, ValueRange( nNextRow, aRowRange.mnFirst - 1 ), maDefRowModel ); in convertRows()
1221 convertRows( aRowLevels, aRowRange, aIt->second.first, maDefRowModel.mfHeight ); in convertRows()
1223 nNextRow = aRowRange.mnLast + 1; in convertRows()
/aoo4110/main/sc/source/filter/excel/
H A Dxelink.cxx1255 ::std::pair< SCROW, SCROW > aRowRange = mxCacheTable->getRowRange(); in Save()
1256 if( aRowRange.first >= aRowRange.second ) in Save()
1265 SCROW nScRow1 = ::std::max( aRowRange.first, maBoundRange.aStart.Row() ); in Save()
1266 SCROW nScRow2 = ::std::min( aRowRange.second - 1, maBoundRange.aEnd.Row() ); in Save()
/aoo4110/main/sc/source/core/data/
H A Ddocument.cxx1283 ScRange aColRange,aRowRange; in CanFitBlock() local
1284 lcl_GetInsDelRanges( rOld, rNew, aColRange,bInsCol,bDelCol, aRowRange,bInsRow,bDelRow ); in CanFitBlock()
1288 if ( bInsRow && !CanInsertRow( aRowRange ) ) // Zellen am Rand ? in CanFitBlock()
1299 aRowRange.aEnd.SetRow(MAXROW); in CanFitBlock()
1300 if ( HasPartOfMerged(aRowRange) ) in CanFitBlock()
1314 ScRange aColRange,aRowRange; in FitBlock() local
1315 lcl_GetInsDelRanges( rOld, rNew, aColRange,bInsCol,bDelCol, aRowRange,bInsRow,bDelRow ); in FitBlock()
1320 InsertRow( aRowRange ); in FitBlock()
1323 DeleteRow( aRowRange ); // Zeilen zuerst loeschen in FitBlock()

Completed in 78 milliseconds