Home
last modified time | relevance | path

Searched refs:ndy (Results 1 – 5 of 5) sorted by last modified time

/trunk/main/svx/source/svdraw/
H A Dsvdomeas.cxx940 long ndy=aPt.Y()-aFix.Y(); in ImpEvalDrag() local
942 double nYFact=0; if (!bHLin) nYFact=(double)ndy/(double)ndy0; in ImpEvalDrag()
945 if (bHor) ndy=long(ndy0*nXFact); in ImpEvalDrag()
949 aPt.Y()+=ndy; in ImpEvalDrag()
H A Dsvdopath.cxx708 long ndy=aPos.Y()-aPnt1.Y(); in movePathDrag() local
711 double nYFact=0; if (!bHLin) nYFact=(double)ndy/(double)ndy0; in movePathDrag()
714 if (bHor) ndy=long(ndy0*nXFact); in movePathDrag()
718 aNeuPos1.Y()+=ndy; in movePathDrag()
729 long ndy=aPos.Y()-aPnt2.Y(); in movePathDrag() local
732 double nYFact=0; if (!bHLin) nYFact=(double)ndy/(double)ndy0; in movePathDrag()
735 if (bHor) ndy=long(ndy0*nXFact); in movePathDrag()
739 aNeuPos2.Y()+=ndy; in movePathDrag()
H A Dsvdoashp.cxx1953 long ndy = rRef2.Y()-rRef1.Y(); in NbcMirror() local
1962 if(!ndy) // MirroredY in NbcMirror()
/trunk/main/svtools/source/contnr/
H A Dimivctl2.cxx797 long ndy = (rSizePixel.Height() - TBOFFS_WINBORDER) / nDY; in GetGridCount() local
798 if( ndy < 0 ) ndy *= -1; in GetGridCount()
799 return (sal_uLong)(ndx * ndy); in GetGridCount()
/trunk/main/filter/source/graphicfilter/ipcd/
H A Dipcd.cxx215 sal_uLong nx,ny,nW2,nH2,nYPair,ndy,nXPair; in ReadImage() local
292 for ( ndy = 0; ndy < 2; ndy++ ) in ReadImage()
294 ny = ( nYPair << 1 ) + ndy; in ReadImage()
301 if ( ndy == 0 ) in ReadImage()

Completed in 47 milliseconds