Searched refs:convertRows (Results 1 – 1 of 1) sorted by relevance
/trunk/main/oox/source/xls/ |
H A D | worksheethelper.cxx | 365 void convertRows(); 367 …void convertRows( OutlineLevelVec& orRowLevels, const ValueRange& rRowRange, const … 959 convertRows(); in finalizeWorksheetImport() 1206 void WorksheetGlobals::convertRows() in convertRows() function in oox::xls::WorksheetGlobals 1219 convertRows( aRowLevels, ValueRange( nNextRow, aRowRange.mnFirst - 1 ), maDefRowModel ); in convertRows() 1221 convertRows( aRowLevels, aRowRange, aIt->second.first, maDefRowModel.mfHeight ); in convertRows() 1227 convertRows( aRowLevels, ValueRange( nNextRow, nMaxRow ), maDefRowModel ); in convertRows() 1232 void WorksheetGlobals::convertRows( OutlineLevelVec& orRowLevels, in convertRows() function in oox::xls::WorksheetGlobals
|
Completed in 29 milliseconds