Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/text/
H A Ditratr.cxx616 SwMinMaxNodeArgs aNodeArgs; in GetMinMaxSize() local
617 aNodeArgs.nMinWidth = 0; in GetMinMaxSize()
618 aNodeArgs.nMaxWidth = 0; in GetMinMaxSize()
621 aNodeArgs.nLeftDiff = 0; in GetMinMaxSize()
622 aNodeArgs.nRightDiff = 0; in GetMinMaxSize()
633 aNodeArgs.Minimum( nLROffset - aNodeArgs.nLeftRest ); in GetMinMaxSize()
634 aNodeArgs.nLeftRest -= aNodeArgs.nLeftDiff; in GetMinMaxSize()
636 aNodeArgs.nMaxWidth -= aNodeArgs.nLeftRest; in GetMinMaxSize()
639 aNodeArgs.Minimum( rSpace.GetRight() - aNodeArgs.nRightRest ); in GetMinMaxSize()
640 aNodeArgs.nRightRest -= aNodeArgs.nRightDiff; in GetMinMaxSize()
[all …]

Completed in 14 milliseconds