Home
last modified time | relevance | path

Searched refs:nDY (Results 26 – 50 of 62) sorted by relevance

123

/trunk/main/sc/source/ui/view/
H A Dtabview3.cxx1302 SCsROW nDY = 0; in MoveCursorKeyInput() local
1307 case KEY_UP: nDY = -1; break; in MoveCursorKeyInput()
1308 case KEY_DOWN: nDY = 1; break; in MoveCursorKeyInput()
1310 if( nDX != 0 || nDY != 0 ) in MoveCursorKeyInput()
1314 case MOD_NONE: MoveCursorRel( nDX, nDY, SC_FOLLOW_LINE, bSel ); break; in MoveCursorKeyInput()
1315 case MOD_CTRL: MoveCursorArea( nDX, nDY, SC_FOLLOW_JUMP, bSel ); break; in MoveCursorKeyInput()
/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
461 aPosition.Y += (double)nDY / 100.0; in Move()
H A Dannotationtag.hxx65 void Move( int nDX, int nDY );
/trunk/main/vcl/source/gdi/
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()
1168 if( pInitColor && nDY ) in Expand()
/trunk/main/vcl/win/source/window/
H A Dsalframe.cxx3144 int nDY = aRect.bottom-aRect.top; 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()
4709 int nDY; in ImplHandleMinMax() local
4710 ImplSalCalcFullScreenSize( pFrame, nX, nY, nDX, nDY ); in ImplHandleMinMax()
4719 if ( pMinMax->ptMaxSize.y < nDY ) in ImplHandleMinMax()
4720 pMinMax->ptMaxSize.y = nDY; in ImplHandleMinMax()
4723 if ( pMinMax->ptMaxTrackSize.y < nDY ) in ImplHandleMinMax()
4724 pMinMax->ptMaxTrackSize.y = nDY; in ImplHandleMinMax()
4727 pMinMax->ptMinTrackSize.y = nDY; in ImplHandleMinMax()
/trunk/main/editeng/source/outliner/
H A Doutlvw.cxx733 sal_Bool OutlinerView::AdjustHeight( long nDY ) in AdjustHeight() argument
736 pEditView->MoveParagraphs( nDY ); in AdjustHeight()
752 void OutlinerView::AdjustHeight( Paragraph* pPara, long nDY, sal_Bool bWithChilds ) in AdjustHeight() argument
761 AdjustHeight( nDY ); in AdjustHeight()
/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…
H A Dsalinst.h113 long nDX, long nDY,
/trunk/main/vcl/inc/unx/
H A Dsalvd.h56 long nDX, long nDY,
H A Dsalinst.h77 long nDX, long nDY,
/trunk/main/svtools/source/contnr/
H A Dsvicnvw.cxx663 void SvIconView::SetGrid( long nDX, long nDY ) in SetGrid() argument
665 pImp->SetGrid( nDX, nDY ); in SetGrid()
/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 );
H A Dmotionpathtag.cxx477 void MotionPathTag::MovePath( int nDX, int nDY ) in MovePath() argument
481 mpPathObj->Move( Size( nDX, nDY ) ); in MovePath()
/trunk/main/vcl/inc/win/
H A Dsalinst.h55 long nDX, long nDY,
/trunk/main/vcl/unx/headless/
H A Dsvpinst.hxx144 long nDX, long nDY,
/trunk/main/vcl/source/app/
H A Dsvapp.cxx1408 const long nDY = aRectCenter.Y() - i_rPoint.Y(); in calcDistSquare() local
1409 return nDX*nDX + nDY*nDY; in calcDistSquare()
/trunk/main/vcl/inc/
H A Dsalinst.hxx93 long nDX, long nDY,
/trunk/main/editeng/inc/editeng/
H A Doutliner.hxx299 sal_Bool AdjustHeight( long nDY );
302 void AdjustHeight( Paragraph* pPara, long nDY,

Completed in 158 milliseconds

123