Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/filter/ww8/
H A Dww8par2.cxx115 sal_uInt16 maDirections[MAX_COL + 1];
126 short nOverrideValues[MAX_COL + 1][4];
1187 if( nCols > MAX_COL ) in ReadDef()
1436 if (nNewWwCols > MAX_COL) in ProcessSprmTInsert()
1438 nNewWwCols = MAX_COL; in ProcessSprmTInsert()
1447 if (nNewWwCols > MAX_COL) in ProcessSprmTInsert()
1449 nNewWwCols = MAX_COL; in ProcessSprmTInsert()
1499 if (nStartCell > MAX_COL) in ProcessDirection()
1501 if (nEndCell > MAX_COL + 1) in ProcessDirection()
1502 nEndCell = MAX_COL + 1; in ProcessDirection()
[all …]

Completed in 47 milliseconds