Searched refs:aBStr (Results 1 – 9 of 9) sorted by relevance
/aoo4110/main/connectivity/source/drivers/dbase/ |
H A D | DNoException.cxx | 138 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 …]
|
H A D | DTable.cxx | 2708 ByteString aBStr; in ReadMemo() local 2723 aBStr += aBuf; in ReadMemo() 2725 } while (!bReady && !m_pMemoStream->IsEof() && aBStr.Len() < STRING_MAXLEN); in ReadMemo() 2727 ::rtl::OUString aStr(aBStr.GetBuffer(), aBStr.Len(),m_eEncoding); in ReadMemo() 2779 ByteString aBStr; in ReadMemo() local 2780 aBStr.Expand(STRING_MAXLEN); in ReadMemo() 2781 m_pMemoStream->Read(aBStr.AllocBuffer(STRING_MAXLEN),STRING_MAXLEN); in ReadMemo() 2782 aStr.append(::rtl::OUString(aBStr.GetBuffer(),aBStr.Len(), m_eEncoding)); in ReadMemo() 2787 ByteString aBStr; in ReadMemo() local 2788 aBStr.Expand(static_cast<xub_StrLen>(nLength)); in ReadMemo() [all …]
|
/aoo4110/main/basic/source/sbx/ |
H A D | sbxdec.cxx | 395 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()
|
H A D | sbxvar.cxx | 140 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 D | sbxscan.cxx | 73 ::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()
|
/aoo4110/main/xmloff/source/chart/ |
H A D | SchXMLPlotAreaContext.cxx | 129 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 D | SchXMLImport.cxx | 777 ByteString aBStr( aStr, RTL_TEXTENCODING_ASCII_US ); in setTargetDocument() local 778 DBG_ERROR1( "SchXMLChartContext::StartElement(): Exception caught: %s", aBStr.GetBuffer()); in setTargetDocument()
|
H A D | SchXMLExport.cxx | 1022 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 D | SchXMLChartContext.cxx | 174 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()
|
Completed in 94 milliseconds