Home
last modified time | relevance | path

Searched refs:nDivY (Results 1 – 4 of 4) sorted by path

/trunk/main/sd/source/ui/app/
H A Doptsitem.cxx1207 const sal_uInt32 nDivY = FRound( *(double*) pValues[ 3 ].getValue() ); in ReadData() local
1208 SetFldDivisionY( SvxOptionsGrid::GetFldDrawY() / ( nDivY + 1 ) ); in ReadData()
/trunk/main/svx/source/svdraw/
H A Dsvdoedge.cxx2242 long nDivY = aOld.Bottom() - aOld.Top(); in NbcSetSnapRect() local
2244 if ( nDivY == 0 ) { nMulY = 1; nDivY = 1; } in NbcSetSnapRect()
2246 Fraction aY(nMulY, nDivY); in NbcSetSnapRect()
H A Dsvdogrp.cxx423 long nDivY=aOld.Bottom()-aOld.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()
558 long nDivY=aOld.Bottom()-aOld.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 Dsvdopath.cxx2463 long nDivY = aOld.Bottom() - aOld.Top(); in NbcSetSnapRect() local
2465 if ( nDivY == 0 ) { nMulY = 1; nDivY = 1; } in NbcSetSnapRect()
2467 Fraction aY(nMulY,nDivY); in NbcSetSnapRect()

Completed in 66 milliseconds