Home
last modified time | relevance | path

Searched refs:pBuffer (Results 201 – 225 of 230) sorted by relevance

12345678910

/trunk/main/vcl/inc/vcl/
H A Doctree.hxx130 sal_uInt8* pBuffer; member in InverseColorMap
H A Dfont.hxx136 static Font identifyFont( const void* pBuffer, sal_uInt32 nLen );
H A Dppdparser.hxx329 void rebuildFromStreamBuffer( void* pBuffer, sal_uLong nBytes );
/trunk/main/sot/source/sdstor/
H A Dstgdir.cxx53 StgDirEntry::StgDirEntry( const void* pBuffer, sal_uInt32 nBufferLen, sal_Bool * pbOk ) : StgAvlNod… in StgDirEntry() argument
55 *pbOk = aEntry.Load( pBuffer, nBufferLen ); in StgDirEntry()
H A Dstgdir.hxx69 StgDirEntry( const void* pBuffer, sal_uInt32 nBufferLen, sal_Bool * pbOk );
H A Dstgelem.hxx142 sal_Bool Load( const void* pBuffer, sal_uInt32 nBufSize );
H A Dstorage.cxx1462 sal_uInt8* pBuffer = aBuffer; in SetKey() local
1463 … ::com::sun::star::uno::Sequence < sal_Int8 > aSequ( (sal_Int8*) pBuffer, RTL_DIGEST_LENGTH_SHA1 ); in SetKey()
/trunk/main/vcl/inc/unx/
H A Dsalbmp.h116 virtual void ReleaseBuffer( BitmapBuffer* pBuffer, bool bReadOnly );
/trunk/main/tools/inc/tools/
H A Dinetstrm.hxx130 sal_Char *pBuffer; member in INetMessageIStream
/trunk/main/unotools/inc/unotools/
H A Ducblockbytes.hxx151 …virtual ErrCode ReadAt ( sal_uLong nPos, void *pBuffer, sal_uLong nCount, sal_uLong *pRead…
/trunk/main/sc/source/filter/inc/
H A Dformel.hxx184 sal_Char* pBuffer; // Universal-Puffer member in ConverterBase
/trunk/main/sdext/source/pdfimport/inc/
H A Dpdfparse.hxx302 PDFEntry* read( const char* pBuffer, unsigned int nLen );
/trunk/main/vcl/inc/
H A Dsft.hxx287 …int VCL_DLLPUBLIC OpenTTFontBuffer(void* pBuffer, sal_uInt32 nLen, sal_uInt32 facenum, TrueTypeFon…
/trunk/main/sw/source/filter/ww8/
H A Dwrtw8esh.cxx284 sal_uInt8* pBuffer = new sal_uInt8[ nLen ]; in WriteHyperlinkWithinFly() local
285 tmpStrm.Read(pBuffer, nLen); in WriteHyperlinkWithinFly()
286 rStrm.Write( pBuffer, nLen ); in WriteHyperlinkWithinFly()
287 delete[] pBuffer; in WriteHyperlinkWithinFly()
H A Dwrtww8.cxx3719 sal_uInt8 *pBuffer = new sal_uInt8[pFib->lcbCmds]; in RestoreMacroCmds() local
3720 pStream->Read(pBuffer, pFib->lcbCmds); in RestoreMacroCmds()
3721 pTableStrm->Write(pBuffer, pFib->lcbCmds); in RestoreMacroCmds()
3722 delete[] pBuffer; in RestoreMacroCmds()
/trunk/main/starmath/source/
H A Dparse.cxx1922 const sal_Unicode* pBuffer = rText.GetBuffer(); in lcl_IsNumber() local
1923 for(xub_StrLen nPos = 0; nPos < rText.Len(); nPos++, pBuffer++) in lcl_IsNumber()
1925 const sal_Unicode cChar = *pBuffer; in lcl_IsNumber()
/trunk/main/sw/source/filter/ww1/
H A Dw1class.hxx1132 sal_Char* pBuffer; member in Ww1Assoc
1140 ~Ww1Assoc() { delete pBuffer; } in ~Ww1Assoc()
/trunk/main/codemaker/source/idlmaker/
H A Didltype.cxx575 sal_uInt8* pBuffer=NULL; in checkSpecialIdlType() local
610 sal_uInt8* pBuffer=NULL; in checkRealBaseType() local
/trunk/main/basic/source/runtime/
H A Dmethods.cxx463 char* pBuffer = new char[ _MAX_PATH ]; in RTLFUNC() local
468 if ( _getdcwd( nCurDir, pBuffer, _MAX_PATH ) != 0 ) in RTLFUNC()
469 rPar.Get(0)->PutString( String::CreateFromAscii( pBuffer ) ); in RTLFUNC()
472 delete [] pBuffer; in RTLFUNC()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx2682 int open(void * pBuffer, sal_uInt32 nLen, sal_uInt32 nFaceNum);
2696 int ScopedTrueTypeFont::open(void * pBuffer, sal_uInt32 nLen, in open() argument
2700 return OpenTTFontBuffer(pBuffer, nLen, nFaceNum, &m_pFont); in open()
H A Dwinlayout.cxx1215 char* pBuffer = (char*)alloca( nBufSize ); local
1216 …nfoW( const_cast<LPWSTR>(reinterpret_cast<LPCWSTR>(pModuleFileCStr)), nHandle, nBufSize, pBuffer );
1220 ::VerQueryValueW( pBuffer, const_cast<LPWSTR>(L"\\"), (void**)&pFixedFileInfo, &nFixedFileSize );
/trunk/main/sal/osl/unx/
H A Dfile_volume.cxx125 static sal_Bool osl_getFloppyMountEntry(const sal_Char* pszPath, sal_Char* pBuffer);
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx2160 bool PDFWriterImpl::writeBuffer( const void* pBuffer, sal_uInt64 nBytes ) in writeBuffer() argument
2171 … m_aOutputStreams.front().m_pStream->Write( pBuffer, sal::static_int_cast<sal_Size>(nBytes) ); in writeBuffer()
2178 m_pCodec->Write( *m_pMemStream, static_cast<const sal_uInt8*>(pBuffer), (sal_uLong)nBytes ); in writeBuffer()
2189 (sal_uInt8*)pBuffer, static_cast<sal_Size>(nBytes), in writeBuffer()
2193 … const void* pWriteBuffer = ( m_bEncryptThisStream && buffOK ) ? m_pEncryptionBuffer : pBuffer; in writeBuffer()
4150 boost::shared_array<unsigned char> pBuffer( new unsigned char[ nLength1 ] ); in emitFonts() local
4153 …CHECK_RETURN( (osl_File_E_None == osl_readFile( aFontFile, pBuffer.get(), nLength1, &nBytesRead ) … in emitFonts()
4158 getPfbSegmentLengths( pBuffer.get(), (int)nBytesRead, aSegmentLengths ); in emitFonts()
4175 CHECK_RETURN( writeBuffer( &pBuffer[6], aSegmentLengths[0] ) ); in emitFonts()
4176 … CHECK_RETURN( writeBuffer( &pBuffer[12] + aSegmentLengths[0], aSegmentLengths[1] ) ); in emitFonts()
[all …]
H A Dcvtsvm.cxx345 sal_Unicode* pBuffer = rString.AllocBuffer( nStringLen ); in ImplReadUnicodeComment() local
347 rIStm >> *pBuffer++; in ImplReadUnicodeComment()
/trunk/main/codemaker/source/bonobowrappermaker/
H A Dcorbatype.cxx1066 sal_uInt8* pBuffer=NULL; in checkSpecialCorbaType() local
1099 sal_uInt8* pBuffer=NULL; in checkRealBaseType() local

Completed in 221 milliseconds

12345678910