Home
last modified time | relevance | path

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

/aoo42x/main/oox/source/xls/
H A Dsheetdatacontext.cxx323 OUString aColSpanToken = aColSpansText.getToken( 0, ' ', nIndex ); in importRow() local
324 sal_Int32 nSepPos = aColSpanToken.indexOf( ':' ); in importRow()
325 if( (0 < nSepPos) && (nSepPos + 1 < aColSpanToken.getLength()) ) in importRow()
328 … sal_Int32 nLastCol = ::std::min( aColSpanToken.copy( nSepPos + 1 ).toInt32() - 1, nMaxCol ); in importRow()
329 … aModel.insertColSpan( ValueRange( aColSpanToken.copy( 0, nSepPos ).toInt32() - 1, nLastCol ) ); in importRow()

Completed in 19 milliseconds