Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/misc/
H A Dinsrule.cxx159 int nRelGrf = aGrfSize.Height() * 100 / aGrfSize.Width(); in UserDraw() local
163 if(nRelGrf > nRelWin) in UserDraw()
165 aPaintSize.Width() = aWinSize.Height() * 100 / nRelGrf; in UserDraw()
170 aPaintSize.Height() = aWinSize.Width() * nRelGrf/100; in UserDraw()
/trunk/main/sw/source/ui/frmdlg/
H A Dfrmpage.cxx2713 long nRelGrf = aGrfSize.Width() * 100L / aGrfSize.Height(); in Paint() local
2715 if(nRelGrf < nRelWin) in Paint()
2718 aPntSz.Width() = aPntSz.Height() * nRelGrf /100; in Paint()

Completed in 24 milliseconds