Searched refs:RowModelRangeMap (Results 1 – 1 of 1) sorted by relevance
345 typedef ::std::map< sal_Int32, RowModelRange > RowModelRangeMap; typedef in oox::xls::WorksheetGlobals388 RowModelRangeMap maRowModels; /// Ranges of rows sorted by first row index.895 RowModelRangeMap::iterator aIt = maRowModels.upper_bound( nRow ); in setRowModel()1213 …for( RowModelRangeMap::iterator aIt = maRowModels.begin(), aEnd = maRowModels.end(); aIt != aEnd; … in convertRows()
Completed in 49 milliseconds