Searched refs:pInBuffer (Results 1 – 9 of 9) sorted by relevance
/aoo42x/main/vcl/source/gdi/ |
H A D | cvtgrf.cxx | 54 sal_uLong GraphicConverter::ImplConvert( sal_uLong nInFormat, void* pInBuffer, sal_uLong nInBufSize, in ImplConvert() argument 59 if( ( nInFormat != nOutFormat ) && pInBuffer ) in ImplConvert() 66 aIStm.SetBuffer( (char*) pInBuffer, nInBufSize, sal_False, nInBufSize ); in ImplConvert() 90 aIStm.SetBuffer( (char*) pInBuffer, nInBufSize, sal_False, nInBufSize ); in ImplConvert()
|
/aoo42x/main/filter/source/placeware/ |
H A D | exporter.cxx | 141 void* pInBuffer = aInBuffer.getArray(); in encodeFile() local 147 nRC = rSourceFile.read( pInBuffer, aInBuffer.getLength(), nTemp ); in encodeFile() 157 pInBuffer = aInBuffer.getArray(); in encodeFile()
|
/aoo42x/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 1111 pInBuffer, nLen, in decrypt()
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | cvtgrf.hxx | 47 …SAL_DLLPRIVATE sal_uLong ImplConvert( sal_uLong nInFormat, void* pInBuffer, sal_uLong nInBufSiz…
|
H A D | salctype.hxx | 77 sal_uLong nInFormat, void* pInBuffer, sal_uLong nInBufSize,
|
/aoo42x/main/vcl/win/source/gdi/ |
H A D | salprn.cxx | 680 BYTE* pInBuffer = NULL; in ImplUpdateSalJobSetup() local 711 …pInBuffer = (BYTE*)pSetupData->mpDriverData + ((SalDriverData*)pSetupData->mpDriverData)->mnDriver… in ImplUpdateSalJobSetup() 732 (LPDEVMODEW)pOutDevMode, (LPDEVMODEW)pInBuffer, nMode ); in ImplUpdateSalJobSetup() 738 (LPDEVMODEA)pOutDevMode, (LPDEVMODEA)pInBuffer, nMode ); in ImplUpdateSalJobSetup()
|
/aoo42x/main/sax/source/tools/ |
H A D | converter.cxx | 1754 const sal_Unicode *pInBuffer = rInBuffer.getStr(); in decodeBase64SomeChars() local 1765 sal_Unicode cChar = *pInBuffer; in decodeBase64SomeChars() 1807 pInBuffer++; in decodeBase64SomeChars()
|
/aoo42x/main/sdext/source/pdfimport/inc/ |
H A D | pdfparse.hxx | 256 bool decrypt( const sal_uInt8* pInBuffer, sal_uInt32 nLen,
|
/aoo42x/main/xmloff/source/core/ |
H A D | xmluconv.cxx | 1602 const sal_Unicode *pInBuffer = rInBuffer.getStr(); in decodeBase64SomeChars() local 1613 sal_Unicode cChar = *pInBuffer; in decodeBase64SomeChars() 1655 pInBuffer++; in decodeBase64SomeChars()
|
Completed in 66 milliseconds