Home
last modified time | relevance | path

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

/aoo41x/main/toolkit/source/layout/core/
H A Dtable.cxx80 , mnBottomRow( 0 ) in ChildData()
145 child->mnBottomRow = row + child->mnRowSpan; in getMinimumSize()
150 unsigned int end =( child->mnRightCol-1 ) +( ( child->mnBottomRow-1 )*mnColsLen ); in getMinimumSize()
156 nRowsLen = SAL_MAX( nRowsLen, child->mnBottomRow ); 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.hxx44 int mnBottomRow; member

Completed in 11 milliseconds