/aoo4110/main/filter/source/graphicfilter/itiff/ |
H A D | itiff.cxx | 503 for ( np = 0; np < nPlanes; np++ ) in ReadMap() 557 for ( np = 0; np < nPlanes; np++ ) in ReadMap() 588 for ( np = 0; np < nPlanes; np++ ) in ReadMap() 616 for ( np = 0; np < nPlanes; np++ ) in ReadMap() 735 nPlanes == 1 && nPhotometricInterpretation == 2 ) in ConvertScanline() 768 if ( nPlanes < 3 ) in ConvertScanline() 791 if ( nPlanes < 3 ) in ConvertScanline() 825 if( nPlanes < 3 ) in ConvertScanline() 836 if( nPlanes < 3 ) in ConvertScanline() 1245 nPlanes = 1; in ReadTIFF() [all …]
|
/aoo4110/main/filter/source/graphicfilter/ipcx/ |
H A D | ipcx.cxx | 44 sal_uLong nPlanes; // Anzahl Ebenen member in PCXReader 197 *pPCX >> nbyte; nPlanes = (sal_uLong)nbyte; in ImplReadHeader() 203 nDestBitsPerPixel = (sal_uInt16)( nBitsPerPlanePix * nPlanes ); in ImplReadHeader() 207 || nPlanes > 4 || nBytesPerPlaneLin < ( ( nWidth * nBitsPerPlanePix+7 ) >> 3 ) ) in ImplReadHeader() 215 if ( nPlanes == 1 && nBitsPerPlanePix == 1 ) in ImplReadHeader() 232 for( np = 0; np < nPlanes; np++ ) in ImplReadBody() 250 for ( np = 0; np < nPlanes; np++) in ImplReadBody() 304 switch ( nBitsPerPlanePix + ( nPlanes << 8 ) ) in ImplReadBody() 398 for ( np = 0; np < nPlanes; np++ ) in ImplReadBody()
|
/aoo4110/main/oox/source/xls/ |
H A D | biffhelper.cxx | 130 sal_uInt16 nPlanes = 0, nDepth = 0; in lclImportImgDataDib() local 135 rStrm >> nPlanes >> nDepth; in lclImportImgDataDib() 139 rStrm >> nPlanes >> nDepth; in lclImportImgDataDib() 144 if( (nPlanes == 1) && ((nDepth == 24) || (nDepth == 32)) ) in lclImportImgDataDib()
|
/aoo4110/main/svtools/source/filter/ |
H A D | filter2.cxx | 141 nPlanes = 0; in ImpConstruct() 192 nPlanes = nTemp16; in ImpDetectBMP() 447 nPlanes = 1; in ImpDetectJPG() 579 nPlanes = cByte; in ImpDetectPCX() 581 bRet = (nPlanes<=4); in ImpDetectPCX() 634 nPlanes = 1; in ImpDetectPNG()
|
/aoo4110/main/vcl/os2/source/gdi/ |
H A D | salvd.cxx | 62 LONG nPlanes; in ImplCreateVirDevBitmap() local 63 DevQueryCaps( hDC, CAPS_COLOR_PLANES, 1, &nPlanes ); in ImplCreateVirDevBitmap() 72 aBitmapInfo.cPlanes = nPlanes; in ImplCreateVirDevBitmap()
|
/aoo4110/main/vcl/source/gdi/ |
H A D | dibtools.cxx | 92 sal_uInt16 nPlanes; member 105 nPlanes(0), in DIBInfoHeader() 188 rIStm >> rHeader.nPlanes; in ImplReadDIBInfoHeader() 199 if(nUsed < rHeader.nSize) { rIStm >> rHeader.nPlanes; nUsed += sizeof(rHeader.nPlanes); } in ImplReadDIBInfoHeader() 259 return( ( rHeader.nPlanes == 1 ) && ( rIStm.GetError() == 0UL ) ); in ImplReadDIBInfoHeader() 1171 aHeader.nPlanes = 1; in ImplWriteDIBBody() 1241 rOStm << aHeader.nPlanes; in ImplWriteDIBBody()
|
/aoo4110/main/svtools/inc/svtools/ |
H A D | filter.hxx | 148 sal_uInt16 nPlanes; member in GraphicDescriptor 222 sal_uInt16 GetPlanes() const { return nPlanes; } in GetPlanes()
|
/aoo4110/main/svtools/source/filter/wmf/ |
H A D | winwmf.cxx | 538 sal_uInt8 nPlanes, nBitCount; in ReadRecordParams() local 543 *pWMF >> nDontKnow >> nWidth >> nHeight >> nBytesPerScan >> nPlanes >> nBitCount; in ReadRecordParams() 545 if ( nWidth && nHeight && ( nPlanes == 1 ) && ( nBitCount == 1 ) ) in ReadRecordParams()
|
/aoo4110/main/svtools/source/inc/ |
H A D | sgvmain.hxx | 277 sal_uInt8 nPlanes; // Anzahl der Bitplanes (0 bei Vektor) member in BmapType
|
/aoo4110/main/editeng/source/rtf/ |
H A D | rtfgrf.cxx | 413 case RTF_WBMPLANES: rPicType.nPlanes = nVal; break; in ReadBmpData()
|
/aoo4110/main/editeng/inc/editeng/ |
H A D | svxrtf.hxx | 136 sal_uInt16 nPlanes; member
|
/aoo4110/main/vcl/win/source/gdi/ |
H A D | salgdi.cxx | 178 int nPlanes = GetDeviceCaps( hDC, PLANES ); in ImplInitSalGDI() local 180 int nBitCount = nBitsPixel * nPlanes; in ImplInitSalGDI()
|
/aoo4110/main/editeng/source/editeng/ |
H A D | eertfpar.cxx | 50 nBitsPerPixel = nPlanes = 1; in ResetValues()
|
/aoo4110/main/sc/source/filter/excel/ |
H A D | xiescher.cxx | 3928 sal_uInt16 nWidth, nHeight, nPlanes, nDepth; in ReadBmp() local 3929 rStrm >> nHdrSize >> nWidth >> nHeight >> nPlanes >> nDepth; in ReadBmp() 3930 if( (nHdrSize == 12) && (nPlanes == 1) && (nDepth == 32) ) in ReadBmp() 3934 aMemStrm << nHdrSize << nWidth << nHeight << nPlanes << nDepth; in ReadBmp()
|