Home
last modified time | relevance | path

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

/trunk/main/svx/source/svdraw/
H A Dsvdogrp.cxx422 long nMulY=rRect.Bottom()-rRect.Top(); in NbcSetSnapRect() local
425 if (nDivY==0) { nMulY=1; nDivY=1; } in NbcSetSnapRect()
426 if (nMulX!=nDivX || nMulY!=nDivY) { in NbcSetSnapRect()
428 Fraction aY(nMulY,nDivY); in NbcSetSnapRect()
557 long nMulY=rRect.Bottom()-rRect.Top(); in SetSnapRect() local
560 if (nDivY==0) { nMulY=1; nDivY=1; } in SetSnapRect()
561 if (nMulX!=nDivX || nMulY!=nDivY) { in SetSnapRect()
563 Fraction aY(nMulY,nDivY); in SetSnapRect()
H A Dsvdoedge.cxx2241 long nMulY = rRect.Bottom() - rRect.Top(); in NbcSetSnapRect() local
2244 if ( nDivY == 0 ) { nMulY = 1; nDivY = 1; } in NbcSetSnapRect()
2246 Fraction aY(nMulY, nDivY); in NbcSetSnapRect()
H A Dsvdopath.cxx2461 long nMulY = (RECT_EMPTY == rRect.Bottom()) ? 0 : rRect.Bottom() - rRect.Top(); in NbcSetSnapRect() local
2465 if ( nDivY == 0 ) { nMulY = 1; nDivY = 1; } in NbcSetSnapRect()
2467 Fraction aY(nMulY,nDivY); in NbcSetSnapRect()

Completed in 68 milliseconds