Searched refs:rnLastMapCol (Results 1 – 1 of 1) sorted by relevance
842 sal_Int32& rnLastMapCol = aIt->second.second; in setColumnModel() local843 …OSL_ENSURE( rnLastMapCol < nFirstCol, "WorksheetGlobals::setColModel - multiple models of the same… in setColumnModel()844 nFirstCol = ::std::max( rnLastMapCol + 1, nFirstCol ); in setColumnModel()845 …if( (rnLastMapCol + 1 == nFirstCol) && (nFirstCol <= nLastCol) && aIt->second.first.isMergeable( r… in setColumnModel()848 rnLastMapCol = nLastCol; in setColumnModel()
Completed in 25 milliseconds