Home
last modified time | relevance | path

Searched refs:ndx (Results 1 – 5 of 5) sorted by path

/trunk/main/sfx2/source/appl/
H A Dnewhelp.cxx679 int ndx,tmp; in InitializeIndex() local
695 insert = ( ( ndx = aKeywordPair.indexOf( sal_Unicode( ';' ) ) ) == -1 ? sal_False : sal_True ); in InitializeIndex()
699 aTempString = aKeywordPair.copy( 0, ndx ); in InitializeIndex()
/trunk/main/svtools/source/contnr/
H A Dimivctl2.cxx795 long ndx = (rSizePixel.Width() - LROFFS_WINBORDER) / nDX; in GetGridCount() local
796 if( ndx < 0 ) ndx *= -1; in GetGridCount()
799 return (sal_uLong)(ndx * ndy); in GetGridCount()
/trunk/main/svx/source/svdraw/
H A Dsvdoashp.cxx1952 long ndx = rRef2.X()-rRef1.X(); in NbcMirror() local
1955 if(!ndx) // MirroredX in NbcMirror()
H A Dsvdomeas.cxx939 long ndx=aPt.X()-aFix.X(); in ImpEvalDrag() local
941 double nXFact=0; if (!bVLin) nXFact=(double)ndx/(double)ndx0; in ImpEvalDrag()
946 if (bVer) ndx=long(ndx0*nYFact); in ImpEvalDrag()
948 aPt.X()+=ndx; in ImpEvalDrag()
H A Dsvdopath.cxx707 long ndx=aPos.X()-aPnt1.X(); in movePathDrag() local
710 double nXFact=0; if (!bVLin) nXFact=(double)ndx/(double)ndx0; in movePathDrag()
715 if (bVer) ndx=long(ndx0*nYFact); in movePathDrag()
717 aNeuPos1.X()+=ndx; in movePathDrag()
728 long ndx=aPos.X()-aPnt2.X(); in movePathDrag() local
731 double nXFact=0; if (!bVLin) nXFact=(double)ndx/(double)ndx0; in movePathDrag()
736 if (bVer) ndx=long(ndx0*nYFact); in movePathDrag()
738 aNeuPos2.X()+=ndx; in movePathDrag()

Completed in 61 milliseconds