Home
last modified time | relevance | path

Searched refs:aBStr (Results 1 – 9 of 9) sorted by last modified time

/trunk/main/connectivity/source/drivers/dbase/
H A DDTable.cxx2751 ByteString aBStr; in ReadMemo() local
2766 aBStr += aBuf; in ReadMemo()
2768 } while (!bReady && !m_pMemoStream->IsEof() && aBStr.Len() < STRING_MAXLEN); in ReadMemo()
2770 ::rtl::OUString aStr(aBStr.GetBuffer(), aBStr.Len(),m_eEncoding); in ReadMemo()
2822 ByteString aBStr; in ReadMemo() local
2823 aBStr.Expand(STRING_MAXLEN); in ReadMemo()
2824 m_pMemoStream->Read(aBStr.AllocBuffer(STRING_MAXLEN),STRING_MAXLEN); in ReadMemo()
2825 aStr.append(::rtl::OUString(aBStr.GetBuffer(),aBStr.Len(), m_eEncoding)); in ReadMemo()
2830 ByteString aBStr; in ReadMemo() local
2831 aBStr.Expand(static_cast<xub_StrLen>(nLength)); in ReadMemo()
[all …]
H A DDNoException.cxx138 ByteString aBStr; in ReadMemo() local
153 aBStr += aBuf; in ReadMemo()
155 } while (!bReady && !m_pMemoStream->IsEof() && aBStr.Len() < STRING_MAXLEN); in ReadMemo()
157 ::rtl::OUString aStr(aBStr.GetBuffer(), aBStr.Len(),getConnection()->getTextEncoding()); in ReadMemo()
205 ByteString aBStr; in ReadMemo() local
206 aBStr.Expand(STRING_MAXLEN); in ReadMemo()
207 m_pMemoStream->Read(aBStr.AllocBuffer(STRING_MAXLEN),STRING_MAXLEN); in ReadMemo()
208 aStr += ::rtl::OUString(aBStr.GetBuffer(),aBStr.Len(), getConnection()->getTextEncoding()); in ReadMemo()
213 ByteString aBStr; in ReadMemo() local
214 aBStr.Expand(static_cast<xub_StrLen>(nLength)); in ReadMemo()
[all …]
/trunk/main/xmloff/source/chart/
H A DSchXMLExport.cxx1022 ByteString aBStr( aStr, RTL_TEXTENCODING_ASCII_US ); in lcl_getErrorBarSequences() local
1023 DBG_ERROR1( "chart:exporting error bar ranges: %s", aBStr.GetBuffer()); in lcl_getErrorBarSequences()
2061 ByteString aBStr( aStr, RTL_TEXTENCODING_ASCII_US ); in exportPlotArea() local
2062 DBG_ERROR1( "chart:TableNumberList property caught: %s", aBStr.GetBuffer()); in exportPlotArea()
2098 ByteString aBStr( aStr, RTL_TEXTENCODING_ASCII_US ); in exportPlotArea() local
2099 DBG_ERROR1( "chart:exportPlotAreaException caught: %s", aBStr.GetBuffer()); in exportPlotArea()
H A DSchXMLImport.cxx777 ByteString aBStr( aStr, RTL_TEXTENCODING_ASCII_US ); in setTargetDocument() local
778 DBG_ERROR1( "SchXMLChartContext::StartElement(): Exception caught: %s", aBStr.GetBuffer()); in setTargetDocument()
H A DSchXMLPlotAreaContext.cxx129 ByteString aBStr( aStr, RTL_TEXTENCODING_ASCII_US ); in getCameraDefaultFromDiagram() local
130 DBG_ERROR1( "Exception caught for property NumberOfLines: %s", aBStr.GetBuffer()); in getCameraDefaultFromDiagram()
434 ByteString aBStr( aStr, RTL_TEXTENCODING_ASCII_US ); in StartElement() local
435 DBG_ERROR1( "PlotAreaContext:EndElement(): Exception caught: %s", aBStr.GetBuffer()); in StartElement()
611 ByteString aBStr( aStr, RTL_TEXTENCODING_ASCII_US ); in EndElement() local
612 DBG_ERROR1( "Exception caught for property NumberOfLines: %s", aBStr.GetBuffer()); in EndElement()
633 ByteString aBStr( aStr, RTL_TEXTENCODING_ASCII_US ); in EndElement() local
634 DBG_ERROR1( "Exception caught for property Volume: %s", aBStr.GetBuffer()); in EndElement()
H A DSchXMLChartContext.cxx174 ByteString aBStr( aStr, RTL_TEXTENCODING_ASCII_US ); in lcl_removeEmptyChartTypeGroups() local
175 DBG_ERROR1( "Exception caught while removing empty chart types: %s", aBStr.GetBuffer()); in lcl_removeEmptyChartTypeGroups()
/trunk/main/basic/source/sbx/
H A Dsbxscan.cxx73 ::rtl::OString aBStr( ::rtl::OUStringToOString( rWSrc, RTL_TEXTENCODING_ASCII_US ) ); in ImpScan()
99 const char* pStart = aBStr.getStr(); in ImpScan()
435 ::rtl::OString aBStr( ::rtl::OUStringToOString( rSrc, RTL_TEXTENCODING_ASCII_US ) ); in ImpConvStringExt()
H A Dsbxvar.cxx140 ByteString aBStr( (const UniString&)maName, RTL_TEXTENCODING_ASCII_US ); in ~SbxVariable() local
141 DbgOutf( "SbxVariable::Dtor %lx (%s)", (void*)this, aBStr.GetBuffer() ); in ~SbxVariable()
385 ByteString aBStr( (const UniString&)aMsg, RTL_TEXTENCODING_ASCII_US ); in SetParent() local
386 DbgOut( aBStr.GetBuffer(), DBG_OUT_WARNING, __FILE__, __LINE__); in SetParent()
H A Dsbxdec.cxx395 BSTR aBStr = SysAllocString( sz ); in getString() local
396 if( aBStr != NULL ) in getString()
398 HRESULT hResult = VarBstrFromDec( &maDec, nLANGID, 0, &aBStr ); in getString()
411 while( (c = aBStr[i]) != 0 ) in getString()
414 aBStr[i] = cDecimalSep; in getString()
416 aBStr[i] = cThousandSep; in getString()
420 rString = reinterpret_cast<const sal_Unicode*>(aBStr); in getString()
423 SysFreeString( aBStr ); in getString()

Completed in 85 milliseconds