Home
last modified time | relevance | path

Searched refs:GetBuffer (Results 101 – 125 of 500) sorted by relevance

12345678910>>...20

/aoo41x/main/svtools/bmpmaker/
H A Dbmpcore.cxx133 if( atoi( aLine.GetBuffer() ) < 10000 ) in ImplCreate()
137 String aPngString( aString += String( aLine.GetBuffer(), RTL_TEXTENCODING_UTF8 ) ); in ImplCreate()
379 aText = String::CreateFromAscii( aByteText.GetBuffer() ); in Create()
397 aText = String::CreateFromAscii( aByteText.GetBuffer() ); in Create()
H A Dbmpsum.cxx163 fprintf( stderr, aText.GetBuffer() ); in Message()
378 … SvFileStream aBmpStm( String( aStr.GetBuffer(), RTL_TEXTENCODING_ASCII_US ), STREAM_READ ); in ProcessFileList()
402 fprintf( stderr, "%s could not be opened\n", aStr.GetBuffer() ); in ProcessFileList()
/aoo41x/main/tools/source/inet/
H A Dinetmime.cxx314 = INetMIME::getCharsetEncoding(p->m_aCharset.GetBuffer(), in parseParameters()
315 p->m_aCharset.GetBuffer() in parseParameters()
327 pNext->m_aValue.GetBuffer() in parseParameters()
335 pNext->m_aValue.GetBuffer(), in parseParameters()
336 pNext->m_aValue.GetBuffer() in parseParameters()
2258 aOutput.write(rBody.GetBuffer(), rBody.GetBuffer() + rBody.Len()); in writeHeaderFieldBody()
2266 const sal_Unicode * pBodyPtr = rBody.GetBuffer(); in writeHeaderFieldBody()
3059 const sal_Char * p = rText.GetBuffer(); in decodeUTF8()
3098 const sal_Char * pBegin = rBody.GetBuffer(); in decodeHeaderFieldBody()
3368 = convertToUnicode(sText.GetBuffer(), in decodeHeaderFieldBody()
[all …]
/aoo41x/main/svl/source/svdde/
H A Dddedata.cxx68 pImp->pData = (LPBYTE)s.GetBuffer(); in DdeData()
165 nFmt = RegisterClipboardFormat( reinterpret_cast<LPCWSTR>(aName.GetBuffer()) ); in GetExternalFormat()
172 nFmt = (sal_uLong)WinAddAtom( hSysTable, (PSZ)aName.GetBuffer() ); in GetExternalFormat()
/aoo41x/main/sc/source/filter/excel/
H A Dxestring.cxx142 Build( rString.GetBuffer(), rString.Len(), nFlags, nMaxLen ); in Assign()
175 Build( aByteStr.GetBuffer(), aByteStr.Len(), nFlags, nMaxLen ); in AssignByte()
196 BuildAppend( rString.GetBuffer(), rString.Len() ); in Append()
214 BuildAppend( aByteStr.GetBuffer(), aByteStr.Len() ); in AppendByte()
228 BuildAppend( aByteStr.GetBuffer(), aByteStr.Len() ); in AppendByte()
/aoo41x/main/basic/source/runtime/
H A Dmethods.cxx376 sal_Unicode aCh = aStr.GetBuffer()[0]; in RTLFUNC()
453 nCurDir = (int)aDrive.GetBuffer()[0]; in RTLFUNC()
520 if( chdir( aFullPath.GetBuffer()) ) in RTLFUNC()
553 int nCurDrive = (int)aPar1.GetBuffer()[0]; ; in RTLFUNC()
1598 const sal_Unicode* pBuf = aStr.GetBuffer(); in RTLFUNC()
1609 pBuf = aStr.GetBuffer(); in RTLFUNC()
1704 aFiller = rStr.GetBuffer()[0]; in RTLFUNC()
1760 if ( aStr.GetBuffer()[0] == '&' && aStr.Len() > 1 ) in RTLFUNC()
1763 char aChar = (char)aStr.GetBuffer()[1]; in RTLFUNC()
3412 c = aCmdLine.GetBuffer()[ i ]; in RTLFUNC()
[all …]
/aoo41x/main/vcl/source/gdi/
H A Dbmpacc.cxx193 if( nWidth && nHeight && nScanSize && GetBuffer() ) in ImplZeroInitUnusedBits()
274 sal_uInt8* pLastBytes = (sal_uInt8*)GetBuffer() + ( nScanSize - nBytes ); in ImplZeroInitUnusedBits()
286 sal_uInt8* pLast4Bytes = (sal_uInt8*) GetBuffer() + ( nScanSize - 4 ); in ImplZeroInitUnusedBits()
561 memcpy( mpBuffer->mpBits, rReadAcc.GetBuffer(), nCount ); in CopyBuffer()
/aoo41x/main/unotools/source/misc/
H A Dfontdefs.cxx441 const sal_Unicode* pStr = rTokenStr.GetBuffer() + rIndex; in GetNextFontToken()
442 const sal_Unicode* pEnd = rTokenStr.GetBuffer() + nStringLen; in GetNextFontToken()
451 rIndex = sal::static_int_cast<xub_StrLen>(pStr - rTokenStr.GetBuffer()); in GetNextFontToken()
579 const sal_Unicode* p = rStr.GetBuffer(); in operator ()()
H A Dcomponentresmodule.cxx94 m_pRessources = ResMgr::CreateResMgr( aMgrName.GetBuffer() ); in getResManager()
98 += ByteString( ")!" ) ).GetBuffer() ); in getResManager()
/aoo41x/main/sc/source/filter/html/
H A Dhtmlexp.cxx450 << ByteString::CreateFromInt32( nTab ).GetBuffer() in WriteOverview()
669 << ByteString::CreateFromInt32( nTab ).GetBuffer() in WriteTables()
727 IncIndent(1); TAG_ON_LF( aByteStrOut.GetBuffer() ); in WriteTables()
744 TAG_ON( aByteStrOut.GetBuffer() ); in WriteTables()
799 TAG_ON_LF( aByteStrOut.GetBuffer() ); in WriteTables()
1042 TAG_ON( aStrTD.GetBuffer() ); in WriteCell()
1095 TAG_ON( aStr.GetBuffer() ); in WriteCell()
/aoo41x/main/l10ntools/source/
H A Dhelpex.cxx214 bool hasInputList = sInputFile.GetBuffer()[0]=='@'; in main()
237 ifstream aFStream( sInputFile.Copy( 1 , sInputFile.Len() ).GetBuffer() , ios::in ); in main()
240 …R: - helpex - Can't open the file " << sInputFile.Copy( 1 , sInputFile.Len() ).GetBuffer() << "\n"; in main()
H A Dsrciter.cxx44 …rtl::OUString sRootDirectory( rRootDirectory.GetBuffer() , rRootDirectory.Len() , RTL_TEXTENCODING… in SourceTreeIterator()
93 DirEntry aDE( sDirNameTmpB.GetBuffer() ); in ExecuteDirectory()
/aoo41x/main/sw/source/filter/xml/
H A Dswxml.cxx202 "ReadThroughComponent : parsing \"%s\"", aString.GetBuffer() ); in ReadThroughComponent()
236 DBG_ERROR( aError.GetBuffer() ); in ReadThroughComponent()
270 DBG_ERROR( aError.GetBuffer() ); in ReadThroughComponent()
281 DBG_ERROR( aError.GetBuffer() ); in ReadThroughComponent()
291 DBG_ERROR( aError.GetBuffer() ); in ReadThroughComponent()
301 DBG_ERROR( aError.GetBuffer() ); in ReadThroughComponent()
/aoo41x/main/sc/source/core/tool/
H A Daddress.cxx645 std::cerr << "parse::XL::R1C1 \'" << aStr.GetBuffer() << '\'' << std::endl; in lcl_ScRange_Parse_XL_R1C1()
827 std::cerr << "parse::XL::A1 \'" << aStr.GetBuffer() << '\'' << std::endl; in lcl_ScRange_Parse_XL_A1()
1270 return lcl_ScAddress_Parse( r.GetBuffer(), pDoc, *this, rDetails, pExtInfo, pExternalLinks ); in Parse()
1397 return lcl_ScRange_Parse_XL_A1( *this, r.GetBuffer(), pDoc, false, pExtInfo, in Parse()
1401 return lcl_ScRange_Parse_XL_R1C1( *this, r.GetBuffer(), pDoc, rDetails, false, pExtInfo ); in Parse()
1428 const sal_Unicode* p = rStr.GetBuffer(); in ParseCols()
1487 const sal_Unicode* p = rStr.GetBuffer(); in ParseRows()
1624 std::cerr << "docname \'" << aStr.GetBuffer() << '\'' << std::endl; in getFileNameFromDoc()
1728 std::cerr << "tabname \'" << aStr.GetBuffer() << '\'' << std::endl; in lcl_Split_DocTab()
/aoo41x/main/extensions/source/scanner/
H A Dsanedlg.cxx507 double fValue = atof( aValue.GetBuffer() ); in IMPL_LINK()
524 …nOption = mrSane.GetOptionByName( ByteString( aOption, osl_getThreadTextEncoding() ).GetBuffer() ); in IMPL_LINK()
628 fValue = atof( aContents.GetBuffer() ); in IMPL_LINK()
1185 mrSane.Open( aString.GetBuffer() ); in LoadState()
1197 int nOption = mrSane.GetOptionByName( aString.GetBuffer() ); in LoadState()
1219 sscanf( aSub.GetBuffer(), "%lg", &fValue ); in LoadState()
1220 SetAdjustedNumericalValue( aString.GetBuffer(), fValue, n ); in LoadState()
/aoo41x/main/sfx2/source/control/
H A Dobjface.cxx247 DBG_ERROR(aStr.GetBuffer()); in SetSlotMap()
256 DBG_ERROR(aStr.GetBuffer()); in SetSlotMap()
273 DBG_ERROR(aStr.GetBuffer()); in SetSlotMap()
287 DBG_ERROR(aStr.GetBuffer()); in SetSlotMap()
/aoo41x/main/sc/source/filter/dif/
H A Ddifexp.cxx288 rOut.Write( aStrDelimEncoded.GetBuffer(), in ScExportDif()
290 rOut.Write( aStrEnc.GetBuffer(), aStrEnc.Len() ); in ScExportDif()
291 rOut.Write( aStrDelimEncoded.GetBuffer(), in ScExportDif()
/aoo41x/main/rsc/source/tools/
H A Drsctree.cxx521 int nCmp = strcmp( aName.GetBuffer(), in Compare()
522 ((const StringNode *)pSearch)->aName.GetBuffer() ); in Compare()
534 int nCmp = strcmp( aName.GetBuffer(), (const char *)pSearch ); in Compare()
/aoo41x/main/vcl/win/source/window/
H A Dsalmenu.cxx118 pSalMenuItem->mInfo.dwTypeData = (LPWSTR) pSalMenuItem->mText.GetBuffer(); in CreateMenuItem()
343 pWItem->mInfo.dwTypeData = (LPWSTR) aStr.GetBuffer(); in SetItemText()
372 pWItem->mInfo.dwTypeData = (LPWSTR) aStr.GetBuffer(); in SetAccelerator()
/aoo41x/main/rsc/source/parser/
H A Drscdb.cxx403 if( !strcmp( pSysEntry->aFileName.GetBuffer(), pFileName ) ) in PutSysName()
453 pFName->aFileName.GetBuffer() ); in WriteInc()
476 pFile->aFileName.GetBuffer() ); in WriteInc()
670 fwrite( rMem.GetBuffer(), rMem.Size(), 1, fOut ); in IMPL_LINK_INLINE_END()
960 fprintf( fOutput, "#include \"%s\"\n", rHxxName.GetBuffer() ); in WriteCxx()
/aoo41x/main/sc/source/ui/docshell/
H A Dimpex.cxx563 rStrm.Write( rString.GetBuffer(), rString.Len() * sizeof(sal_Unicode) ); in WriteUnicodeOrByteString()
566 const sal_Unicode* p = rString.GetBuffer(); in WriteUnicodeOrByteString()
579 rStrm << aByteStr.GetBuffer(); in WriteUnicodeOrByteString()
842 const sal_Unicode* p = aLine.GetBuffer(); in Text2Doc()
1139 const sal_Unicode* pStr = rLine.GetBuffer(); in lcl_GetFixed()
1174 const sal_Unicode* pSeps = rSeps.GetBuffer(); in ExtText2Doc()
1275 const sal_Unicode* p = aLine.GetBuffer(); in ExtText2Doc()
1561 const sal_Unicode* p = aLine.GetBuffer(); in Sylk2Doc()
1623 aLine.GetBuffer() + aLine.Len(), in Sylk2Doc()
/aoo41x/main/sw/source/core/except/
H A Derrhdl.cxx78 DBG_ERROR( aErr.GetBuffer() ); // DbgErr ist in UNIX-nicht Produkt-Versionen nicht definiert in AssertFail()
80 DbgError( aErr.GetBuffer() ); in AssertFail()
/aoo41x/main/toolkit/source/helper/
H A Dtkresmgr.cxx69 m_pSimpleResMgr = SimpleResMgr::Create( sResMgrName.GetBuffer(), aLocale ); in ensureImplExists()
70 m_pResMgr = ResMgr::CreateResMgr( sResMgrName.GetBuffer() ); in ensureImplExists()
/aoo41x/main/svtools/source/misc/
H A Dimap.cxx134 rIStm.ReadByteString( aString ); aURL = String( aString.GetBuffer(), nTextEncoding ); in Read()
135 rIStm.ReadByteString( aString ); aAltText = String( aString.GetBuffer(), nTextEncoding ); in Read()
137 rIStm.ReadByteString( aString ); aTarget = String( aString.GetBuffer(), nTextEncoding ); in Read()
153 rIStm.ReadByteString( aString ); aName = String( aString.GetBuffer(), nTextEncoding ); in Read()
/aoo41x/main/svtools/source/svrtf/
H A Drtfout.cxx138 …rStream << "\\uc" << ByteString::CreateFromInt32(nLen).GetBuffer() << " "; // #i47831# add an addi… in Out_Char()
142 rStream << "\\u" << sNo.GetBuffer(); in Out_Char()

Completed in 154 milliseconds

12345678910>>...20