Home
last modified time | relevance | path

Searched refs:nX (Results 26 – 50 of 459) sorted by relevance

12345678910>>...19

/trunk/main/sw/source/core/text/
H A Dporlay.cxx1447 for( sal_uInt16 nX = 0; nX < nEnd; ++nX ) in NextScriptChg() local
1450 return GetScriptChg( nX ); in NextScriptChg()
1464 for( sal_uInt16 nX = 0; nX < nEnd; ++nX ) in ScriptType() local
1479 for( sal_uInt16 nX = 0; nX < nEnd; ++nX ) in NextDirChg() local
1482 ( nX + 1 == nEnd || GetDirType( nX + 1 ) <= nCurrDir ) ) in NextDirChg()
1492 for( sal_uInt16 nX = 0; nX < nEnd; ++nX ) in DirType() local
1664 for( sal_uInt16 nX = 0; nX < nEnd; ++nX ) in GetBoundsOfHiddenRange() local
1681 for( sal_uInt16 nX = 0; nX < nEnd; ++nX ) in GetBoundsOfHiddenRange() local
1713 for( sal_uInt16 nX = 0; nX < nEnd; ++nX ) in CompType() local
1738 for( sal_uInt16 nX = 0; nX < nCnt; ++nX ) in HasKana() local
[all …]
/trunk/main/tools/source/generic/
H A Dline.cxx251 long nX; in Enum() local
258 nX = maStart.X(); in Enum()
265 aEnum.X() = nX; in Enum()
274 aEnum.X() = nX; in Enum()
284 nX = maStart.X(); in Enum()
287 if( nEndX > nX ) in Enum()
289 while( nX <= nEndX ) in Enum()
323 for( nX = nStartX, nY = nStartY; nX != nEndX; nX += nXInc ) in Enum()
325 aEnum.X() = nX; in Enum()
343 aEnum.X() = nX; in Enum()
[all …]
/trunk/main/svx/source/xoutdev/
H A D_xoutbmp.cxx418 for( long nX = 0L, nXDst = 1L, nXTmp; nX < nWidth2; nX++, nXDst++ ) in DetectEdges() local
420 nXTmp = nX; in DetectEdges()
507 long nX, nY; in GetCountour() local
516 for( nX = nStartX1; nX < nEndX1; nX++ ) in GetCountour()
523 if( aBlack == pAcc->GetPixel( nY, nX ) ) in GetCountour()
525 pPoints1[ nPolyPos ] = Point( nX, nY ); in GetCountour()
555 nX = nStartX1; in GetCountour()
558 while( nX < nEndX1 ) in GetCountour()
563 nX = nStartX2; in GetCountour()
574 nX--; in GetCountour()
[all …]
/trunk/main/vcl/source/gdi/
H A Dsalgdilayout.cxx65 int parent_x = aGeom.nX - pParent->maGeometry.nX; in GetGeometry()
66 … aGeom.nX = pParent->maGeometry.nX + pParent->maGeometry.nWidth - maGeometry.nWidth - parent_x; in GetGeometry()
409 mirror( nX, pOutDev ); in DrawPixel()
410 drawPixel( nX, nY ); in DrawPixel()
415 mirror( nX, pOutDev ); in DrawPixel()
416 drawPixel( nX, nY, nSalColor ); in DrawPixel()
430 mirror( nX, nWidth, pOutDev ); in DrawRect()
669 mirror( nX, nWidth, pOutDev ); in GetBitmap()
675 mirror( nX, pOutDev ); in GetPixel()
676 return getPixel( nX, nY ); in GetPixel()
[all …]
/trunk/main/vcl/inc/
H A Dsalgdi.hxx116 virtual void drawPixel( long nX, long nY ) = 0;
117 virtual void drawPixel( long nX, long nY, SalColor nSalColor ) = 0;
119 virtual void drawRect( long nX, long nY, long nWidth, long nHeight ) = 0;
152 virtual SalBitmap* getBitmap( long nX, long nY, long nWidth, long nHeight ) = 0;
153 virtual SalColor getPixel( long nX, long nY ) = 0;
156 virtual void invert( long nX, long nY, long nWidth, long nHeight, SalInvert nFlags) = 0;
354 void mirror( long& nX, const OutputDevice *pOutDev, bool bBack = false ) const;
355 void mirror( long& nX, long& nWidth, const OutputDevice *pOutDev, bool bBack = false ) const;
369 void DrawPixel( long nX, long nY, const OutputDevice *pOutDev );
437 SalColor GetPixel( long nX, long nY, const OutputDevice *pOutDev );
[all …]
/trunk/main/sc/source/ui/view/
H A Doutput2.cxx864 rOverX = nX; in GetMergeOrigin()
1034 if ( !bEmpty && ( nX < nX1 || nX > nX2 || !pThisRowInfo ) ) in IsEmptyCellText()
1116 SCCOL nCompCol = nX; in GetOutputArea()
1382 for (SCCOL nX=nLoopStartX; nX<=nX2; nX++) in DrawStrings() local
1442 SCCOL nTempX=nX; in DrawStrings()
2159 for (SCCOL nX=0; nX<=nX2; nX++) // wegen Ueberhaengen in DrawEdit() local
2186 else if ( nX == nX2 && !pThisRowInfo->pCellInfo[nX+1].pCell ) in DrawEdit()
2739 SCCOL nClipX = ( nX < nX1 ) ? nX1 : nX; in DrawEdit()
3035 for (SCCOL nX=0; nX<=nRotMax; nX++) in DrawRotated() local
3096 if (nX<nX1) in DrawRotated()
[all …]
/trunk/main/vcl/unx/gtk/window/
H A Dgtkframe.cxx1066 int nX, nY; in bitmapToPixbuf() local
1075 for( nX = 0; nX < pBitmap->mnWidth; nX++ ) in bitmapToPixbuf()
1198 long nX, nY; in Center() local
1531 nX = m_pParent->maGeometry.nWidth-maGeometry.nWidth-1-nX; in SetPosSize()
1532 nX += m_pParent->maGeometry.nX; in SetPosSize()
1562 if( nX != maGeometry.nX || nY != maGeometry.nY ) in SetPosSize()
1564 maGeometry.nX = nX; in SetPosSize()
1641 long nX = pState->mnX - (m_pParent ? m_pParent->maGeometry.nX : 0); in SetWindowState() local
1648 nX = maGeometry.nX - (m_pParent ? m_pParent->maGeometry.nX : 0); in SetWindowState()
2211 unsigned int nWindowLeft = maGeometry.nX + nX; in SetPointerPos()
[all …]
/trunk/main/svtools/source/filter/jpeg/
H A Djpeg.cxx465 for( long nX = 0L; nX < nWidth; nX++ ) in FillBitmap() local
466 pAcc->SetPixel( nY, nX, pCols[ *pTmp++ ] ); in FillBitmap()
502 for( long nX = 0L; nX < nWidth; nX++ ) in FillBitmap() local
507 pAcc->SetPixel( nY, nX, aColor ); in FillBitmap()
685 for( long nX = 0L; nX < nWidth; nX++ ) in GetScanline() local
687 aColor = pAcc->GetPaletteColor( pAcc->GetPixelIndex( nY, nX ) ); in GetScanline()
697 for( long nX = 0L; nX < nWidth; nX++ ) in GetScanline() local
699 aColor = pAcc->GetPixel( nY, nX ); in GetScanline()
746 for( long nX = 0L; bIsGrey && ( nX < nWidth ); nX++ ) in Write() local
748 aColor = pAcc->HasPalette() ? pAcc->GetPaletteColor( pAcc->GetPixelIndex( nY, nX ) ) in Write()
[all …]
/trunk/main/sfx2/source/sidebar/
H A DGridLayouter.cxx46 const sal_Int32 nX,
350 sal_Int32 nX (0); in Layout() local
355 nX, in Layout()
367 const sal_Int32 nX, in LayoutColumn() argument
532 sal_Int32 nX (0); in Paint() local
540 nX,0, in Paint()
544 nX += iColumn->GetWidth(); in Paint()
547 nX = 0; in Paint()
560 nX += iColumn->GetWidth(); in Paint()
563 nX = 0; in Paint()
[all …]
/trunk/main/filter/source/graphicfilter/icgm/
H A Dbitmap.cxx163 double nX = rDesc.mnR.X - rDesc.mnQ.X; in ImplGetBitmap() local
166 rDesc.mndy = sqrt( nX * nX + nY * nY ); in ImplGetBitmap()
168 nX = rDesc.mnR.X - rDesc.mnP.X; in ImplGetBitmap()
171 rDesc.mndx = sqrt( nX * nX + nY * nY ); in ImplGetBitmap()
173 nX = rDesc.mnR.X - rDesc.mnP.X; in ImplGetBitmap()
176 rDesc.mnOrientation = acos( nX / sqrt( nX * nX + nY * nY ) ) * 57.29577951308; in ImplGetBitmap()
180 nX = rDesc.mnQ.X - rDesc.mnR.X; in ImplGetBitmap()
186 nX = fCos * nX + fSin * nY; in ImplGetBitmap()
187 nY = -( fSin * nX - fCos * nY ); in ImplGetBitmap()
189 fAngle = acos( nX / sqrt( nX * nX + nY * nY ) ) * 57.29577951308; in ImplGetBitmap()
/trunk/main/basctl/source/dlged/
H A Ddlgedfunc.cxx204 long nX = 0; in KeyInput() local
210 nX = 0; in KeyInput()
216 nX = 0; in KeyInput()
222 nX = -1; in KeyInput()
228 nX = 1; in KeyInput()
238 nX *= aPixelSize.Width(); in KeyInput()
244 nX *= 100; in KeyInput()
262 aMarkRect.Move( nX, nY ); in KeyInput()
280 if ( nX != 0 || nY != 0 ) in KeyInput()
290 if ( pHdl && ( nX || nY ) ) in KeyInput()
[all …]
/trunk/main/sc/source/core/data/
H A Dtable5.cxx91 SCCOL nX; in UpdatePageBreaks() local
110 for (nX=0; nX<MAXCOL; nX++) in UpdatePageBreaks()
158 for (nX=0; nX<nStartCol; nX++) in UpdatePageBreaks()
159 RemoveColBreak(nX, true, false); in UpdatePageBreaks()
172 for (nX=nStartCol; nX<=nEndCol; nX++) in UpdatePageBreaks()
175 long nThisX = ColHidden(nX) ? 0 : pColWidth[nX]; in UpdatePageBreaks()
179 SetColBreak(nX, true, false); in UpdatePageBreaks()
183 else if (nX != nStartCol) in UpdatePageBreaks()
184 RemoveColBreak(nX, true, false); in UpdatePageBreaks()
193 while (nX<=nRepeatEndX) in UpdatePageBreaks()
[all …]
H A Dfillinfo.cxx91 rStartX = nX; in lcl_GetMergeRange()
178 SCCOL nX; in FillInfo() local
307 nX = nArrX-1; in FillInfo()
309 nX = MAXCOL+1; // ungueltig in FillInfo()
315 pInfo->bMarked = ( nX >= nBlockStartX && nX <= nBlockEndX in FillInfo()
351 nX = nArrX-1; in FillInfo()
352 if ( ValidCol(nX) ) in FillInfo()
354 if (!ColHidden(nX, nTab)) in FillInfo()
369 if ( ValidCol(nX) ) in FillInfo()
375 if (!ColHidden(nX, nTab)) in FillInfo()
[all …]
/trunk/main/svtools/source/control/
H A Druler.cxx389 if ( (nX > -RULER_CLIP) && (nX < mnVirWidth+RULER_CLIP) ) in ImplVDrawText()
471 long nX; in ImplDrawTicks() local
1622 long nX; in ImplHitTest() local
1634 nX = rPos.X(); in ImplHitTest()
1639 nX = rPos.Y(); in ImplHitTest()
1659 nX -= mnVirOff; in ImplHitTest()
1660 long nXTemp = nX; in ImplHitTest()
1787 if ( (nX >= n1) && (nX <= n2) ) in ImplHitTest()
2038 long nX; in ImplDrag() local
2056 nX -= mnVirOff; in ImplDrag()
[all …]
H A Dtabbar.cxx2580 nX--; in ShowDropPos()
2582 nX++; in ShowDropPos()
2585 DrawLine( Point( nX, nY ), Point( nX, nY ) ); in ShowDropPos()
2586 DrawLine( Point( nX+1, nY-1 ), Point( nX+1, nY+1 ) ); in ShowDropPos()
2587 DrawLine( Point( nX+2, nY-2 ), Point( nX+2, nY+2 ) ); in ShowDropPos()
2595 nX++; in ShowDropPos()
2598 DrawLine( Point( nX, nY ), Point( nX, nY ) ); in ShowDropPos()
2599 DrawLine( Point( nX-1, nY-1 ), Point( nX-1, nY+1 ) ); in ShowDropPos()
2600 DrawLine( Point( nX-2, nY-2 ), Point( nX-2, nY+2 ) ); in ShowDropPos()
2624 Rectangle aRect( nX-1, nY1, nX+3, nY2 ); in HideDropPos()
[all …]
H A Dtaskmisc.cxx89 long nX, long nY, long nWidth, long nHeight ) in ImplPosSizeWindow() argument
95 pWindow->SetPosSizePixel( nX, nY, nWidth, nHeight ); in ImplPosSizeWindow()
118 long nX = rRect.Left(); in ImplTile() local
179 nX += nWidth; in ImplTile()
192 long nX = rRect.Left(); in ImplHorz() local
214 ImplPosSizeWindow( pWindow, nX, nY, nWidth, nTempHeight ); in ImplHorz()
226 long nX = rRect.Left(); in ImplVert() local
248 ImplPosSizeWindow( pWindow, nX, nY, nTempWidth, nHeight ); in ImplVert()
249 nX += nTempWidth; in ImplVert()
259 long nX = rRect.Left(); in ImplCascade() local
[all …]
/trunk/main/xmloff/source/style/
H A Dshadwhdl.cxx81 sal_Int32 nX = 0, nY = 0; in importXML() local
83 bRet = rUnitConverter.convertMeasure( nX, aToken ); in importXML()
89 if( nX < 0 ) in importXML()
104 if( nX < 0 ) nX *= -1; in importXML()
108 (nX + nY) >> 1); in importXML()
133 sal_Int32 nX = 1, nY = 1; in exportXML() local
138 nX = -1; in exportXML()
145 nX = -1; in exportXML()
155 nX *= aShadow.ShadowWidth; in exportXML()
161 rUnitConverter.convertMeasure( aOut, nX ); in exportXML()
/trunk/main/canvas/source/cairo/
H A Dcairo_canvashelper.cxx351 long nX; in readAlpha() local
360 for( nX = 0; nX < nWidth; nX++ ) { in readAlpha()
369 for( nX = 0; nX < nWidth; nX++ ) { in readAlpha()
378 for( nX = 0; nX < nWidth; nX++ ) { in readAlpha()
450 for( nX = 0; nX < nWidth; nX++ ) { in surfaceFromXBitmap()
482 for( nX = 0; nX < nWidth; nX++ ) { in surfaceFromXBitmap()
510 for( nX = 0; nX < nWidth; nX++ ) { in surfaceFromXBitmap()
538 for( nX = 0; nX < nWidth; nX++ ) { in surfaceFromXBitmap()
567 for( nX = 0; nX < nWidth; nX++ ) { in surfaceFromXBitmap()
597 for( nX = 0; nX < nWidth; nX++ ) { in surfaceFromXBitmap()
[all …]
/trunk/main/vcl/aqua/source/gdi/
H A Dsalbmp.cxx73 int nX, int nY, int nWidth, int nHeight, bool /*bMirrorVert*/ ) in Create() argument
78 if( nX < 0 ) in Create()
79 nWidth += nX, nX = 0; in Create()
83 if( nWidth >= (int)aLayerSize.width - nX ) in Create()
84 nWidth = (int)aLayerSize.width - nX; in Create()
99 const CGPoint aSrcPoint = CGPointMake( -nX, -nY); in Create()
540 sal_uInt32 nX = nWidth; in ConvertBitmapData() local
541 while( nX-- ) in ConvertBitmapData()
734 const CGRect aCropRect = CGRectMake( nX, nY, nNewWidth, nNewHeight); in CreateCroppedImage()
749 int nX, int nY, int nWidth, int nHeight ) const in CreateWithMask() argument
[all …]
H A Dsalgdi.cxx679 ImplDrawPixel( nX, nY, maLineColor ); in drawPixel()
685 ImplDrawPixel( nX, nY, aPixelColor ); in drawPixel()
732 RefreshRect( nX, nY, nWidth, nHeight ); in drawRect()
774 long nX = 0, nY = 0, nWidth = 0, nHeight = 0; in drawPolyLine() local
802 long nX = 0, nY = 0, nWidth = 0, nHeight = 0; in drawPolygon() local
857 if( nX < leftX ) in drawPolyPolygon()
859 maxWidth += leftX - nX; in drawPolyPolygon()
860 leftX = nX; in drawPolyPolygon()
867 if( nX + nW > leftX + maxWidth ) in drawPolyPolygon()
868 maxWidth = nX + nW - leftX; in drawPolyPolygon()
[all …]
/trunk/main/vcl/os2/source/gdi/
H A Dsalbmp.cxx46 PM_BYTE rByte = pScanline[ nX >> 1 ]; in ImplSetPixel4()
48 ( nX & 1 ) ? ( rByte &= 0xf0, rByte |= ( cIndex & 0x0f ) ) : in ImplSetPixel4()
420 for( ULONG nX = 0UL; nX < nWidth; nX += 8UL ) in ImplCreateDIB4FromDIB1() local
640 ULONG nX = 0; in ImplDecodeRLEBuffer() local
674 memcpy( &pDIB[ nX ], pRLE, nRunByte ); in ImplDecodeRLEBuffer()
676 nX += nRunByte; in ImplDecodeRLEBuffer()
685 nX = 0UL; in ImplDecodeRLEBuffer()
691 nX += *pRLE++; in ImplDecodeRLEBuffer()
705 ImplSetPixel4( pDIB, nX++, cTmp >> 4 ); in ImplDecodeRLEBuffer()
710 ImplSetPixel4( pDIB, nX++, cTmp >> 4 ); in ImplDecodeRLEBuffer()
[all …]
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsFramePainter.cxx206 for (sal_Int32 nX=nLeft; nX<=nRight; nX+=aBitmapSize.Width()) in PaintSide() local
209 Point(nX,nY), in PaintSide()
210 Size(std::min(aBitmapSize.Width(),static_cast<long>(nRight-nX+1)),aBitmapSize.Height()), in PaintSide()
217 const sal_Int32 nX (rAnchor1.X() + maOffset.X()); in PaintSide() local
229 Point(nX,nY), in PaintSide()
250 for (sal_Int32 nX=rBox.Left(); nX<=rBox.Right(); nX+=aBitmapSize.Width()) in PaintCenter() local
252 Point(nX,nY), in PaintCenter()
254 ::std::min(aBitmapSize.Width(), rBox.Right()-nX+1), in PaintCenter()
/trunk/main/sd/source/ui/func/
H A Dfupoor.cxx653 long nX = 0; in IMPL_LINK_INLINE_END() local
659 nX = 0; in IMPL_LINK_INLINE_END()
665 nX = 0; in IMPL_LINK_INLINE_END()
671 nX =-1; in IMPL_LINK_INLINE_END()
677 nX = 1; in IMPL_LINK_INLINE_END()
731 nX *= 100; in IMPL_LINK_INLINE_END()
747 nX *= 1000; in IMPL_LINK_INLINE_END()
753 nX *= 100; in IMPL_LINK_INLINE_END()
768 aMarkRect.Move(nX, nY); in IMPL_LINK_INLINE_END()
795 if(0 != nX || 0 != nY) in IMPL_LINK_INLINE_END()
[all …]
/trunk/main/sc/source/ui/drawfunc/
H A Dfudraw.cxx471 long nX = 0; in KeyInput() local
478 nX = 0; in KeyInput()
484 nX = 0; in KeyInput()
490 nX =-1; in KeyInput()
496 nX = 1; in KeyInput()
508 nX *= aLogicSizeOnePixel.Width(); in KeyInput()
513 nX *= 1000; in KeyInput()
519 nX *= 100; in KeyInput()
524 if(0 != nX || 0 != nY) in KeyInput()
541 aMarkRect.Move(nX, nY); in KeyInput()
[all …]
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi.cxx196 for( int nX = 0; ( nX < 8 ) && bDither16; nX++ ) in ImplInitSalGDI() local
197 if( ::GetPixel( hMemDC, nX, nY ) != aCol ) in ImplInitSalGDI()
1231 for( long nX = 0L; nX < 8L; nX++ ) in SetFillColor() local
1258 for ( long nX = 0L; nX < 8L; nX++ ) in SetFillColor() local
1260 const long nThres = aOrdDither8Bit[ nY ][ nX ]; in SetFillColor()
1316 void WinSalGraphics::drawPixel( long nX, long nY ) in drawPixel() argument
1327 SetPixel( getHDC(), (int)nX, (int)nY, mnPenColor ); in drawPixel()
1352 ::SetPixel( getHDC(), (int)nX, (int)nY, nCol ); in drawPixel()
1411 aWinRect.left = nX; in drawRect()
1413 aWinRect.right = nX+nWidth; in drawRect()
[all …]

Completed in 205 milliseconds

12345678910>>...19