Home
last modified time | relevance | path

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

/aoo4110/main/soldep/source/
H A Dsoldep.cxx1728 Size aNowSize( GetGraphWin()->GetSizePixel()); in OptimizePos() local
1730 if ( GetDepWin()->LogicToPixel( aNowSize ).Width() > aTmpSize.Width() ) in OptimizePos()
1731 aTmpSize.Width() = GetDepWin()->LogicToPixel( aNowSize ).Width() ; in OptimizePos()
1733 if ( GetDepWin()->LogicToPixel( aNowSize ).Height() > aTmpSize.Height() ) in OptimizePos()
1734 aTmpSize.Height() = GetDepWin()->LogicToPixel( aNowSize ).Height() ; in OptimizePos()

Completed in 23 milliseconds