Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/table/
H A Dswnewtable.cxx1192 typedef std::pair< sal_uInt16, sal_uInt16 > SwLineOffset; typedef
1193 typedef std::list< SwLineOffset > SwLineOffsetArray;
1211 std::list< SwLineOffset > aBoxes; in lcl_SophisticatedFillLineIndices()
1212 SwLineOffset aLnOfs( USHRT_MAX, USHRT_MAX ); in lcl_SophisticatedFillLineIndices()
1239 std::list< SwLineOffset >::iterator pCurr = aBoxes.begin(); in lcl_SophisticatedFillLineIndices()
1255 SwLineOffset( aLnOfs.first - nSum, aLnOfs.second ) ); in lcl_SophisticatedFillLineIndices()
1266 std::list< SwLineOffset >::iterator pDel = pCurr; in lcl_SophisticatedFillLineIndices()
1283 std::list< SwLineOffset >::iterator pDel = pCurr; in lcl_SophisticatedFillLineIndices()
1308 std::list< SwLineOffset > aBoxes; in lcl_CalculateSplitLineHeights()
1309 SwLineOffset aLnOfs( USHRT_MAX, USHRT_MAX ); in lcl_CalculateSplitLineHeights()
[all …]

Completed in 26 milliseconds