Home
last modified time | relevance | path

Searched refs:pSrc (Results 1 – 25 of 66) sorted by path

123

/trunk/main/autodoc/source/cosv/strings/
H A Dstreamstr.cxx914 register const char * pSrc = i_pEnd; in MoveData() local
916 for ( ; pSrc != i_pStart; --pSrc, --pDest ) in MoveData()
918 *pDest = *pSrc; in MoveData()
920 *pDest = *pSrc; in MoveData()
924 const char * pSrc = i_pStart; in MoveData() local
926 for ( ; pSrc != i_pEnd; ++pSrc, ++pDest ) in MoveData()
928 *pDest = *pSrc; in MoveData()
/trunk/main/basegfx/source/tools/
H A Dunopolypolygon.cxx79 const UnoPolyPolygon* pSrc( dynamic_cast< UnoPolyPolygon* >(polyPolygon.get()) ); in addPolyPolygon() local
84 if( pSrc ) in addPolyPolygon()
86 aSrcPoly = pSrc->getPolyPolygon(); in addPolyPolygon()
/trunk/main/basic/source/classes/
H A Dsbunoobj.cxx3398 Reference< XConstantTypeDescription >* pSrc = aConsts.getArray(); in getVBAConstant() local
3400 for ( sal_Int32 index =0; index<nLen; ++pSrc, ++index ) in getVBAConstant()
3403 *pSrc; in getVBAConstant()
/trunk/main/basic/source/runtime/
H A Dmethods.cxx4037 const sal_Unicode* pSrc = aNewStr.GetBuffer(); in RTLFUNC() local
4041 pChar[i] = static_cast< sal_Char >( i%2 ? ((*pSrc) >> 8) & 0xff : (*pSrc) & 0xff ); in RTLFUNC()
4043 pSrc++; in RTLFUNC()
/trunk/main/basic/source/sbx/
H A Dsbxarray.cxx86 SbxVarRefs* pSrc = rArray.pData; in operator =() local
87 for( sal_uInt32 i = 0; i < pSrc->size(); i++ ) in operator =()
89 SbxVarEntryPtr pSrcRef = (*pSrc)[i]; in operator =()
H A Dsbxdec.cxx227 const sal_Unicode* pSrc = pOUString->getStr(); in setString() local
230 pBuffer[i] = pSrc[i]; in setString()
H A Dsbxstr.cxx260 const sal_Unicode* pSrc = rStr.getStr(); in StringToByteArray() local
278 sal_uInt8 aByte = static_cast< sal_uInt8 >( i%2 ? ((*pSrc) >> 8) & 0xff : (*pSrc) & 0xff ); in StringToByteArray()
283 pSrc++; in StringToByteArray()
/trunk/main/canvas/source/directx/
H A Ddx_surfacebitmap.cxx563 rtl_copyMemory(pDst,pSrc,nSegmentSizeInBytes); in getData()
565 pSrc += aSurfaceDesc.lPitch; in getData()
574 …sal_uInt8 *pSrc = (sal_uInt8 *)((((BYTE *)aLockedRect.pBits)+(rect.Y1*aLockedRect.Pitch))+rect.X1); in getData() local
579 rtl_copyMemory(pDst,pSrc,nSegmentSizeInBytes); in getData()
581 pSrc += aLockedRect.Pitch; in getData()
640 sal_uInt8 *pSrc = (sal_uInt8 *)data.getConstArray(); in setData() local
645 rtl_copyMemory(pDst,pSrc,nSegmentSizeInBytes); in setData()
646 pSrc += nSegmentSizeInBytes; in setData()
657 sal_uInt8 *pSrc = (sal_uInt8 *)data.getConstArray(); in setData() local
662 rtl_copyMemory(pDst,pSrc,nSegmentSizeInBytes); in setData()
[all …]
/trunk/main/connectivity/source/drivers/ado/
H A DAolevariant.cxx223 OLEVariant& OLEVariant::operator=(const VARIANT* pSrc) in operator =() argument
225 HRESULT eRet = ::VariantCopy(this, const_cast<VARIANT*>(pSrc)); in operator =()
427 void OLEVariant::ChangeType(VARTYPE vartype, const OLEVariant* pSrc) in ChangeType() argument
432 if (pSrc == NULL) in ChangeType()
433 pSrc = this; in ChangeType()
435 if ( ( this != pSrc ) in ChangeType()
440 const_cast< VARIANT* >( static_cast< const VARIANT* >( pSrc ) ), in ChangeType()
/trunk/main/connectivity/source/inc/ado/
H A DAolevariant.hxx104 OLEVariant& operator=(const VARIANT* pSrc);
127 void ChangeType(VARTYPE vartype, const OLEVariant* pSrc);
/trunk/main/filter/source/graphicfilter/egif/
H A Dgiflzwc.cxx180 void GIFLZWCompressor::Compress( HPBYTE pSrc, sal_uLong nSize ) in Compress() argument
190 pPrefix=pTable+(*pSrc++); in Compress()
197 nV=*pSrc++; in Compress()
H A Dgiflzwc.hxx57 void Compress( HPBYTE pSrc, sal_uLong nSize );
/trunk/main/filter/source/graphicfilter/itiff/
H A Dccidecom.cxx635 sal_uInt8 * pSrc,* pDst; in DecompressScanline() local
712 pSrc = pTarget; in DecompressScanline()
714 for ( i = 0; i < nLastLineSize; i++ ) *(pDst++)=*(pSrc++); in DecompressScanline()
H A Ditiff.cxx121 sal_uLong GetBits( const sal_uInt8 * pSrc, sal_uLong nBitsPos, sal_uLong nBitsCount );
674 pSrc += ( nBitsPos >> 3 ); in GetBits()
676 sal_uInt8 nDat = *pSrc; in GetBits()
685 pSrc++; in GetBits()
689 nDat = *(pSrc++); in GetBits()
695 nDat = *pSrc; in GetBits()
702 pSrc += ( nBitsPos >> 3 ); in GetBits()
704 nRes = (sal_uLong)((*pSrc)&(0xff>>nBitsPos)); in GetBits()
711 pSrc++; in GetBits()
715 nRes = ( nRes << 8 ) | ((sal_uLong)*(pSrc++)); in GetBits()
[all …]
/trunk/main/filter/source/svg/
H A Dsvgwriter.cxx1080 const sal_Char* pSrc = pImageData; in ImplWriteBmp() local
1087 const sal_Int32 nA = *pSrc++; in ImplWriteBmp()
1088 const sal_Int32 nB = *pSrc++; in ImplWriteBmp()
1089 const sal_Int32 nC = *pSrc++; in ImplWriteBmp()
1099 const sal_Int32 nA = *pSrc++; in ImplWriteBmp()
1105 const sal_Int32 nB = *pSrc; in ImplWriteBmp()
/trunk/main/fpicker/source/win32/filepicker/
H A DFilterContainer.cxx278 void _wcsmemcpy( sal_Unicode* pDest, const sal_Unicode* pSrc, sal_uInt32 nLength ) in _wcsmemcpy() argument
280 memcpy( pDest, pSrc, nLength * sizeof( sal_Unicode ) ); in _wcsmemcpy()
/trunk/main/i18npool/source/characterclassification/
H A Dcclass_unicode_parser.cxx721 const sal_Unicode* pSrc = pSym; in parseText() local
723 sal_Unicode c = *pSrc; in parseText()
745 pSrc++; in parseText()
907 pSym = pSrc; in parseText()
931 pSrc++; in parseText()
938 pSym = pSrc; in parseText()
960 pSrc = pSym; in parseText()
962 c = *pSrc; in parseText()
990 pSrc--; in parseText()
1003 c = *pSrc; in parseText()
[all …]
/trunk/main/sal/osl/os2/
H A Dfile_url.cxx467 const sal_Char *pSrc; in _osl_decodeURL() local
478 pSrc = rtl_string_getStr(strUTF8); in _osl_decodeURL()
479 pSrcEnd = pSrc + nSrcLen; in _osl_decodeURL()
482 while ( bValidEncoded && pSrc < pSrcEnd ) in _osl_decodeURL()
484 switch ( *pSrc ) in _osl_decodeURL()
491 pSrc++; in _osl_decodeURL()
492 aToken[0] = *pSrc++; in _osl_decodeURL()
493 aToken[1] = *pSrc++; in _osl_decodeURL()
507 *pDest++ = *pSrc++; in _osl_decodeURL()
/trunk/main/sal/osl/w32/
H A Dfile_url.cxx582 const sal_Char *pSrc; in _osl_decodeURL() local
593 pSrc = rtl_string_getStr(strUTF8); in _osl_decodeURL()
594 pSrcEnd = pSrc + nSrcLen; in _osl_decodeURL()
597 while ( bValidEncoded && pSrc < pSrcEnd ) in _osl_decodeURL()
599 switch ( *pSrc ) in _osl_decodeURL()
606 pSrc++; in _osl_decodeURL()
607 aToken[0] = *pSrc++; in _osl_decodeURL()
608 aToken[1] = *pSrc++; in _osl_decodeURL()
622 *pDest++ = *pSrc++; in _osl_decodeURL()
/trunk/main/sal/qa/OStringBuffer/
H A Drtl_String_Utils.cxx521 const sal_Char *pSrc in AStringToUStringCopy() argument
525 sal_uInt32 nCount = AStringLen( pSrc ); in AStringToUStringCopy()
529 && ( pSrc != NULL ) in AStringToUStringCopy()
530 && ( AStringNIsValid( pSrc, nLen ) ) in AStringToUStringCopy()
535 *pDest = (unsigned char)*pSrc; in AStringToUStringCopy()
538 pSrc++; in AStringToUStringCopy()
566 const sal_Char *pSrc, in AStringToUStringNCopy() argument
575 && ( pSrc != NULL ) in AStringToUStringNCopy()
576 && ( AStringNIsValid( pSrc, nLen ) ) in AStringToUStringNCopy()
581 *pDest = (unsigned char)*pSrc; in AStringToUStringNCopy()
[all …]
H A Drtl_String_Utils.hxx114 const sal_Char *pSrc
118 const sal_Char *pSrc,
/trunk/main/sal/qa/rtl_strings/
H A Drtl_String_Utils.cxx499 const sal_Char *pSrc in AStringToUStringCopy() argument
503 sal_uInt32 nCount = AStringLen( pSrc ); in AStringToUStringCopy()
507 && ( pSrc != NULL ) in AStringToUStringCopy()
508 && ( AStringNIsValid( pSrc, nLen ) ) in AStringToUStringCopy()
513 *pDest = (unsigned char)*pSrc; in AStringToUStringCopy()
516 pSrc++; in AStringToUStringCopy()
544 const sal_Char *pSrc, in AStringToUStringNCopy() argument
553 && ( pSrc != NULL ) in AStringToUStringNCopy()
554 && ( AStringNIsValid( pSrc, nLen ) ) in AStringToUStringNCopy()
559 *pDest = (unsigned char)*pSrc; in AStringToUStringNCopy()
[all …]
H A Drtl_String_Utils.hxx113 const sal_Char *pSrc
117 const sal_Char *pSrc,
/trunk/main/sal/rtl/source/
H A Dstrtmpl.c961 const IMPL_RTL_STRCODE* pSrc; in IMPL_RTL_STRINGNAME() local
966 pSrc = pStr->buffer; in IMPL_RTL_STRINGNAME()
969 *pDest = *pSrc; in IMPL_RTL_STRINGNAME()
971 pSrc++; in IMPL_RTL_STRINGNAME()
/trunk/main/sc/inc/
H A Ddptabres.hxx317 ScDPResultData( ScDPSource* pSrc ); //! Ref

Completed in 166 milliseconds

123