Home
last modified time | relevance | path

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

12345678910

/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/main/canvas/inc/canvas/rendering/
H A Disurfaceproxymanager.hxx64 const IColorBufferSharedPtr& pBuffer ) const = 0;
/aoo41x/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()
/aoo41x/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()
/aoo41x/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 );
/aoo41x/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()
/aoo41x/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()
/aoo41x/main/canvas/source/tools/
H A Dsurfaceproxy.hxx51 SurfaceProxy( const canvas::IColorBufferSharedPtr& pBuffer,
/aoo41x/main/vcl/unx/headless/
H A Dsvpbmp.hxx57 virtual void ReleaseBuffer( BitmapBuffer* pBuffer, bool bReadOnly );
/aoo41x/main/vcl/unx/generic/gdi/
H A Dsalcvt.hxx54 sal_Char *pBuffer, sal_Size nBufferSize,
/aoo41x/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()
/aoo41x/main/vcl/inc/os2/
H A Dsalbmp.h100 virtual void ReleaseBuffer( BitmapBuffer* pBuffer, bool bReadOnly );
/aoo41x/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()
/aoo41x/main/vcl/inc/aqua/
H A Dsalbmp.h85 void ReleaseBuffer( BitmapBuffer* pBuffer, bool bReadOnly );
/aoo41x/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()
/aoo41x/main/vcl/inc/win/
H A Dsalbmp.h100 virtual void ReleaseBuffer( BitmapBuffer* pBuffer, bool bReadOnly );
/aoo41x/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 );
/aoo41x/main/svtools/inc/svtools/
H A Dfltdefs.hxx72 void ReplaceInfoHeader( SvStream& rStm, sal_uInt8* pBuffer );
/aoo41x/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()
/aoo41x/main/sot/source/sdstor/
H A Dstgdir.hxx69 StgDirEntry( const void* pBuffer, sal_uInt32 nBufferLen, sal_Bool * pbOk );

Completed in 599 milliseconds

12345678910