Searched refs:dxa (Results 1 – 6 of 6) sorted by relevance
669 long dxa=Abs(dx); in OrthoDistance8() local671 if (dx==0 || dy==0 || dxa==dya) return; in OrthoDistance8()672 if (dxa>=dya*2) { rPt.Y()=rPt0.Y(); return; } in OrthoDistance8()673 if (dya>=dxa*2) { rPt.X()=rPt0.X(); return; } in OrthoDistance8()674 if ((dxa<dya) != bBigOrtho) { in OrthoDistance8()675 rPt.Y()=rPt0.Y()+(dxa* (dy>=0 ? 1 : -1) ); in OrthoDistance8()685 long dxa=Abs(dx); in OrthoDistance4() local687 if ((dxa<dya) != bBigOrtho) { in OrthoDistance4()688 rPt.Y()=rPt0.Y()+(dxa* (dy>=0 ? 1 : -1) ); in OrthoDistance4()
68 …virtual long FillDXArray( sal_Int32* dxa ) const { return maImpl.FillDXArray(dx… in FillDXArray()
371 aP1.X() += (sal_Int16)SVBT16ToShort( pHd->dxa ); in ReadRect()393 aP1.X() += (sal_Int16)SVBT16ToShort( pHd->dxa ); in ReadElipse()415 aP1.X() += (sal_Int16)SVBT16ToShort( pHd->dxa ) * 2; in ReadArc()426 aP0.X() -= (sal_Int16)SVBT16ToShort( pHd->dxa ); in ReadArc()427 aP1.X() -= (sal_Int16)SVBT16ToShort( pHd->dxa ); in ReadArc()1214 aP1.X() += (sal_Int16)SVBT16ToShort( pHd->dxa ); in ReadTxtBox()1220 Size aSize( (sal_Int16)SVBT16ToShort( pHd->dxa ) , in ReadTxtBox()1265 aP1.X() += (sal_Int16)SVBT16ToShort( aCallB.dpheadTxbx.dxa ); in ReadCaptionBox()1278 Size aSize( (sal_Int16)SVBT16ToShort( aCallB.dpheadTxbx.dxa ), in ReadCaptionBox()
683 SVBT16 dxa; // 8 the DO member
590 SVBT16 dxa; // 8 the DO member
1921 dxa
Completed in 76 milliseconds