Searched refs:nDivY (Results 1 – 4 of 4) sorted by relevance
423 long nDivY=aOld.Bottom()-aOld.Top(); in NbcSetSnapRect() local425 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() local560 if (nDivY==0) { nMulY=1; nDivY=1; } in SetSnapRect()561 if (nMulX!=nDivX || nMulY!=nDivY) { in SetSnapRect()563 Fraction aY(nMulY,nDivY); in SetSnapRect()
2242 long nDivY = aOld.Bottom() - aOld.Top(); in NbcSetSnapRect() local2244 if ( nDivY == 0 ) { nMulY = 1; nDivY = 1; } in NbcSetSnapRect()2246 Fraction aY(nMulY, nDivY); in NbcSetSnapRect()
2463 long nDivY = aOld.Bottom() - aOld.Top(); in NbcSetSnapRect() local2465 if ( nDivY == 0 ) { nMulY = 1; nDivY = 1; } in NbcSetSnapRect()2467 Fraction aY(nMulY,nDivY); in NbcSetSnapRect()
1207 const sal_uInt32 nDivY = FRound( *(double*) pValues[ 3 ].getValue() ); in ReadData() local1208 SetFldDivisionY( SvxOptionsGrid::GetFldDrawY() / ( nDivY + 1 ) ); in ReadData()
Completed in 45 milliseconds