Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/rtf/
H A Drtfparse.cxx47 #define SC_RTFTWIPTOL 10 // 10 Twips Toleranz bei Spaltenbestimmung macro
138 if ( nCol < static_cast<SCCOL>(nCount) && (((*pColTwips)[nCol] - SC_RTFTWIPTOL) <= nTwips) ) in SeekTwips()
141 else if ( nCol != 0 && (((*pColTwips)[nCol-1] + SC_RTFTWIPTOL) >= nTwips) ) in SeekTwips()

Completed in 16 milliseconds