Searched refs:nRightRest (Results 1 – 1 of 1) sorted by relevance
445 long nRightRest; // noch nicht von Rahmen ueberdeckter Platz im r. Rand member in SwMinMaxNodeArgs548 ((SwMinMaxNodeArgs*)pArgs)->nRightRest -= in lcl_MinMaxNode()554 if( ((SwMinMaxNodeArgs*)pArgs)->nRightRest > 0 ) in lcl_MinMaxNode()555 ((SwMinMaxNodeArgs*)pArgs)->nRightRest = 0; in lcl_MinMaxNode()557 ((SwMinMaxNodeArgs*)pArgs)->nRightRest -= nMin; in lcl_MinMaxNode()620 aNodeArgs.nRightRest = rSpace.GetRight(); in GetMinMaxSize()638 if( aNodeArgs.nRightRest < 0 ) in GetMinMaxSize()639 aNodeArgs.Minimum( rSpace.GetRight() - aNodeArgs.nRightRest ); in GetMinMaxSize()640 aNodeArgs.nRightRest -= aNodeArgs.nRightDiff; in GetMinMaxSize()641 if( aNodeArgs.nRightRest < 0 ) in GetMinMaxSize()[all …]
Completed in 26 milliseconds