Home
last modified time | relevance | path

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

/trunk/main/toolkit/source/layout/core/
H A Dtable.cxx78 , mnRightCol( 0 ) in ChildData()
143 child->mnRightCol = SAL_MIN( col + child->mnColSpan, mnColsLen ); in getMinimumSize()
150 unsigned int end =( child->mnRightCol-1 ) +( ( child->mnBottomRow-1 )*mnColsLen ); in getMinimumSize()
176 const int nLastAttach = g == 0 ? child->mnRightCol : child->mnBottomRow; in getMinimumSize()
199 const int nLastAttach = g == 0 ? child->mnRightCol : child->mnBottomRow; in getMinimumSize()
279 const int nLastAttach = g == 0 ? child->mnRightCol : child->mnBottomRow; in allocateArea()
H A Dtable.hxx42 int mnRightCol; member

Completed in 15 milliseconds