| /trunk/main/sw/source/filter/basflt/ |
| H A D | iodetect.cxx | 438 bool SwIoSystem::IsDetectableText(const sal_Char* pBuf, sal_uLong &rLen, in IsDetectableText() argument 446 if (rLen >= 2) in IsDetectableText() 448 if (rLen > 2 && sal_uInt8(pBuf[0]) == 0xEF && sal_uInt8(pBuf[1]) == 0xBB && in IsDetectableText() 466 rLen-=nHead; in IsDetectableText() 475 sal_Unicode *pNewBuf = sWork.AllocBuffer( static_cast< xub_StrLen >(rLen)); in IsDetectableText() 479 nNewLen = rLen; in IsDetectableText() 488 rLen, pNewBuf, nNewLen, in IsDetectableText() 498 nNewLen = rLen/2; in IsDetectableText() 499 memcpy(pNewBuf, pBuf, rLen); in IsDetectableText() 539 for( sal_uLong nCnt = 0; nCnt < rLen; ++nCnt, ++pBuf ) in IsDetectableText() [all …]
|
| /trunk/main/sw/source/filter/ww8/dump/ |
| H A D | ww8scan.hxx | 306 virtual long GetNoSprms( long& rStart, long&, long& rLen ); 352 virtual long GetNoSprms( long& rStart, long&, long& rLen ); 411 sal_uInt8* Get( WW8_FC& rStart, WW8_FC& rEnd, short& rLen ); 418 sal_uInt8* GetLenAndIStdAndSprms(short& rLen); 452 sal_uInt8* GetSprms( WW8_FC& rStart, WW8_FC& rEnd, long& rLen ); 547 virtual long GetNoSprms( long& rStart, long&, long& rLen ); 564 virtual long GetNoSprms( long& rStart, long&, long& rLen ); 588 virtual long GetNoSprms( long& rStart, long& rEnd, long& rLen ); 1477 sal_Bool GetTextPos( sal_uInt8 grpfIhdt, sal_uInt8 nWhich, WW8_CP& rStart, long& rLen ); 1478 sal_Bool GetTextPosExact( short nIdx, WW8_CP& rStart, long& rLen );
|
| H A D | ww8scan.cxx | 1073 long WW8PLCFx_PCD::GetNoSprms( long& rStart, long& rEnd, long& rLen ) in GetNoSprms() argument 1076 rLen = 0; in GetNoSprms() 2548 sal_uInt8* WW8PLCFx_Fc_FKP::WW8Fkp::Get( WW8_FC& rStart, WW8_FC& rEnd, long& rLen ) in Get() 2551 rLen = 0; in Get() 2562 sal_uInt8* pSprms = GetLenAndIStdAndSprms( rLen ); in Get() 2572 sal_uInt8* WW8PLCFx_Fc_FKP::WW8Fkp::GetLenAndIStdAndSprms(long& rLen) const in GetLenAndIStdAndSprms() 2574 rLen = maEntries[nIdx].mnLen; in GetLenAndIStdAndSprms() 2621 long WW8PLCFx::GetNoSprms( long& rStart, long& rEnd, long& rLen ) in GetNoSprms() argument 2625 rLen = 0; in GetNoSprms() 2808 sal_uInt8* WW8PLCFx_Fc_FKP::GetSprmsAndPos(WW8_FC& rStart, WW8_FC& rEnd, long& rLen) in GetSprmsAndPos() argument [all …]
|
| /trunk/main/sw/source/filter/ww8/ |
| H A D | ww8scan.hxx | 394 virtual long GetNoSprms( WW8_CP& rStart, WW8_CP&, sal_Int32& rLen ); 451 virtual long GetNoSprms( WW8_CP& rStart, WW8_CP&, sal_Int32& rLen ); 527 sal_uInt8* Get( WW8_FC& rStart, WW8_FC& rEnd, sal_Int32& rLen ) const; 534 sal_uInt8* GetLenAndIStdAndSprms(sal_Int32& rLen) const; 584 sal_uInt8* GetSprmsAndPos( WW8_FC& rStart, WW8_FC& rEnd, sal_Int32& rLen ); 743 virtual long GetNoSprms( WW8_CP& rStart, WW8_CP& rEnd, sal_Int32& rLen ); 1776 bool GetTextPos(sal_uInt8 grpfIhdt, sal_uInt8 nWhich, WW8_CP& rStart, long& rLen); 1777 bool GetTextPosExact(short nIdx, WW8_CP& rStart, long& rLen);
|
| H A D | ww8scan.cxx | 1197 long WW8PLCFx_PCD::GetNoSprms( WW8_CP& rStart, WW8_CP& rEnd, sal_Int32& rLen ) in GetNoSprms() argument 1200 rLen = 0; in GetNoSprms() 2865 sal_uInt8* WW8PLCFx_Fc_FKP::WW8Fkp::Get(WW8_FC& rStart, WW8_FC& rEnd, sal_Int32& rLen) in Get() 2868 rLen = 0; in Get() 2879 sal_uInt8* pSprms = GetLenAndIStdAndSprms( rLen ); in Get() 2893 sal_uInt8* WW8PLCFx_Fc_FKP::WW8Fkp::GetLenAndIStdAndSprms(sal_Int32& rLen) const in GetLenAndIStdAndSprms() 2895 rLen = maEntries[mnIdx].mnLen; in GetLenAndIStdAndSprms() 2942 long WW8PLCFx::GetNoSprms( WW8_CP& rStart, WW8_CP& rEnd, sal_Int32& rLen ) in GetNoSprms() argument 2946 rLen = 0; in GetNoSprms() 3145 sal_uInt8* WW8PLCFx_Fc_FKP::GetSprmsAndPos(WW8_FC& rStart, WW8_FC& rEnd, sal_Int32& rLen) in GetSprmsAndPos() argument [all …]
|
| H A D | wrtww8.cxx | 157 sal_uInt8 *CopyLastSprms(sal_uInt8 &rLen, bool bVer8); 888 sal_uInt8 *WW8_WrPlcPn::CopyLastSprms(sal_uInt8 &rLen) in CopyLastSprms() argument 891 return pF->CopyLastSprms(rLen, rWrt.bWrtWW8); in CopyLastSprms() 1046 sal_uInt8 *WW8_WrFkp::CopyLastSprms(sal_uInt8 &rLen, bool bVer8) in CopyLastSprms() argument 1048 rLen=0; in CopyLastSprms() 1065 rLen = *p++; in CopyLastSprms() 1067 rLen *= 2; in CopyLastSprms() 1068 pRet = new sal_uInt8[rLen]; in CopyLastSprms() 1069 memcpy(pRet,p,rLen); in CopyLastSprms()
|
| H A D | wrtww8.hxx | 1284 sal_uInt8 *CopyLastSprms(sal_uInt8 &rLen);
|
| /trunk/main/vcl/unx/headless/ |
| H A D | svppspgraphics.cxx | 1300 …xt( const String& rOrig, String& rNewText, xub_StrLen nIndex, xub_StrLen& rLen, xub_StrLen& rCutSt… in filterText() argument 1317 sal_uInt16 nStop = rLen; in filterText() 1318 String aPhone = rOrig.Copy( nIndex, rLen ); in filterText() 1361 rLen -= nStop - nStart; in filterText()
|
| H A D | svppspgraphics.hxx | 191 …const String& rOrigText, String& rNewText, xub_StrLen nIndex, xub_StrLen& rLen, xub_StrLen& rCutSt…
|
| /trunk/main/vcl/unx/generic/gdi/ |
| H A D | pspgraphics.cxx | 1414 …xt( const String& rOrig, String& rNewText, xub_StrLen nIndex, xub_StrLen& rLen, xub_StrLen& rCutSt… in filterText() argument 1431 sal_uInt16 nStop = rLen; in filterText() 1432 String aPhone = rOrig.Copy( nIndex, rLen ); in filterText() 1475 rLen -= nStop - nStart; in filterText()
|
| /trunk/main/svtools/source/contnr/ |
| H A D | svtabbx.cxx | 423 const xub_Unicode* SvTabListBox::GetToken( const xub_Unicode* pPtr, sal_uInt16& rLen ) in GetToken() argument 427 rLen = 0; in GetToken() 442 rLen = nLen; in GetToken()
|
| /trunk/main/sw/inc/ |
| H A D | iodetect.hxx | 117 IsDetectableText( const sal_Char* pBuf, sal_uLong &rLen,
|
| /trunk/main/tools/source/generic/ |
| H A D | config.cxx | 448 static sal_uInt8* ImplGetConfigBuffer( const ImplConfigData* pData, sal_uIntPtr& rLen ) in ImplGetConfigBuffer() argument 508 rLen = nBufLen; in ImplGetConfigBuffer()
|
| /trunk/main/vcl/unx/generic/fontmanager/ |
| H A D | parseAFM.cxx | 268 static char *token( FileInputStream* stream, int& rLen ) in token() argument 290 rLen = idx; in token()
|
| /trunk/main/vcl/inc/unx/ |
| H A D | pspgraphics.h | 181 …const String& rOrigText, String& rNewText, xub_StrLen nIndex, xub_StrLen& rLen, xub_StrLen& rCutSt…
|
| /trunk/main/svtools/inc/svtools/ |
| H A D | svtabbx.hxx | 65 static const xub_Unicode* GetToken( const xub_Unicode* pPtr, sal_uInt16& rLen );
|
| /trunk/main/vcl/inc/ |
| H A D | salgdi.hxx | 346 …const String& rOrigText, String& rNewText, xub_StrLen nIndex, xub_StrLen& rLen, xub_StrLen& rCutSt…
|