/aoo41x/main/connectivity/source/drivers/dbase/ |
H A D | DNoException.cxx | 207 m_pMemoStream->Read(aBStr.AllocBuffer(STRING_MAXLEN),STRING_MAXLEN); in ReadMemo() 215 m_pMemoStream->Read(aBStr.AllocBuffer(static_cast<xub_StrLen>(nLength)),nLength); in ReadMemo() 228 void ODbaseTable::AllocBuffer() in AllocBuffer() function in ODbaseTable 285 char* pStr = aBuf.AllocBuffer(nLen+1); in Read()
|
H A D | DTable.cxx | 575 AllocBuffer(); in construct() 1535 AllocBuffer(); in InsertRow() 1593 AllocBuffer(); in UpdateRow() 2824 m_pMemoStream->Read(aBStr.AllocBuffer(STRING_MAXLEN),STRING_MAXLEN); in ReadMemo() 2832 m_pMemoStream->Read(aBStr.AllocBuffer(static_cast<xub_StrLen>(nLength)),nLength); in ReadMemo() 2851 void ODbaseTable::AllocBuffer() in AllocBuffer() function in ODbaseTable
|
H A D | dindexnode.cxx | 715 char* pStr = aBuf.AllocBuffer(nLen+1); in Read()
|
/aoo41x/main/tools/source/string/ |
H A D | strascii.cxx | 185 ImplCopyAsciiStr( aTempStr.AllocBuffer( nLen ), pAsciiStr, nLen ); in CreateFromAscii() 204 ImplCopyAsciiStr( aTempStr.AllocBuffer( nLen ), pAsciiStr, nLen ); in CreateFromAscii()
|
/aoo41x/main/filter/source/msfilter/ |
H A D | msvbasic.cxx | 334 sal_Unicode* pBuf = pOffsets[i].sName.AllocBuffer( nLen / 2 ); in ReadVBAProject() 345 sal_Char* pByteData = aByteStr.AllocBuffer( nLen ); in ReadVBAProject()
|
/aoo41x/main/svtools/source/filter/igif/ |
H A D | gifread.cxx | 260 rIStm.Read( aAppId.AllocBuffer( 8 ), 8 ); in ReadExtension() 261 rIStm.Read( aAppCode.AllocBuffer( 3 ), 3 ); in ReadExtension()
|
/aoo41x/main/vcl/source/gdi/ |
H A D | cvtsvm.cxx | 345 sal_Unicode* pBuffer = rString.AllocBuffer( nStringLen ); in ImplReadUnicodeComment() 894 rIStm.Read( aByteStr.AllocBuffer( (sal_uInt16)nTmp ), nTmp + 1 ); in ImplConvertFromSVM1() 913 rIStm.Read( aByteStr.AllocBuffer( (sal_uInt16)nTmp ), nTmp + 1 ); in ImplConvertFromSVM1() 973 rIStm.Read( aByteStr.AllocBuffer( (sal_uInt16)nTmp ), nTmp + 1 ); in ImplConvertFromSVM1()
|
H A D | metaact.cxx | 1286 sal_Unicode* pBuffer = maStr.AllocBuffer( nLen ); in Read() 1477 sal_Unicode* pBuffer = maStr.AllocBuffer( nLen ); in Read() 1584 sal_Unicode* pBuffer = maStr.AllocBuffer( nLen ); in Read() 1675 sal_Unicode* pBuffer = maStr.AllocBuffer( nLen ); in Read()
|
/aoo41x/main/tools/inc/tools/ |
H A D | string.hxx | 354 sal_Char* AllocBuffer( xub_StrLen nLen ); 653 sal_Unicode* AllocBuffer( xub_StrLen nLen );
|
/aoo41x/main/sw/source/core/edit/ |
H A D | edglss.cxx | 352 sal_Unicode* pStrBuf = rBuf.AllocBuffer( xub_StrLen( in GetSelectedText()
|
/aoo41x/main/connectivity/source/inc/dbase/ |
H A D | DTable.hxx | 116 void AllocBuffer();
|
/aoo41x/main/sfx2/source/bastyp/ |
H A D | sfxhtml.cxx | 325 sal_Char* pBuffer = sBuffer.AllocBuffer(nLen); in FinishFileDownload()
|
/aoo41x/main/sw/source/filter/ascii/ |
H A D | parasc.cxx | 342 sal_Unicode* pBuf = sWork.AllocBuffer( static_cast< xub_StrLen >(nNewLen) ); in ReadChars()
|
/aoo41x/main/svtools/source/svrtf/ |
H A D | parrtf.cxx | 108 sal_Unicode* pStr = aStrBuffer.AllocBuffer( in _GetNextToken()
|
/aoo41x/main/editeng/source/editeng/ |
H A D | editobj.cxx | 1569 pC->GetText().AllocBuffer( nL ); in CreateData() 1578 pC->GetStyle().AllocBuffer( nL ); in CreateData()
|
/aoo41x/main/sw/source/filter/basflt/ |
H A D | iodetect.cxx | 475 sal_Unicode *pNewBuf = sWork.AllocBuffer( static_cast< xub_StrLen >(rLen)); in IsDetectableText()
|
/aoo41x/main/tools/source/stream/ |
H A D | stream.cxx | 1634 sal_Unicode *pStr = rStr.AllocBuffer( in ReadByteString() 1663 char* pTmp = rStr.AllocBuffer( nLen ); in ReadByteString()
|
/aoo41x/main/editeng/source/items/ |
H A D | flditem.cxx | 389 rString.AllocBuffer( nL ); in read_unicode()
|
/aoo41x/main/basic/source/sbx/ |
H A D | sbxscan.cxx | 812 sal_Unicode* p = rRes.AllocBuffer( 2 ); in Format()
|
/aoo41x/main/svtools/source/graphic/ |
H A D | grfcache.cxx | 144 sal_Char* pStr = aHexStr.AllocBuffer( 32 ); in GetIDString()
|
/aoo41x/main/connectivity/source/drivers/flat/ |
H A D | ETable.cxx | 684 sal_Unicode* pData = aStrConverted.AllocBuffer(aStr.getLength()); in fetchRow()
|
/aoo41x/main/sw/source/filter/ww1/ |
H A D | w1class.cxx | 85 rFib.GetStream().Read( aStr.AllocBuffer( static_cast< xub_StrLen >(nLen) ), nLen ) == nLen ) in GetText()
|
/aoo41x/main/svtools/source/filter/wmf/ |
H A D | winwmf.cxx | 903 sal_Unicode* pBuf = aString.AllocBuffer( (xub_StrLen)nStringLen ); in ReadRecordParams()
|
/aoo41x/main/sw/source/filter/ww8/dump/ |
H A D | ww8scan.cxx | 1910 sal_Char* pByteData = aByteStr.AllocBuffer( b ); in WW8ReadPString() 1937 sal_Unicode* pData = aStr.AllocBuffer( b ); in WW8Read_xstz() 1966 nWasRead = rStrm.Read( rStr.AllocBuffer( nLen ), nLen); in SafeReadString()
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | ww8scan.cxx | 2091 sal_Char* pByteData = aByteStr.AllocBuffer( b ); in WW8ReadPString() 2118 sal_Unicode* pData = aStr.AllocBuffer( b ); in WW8Read_xstz() 2147 nWasRead = rStrm.Read( rStr.AllocBuffer( nLen ), nLen); in SafeReadString()
|