Searched refs:aLnOfs (Results 1 – 1 of 1) sorted by relevance
1212 SwLineOffset aLnOfs( USHRT_MAX, USHRT_MAX ); in lcl_SophisticatedFillLineIndices() local1223 if( aLnOfs.first != nEnd || aLnOfs.second != rBox.getRowSpan() ) in lcl_SophisticatedFillLineIndices()1225 aLnOfs.first = nEnd; // ok, this is the line behind the box in lcl_SophisticatedFillLineIndices()1226 aLnOfs.second = sal_uInt16( rBox.getRowSpan() ); // the row span in lcl_SophisticatedFillLineIndices()1227 aBoxes.insert( aBoxes.end(), aLnOfs ); in lcl_SophisticatedFillLineIndices()1240 aLnOfs = *pCurr; // the line end and row span of the first box in lcl_SophisticatedFillLineIndices()1243 if( aLnOfs.first > pCurr->first ) in lcl_SophisticatedFillLineIndices()1245 aLnOfs.first = pCurr->first; in lcl_SophisticatedFillLineIndices()1246 aLnOfs.second = pCurr->second; // row span in lcl_SophisticatedFillLineIndices()1248 else if( aLnOfs.first == pCurr->first && in lcl_SophisticatedFillLineIndices()[all …]