Home
last modified time | relevance | path

Searched refs:nDX (Results 51 – 67 of 67) sorted by relevance

123

/trunk/main/vcl/inc/aqua/
H A Dsalinst.h113 long nDX, long nDY,
/trunk/main/sd/source/ui/animations/
H A Dmotionpathtag.cxx477 void MotionPathTag::MovePath( int nDX, int nDY ) in MovePath() argument
481 mpPathObj->Move( Size( nDX, nDY ) ); in MovePath()
/trunk/main/svtools/source/filter/wmf/
H A Dwmfwr.hxx140 sal_Int32 ScaleWidth( sal_Int32 nDX );
H A Dwmfwr.cxx335 sal_Int32 WMFWriter::ScaleWidth( sal_Int32 nDX ) in ScaleWidth() argument
337 Size aSz( pVirDev->LogicToLogic(Size(nDX,0),aSrcMapMode,aTargetMapMode) ); in ScaleWidth()
/trunk/main/editeng/inc/editeng/
H A Doutliner.hxx297 void AdjustDepth( short nDX ); // Spaeter gegeb Indent ersetzen!
300 void AdjustDepth( Paragraph* pPara, short nDX,
/trunk/main/svtools/inc/svtools/
H A Dsvicnvw.hxx245 void SetGrid( long nDX, long nDY );
/trunk/main/svtools/source/inc/
H A Dsvimpicn.hxx277 void SetGrid( long nDX, long nDY );
/trunk/main/tools/source/generic/
H A Dpoly.cxx366 const long nDX = rPt.X() - rCenter.X(); in ImplGetAngle() local
367 return( atan2( -rPt.Y() + rCenter.Y(), ( ( nDX == 0L ) ? 0.000000001 : nDX ) ) ); in ImplGetAngle()
/trunk/main/vcl/unx/generic/gdi/
H A Dpspgraphics.cxx399 void PspGraphics::drawRect( long nX, long nY, long nDX, long nDY ) in drawRect() argument
401 m_pPrinterGfx->DrawRect (Rectangle(Point(nX, nY), Size(nDX, nDY))); in drawRect()
/trunk/main/vcl/unx/headless/
H A Dsvppspgraphics.cxx333 void PspGraphics::drawRect( long nX, long nY, long nDX, long nDY ) in drawRect() argument
335 m_pPrinterGfx->DrawRect (Rectangle(Point(nX, nY), Size(nDX, nDY))); in drawRect()
/trunk/main/vcl/inc/
H A Dprintergfx.hxx341 sal_Int32 nDX, sal_Int32 nDY);
/trunk/main/vcl/inc/vcl/
H A Dbitmap.hxx568 sal_Bool Expand( sal_uLong nDX, sal_uLong nDY,
/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx982 const sal_uInt32 nDX = rSizePixel.Width() < 16 ? 16 - rSizePixel.Width() : 0; in Impl_writeImage() local
984 bmpSource.Expand( nDX, nDY ); in Impl_writeImage()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx1295 SalBitmap* AquaSalGraphics::getBitmap( long nX, long nY, long nDX, long nDY ) in getBitmap() argument
1302 if( !pBitmap->Create( mxLayer, mnBitmapDepth, nX, nY, nDX, nDY, !mbWindow ) ) in getBitmap()
/trunk/main/vcl/source/gdi/
H A Dprint3.cxx1015 long nDX = (aPaperSize.Width() - aPageSize.aSize.Width()) / 2; in getFilteredPageFile() local
1017 …o_rMtf.Move( nDX, nDY, mpImplData->mpPrinter->ImplGetDPIX(), mpImplData->mpPrinter->ImplGetDPIY() … in getFilteredPageFile()
H A Doutdev3.cxx5526 long nDX = nEndX - nStartX; in DrawWaveLine() local
5527 double nO = atan2( -nEndY + nStartY, ((nDX == 0L) ? 0.000000001 : nDX) ); in DrawWaveLine()
/trunk/main/svx/source/unodraw/
H A Dunoshape.cxx1281 long nDX = aLocalPos.X() - aRect.Left(); in setPosition() local
1284 mpObj->Move( Size( nDX, nDY ) ); in setPosition()

Completed in 200 milliseconds

123