Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/table/
H A Dswnewtable.cxx1212 SwLineOffset aLnOfs( USHRT_MAX, USHRT_MAX ); in lcl_SophisticatedFillLineIndices() local
1223 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 …]