Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/doc/
H A Dhtmltbl.cxx56 #define MAX_TABWIDTH (USHRT_MAX - 2001) macro
1241 if( nAbsTabWidth > MAX_TABWIDTH ) in AutoLayoutPass2()
1242 nAbsTabWidth = MAX_TABWIDTH; in AutoLayoutPass2()
1264 nMin > MAX_TABWIDTH ) in AutoLayoutPass2()
1274 nAbsTabWidth = IsTopTable() ? MAX_TABWIDTH : nAbsAvail; in AutoLayoutPass2()