Searched refs:SC_RTFTWIPTOL (Results 1 – 1 of 1) sorted by relevance
47 #define SC_RTFTWIPTOL 10 // 10 Twips Toleranz bei Spaltenbestimmung macro138 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 14 milliseconds