Home
last modified time | relevance | path

Searched refs:pBuffer (Results 176 – 200 of 230) sorted by relevance

12345678910

/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx2841 sal_Unicode* pBuffer = sPlainCharsBuf.AllocBuffer( nLen ); in ReadPlainChars() local
2842 sal_Unicode* pWork = pBuffer; in ReadPlainChars()
2918 nEndUsed = Custom8BitToUnicode(hConverter, p8Bits, nL2, pBuffer, nLen); in ReadPlainChars()
2920 for( xub_StrLen nI = 0; nI < nLen; ++nI, ++pBuffer ) in ReadPlainChars()
2922 *pBuffer = TranslateToHindiNumbers(*pBuffer); in ReadPlainChars()
4203 sal_uInt8 *pBuffer = new sal_uInt8[pWwFib->lcbCmds]; in StoreMacroCmds() local
4204 pTableStream->Read(pBuffer, pWwFib->lcbCmds); in StoreMacroCmds()
4205 pStream->Write(pBuffer, pWwFib->lcbCmds); in StoreMacroCmds()
4206 delete[] pBuffer; in StoreMacroCmds()
/trunk/main/canvas/source/directx/
H A Ddx_5rm.cxx286 sal_uInt8 *pBuffer = static_cast<sal_uInt8 *>(_alloca(dwBitmapSize)); in dumpSurface() local
287 if(pBuffer) in dumpSurface()
290 sal_uInt8 *pDest = reinterpret_cast<sal_uInt8 *>(pBuffer); in dumpSurface()
327 fwrite(pBuffer,1,dwBitmapSize,fp); in dumpSurface()
/trunk/main/forms/source/xforms/
H A Dconvert.cxx581 const sal_Unicode* pBuffer = aBuffer.getStr(); in replaceWhitespace() local
584 sal_Unicode c = pBuffer[i]; in replaceWhitespace()
/trunk/main/xmloff/source/core/
H A DDocumentSettingsContext.cxx621 sal_Int8* pBuffer = aBuffer.getArray(); in Characters() local
622 for (sal_uInt32 i = 0; i < nCount; i++, pBuffer++) in Characters()
623 pDecoded[nStartPos + i] = *pBuffer; in Characters()
/trunk/main/vcl/unx/gtk/window/
H A Dgtkframe.cxx1041 getRow( BitmapBuffer *pBuffer, sal_uLong nRow ) in getRow() argument
1043 if( BMP_SCANLINE_ADJUSTMENT( pBuffer->mnFormat ) == BMP_FORMAT_TOP_DOWN ) in getRow()
1044 return pBuffer->mpBits + nRow * pBuffer->mnScanlineSize; in getRow()
1046 return pBuffer->mpBits + ( pBuffer->mnHeight - nRow - 1 ) * pBuffer->mnScanlineSize; in getRow()
/trunk/main/vcl/source/control/
H A Dfield.cxx231 const sal_Unicode* pBuffer = io_rText.GetBuffer(); in ImplUpdateSeparatorString() local
240 aBuf.append( pBuffer + nIndex, nIndexTh - nIndex ); in ImplUpdateSeparatorString()
246 aBuf.append( pBuffer + nIndex, nIndexDec - nIndex ); in ImplUpdateSeparatorString()
252 aBuf.append( pBuffer + nIndex ); in ImplUpdateSeparatorString()
/trunk/main/store/source/
H A Dstordata.hxx739 sal_Size getName (sal_Char * pBuffer, sal_Size nBufsiz) const in getName() argument
743 memcpy (pBuffer, pszName, SAL_MIN(nLength, nBufsiz)); in getName()
/trunk/main/vcl/unx/generic/window/
H A Dsalframe.cxx3447 sal_Unicode *pBuffer; in HandleKeyEvent() local
3451 pBuffer = (sal_Unicode*) malloc( nBufferSize + 2 ); in HandleKeyEvent()
3452 pBuffer[ 0 ] = 0; in HandleKeyEvent()
3475 pBuffer, nBufferSize, in HandleKeyEvent()
3484 pString = pBuffer; in HandleKeyEvent()
3494 pString = pBuffer; in HandleKeyEvent()
3545 free (pBuffer); in HandleKeyEvent()
/trunk/main/vcl/source/gdi/
H A Dbitmap.cxx688 sal_uInt8* pBuffer = new sal_uInt8[ nScanSize ]; in Mirror() local
695 memcpy( pBuffer, pAcc->GetScanline( nY ), nScanSize ); in Mirror()
697 memcpy( pAcc->GetScanline( nOther ), pBuffer, nScanSize ); in Mirror()
700 delete[] pBuffer; in Mirror()
/trunk/main/ucb/source/ucp/ftp/
H A Dftpcontainer.hxx42 const void* pBuffer,
H A Dftpurl.cxx79 const void* pBuffer, in append() argument
96 pBuffer,nLen); in append()
/trunk/main/canvas/inc/canvas/rendering/
H A Disurfaceproxymanager.hxx65 const IColorBufferSharedPtr& pBuffer ) const = 0;
/trunk/main/vcl/inc/
H A Dsalbmp.hxx56 virtual void ReleaseBuffer( BitmapBuffer* pBuffer, bool bReadOnly ) = 0;
H A Dimpbmp.hxx80 void ImplReleaseBuffer( BitmapBuffer* pBuffer, sal_Bool bReadOnly );
/trunk/main/sdext/source/pdfimport/pdfparse/
H A Dpdfentries.cxx1122 static void pad_or_truncate_to_32( const OString& rStr, sal_Char* pBuffer ) in pad_or_truncate_to_32() argument
1128 rtl_copyMemory( pBuffer, pStr, nLen ); in pad_or_truncate_to_32()
1131 pBuffer[nLen++] = nPadString[i++]; in pad_or_truncate_to_32()
/trunk/main/canvas/source/tools/
H A Dsurfaceproxy.hxx51 SurfaceProxy( const canvas::IColorBufferSharedPtr& pBuffer,
/trunk/main/vcl/unx/headless/
H A Dsvpbmp.hxx57 virtual void ReleaseBuffer( BitmapBuffer* pBuffer, bool bReadOnly );
/trunk/main/vcl/unx/generic/gdi/
H A Dsalcvt.hxx54 sal_Char *pBuffer, sal_Size nBufferSize,
/trunk/main/filter/source/svg/
H A Dsvgwriter.cxx1082 … sal_Unicode* pBuffer = new sal_Unicode[ nBufLen * sizeof( sal_Unicode ) ]; in ImplWriteBmp() local
1083 sal_Unicode* pTmpDst = pBuffer; in ImplWriteBmp()
1121 …const ::rtl::OUString aPart( pBuffer + nCurPos, ::std::min< sal_Int32 >( nPartLen, nBufLen - nCurP… in ImplWriteBmp()
1127 delete[] pBuffer; in ImplWriteBmp()
/trunk/main/vcl/inc/os2/
H A Dsalbmp.h100 virtual void ReleaseBuffer( BitmapBuffer* pBuffer, bool bReadOnly );
/trunk/main/vcl/inc/aqua/
H A Dsalbmp.h85 void ReleaseBuffer( BitmapBuffer* pBuffer, bool bReadOnly );
/trunk/main/vcl/unx/generic/printer/
H A Dprinterinfomanager.cxx1388 char pBuffer[1024]; in run() local
1404 while( fgets( pBuffer, 1024, pPipe ) ) in run()
1405 aLines.push_back( rtl::OString( pBuffer ) ); in run()
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi3.cxx1478 int open(void * pBuffer, sal_uInt32 nLen, sal_uInt32 nFaceNum);
1492 int ScopedTrueTypeFont::open(void * pBuffer, sal_uInt32 nLen, in open() argument
1496 return OpenTTFontBuffer(pBuffer, nLen, nFaceNum, &m_pFont); in open()
/trunk/main/vcl/inc/win/
H A Dsalbmp.h100 virtual void ReleaseBuffer( BitmapBuffer* pBuffer, bool bReadOnly );
/trunk/main/svtools/inc/svtools/
H A Dfltdefs.hxx72 void ReplaceInfoHeader( SvStream& rStm, sal_uInt8* pBuffer );

Completed in 226 milliseconds

12345678910