Searched refs:nByteCount (Results 1 – 8 of 8) sorted by relevance
/aoo4110/main/testtools/source/bridgetest/pyuno/ |
H A D | impl.py | 60 def skipBytes( self, nByteCount ): argument 61 if( nByteCount + self.nIndex > len(self.s) ): 62 nByteCount = len(self.s) - self.nIndex 63 self.nIndex += nByteCount 65 def readBytes( self, retSeq, nByteCount ): argument 67 if( self.nIndex + nByteCount > len(self.s) ): 70 nRet = nByteCount 75 def readSomeBytes( self, retSeq , nByteCount ): argument 77 return readBytes( retSeq, nByteCount )
|
/aoo4110/main/filter/source/graphicfilter/ipict/ |
H A D | ipict.cxx | 858 *pPict >> nByteCount; in ReadPixMapEtc() 868 while ( nByteCount ) in ReadPixMapEtc() 880 nByteCount -= 1 + nCount; in ReadPixMapEtc() 891 nByteCount -= 2; in ReadPixMapEtc() 928 *pPict >> nByteCount; in ReadPixMapEtc() 929 nByteCount += 2; in ReadPixMapEtc() 935 nByteCount++; in ReadPixMapEtc() 977 sal_uInt16 nByteCount, nCount; in ReadPixMapEtc() local 1022 *pPict >> nByteCount; in ReadPixMapEtc() 1023 nByteCount += 2; in ReadPixMapEtc() [all …]
|
/aoo4110/main/sw/source/filter/ww8/ |
H A D | ww8par2.cxx | 4479 sal_uInt16 nByteCount = 2; in ImportOldFormatStyles() local 4481 while (nByteCount < cbName) in ImportOldFormatStyles() 4485 nByteCount++; in ImportOldFormatStyles() 4526 nByteCount = 2; in ImportOldFormatStyles() 4529 while (nByteCount < cbChpx) in ImportOldFormatStyles() 4533 nByteCount++; in ImportOldFormatStyles() 4557 nByteCount += cbChpx-nByteCount; in ImportOldFormatStyles() 4564 nByteCount = 2; in ImportOldFormatStyles() 4570 nByteCount++; in ImportOldFormatStyles() 4579 nByteCount+=7; in ImportOldFormatStyles() [all …]
|
/aoo4110/main/filter/source/graphicfilter/itiff/ |
H A D | itiff.cxx | 729 sal_uInt32 nRed, nGreen, nBlue, ns, nx, nVal, nByteCount; in ConvertScanline() local 930 nByteCount = ( nImageWidth >> 3 ) + 1; in ConvertScanline() 931 while ( --nByteCount ) in ConvertScanline() 963 nByteCount = ( nImageWidth >> 3 ) + 1; in ConvertScanline() 964 while ( --nByteCount ) in ConvertScanline()
|
/aoo4110/main/vcl/source/gdi/ |
H A D | bmpfast.cxx | 985 long nByteCount = rDst.mnHeight * rDst.mnScanlineSize; in ImplFastEraseBitmap() local 986 rtl_fillMemory( rDst.mpBits, nByteCount, nFillByte ); in ImplFastEraseBitmap()
|
/aoo4110/main/sdext/source/presenter/ |
H A D | PresenterTheme.cxx | 418 const sal_Int32 nByteCount (aByteSequence.getLength()); in ConvertToColor() local 421 for (sal_Int32 nIndex=0; nIndex<nByteCount; ++nIndex) in ConvertToColor()
|
/aoo4110/main/basic/source/runtime/ |
H A D | methods1.cxx | 2672 sal_uInt16 nByteCount = rPar.Get(1)->GetUShort(); in RTLFUNC() local 2684 SbError err = pSbStrm->Read( aByteBuffer, nByteCount, true ); in RTLFUNC()
|
/aoo4110/main/vcl/aqua/source/gdi/ |
H A D | salgdi.cxx | 1450 void* pEpsData, sal_uLong nByteCount ) in drawEPS() argument 1453 NSData* xNSData = [NSData dataWithBytes:(void*)pEpsData length:(int)nByteCount]; in drawEPS()
|
Completed in 243 milliseconds