Home
last modified time | relevance | path

Searched refs:ByteString (Results 201 – 225 of 638) sorted by relevance

12345678910>>...26

/aoo41x/main/tools/source/string/
H A Dstrucvt.cxx44 UniString::UniString( const ByteString& rByteStr, rtl_TextEncoding eTextEncoding, sal_uInt32 nCvtFl… in UniString()
47 DBG_CHKOBJ( &rByteStr, ByteString, DbgCheckByteString ); in UniString()
57 UniString::UniString( const ByteString& rByteStr, xub_StrLen nPos, xub_StrLen nLen, in UniString()
61 DBG_CHKOBJ( &rByteStr, ByteString, DbgCheckByteString ); in UniString()
H A Ddebugprint.cxx31 const sal_Char *dbg_dump(const ByteString &rStr) in dbg_dump()
33 static ByteString aStr; in dbg_dump()
41 return dbg_dump(ByteString(rStr, RTL_TEXTENCODING_UTF8)); in dbg_dump()
/aoo41x/main/sfx2/source/bastyp/
H A Dfrmhtmlw.cxx94 ByteString sOut( '<' ); in OutMeta()
147 ByteString sOut( '<' ); in Out_DocInfo()
287 ByteString sOut; in Out_FrameDescriptor()
316 …(((sOut += ' ') += OOO_STRING_SVTOOLS_HTML_O_marginwidth) += '=') += ByteString::CreateFromInt32( … in Out_FrameDescriptor()
319 …(((sOut += ' ') += OOO_STRING_SVTOOLS_HTML_O_marginheight) += '=') += ByteString::CreateFromInt32(… in Out_FrameDescriptor()
/aoo41x/main/idl/source/objects/
H A Dbasobj.cxx236 sal_Bool SvMetaName::SetName( const ByteString & rName, SvIdlDataBase * ) in SetName()
344 ByteString aDesc( GetDescription() ); in WriteDescription()
527 << ByteString::CreateFromInt64( in WriteAttributes()
774 …rOutStm << "uuid(" << ByteString( GetUUId().GetHexName(), RTL_TEXTENCODING_UTF8 ).GetBuffer() << "… in WriteAttributes()
776 …rOutStm << "version(" << ByteString::CreateFromInt32( aVersion.GetMajorVersion() ).GetBuffer() << … in WriteAttributes()
777 … << ByteString::CreateFromInt32( aVersion.GetMinorVersion() ).GetBuffer() << ")," << endl; in WriteAttributes()
H A Dmodule.cxx157 sal_Bool SvMetaModule::SetName( const ByteString & rName, SvIdlDataBase * pBase ) in SetName()
202 ByteString aStr = "cannot read file: "; in ReadAttributesSvIdl()
329 ByteString aStr = "cannot open file: "; in ReadContextSvIdl()
330 aStr += ByteString( aFullName.GetFull(), RTL_TEXTENCODING_UTF8 ); in ReadContextSvIdl()
336 ByteString aStr = "cannot find file: "; in ReadContextSvIdl()
337 aStr += ByteString( aFullName.GetFull(), RTL_TEXTENCODING_UTF8 ); in ReadContextSvIdl()
/aoo41x/main/drawinglayer/source/primitive2d/
H A Dgraphicprimitivehelper2d.cxx383 …SvFileStream aRead((const String&)String(ByteString( "c:\\test.png" ), RTL_TEXTENCODING_UTF8), STR… in create2DDecompositionOfGraphic()
634 …SvFileStream aRead((const String&)String(ByteString( "c:\\test.png" ), RTL_TEXTENCODING_UTF8), STR… in create2DDecompositionOfGraphic()
642 …SvFileStream aRead((const String&)String(ByteString( "c:\\test.png" ), RTL_TEXTENCODING_UTF8), STR… in create2DDecompositionOfGraphic()
650 …SvFileStream aRead((const String&)String(ByteString( "c:\\test.png" ), RTL_TEXTENCODING_UTF8), STR… in create2DDecompositionOfGraphic()
675 const String aText(ByteString("Hello, World!"), RTL_TEXTENCODING_UTF8); in create2DDecompositionOfGraphic()
677 … const String aFontName(ByteString("Comic Sans MS"), RTL_TEXTENCODING_UTF8); in create2DDecompositionOfGraphic()
711 const String aText(ByteString("Hello, World!"), RTL_TEXTENCODING_UTF8); in create2DDecompositionOfGraphic()
713 … const String aFontName(ByteString("Comic Sans MS"), RTL_TEXTENCODING_UTF8); in create2DDecompositionOfGraphic()
/aoo41x/main/sw/source/filter/html/
H A Dhtmldraw.cxx700 ByteString sOut( '<' ); in OutHTML_DrawFrmFmtAsMarquee()
747 += ByteString::CreateFromInt32( nCount ); in OutHTML_DrawFrmFmtAsMarquee()
754 += ByteString::CreateFromInt32( nDelay ); in OutHTML_DrawFrmFmtAsMarquee()
772 += ByteString::CreateFromInt32( nAmount ); in OutHTML_DrawFrmFmtAsMarquee()
802 += ByteString::CreateFromInt32( aPixelSz.Width() ); in OutHTML_DrawFrmFmtAsMarquee()
806 += ByteString::CreateFromInt32( aPixelSz.Height() ); in OutHTML_DrawFrmFmtAsMarquee()
827 ByteString aEndTags; in OutHTML_DrawFrmFmtAsMarquee()
/aoo41x/main/connectivity/source/drivers/dbase/
H A DDNoException.cxx138 ByteString aBStr; in ReadMemo()
205 ByteString aBStr; in ReadMemo()
213 ByteString aBStr; in ReadMemo()
283 ByteString aBuf; in Read()
329 ByteString aText(sValue.getStr(), rIndex.m_pTable->getConnection()->getTextEncoding()); in Write()
540 …DBG_TRACE3("SDB: [%d,%s,%d]",rKey.GetRecord(), (const char* )ByteString(rKey.getValue().getString(… in PrintPage()
/aoo41x/main/vcl/unx/generic/gdi/
H A Dcdeint.cxx89 ByteString aLines; in GetSystemLook()
94 ByteString aLine = aLines.GetToken( i, '\n' ); in GetSystemLook()
117 ByteString aPaletteFile( aLine.Copy( nIndex, nIndex2 - nIndex ) ); in GetSystemLook()
150 ByteString aBuffer; in GetSystemLook()
/aoo41x/main/sfx2/source/control/
H A Drequest.cxx222 ByteString aStr( "Recording unsupported slot: "); in SfxRequest()
223 aStr += ByteString::CreateFromInt32( pImp->pPool->GetSlotId(nSlotId) ); in SfxRequest()
734 ByteString aStr( "Recording not exported slot: "); in Done_Impl()
735 aStr += ByteString::CreateFromInt32( pImp->pSlot->GetSlotId() ); in Done_Impl()
755 ByteString aStr( "Recording property not available: "); in Done_Impl()
756 aStr += ByteString::CreateFromInt32( pImp->pSlot->GetSlotId() ); in Done_Impl()
/aoo41x/main/extensions/source/inc/
H A Dcomponentmodule.cxx56 ByteString m_sFilePrefix;
90 ByteString aMgrName = m_sFilePrefix; in getResManager()
94 (ByteString("OModuleImpl::getResManager: could not create the resource manager (file name: ") in getResManager()
96 += ByteString(")!")).GetBuffer()); in getResManager()
/aoo41x/main/dbaccess/source/ext/adabas/
H A DAcomponentmodule.cxx66 ByteString m_sFilePrefix;
100 ByteString aMgrName = m_sFilePrefix; in getResManager()
104 (ByteString("OModuleImpl::getResManager: could not create the resource manager (file name: ") in getResManager()
106 += ByteString(")!")).GetBuffer()); in getResManager()
/aoo41x/main/svtools/source/misc/
H A Dtransfer.cxx673ByteString( String( aIter->MimeType), RTL_TEXTENCODING_ASCII_US ).GetBuffer() ); in AddFormat()
788 const ByteString aByteStr( aString, gsl_getSystemTextEncoding() ); in SetString()
912 ByteString sURL( rBmk.GetURL(), eSysCSet ), in SetINetBookmark()
914 ByteString sOut( ByteString::CreateFromInt32( sURL.Len() )); in SetINetBookmark()
916 sOut += ByteString::CreateFromInt32( sDesc.Len() ); in SetINetBookmark()
931 ByteString sURL( rBmk.GetURL(), eSysCSet ); in SetINetBookmark()
943 …strcpy( reinterpret_cast< char* >( aSeq.getArray() ), ByteString( rBmk.GetURL(), eSysCSet).GetBuff… in SetINetBookmark()
961 ByteString aStr( rBmk.GetDescription(), eSysCSet ); in SetINetBookmark()
2142 ByteString aDesc( pFDesc->fgd[ 0 ].cFileName ); in GetINetBookmark()
2168 ByteString aLine; in GetINetBookmark()
[all …]
/aoo41x/main/vcl/inc/unx/
H A Dsm.hxx35 static ByteString aClientID;
53 static const ByteString& getPreviousSessionID();
69 static VCLPLUG_GEN_PUBLIC const ByteString& getSessionID();
/aoo41x/main/unotools/source/misc/
H A Dcomponentresmodule.cxx92 ByteString aMgrName = m_sResFilePrefix; in getResManager()
96 … ( ByteString( "OModuleImpl::getResManager: could not create the resource manager (file name: " ) in getResManager()
98 += ByteString( ")!" ) ).GetBuffer() ); in getResManager()
/aoo41x/main/sfx2/inc/sfx2/
H A Dbindings.hxx220 …EnterRegistrations( (ByteString(__FILE__).Append('(').Append(ByteString::CreateFromInt64((sal_uInt…
222 …LeaveRegistrations( USHRT_MAX, (ByteString(__FILE__).Append('(').Append(ByteString::CreateFromInt6…
/aoo41x/main/vcl/unx/gtk/app/
H A Dgtksys.cxx59 ByteString aTitle( rTitle, RTL_TEXTENCODING_UTF8 ); in ShowNativeDialog()
60 ByteString aMessage( rMessage, RTL_TEXTENCODING_UTF8 ); in ShowNativeDialog()
73 ByteString aLabel( *it, RTL_TEXTENCODING_UTF8 ); in ShowNativeDialog()
/aoo41x/main/sw/source/core/except/
H A Derrhdl.cxx65 ByteString aErr; in AssertFail()
69 aErr += ByteString::CreateFromInt32( nLine ); in AssertFail()
73 ByteString aTmp( getenv( "SW_NOBEEP" ) ); in AssertFail()
/aoo41x/main/sc/source/core/data/
H A Dcell2.cxx566 ByteString aMsg( "broken Matrix, no MatFormula at origin, Pos: " ); in GetMatrixEdge()
568 aMsg += ByteString( aTmp, RTL_TEXTENCODING_ASCII_US ); in GetMatrixEdge()
571 aMsg += ByteString( aTmp, RTL_TEXTENCODING_ASCII_US ); in GetMatrixEdge()
598 ByteString aMsg( "broken Matrix, Pos: " ); in GetMatrixEdge()
600 aMsg += ByteString( aTmp, RTL_TEXTENCODING_ASCII_US ); in GetMatrixEdge()
603 aMsg += ByteString( aTmp, RTL_TEXTENCODING_ASCII_US ); in GetMatrixEdge()
605 aMsg += ByteString::CreateFromInt32( nC ); in GetMatrixEdge()
607 aMsg += ByteString::CreateFromInt32( nR ); in GetMatrixEdge()
609 aMsg += ByteString::CreateFromInt32( dC ); in GetMatrixEdge()
611 aMsg += ByteString::CreateFromInt32( dR ); in GetMatrixEdge()
/aoo41x/main/editeng/source/editeng/
H A Deditobj.cxx1193 char cFeatureConverted = ByteString( CH_FEATURE, eEncoding ).GetChar(0); in StoreData()
1201 ByteString aText( pC->GetText(), eEncoding ); in StoreData()
1210 aText = ByteString( pC->GetText(), RTL_TEXTENCODING_SYMBOL ); in StoreData()
1226 ByteString aNew( aPart, rFontItem.GetCharSet() ); in StoreData()
1240 …char cConv = ByteString::ConvertFromUnicode( ConvertFontToSubsFontChar( hConv, cOld ), RTL_TEXTENC… in StoreData()
1272 …char cConv = ByteString::ConvertFromUnicode( ConvertFontToSubsFontChar( hConv, cOld ), RTL_TEXTENC… in StoreData()
1288 rOStream.WriteByteString( ByteString( pC->GetStyle(), eEncoding ) ); in StoreData()
1387 ByteString aByteString; in CreateData()
1422 …pC->GetText().SetChar( nStart, ByteString::ConvertToUnicode( aByteString.GetChar( nStart ), ((SvxC… in CreateData()
1464ByteString aPart( aByteString, pAttr->GetStart(), pAttr->GetEnd()-pAttr->GetStart() ); in CreateData()
/aoo41x/main/sc/source/ui/view/
H A Dviewfun5.cxx637 ByteString lcl_GetSubString( sal_Char* pData, long nStart, long nDataSize ) in lcl_GetSubString()
642 return ByteString(); in lcl_GetSubString()
644 return ByteString( pData + nStart ); in lcl_GetSubString()
694 ByteString aByteApp = lcl_GetSubString( pData, 0, nSeqLen ); in PasteDDE()
695 ByteString aByteTopic = lcl_GetSubString( pData, aByteApp.Len() + 1, nSeqLen ); in PasteDDE()
696ByteString aByteItem = lcl_GetSubString( pData, aByteApp.Len() + aByteTopic.Len() + 2, nSeqLen ); in PasteDDE()
/aoo41x/main/rsc/inc/
H A Drsctree.hxx104 ByteString aName;
108 StringNode( const ByteString & rStr ) { aName = rStr; } in StringNode()
111 ByteString GetName() const { return aName; } in GetName()
/aoo41x/main/sot/inc/sot/
H A Dstorage.hxx128 ByteString m_aKey; // aKey.Len != 0 -> Verschluesselung
162 void SetKey( const ByteString& rKey );
163 const ByteString & GetKey() const { return m_aKey; } in GetKey()
212 SotStorageStream * OpenEncryptedSotStream( const String & rEleName, const ByteString& rKey,
H A Dstg.hxx133 sal_Bool bDirect = sal_True, const ByteString* pKey=0 ) = 0;
233 sal_Bool bDirect = sal_True, const ByteString* pKey=0 );
269 …StorageStream( const String& rName, StreamMode nMode, sal_Bool bDirect, const ByteString* pKey=0 );
270 …Stream( const String& rName, StreamMode nMode, sal_Bool bDirect, const ByteString* pKey, sal_Bool …
353 sal_Bool bDirect = sal_True, const ByteString* pKey=0 );
/aoo41x/main/dbaccess/source/ui/browser/
H A Dexsrcbrw.cxx205 …OSL_ENSURE(sal_False, ((ByteString("SbaExternalSourceBrowser::dispatch(AddGridColumn) : unknown ar… in dispatch()
234 ( ByteString("SbaExternalSourceBrowser::dispatch : could not set a column property (") in dispatch()
235 …+= ByteString(pControlProps->Name.getStr(), (sal_uInt16)pControlProps->Name.getLength(), RTL_TEXTE… in dispatch()
236 += ByteString(")!")).GetBuffer()); in dispatch()

Completed in 176 milliseconds

12345678910>>...26