Home
last modified time | relevance | path

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

/AOO42X/main/sw/source/core/inc/ !
H A Drowfrm.hxx45 sal_uInt16 mnBottomLineSize; member in SwRowFrm
83 sal_uInt16 GetBottomLineSize() const { return mnBottomLineSize; } in GetBottomLineSize()
84 void SetBottomLineSize( sal_uInt16 nNew ) { mnBottomLineSize = nNew; } in SetBottomLineSize()
/AOO42X/main/sw/source/core/layout/ !
H A Dtabfrm.cxx3862 mnBottomLineSize( 0 ), in SwRowFrm()