Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/
H A DWW8TableInfo.cxx250 if ( nBoxes > MAXTABLECELLS ) in getWidthsOfRow()
251 nBoxes = MAXTABLECELLS; in getWidthsOfRow()
281 if (nBoxes > MAXTABLECELLS) in getRowSpansOfRow()
282 nBoxes = MAXTABLECELLS; in getRowSpansOfRow()
H A DWW8TableInfo.hxx46 const unsigned int MAXTABLECELLS = 63; variable
H A Dwrtww8.cxx2283 pTableBoxes->size() > ww8::MAXTABLECELLS in TableDefinition()
2284 ? ww8::MAXTABLECELLS in TableDefinition()

Completed in 49 milliseconds