Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/layout/
H A Datrfrm.cxx431 sal_Int32 nHg = 0; in PutValue() local
432 if(rVal >>= nHg) in PutValue()
435 nHg = MM100_TO_TWIP(nHg); in PutValue()
436 if(nHg < MINLAY) in PutValue()
437 nHg = MINLAY; in PutValue()
438 aSize.Height() = nHg; in PutValue()

Completed in 21 milliseconds