| /trunk/main/filter/source/graphicfilter/ipict/ |
| H A D | ipict.cxx | 89 short nx,ny; in read() local 96 for (ny=0; ny<8; ny++) { in read() 97 stream >> ((char&)nbyte[ny]); in read() 99 if ( (nbyte[ny] & (1<<nx)) != 0 ) nBitCount++; in read() 263 pAcc->SetPixelIndex( ny, nx++, nDat >> 7 ); \ 265 pAcc->SetPixelIndex( ny, nx++, nDat >> 6 ); \ 267 pAcc->SetPixelIndex( ny, nx++, nDat >> 5 ); \ 269 pAcc->SetPixelIndex( ny, nx++, nDat >> 4 ); \ 271 pAcc->SetPixelIndex( ny, nx++, nDat >> 3 ); \ 273 pAcc->SetPixelIndex( ny, nx++, nDat >> 2 ); \ [all …]
|
| /trunk/main/filter/source/graphicfilter/itiff/ |
| H A D | itiff.cxx | 495 sal_uLong ny, np, nStrip, nStripBytesPerRow; in ReadMap() local 501 for ( ny = 0; ny < nImageLength; ny++ ) in ReadMap() 505 nStrip = ny / nRowsPerStrip + np * nStripsPerPlane; in ReadMap() 508 pTIFF->Seek( pStripOffsets[ nStrip ] + ( ny % nRowsPerStrip ) * nStripBytesPerRow ); in ReadMap() 512 …MayCallback( nMinPercent + ( nMaxPercent - nMinPercent ) * ( np * nImageLength + ny) / ( nImageLen… in ReadMap() 514 if ( !ConvertScanline( ny ) ) in ReadMap() 520 sal_uLong ny, np, nStrip, nOptions; in ReadMap() local 555 for ( ny = 0; ny < nImageLength; ny++ ) in ReadMap() 559 if ( ny / nRowsPerStrip + np * nStripsPerPlane > nStrip ) in ReadMap() 561 nStrip=ny/nRowsPerStrip+np*nStripsPerPlane; in ReadMap() [all …]
|
| /trunk/main/filter/source/graphicfilter/ipcx/ |
| H A D | ipcx.cxx | 225 sal_uLong i, nx, ny, np, nCount, nUsedLineSize, nLineSize, nPercent; in ImplReadBody() local 236 for ( ny = 0; ny < nHeight; ny++ ) in ImplReadBody() 243 nPercent = ny * 60 / nHeight + 10; in ImplReadBody() 244 if ( ny == 0 || nLastPercent + 4 <= nPercent ) in ImplReadBody() 312 pAcc->SetPixelIndex( ny, i, *(pSource1++) & 1 ); in ImplReadBody() 314 pAcc->SetPixelIndex( ny, i, (*pSource1 >> nShift ) & 1 ); in ImplReadBody() 336 pAcc->SetPixelIndex( ny, i, nCol ); in ImplReadBody() 343 pAcc->SetPixelIndex( ny, i, *pSource1++ ); in ImplReadBody() 354 pAcc->SetPixelIndex( ny, i, nCol ); in ImplReadBody() 361 pAcc->SetPixelIndex( ny, i, nCol ); in ImplReadBody() [all …]
|
| /trunk/main/filter/source/graphicfilter/icgm/ |
| H A D | bitmap.cxx | 50 long nx, ny, nxC, nxCount, nyCount; in ImplGetBitmap() local 79 for ( ny = 0; --nyCount ; ny++, rDesc.mpBuf += rDesc.mnScanSize ) in ImplGetBitmap() 84 …rDesc.mpAcc->SetPixelIndex( ny, nx, static_cast<sal_uInt8>( (*( rDesc.mpBuf + (nx >> 3)) >> ((nx &… in ImplGetBitmap() 93 for ( ny = 0; --nyCount; ny++, rDesc.mpBuf += rDesc.mnScanSize ) in ImplGetBitmap() 98 …rDesc.mpAcc->SetPixelIndex( ny, nx, static_cast<sal_uInt8>( (*(rDesc.mpBuf + (nx >> 2)) >> (((nx &… in ImplGetBitmap() 107 for ( ny = 0; --nyCount; ny++, rDesc.mpBuf += rDesc.mnScanSize ) in ImplGetBitmap() 115 … rDesc.mpAcc->SetPixelIndex( ny, nx, static_cast<sal_uInt8>(nDat >> 4) ); in ImplGetBitmap() 119 … rDesc.mpAcc->SetPixelIndex( ny, nx, static_cast<sal_uInt8>(nDat & 15) ); in ImplGetBitmap() 131 for ( ny = 0; --nyCount; ny++, rDesc.mpBuf += rDesc.mnScanSize ) in ImplGetBitmap() 137 rDesc.mpAcc->SetPixelIndex( ny, nx, *(pTemp++) ); in ImplGetBitmap() [all …]
|
| /trunk/main/filter/source/graphicfilter/epict/ |
| H A D | epict.cxx | 358 short nx,ny; in WritePolygon() local 378 ny = (short) aPoint.Y(); in WritePolygon() 382 if ( i==0 || nMinY>ny ) in WritePolygon() 383 nMinY=ny; in WritePolygon() 386 if ( i==0 || nMaxY<ny ) in WritePolygon() 387 nMaxY=ny; in WritePolygon() 892 sal_uLong nWidth, nHeight, nDstRowBytes, nx, nc, ny, nCount, nColTabSize, i; in WriteOpcode_BitsRect() local 978 for ( ny = 0; ny < nHeight; ny++ ) in WriteOpcode_BitsRect() 981 *pPict << (sal_uInt8)pAcc->GetPixel( ny, 0 ).GetRed(); in WriteOpcode_BitsRect() 982 *pPict << (sal_uInt8)pAcc->GetPixel( ny, 0 ).GetGreen(); in WriteOpcode_BitsRect() [all …]
|
| /trunk/main/basegfx/source/polygon/ |
| H A D | b2dpolygonclipper.cxx | 646 double nx,ny; // plane normal member 697 pPlane->ny*dir.getY() ); in scissorLineSegment() 699 pPlane->ny*curr->getY() + in scissorLineSegment() 716 pPlane->ny*dir.getY() ); in scissorLineSegment() 718 pPlane->ny*curr->getY() + in scissorLineSegment() 746 sp[0].ny = +0.0; in clipTriangleListOnRange() 750 sp[1].ny = +0.0; in clipTriangleListOnRange() 754 sp[2].ny = +1.0; in clipTriangleListOnRange() 758 sp[3].ny = -1.0; in clipTriangleListOnRange()
|
| /trunk/main/filter/source/graphicfilter/ipcd/ |
| H A D | ipcd.cxx | 215 sal_uLong nx,ny,nW2,nH2,nYPair,ndy,nXPair; in ReadImage() local 294 ny = ( nYPair << 1 ) + ndy; in ReadImage() 354 … mpAcc->SetPixel( ny, nx, BitmapColor( (sal_uInt8)nRed, (sal_uInt8)nGreen, (sal_uInt8)nBlue ) ); in ReadImage() 356 …mpAcc->SetPixel( nWidth - 1 - nx, ny, BitmapColor( (sal_uInt8)nRed, (sal_uInt8)nGreen, (sal_uInt8)… in ReadImage() 361 …mpAcc->SetPixel( nHeight - 1 - ny, ( nWidth - 1 - nx ), BitmapColor( (sal_uInt8)nRed, (sal_uInt8)n… in ReadImage() 363 …mpAcc->SetPixel( nx, ( nHeight - 1 - ny ), BitmapColor( (sal_uInt8)nRed, (sal_uInt8)nGreen, (sal_u… in ReadImage()
|
| /trunk/extras/l10n/source/hu/ |
| H A D | localize.sdf | 113 …DLLPROC_NOT_FOUND & ERRCODE_RES_MASK 0 hu A megadott DLL-függvény nem található. … 129 …_PROC_DEFINED & ERRCODE_RES_MASK 0 hu Az aleljárás vagy függvény már létezik: $(ARG1)… 279 …src 0 string RID_SVXITEMS_COLOR_LIGHTMAGENTA 0 hu Halvány bíborvörös … 460 … string RID_SVXITEMS_FRMDIR_HORI_LEFT_TOP 0 hu Szövegirány balról jobbra (vízsz… 461 … string RID_SVXITEMS_FRMDIR_HORI_RIGHT_TOP 0 hu Szövegirány jobbról balra (vízsz… 462 … string RID_SVXITEMS_FRMDIR_VERT_TOP_RIGHT 0 hu Szövegirány jobbról balra (függő… 463 … string RID_SVXITEMS_FRMDIR_VERT_TOP_LEFT 0 hu Szövegirány balról jobbra (függő… 464 …RID_SVXITEMS_FRMDIR_ENVIRONMENT 0 hu Szülőobjektum szövegirány-beállításának haszná… 500 …k letiltása mindig biztonságos. Ha viszont letiltja a makrókat, az általuk nyújtott funkcionalitás… 510 …tton DLG_UUI_UNKNOWNAUTH PB_VIEW__CERTIFICATE 70 hu Tanúsítvány megvizsgálása... … [all …]
|
| /trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/ |
| H A D | BorderRemover.java | 246 int ny = h - y - 1; in findBorder() local 247 int nCurrentColor = _aImage.getPixel(nx, ny); in findBorder() 251 nYMax = java.lang.Math.max(nYMax, ny); in findBorder()
|
| /trunk/main/libtextcat/data/new_fingerprints/lm/ |
| H A D | hungarian.lm | 75 ny 363 339 ény 91 346 ány 89
|
| H A D | mingo.lm | 63 ny 83 310 ény 20
|
| H A D | polish.lm | 118 ny 422
|
| H A D | welsh.lm | 174 ny 690
|
| H A D | manx_gaelic.lm | 68 ny 709
|
| H A D | tagalog.lm | 311 ny 48
|
| H A D | zulu.lm | 166 ny
|
| H A D | malay.lm | 83 ny 1827
|
| H A D | indonesian.lm | 68 ny 467
|
| H A D | swahili.lm | 112 ny 230
|
| /trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/ |
| H A D | ShapeDsc.java | 44 public ShapeDsc( int nheight, int nwidth, int nx, int ny, String kind ) { in ShapeDsc() argument 46 y=ny; in ShapeDsc()
|
| /trunk/main/filter/source/graphicfilter/eos2met/ |
| H A D | eos2met.cxx | 554 sal_uLong nBytesPerLine,i,j,nNumColors,ny,nLines; in WriteImageObject() local 665 ny=0; in WriteImageObject() 666 while (ny<nHeight) { in WriteImageObject() 675 nLines=nHeight-ny; in WriteImageObject() 688 ny++; in WriteImageObject() 691 nActBitmapPercent=(ny+1)*100/nHeight; in WriteImageObject()
|
| /trunk/main/svx/source/svdraw/ |
| H A D | svdtrans.cxx | 546 double ny=y; in GetLen() local 548 ny*=ny; in GetLen() 549 nx+=ny; in GetLen()
|
| /trunk/main/sc/source/core/data/ |
| H A D | documen9.cxx | 202 … sal_uLong ny = (sal_uLong) ((double) (MAXROW+1) * ScGlobal::nStdRowHeight * HMM_PER_TWIPS ); in InitDrawLayer() 203 pDrawLayer->SetPageSize( nTab, Size( nx, ny ) ); in InitDrawLayer()
|
| /trunk/main/sw/source/filter/ww1/ |
| H A D | fltshell.cxx | 1506 SwTableBox* SwFltOutDoc::GetBox(sal_uInt16 ny, sal_uInt16 nx /*= USHRT_MAX */) in GetBox() argument 1521 if( ny >= pTableLines->Count() ){ // Notbremse in GetBox() 1523 ny = pTableLines->Count() - 1; in GetBox() 1525 SwTableLine* pTableLine = (*pTableLines)[ny]; in GetBox()
|
| /trunk/main/solenv/inc/ |
| H A D | langlist.mk | 107 ny \
|