Home
last modified time | relevance | path

Searched refs:nDX (Results 1 – 25 of 67) sorted by path

123

/trunk/main/basegfx/source/tools/
H A Dliangbarsky.cxx77 const double nDX( io_rEnd.getX() - io_rStart.getX() ); in liangBarskyClip2D() local
80 if( ::basegfx::fTools::equalZero( nDX ) && in liangBarskyClip2D()
89 if( liangBarskyClipT(nDX, rClipRect.getMinX() - io_rStart.getX(), in liangBarskyClip2D()
92 if( liangBarskyClipT(-nDX, io_rStart.getX() - rClipRect.getMaxX(), in liangBarskyClip2D()
105 io_rEnd.setX( io_rStart.getX() + nTL*nDX ); in liangBarskyClip2D()
113 io_rStart.setX( io_rStart.getX() + nTE*nDX ); in liangBarskyClip2D()
/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/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/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/sc/source/ui/view/
H A Dtabview3.cxx1301 SCsCOL nDX = 0; in MoveCursorKeyInput() local
1305 case KEY_LEFT: nDX = -1; break; in MoveCursorKeyInput()
1306 case KEY_RIGHT: nDX = 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()
1328 nDX = (nCode == KEY_PAGEUP) ? -1 : 1; in MoveCursorKeyInput()
1332 case MOD_ALT: MoveCursorPage( nDX, 0, SC_FOLLOW_FIX, bSel ); break; in MoveCursorKeyInput()
1333 case MOD_CTRL: SelectNextTab( nDX ); break; in MoveCursorKeyInput()
1345 nDX = (nCode == KEY_HOME) ? -1 : 1; in MoveCursorKeyInput()
1349 case MOD_NONE: MoveCursorEnd( nDX, 0, eMode, bSel ); break; in MoveCursorKeyInput()
[all …]
/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()
H A Dmotionpathtag.hxx92 void MovePath( int nDX, int nDY );
/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/svtools/inc/svtools/
H A Dsvicnvw.hxx245 void SetGrid( long nDX, long nDY );
/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 Dimivctl2.cxx634 long nDX = nX / _pView->nGridDX; in GetMinMapSize() local
637 if( !nDX ) in GetMinMapSize()
638 nDX++; in GetMinMapSize()
642 rDX = (sal_uInt16)nDX; in GetMinMapSize()
793 sal_uLong IcnGridMap_Impl::GetGridCount( const Size& rSizePixel, sal_uInt16 nDX, sal_uInt16 nDY) in GetGridCount() argument
795 long ndx = (rSizePixel.Width() - LROFFS_WINBORDER) / nDX; in GetGridCount()
H A Dsvicnvw.cxx663 void SvIconView::SetGrid( long nDX, long nDY ) in SetGrid() argument
665 pImp->SetGrid( nDX, nDY ); in SetGrid()
H A Dsvimpicn.cxx671 void SetGridUsed( sal_uInt16 nDX, sal_uInt16 nDY, sal_Bool bUsed ) in SetGridUsed() argument
673 pGridMap[ (nDY * nGridCols) + nDX ] = bUsed; in SetGridUsed()
675 sal_Bool IsGridUsed( sal_uInt16 nDX, sal_uInt16 nDY ) in IsGridUsed() argument
677 return pGridMap[ (nDY * nGridCols) + nDX ]; in IsGridUsed()
1222 for( long nDX = nGridDX; nDX <= aXSize.Width(); nDX += nGridDX ) in Paint() local
1224 Point aStart( nDX+LROFFS_BOUND, 0 ); in Paint()
1225 Point aEnd( nDX+LROFFS_BOUND, aXSize.Height()); in Paint()
3662 void SvImpIconView::SetGrid( long nDX, long nDY ) in SetGrid() argument
3664 nGridDX = nDX; in SetGrid()
/trunk/main/svtools/source/filter/wmf/
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()
H A Dwmfwr.hxx140 sal_Int32 ScaleWidth( sal_Int32 nDX );
/trunk/main/svtools/source/inc/
H A Dsvimpicn.hxx277 void SetGrid( long nDX, long nDY );
/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()
/trunk/main/tools/source/generic/
H A Dline.cxx308 const long nDX = labs( maEnd.X() - maStart.X() ); in Enum() local
317 if( nDX >= nDY ) in Enum()
319 const long nDYX = ( nDY - nDX ) << 1; in Enum()
321 long nD = nDY2 - nDX; in Enum()
337 const long nDYX = ( nDX - nDY ) << 1; in Enum()
338 const long nDY2 = nDX << 1; in Enum()
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/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()
H A Dsalmathutils.cxx112 long nDX = 0; in Euclidian2Norm() local
121 nDX = pVec[1].x - pVec[0].x; in Euclidian2Norm()
125 nMax = (unsigned long)abs( nDX ); in Euclidian2Norm()
H A Dsalvd.cxx39 long nDX, long nDY, sal_uInt16 nBitCount, const SystemGraphicsData *pData ) in CreateVirtualDevice() argument
44 …return new AquaSalVirtualDevice( static_cast< AquaSalGraphics* >( pGraphics ), nDX, nDY, nBitCount… in CreateVirtualDevice()
88 if( nDX && nDY ) in AquaSalVirtualDevice()
89 SetSize( nDX, nDY ); in AquaSalVirtualDevice()
155 sal_Bool AquaSalVirtualDevice::SetSize( long nDX, long nDY ) in SetSize() argument
166 if( (nDX == aSize.width) && (nDY == aSize.height) ) in SetSize()
182 const int nBytesPerRow = (mnBitmapDepth * nDX + 7) / 8; in SetSize()
185 mxBitmapContext = ::CGBitmapContextCreate( pRawData, nDX, nDY, in SetSize()
219 const int nBytesPerRow = (mnBitmapDepth * nDX) / 8; in SetSize()
222 mxBitmapContext = ::CGBitmapContextCreate( pRawData, nDX, nDY, in SetSize()
[all …]
/trunk/main/vcl/inc/aqua/
H A Dsalinst.h113 long nDX, long nDY,
H A Dsalvd.h78 …AquaSalVirtualDevice( AquaSalGraphics* pGraphic, long nDX, long nDY, sal_uInt16 nBitCount, const S…

Completed in 205 milliseconds

123