Home
last modified time | relevance | path

Searched refs:pOutBuffer (Results 1 – 5 of 5) sorted by path

/trunk/main/sax/source/tools/
H A Dconverter.cxx1755 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/sdext/source/pdfimport/inc/
H A Dpdfparse.hxx257 sal_uInt8* pOutBuffer,
/trunk/main/sdext/source/pdfimport/pdfparse/
H A Dpdfentries.cxx87 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/vcl/win/source/gdi/
H A Dsalprn.cxx679 SalDriverData* pOutBuffer = NULL; in ImplUpdateSalJobSetup() local
700 pOutBuffer = (SalDriverData*)rtl_allocateZeroMemory( nDriverDataLen ); in ImplUpdateSalJobSetup()
701 pOutBuffer->mnSysSignature = SAL_DRIVERDATA_SYSSIGN; in ImplUpdateSalJobSetup()
702pOutBuffer->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/xmloff/source/core/
H A Dxmluconv.cxx1603 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()

Completed in 66 milliseconds