Home
last modified time | relevance | path

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

123

/trunk/main/svtools/source/contnr/
H A Dimivctl1.cxx738 for( long nDX = nGridDX; nDX <= aXSize.Width(); nDX += nGridDX ) in Paint() local
740 Point aStart( nDX+LROFFS_WINBORDER, 0 ); in Paint()
741 Point aEnd( nDX+LROFFS_WINBORDER, aXSize.Height()); in Paint()
3086 long nDX = nGridDX; in SetDefaultTextSize() local
3087 nDX -= 2*LROFFS_BOUND; in SetDefaultTextSize()
3088 nDX -= 2; in SetDefaultTextSize()
3089 if( nDX <= 0 ) in SetDefaultTextSize()
3090 nDX = 2; in SetDefaultTextSize()
3096 aDefaultTextSize = Size( nDX, nDY ); in SetDefaultTextSize()
H A Dsvicnvw.cxx663 void SvIconView::SetGrid( long nDX, long nDY ) in SetGrid() argument
665 pImp->SetGrid( nDX, nDY ); in SetGrid()
/trunk/main/vcl/unx/headless/
H A Dsvpinst.cxx262 long nDX, long nDY, in CreateVirtualDevice() argument
266 pNew->SetSize( nDX, nDY ); in CreateVirtualDevice()
H A Dsvpinst.hxx144 long nDX, long nDY,
/trunk/main/vcl/source/gdi/
H A Dalpha.cxx113 sal_Bool AlphaMask::Expand( sal_uLong nDX, sal_uLong nDY, sal_uInt8* pInitTransparency ) in Expand() argument
120 return Bitmap::Expand( nDX, nDY, pInitTransparency ? &aColor : NULL ); in Expand()
H A Dbitmapex.cxx562 sal_Bool BitmapEx::Expand( sal_uLong nDX, sal_uLong nDY, const Color* pInitColor, sal_Bool bExpandT… in Expand() argument
568 bRet = aBitmap.Expand( nDX, nDY, pInitColor ); in Expand()
573 aMask.Expand( nDX, nDY, &aColor ); in Expand()
H A Dbitmap.cxx1128 sal_Bool Bitmap::Expand( sal_uLong nDX, sal_uLong nDY, const Color* pInitColor ) in Expand() argument
1132 if( nDX || nDY ) in Expand()
1137 const Size aNewSize( nWidth + nDX, nHeight + nDY ); in Expand()
1163 if( pInitColor && nDX ) in Expand()
/trunk/main/vcl/source/control/
H A Dtabctrl.cxx463 long nDX = 0; in ImplGetTabRect() local
495 nDX = (nWidth-nOffsetX-nLineWidthAry[n]) / (nLinePosAry[n+1]-i); in ImplGetTabRect()
501 nDX = 0; in ImplGetTabRect()
508 it->maRect.Right() += nIDX+nDX; in ImplGetTabRect()
511 nIDX += nDX; in ImplGetTabRect()
/trunk/main/vcl/unx/generic/gdi/
H A Dsalgdi.cxx828 void X11SalGraphics::drawRect( long nX, long nY, long nDX, long nDY ) in drawRect() argument
835 nX, nY, nDX, nDY ); in drawRect()
842 nX, nY, nDX-1, nDY-1 ); in drawRect()
/trunk/main/sd/source/ui/annotations/
H A Dannotationtag.cxx452 void AnnotationTag::Move( int nDX, int nDY ) in Move() argument
460 aPosition.X += (double)nDX / 100.0; in Move()
H A Dannotationtag.hxx65 void Move( int nDX, int nDY );
/trunk/main/vcl/win/source/window/
H A Dsalframe.cxx3143 int nDX = aRect.right-aRect.left; in SnapShot() local
3146 HBITMAP hBmpBitmap = CreateCompatibleBitmap( hDC, nDX, nDY ); in SnapShot()
3150 bRet = BitBlt( hBmpDC, 0, 0, nDX, nDY, hDC, 0, 0, SRCCOPY ) ? TRUE : FALSE; in SnapShot()
4708 int nDX; in ImplHandleMinMax() local
4710 ImplSalCalcFullScreenSize( pFrame, nX, nY, nDX, nDY ); in ImplHandleMinMax()
4717 if ( pMinMax->ptMaxSize.x < nDX ) in ImplHandleMinMax()
4718 pMinMax->ptMaxSize.x = nDX; in ImplHandleMinMax()
4721 if ( pMinMax->ptMaxTrackSize.x < nDX ) in ImplHandleMinMax()
4722 pMinMax->ptMaxTrackSize.x = nDX; in ImplHandleMinMax()
4726 pMinMax->ptMinTrackSize.x = nDX; in ImplHandleMinMax()
/trunk/main/editeng/source/outliner/
H A Doutlvw.cxx587 void OutlinerView::AdjustDepth( short nDX ) in AdjustDepth() argument
589 Indent( nDX ); in AdjustDepth()
740 void OutlinerView::AdjustDepth( Paragraph* pPara, short nDX, sal_Bool bWithChilds) in AdjustDepth() argument
749 AdjustDepth( nDX ); in AdjustDepth()
/trunk/main/vcl/inc/os2/
H A Dsalvd.h57 HBITMAP ImplCreateVirDevBitmap( HDC hDC, HPS hPS, long nDX, long nDY,
H A Dsalinst.h63 long nDX, long nDY,
/trunk/main/vcl/inc/aqua/
H A Dsalvd.h78 …AquaSalVirtualDevice( AquaSalGraphics* pGraphic, long nDX, long nDY, sal_uInt16 nBitCount, const S…
/trunk/main/vcl/inc/unx/
H A Dsalvd.h56 long nDX, long nDY,
H A Dsalinst.h77 long nDX, long nDY,
/trunk/main/vcl/inc/vcl/
H A Dvirdev.hxx53 …SAL_DLLPRIVATE void ImplInitVirDev( const OutputDevice* pOutDev, long nDX, long nDY, sal_uInt16 nB…
H A Dalpha.hxx81 …sal_Bool Expand( sal_uLong nDX, sal_uLong nDY, sal_uInt8* pInitTransparency = N…
H A Dbitmapex.hxx188 sal_Bool Expand( sal_uLong nDX, sal_uLong nDY,
/trunk/main/sd/source/ui/animations/
H A Dmotionpathtag.hxx92 void MovePath( int nDX, int nDY );
/trunk/main/vcl/inc/win/
H A Dsalinst.h55 long nDX, long nDY,
/trunk/main/vcl/source/app/
H A Dsvapp.cxx1407 const long nDX = aRectCenter.X() - i_rPoint.X(); in calcDistSquare() local
1409 return nDX*nDX + nDY*nDY; in calcDistSquare()
/trunk/main/vcl/inc/
H A Dsalinst.hxx93 long nDX, long nDY,

Completed in 184 milliseconds

123