Home
last modified time | relevance | path

Searched refs:ByteString (Results 176 – 200 of 638) sorted by relevance

12345678910>>...26

/aoo41x/main/tools/source/rc/
H A Dresmgr.cxx571 ByteString aLine( "FileName: " ); in ~InternalResMgr()
572 aLine.Append( ByteString( OUStringToOString( aFileName, RTL_TEXTENCODING_UTF8 ) ) ); in ~InternalResMgr()
800 ByteString aStr = OUStringToOString( pResMgr->GetFileName(), RTL_TEXTENCODING_UTF8 ); in RscError_Impl()
807 aStr.Append( ByteString::CreateFromInt32( (long)nId ) ); in RscError_Impl()
817 aStr.Append( ByteString::CreateFromInt32( (long)rResStack[nDepth].pResource->GetId() ) ); in RscError_Impl()
941 ByteString aStr( "Resourcefile not found:\n" ); in Init()
942 aStr += ByteString( OUStringToOString( rFileName, RTL_TEXTENCODING_UTF8 ) ); in Init()
959 ByteString aStr( "Wrong version:\n" ); in Init()
960 aStr += ByteString( OUStringToOString( pImpRes->aFileName, RTL_TEXTENCODING_UTF8 ) ); in Init()
1190 ByteString aMess( "found resource " ); in GetResource()
[all …]
/aoo41x/main/rsc/inc/
H A Drsclst.hxx41 ByteString aClassName;
47 ByteString& rClassName,
53 ByteString GetObjName() { return aRscId.GetName(); } in GetObjName()
54 ByteString GetClassName() { return aClassName; } in GetClassName()
/aoo41x/main/tools/bootstrp/addexes/
H A Dreplace.cxx45 ByteString aText( getenv( argv[ 1 ] )); in main()
52 ByteString aSearch( argv[ 2 ] ); in main()
53 ByteString aReplace( argv[ 3 ] ); in main()
55 ByteString aUpperText( aText ); in main()
/aoo41x/main/l10ntools/inc/
H A Dwtranode.hxx69 const ByteString & i_sReplaceString );
80 const ByteString & ReplaceString() const;
86 ByteString sReplaceString;
104 inline const ByteString &
/aoo41x/main/desktop/source/app/
H A Dlockfile2.cxx42 ByteString aHost = aConfig.ReadKey( that->Hostkey() ); in Lockfile_execWarning()
43 ByteString aUser = aConfig.ReadKey( that->Userkey() ); in Lockfile_execWarning()
44 ByteString aStamp = aConfig.ReadKey( that->Stampkey() ); in Lockfile_execWarning()
45 ByteString aTime = aConfig.ReadKey( that->Timekey() ); in Lockfile_execWarning()
H A Dcmdlinehelp.cxx136 fprintf(stderr, "%s\n", ByteString(aHelpMessage_head, RTL_TEXTENCODING_ASCII_US).GetBuffer()); in displayCmdlineHelp()
139 ByteString bsLeft(aHelpMessage_left, RTL_TEXTENCODING_ASCII_US); in displayCmdlineHelp()
140 ByteString bsRight(aHelpMessage_right, RTL_TEXTENCODING_ASCII_US); in displayCmdlineHelp()
146 fprintf(stderr, "%s", ByteString(aHelpMessage_bottom, RTL_TEXTENCODING_ASCII_US).GetBuffer()); in displayCmdlineHelp()
/aoo41x/main/xml2cmp/source/x2cclass/
H A Dxml_cdim.hxx41 class ValueList : public std::vector< ByteString >
66 ByteString & o_sValue,
77 virtual const std::vector< ByteString > &
81 …virtual ByteString DatumOf( /// @return The only or the first value of this ta…
/aoo41x/main/svx/source/dialog/
H A Dsendreportunx.cxx197 …fprintf( fp, "ProxyServer=%s\n", ByteString( maParams.maHTTPProxyServer, RTL_TEXTENCODING_UTF8 ).G… in SaveParams()
198 …fprintf( fp, "ProxyPort=%s\n", ByteString( maParams.maHTTPProxyPort, RTL_TEXTENCODING_UTF8 ).GetBu… in SaveParams()
199 …fprintf( fp, "ReturnAddress=%s\n", ByteString( GetEMailAddress(), RTL_TEXTENCODING_UTF8 ).GetBuffe… in SaveParams()
209 ByteString strSubject( GetDocType(), RTL_TEXTENCODING_UTF8 ); in SendReport()
225 ByteString strUTF8( GetUsing(), RTL_TEXTENCODING_UTF8 ); in SendReport()
/aoo41x/main/sw/source/ui/vba/
H A Dvbasystem.hxx37 ByteString maGroupName;
38 ByteString maKey;
42 …void Initialize( const rtl::OUString& rFileName, const ByteString& rGroupName, const ByteString& r…
/aoo41x/main/vcl/aqua/source/app/
H A Dsalinst.cxx241 ByteString( rErrorText, gsl_getSystemTextEncoding() ).GetBuffer() ); in SalAbort()
292 ByteString aPath( getenv( "PATH" ) ); in InitSalMain()
293 ByteString aResPath( getenv( "STAR_RESOURCEPATH" ) ); in InitSalMain()
294 ByteString aLibPath( getenv( "DYLD_LIBRARY_PATH" ) ); in InitSalMain()
295ByteString aCmdPath( OUStringToOString(OUString(sysWorkDir), RTL_TEXTENCODING_UTF8).getStr() ); in InitSalMain()
296 ByteString aTmpPath; in InitSalMain()
301 … aCmdPath = ByteString( aCmdDirEntry.GetPath().GetFull(), RTL_TEXTENCODING_ASCII_US ); in InitSalMain()
308 … aTmpPath += ByteString( DirEntry::GetSearchDelimiter(), RTL_TEXTENCODING_ASCII_US ); in InitSalMain()
317 … aTmpPath += ByteString( DirEntry::GetSearchDelimiter(), RTL_TEXTENCODING_ASCII_US ); in InitSalMain()
326 … aTmpPath += ByteString( DirEntry::GetSearchDelimiter(), RTL_TEXTENCODING_ASCII_US ); in InitSalMain()
/aoo41x/main/svl/source/misc/
H A Dinettype.cxx1137 bool INetContentTypes::parse(ByteString const & rMediaType, in parse()
1138 ByteString & rType, ByteString & rSubType, in parse()
1154 rType = ByteString(pToken, sal::static_int_cast< xub_StrLen >(p - pToken)); in parse()
1172 rSubType = ByteString( in parse()
1227 ByteString INetContentTypes::appendUSASCIIParameter(ByteString const & in appendUSASCIIParameter()
1229 ByteString const & in appendUSASCIIParameter()
1231 ByteString const & rValue) in appendUSASCIIParameter()
1233 ByteString aResult = rMediaType; in appendUSASCIIParameter()
/aoo41x/main/sfx2/source/dialog/
H A Dfiltergrouping.cxx828 ByteString aMsg( "sfx2::lcl_EnsureAllFilesEntry: could not append Filter" ); in lcl_EnsureAllFilesEntry()
829 aMsg += ByteString( String( sAllFilterName ), RTL_TEXTENCODING_UTF8 ); in lcl_EnsureAllFilesEntry()
980 ByteString aMsg( "Could not append DefaultFilter" ); in appendFiltersForSave()
981 aMsg += ByteString( String( sUIName ), osl_getThreadTextEncoding() ); in appendFiltersForSave()
1005 ByteString aMsg( "Could not append Filter" ); in appendFiltersForSave()
1006 aMsg += ByteString( String( sUIName ), osl_getThreadTextEncoding() ); in appendFiltersForSave()
1159 ByteString aMsg( "Could not append Filter" ); in appendExportFilters()
1160 aMsg += ByteString( String( sUIName ), osl_getThreadTextEncoding() ); in appendExportFilters()
1181 ByteString aMsg( "Could not append Filter" ); in appendExportFilters()
1182 aMsg += ByteString( String( sUIName ), osl_getThreadTextEncoding() ); in appendExportFilters()
/aoo41x/main/sfx2/source/control/
H A Ddispatch.cxx417 ByteString sTemp( "Delete Dispatcher " ); in ~SfxDispatcher()
418 sTemp += ByteString::CreateFromInt64( (sal_uIntPtr)this ); in ~SfxDispatcher()
492 ByteString aMsg( "-SfxDispatcher(" ); in Pop()
760 ByteString sTemp("Activate Dispatcher "); in DoActivate_Impl()
777 ByteString sTemp("Non-MDI-Activate Dispatcher"); in DoActivate_Impl()
851 …DBG_TRACE(ByteString("Deactivate Dispatcher ").Append(ByteString::CreateFromInt64( (sal_uIntPtr) t… in DoDeactivate_Impl()
872 …DBG_TRACE( ByteString ("Non-MDI-DeActivate Dispatcher").Append(ByteString::CreateFromInt64( (sal_u… in DoDeactivate_Impl()
964 ByteString aMsg( nSlot ); in GetShellAndSlot_Impl()
974 ByteString aMsg( nSlot ); in GetShellAndSlot_Impl()
1926 ByteString aMsg( "SfxDispatcher(" ); in FlushImpl()
[all …]
/aoo41x/main/sw/source/filter/html/
H A Dhtmlatr.cxx153 ByteString sOut( '<' ); in OutHTML_HoriSpacer()
927 ByteString sOut( '<' ); in OutHTML_SwFmt()
948 ByteString sOut( '<' ); in OutHTML_SwFmt()
1027 ByteString sOut( '<' ); in OutHTML_SwFmt()
2201 ByteString sOut( '<' ); in OutHTML_SwTxtNode()
2831 ByteString sOut( '<' ); in OutHTML_SvxColor()
2874 ByteString sOut( '<' ); in OutHTML_SvxFont()
2894 ByteString sOut( '<' ); in OutHTML_SvxFontHeight()
2932 ByteString sOut( '<' ); in OutHTML_SvxLanguage()
3097 ByteString sOut( '<' ); in OutHTML_INetFmt()
[all …]
H A Dhtmlfldw.cxx267 ByteString sOut( '<' ); in OutHTML_SwField()
444 ByteString sTmp( rTxt, ((SwHTMLWriter&)rWrt).eDestEnc ); in OutHTML_SwFmtFld()
466 ByteString sTmp( sComment, ((SwHTMLWriter&)rWrt).eDestEnc ); in OutHTML_SwFmtFld()
482 ByteString sTmp( sComment, ((SwHTMLWriter&)rWrt).eDestEnc ); in OutHTML_SwFmtFld()
491 ByteString sOut( '<' ); in OutHTML_SwFmtFld()
497 += ByteString( sComment, ((SwHTMLWriter&)rWrt).eDestEnc )) in OutHTML_SwFmtFld()
/aoo41x/main/idl/source/cmptools/
H A Dlex.cxx45 ByteString SvToken::GetTokenAsString() const in GetTokenAsString()
47 ByteString aStr; in GetTokenAsString()
56 aStr = ByteString::CreateFromInt64(nLong); in GetTokenAsString()
402 ByteString aStr; in MakeToken()
456 ByteString aStr; in MakeToken()
/aoo41x/main/svx/source/gallery2/
H A Dgallery1.cxx149 ByteString aDummy; in operator <<()
151 rOut << ByteString( rEntry.aThemeName, RTL_TEXTENCODING_UTF8 ) << in operator <<()
152 ByteString( rEntry.aUIName, RTL_TEXTENCODING_UTF8 ) << in operator <<()
153ByteString( String(rEntry.aURL.GetMainURL( INetURLObject::NO_DECODE )), RTL_TEXTENCODING_UTF8 ) << in operator <<()
154 ByteString( rEntry.aImportName, RTL_TEXTENCODING_UTF8 ) << in operator <<()
164 ByteString aTmpStr; in operator >>()
596 ByteString aFallback; in GetThemeName()
683 ByteString aTmpStr; in CreateImportTheme()
/aoo41x/main/idl/inc/
H A Dmodule.hxx70 const ByteString & GetModulePrefix() const { return aModulePrefix; } in GetModulePrefix()
72 virtual sal_Bool SetName( const ByteString & rName, SvIdlDataBase * = NULL );
74 const ByteString & GetHelpFileName() const { return aHelpFileName; } in GetHelpFileName()
75 const ByteString & GetTypeLibFileName() const { return aTypeLibFile; } in GetTypeLibFileName()
/aoo41x/main/vcl/inc/vcl/
H A Dppdparser.hxx188 void parseOrderDependency( const ByteString& rLine );
189 void parseOpenUI( const ByteString& rLine );
190 void parseConstraint( const ByteString& rLine );
191 void parse( std::list< ByteString >& rLines );
193 String handleTranslation( const ByteString& i_rString, bool i_bIsGlobalized );
/aoo41x/main/l10ntools/source/
H A Dwtratree.cxx117 ByteString sConvert("\xC4\xD6\xDC\xE4\xF6\xFC\xDF"); in SetCharSet()
161 WordTransTree::AddWordPair( const ByteString & i_sOldString, in AddWordPair()
162 const ByteString & i_sReplaceString ) in AddWordPair()
298 ByteString
330 const ByteString & rReplace = pCurParseNode->ReplaceString(); in Handle_TokenToTransform()
/aoo41x/main/drawinglayer/source/processor2d/
H A Dvclmetafileprocessor2d.cxx979 static const ByteString aCommentStringCommon("FIELD_SEQ_BEGIN"); in processBasePrimitive2D()
980 static const ByteString aCommentStringPage("FIELD_SEQ_BEGIN;PageField"); in processBasePrimitive2D()
981 static const ByteString aCommentStringEnd("FIELD_SEQ_END"); in processBasePrimitive2D()
1030 static const ByteString aCommentString("XTEXT_EOL"); in processBasePrimitive2D()
1043 static const ByteString aCommentString("XTEXT_EOC"); in processBasePrimitive2D()
1054 static const ByteString aCommentString("XTEXT_EOP"); in processBasePrimitive2D()
1077 static const ByteString aCommentStringA("XTEXT_PAINTSHAPE_BEGIN"); in processBasePrimitive2D()
1078 static const ByteString aCommentStringB("XTEXT_PAINTSHAPE_END"); in processBasePrimitive2D()
1127 static const ByteString aCommentStringA("XTEXT_EOC"); in processBasePrimitive2D()
1128 static const ByteString aCommentStringB("XTEXT_EOW"); in processBasePrimitive2D()
[all …]
/aoo41x/main/svtools/inc/svtools/
H A Dimapobj.hxx83 void AppendCERNCoords( const Point& rPoint100, ByteString& rStr ) const;
84 void AppendCERNURL( ByteString& rStr, const String& rBaseURL ) const;
85 void AppendNCSACoords( const Point& rPoint100, ByteString& rStr ) const;
86 void AppendNCSAURL( ByteString& rStr, const String& rBaseURL ) const;
/aoo41x/main/filter/source/graphicfilter/eps/
H A Deps.cxx296 ByteString aResMgrName( "eps" ); in WritePS()
425 ByteString aResMgrName( "eps" ); in WritePS()
1236 ByteString sSeqEnd; in ImplWriteActions()
1240 sSeqEnd = ByteString( "XPATHSTROKE_SEQ_END" ); in ImplWriteActions()
1276 sSeqEnd = ByteString( "XPATHFILL_SEQ_END" ); in ImplWriteActions()
1386 ByteString sComment( ((MetaCommentAction*)pMA)->GetComment() ); in ImplWriteActions()
2130 ByteString aStr( rUniString, maFont.GetCharSet() ); in ImplText()
2476 const ByteString aNumber( ByteString::CreateFromInt32( nNumber ) ); in ImplWriteLong()
2496 ByteString aNumber1( ByteString::CreateFromInt32( nPTemp ) ); in ImplWriteDouble()
2507 const ByteString aNumber2( ByteString::CreateFromInt32( nATemp ) ); in ImplWriteDouble()
[all …]
/aoo41x/main/sw/source/core/access/
H A Dacccontext.cxx1600 ByteString aName( String(pThisAcc->GetName()), in lcl_SwAccessibleContext_DbgMsg()
1610 ByteString aChild( String(pChildAcc->GetName()), in lcl_SwAccessibleContext_DbgMsg()
1619 ByteString aDesc( String(pThisAcc->getAccessibleDescription()), in lcl_SwAccessibleContext_DbgMsg()
1627 << ByteString::CreateFromInt32( aVisArea.Left() ).GetBuffer() in lcl_SwAccessibleContext_DbgMsg()
1629 << ByteString::CreateFromInt32( aVisArea.Top() ).GetBuffer() in lcl_SwAccessibleContext_DbgMsg()
1631 << ByteString::CreateFromInt32( aVisArea.GetWidth() ).GetBuffer() in lcl_SwAccessibleContext_DbgMsg()
1633 << ByteString::CreateFromInt32( aVisArea.GetHeight() ).GetBuffer(); in lcl_SwAccessibleContext_DbgMsg()
1639 << ByteString::CreateFromInt32( aBounds.Left() ).GetBuffer() in lcl_SwAccessibleContext_DbgMsg()
1641 << ByteString::CreateFromInt32( aBounds.Top() ).GetBuffer() in lcl_SwAccessibleContext_DbgMsg()
1643 << ByteString::CreateFromInt32( aBounds.GetWidth() ).GetBuffer() in lcl_SwAccessibleContext_DbgMsg()
[all …]
/aoo41x/main/sc/source/filter/xml/
H A Dxmlwrap.cxx293 ByteString aError( "SAX parse exception catched while importing:\n" ); in ImportFromComponent()
294 aError += ByteString( String( r.Message), RTL_TEXTENCODING_ASCII_US ); in ImportFromComponent()
329 ByteString aError( "SAX exception catched while importing:\n" ); in ImportFromComponent()
330 aError += ByteString( String( r.Message), RTL_TEXTENCODING_ASCII_US ); in ImportFromComponent()
341 ByteString aError( "Zip exception catched while importing:\n" ); in ImportFromComponent()
342 aError += ByteString( String( r.Message), RTL_TEXTENCODING_ASCII_US ); in ImportFromComponent()
352 ByteString aError( "IO exception catched while importing:\n" ); in ImportFromComponent()
353 aError += ByteString( String( r.Message), RTL_TEXTENCODING_ASCII_US ); in ImportFromComponent()
363 ByteString aError( "uno exception catched while importing:\n" ); in ImportFromComponent()
364 aError += ByteString( String( r.Message), RTL_TEXTENCODING_ASCII_US ); in ImportFromComponent()

Completed in 241 milliseconds

12345678910>>...26