Searched refs:pOutBuffer (Results 1 – 5 of 5) sorted by relevance
/trunk/main/vcl/win/source/gdi/ |
H A D | salprn.cxx | 679 SalDriverData* pOutBuffer = NULL; in ImplUpdateSalJobSetup() local 700 pOutBuffer = (SalDriverData*)rtl_allocateZeroMemory( nDriverDataLen ); in ImplUpdateSalJobSetup() 701 pOutBuffer->mnSysSignature = SAL_DRIVERDATA_SYSSIGN; in ImplUpdateSalJobSetup() 702 …pOutBuffer->mnVersion = aSalShlData.mbWPrinter ? SAL_DRIVERDATA_VERSION_W : SAL_DRIVERDATA_VERSIO… in ImplUpdateSalJobSetup() 704 pOutBuffer->mnDriverOffset = sal::static_int_cast<sal_uInt16>( in ImplUpdateSalJobSetup() 705 (char*)pOutBuffer->maDriverData - in ImplUpdateSalJobSetup() 706 (char*)pOutBuffer ); in ImplUpdateSalJobSetup() 727 BYTE* pOutDevMode = (((BYTE*)pOutBuffer) + pOutBuffer->mnDriverOffset); in ImplUpdateSalJobSetup() 746 rtl_freeMemory( pOutBuffer ); in ImplUpdateSalJobSetup() 786 pSetupData->mpDriverData = (BYTE*)pOutBuffer; in ImplUpdateSalJobSetup()
|
/trunk/main/sax/source/tools/ |
H A D | converter.cxx | 1755 sal_Int8 *pOutBuffer = rOutBuffer.getArray(); in decodeBase64SomeChars() local 1756 sal_Int8 *pOutBufferStart = pOutBuffer; in decodeBase64SomeChars() 1786 *pOutBuffer++ = (sal_Int8)((nOut & 0xff0000) >> 16); in decodeBase64SomeChars() 1788 *pOutBuffer++ = (sal_Int8)((nOut & 0xff00) >> 8); in decodeBase64SomeChars() 1790 *pOutBuffer++ = (sal_Int8)(nOut & 0xff); in decodeBase64SomeChars() 1809 if( (pOutBuffer - pOutBufferStart) != rOutBuffer.getLength() ) in decodeBase64SomeChars() 1810 rOutBuffer.realloc( pOutBuffer - pOutBufferStart ); in decodeBase64SomeChars()
|
/trunk/main/xmloff/source/core/ |
H A D | xmluconv.cxx | 1603 sal_Int8 *pOutBuffer = rOutBuffer.getArray(); in decodeBase64SomeChars() local 1604 sal_Int8 *pOutBufferStart = pOutBuffer; in decodeBase64SomeChars() 1634 *pOutBuffer++ = (sal_Int8)((nOut & 0xff0000) >> 16); in decodeBase64SomeChars() 1636 *pOutBuffer++ = (sal_Int8)((nOut & 0xff00) >> 8); in decodeBase64SomeChars() 1638 *pOutBuffer++ = (sal_Int8)(nOut & 0xff); in decodeBase64SomeChars() 1657 if( (pOutBuffer - pOutBufferStart) != rOutBuffer.getLength() ) in decodeBase64SomeChars() 1658 rOutBuffer.realloc( pOutBuffer - pOutBufferStart ); in decodeBase64SomeChars()
|
/trunk/main/sdext/source/pdfimport/pdfparse/ |
H A D | pdfentries.cxx | 87 bool decrypt( const sal_uInt8* pInBuffer, sal_uInt32 nLen, sal_uInt8* pOutBuffer, in decrypt() 91 return pFile ? pFile->decrypt( pInBuffer, nLen, pOutBuffer, nObject, nGeneration ) : false; in decrypt() 1081 bool PDFFile::decrypt( const sal_uInt8* pInBuffer, sal_uInt32 nLen, sal_uInt8* pOutBuffer, in decrypt() argument 1112 pOutBuffer, nLen ); in decrypt()
|
/trunk/main/sdext/source/pdfimport/inc/ |
H A D | pdfparse.hxx | 257 sal_uInt8* pOutBuffer,
|
Completed in 34 milliseconds