Home
last modified time | relevance | path

Searched refs:ByteString (Results 1 – 25 of 614) sorted by relevance

12345678910>>...25

/trunk/main/l10ntools/inc/
H A Dexport.hxx58 typedef std::set<ByteString , lessByteString > ByteStringSet;
60 typedef std::hash_map<ByteString , ByteString , hashByteString,equalByteString>
63 typedef std::hash_map<ByteString , bool , hashByteString,equalByteString>
66 typedef std::hash_map<ByteString , PFormEntrys* , hashByteString,equalByteString>
69 typedef std::hash_map<ByteString , MergeData* , hashByteString,equalByteString>
72 #define SOURCE_LANGUAGE ByteString("en-US")
116 sal_Bool SetId( const ByteString &rId, sal_uInt16 nLevel );
132 ByteString sResTyp;
133 ByteString sId;
134 ByteString sGId;
[all …]
H A Dcfgmerge.hxx31 typedef std::hash_map<ByteString , ByteString , hashByteString,equalByteString>
45 ByteString sTagType;
46 ByteString sIdentifier;
48 ByteString sResTyp;
50 ByteString sTextTag;
51 ByteString sEndTextTag;
55 CfgStackData( const ByteString &rTag, const ByteString &rId ) in CfgStackData()
58 ByteString &GetTagType() { return sTagType; } in GetTagType()
59 ByteString &GetIdentifier() { return sIdentifier; } in GetIdentifier()
76 CfgStackData *Push( const ByteString &rTag, const ByteString &rId );
[all …]
H A Dxrmmerge.hxx34 ByteString sGID;
35 ByteString sLID;
42 ByteString sCurrentOpenTag;
43 ByteString sCurrentCloseTag;
44 ByteString sCurrentText;
45 std::vector<ByteString> aLanguages;
48 ByteString GetAttribute( const ByteString &rToken, const ByteString &rAttribute );
49 void Error( const ByteString &rError );
51 virtual void Output( const ByteString& rOutput )=0;
53 const ByteString &rOpenTag,
[all …]
H A Dgsicheck.hxx34 class GSILine : public ByteString
42 ByteString aUniqId;
43 ByteString aLineType;
44 ByteString aLangId;
45 ByteString aText;
46 ByteString aQuickHelpText;
47 ByteString aTitle;
55 GSILine( const ByteString &rLine, sal_uLong nLine );
59 ByteString const GetUniqId() const { return aUniqId; } in GetUniqId()
60 ByteString const GetLineType() const { return aLineType; } in GetLineType()
[all …]
H A Dhelpmerge.hxx38 ByteString sHelpFile;
44 static void FillInFallbacks( LangHashMap& rElem_out, ByteString sLangIdx_in );
47 static void Dump( LangHashMap* rElem_in , const ByteString sKey_in );
55 HelpParser( const ByteString &rHelpFile, bool bUTF8 , bool bHasInputList );
60 …static bool CreateSDF( const ByteString &rSDFFile_in, const ByteString &rPrj_in, const ByteString
61 … const ByteString &sHelpFile, XMLFile *pXmlFile, const ByteString &rGsi1 );
63 …static void parse_languages( std::vector<ByteString>& aLanguages , MergeDataFile& aMergeDataFile …
67 …bool Merge( const ByteString &rSDFFile_in, const ByteString &rDestinationFile_in , ByteString& sLa…
68 …bool Merge( const ByteString &rSDFFile, const ByteString &rPathX , const ByteString &rPathY , bool…
69 … , const std::vector<ByteString>& aLanguages , MergeDataFile& aMergeDataFile , bool bCreateDir );
[all …]
/trunk/main/l10ntools/source/
H A Dlocalize.cxx130 ByteString sLanguageRestriction;
132 ByteString sOutputFile;
136 const ByteString GetProjectName( sal_Bool bAbs = sal_False );
137 const ByteString GetProjectRootRel();
140 sal_Bool CheckNegativeList( const ByteString &rFileName );
141 sal_Bool CheckPositiveList( const ByteString &rFileName );
144 const ByteString &rFileName,
145 const ByteString &rExecutable,
146 const ByteString &rParameter
150 const ByteString &rDirectory,
[all …]
H A Dexport.cxx53 DECLARE_LIST( FileList, ByteString * )
61 ByteString sPrj;
62 ByteString sPrjRoot;
63 ByteString sActFileName;
64 ByteString sOutputFile;
65 ByteString sMergeSrc;
66 ByteString sTempFile;
67 ByteString sFile;
72 ByteString sStrBuffer;
101 ByteString sSwitch( argv[ i ] ); in GetOutputFile()
[all …]
H A Dxrmmerge.cxx60 ByteString sPrj;
61 ByteString sPrjRoot;
62 ByteString sInputFileName;
63 ByteString sActFileName;
64 ByteString sOutputFile;
65 ByteString sMergeSrc;
90 if ( ByteString( argv[ i ] ).ToUpperAscii() == "-I" ) { in GetOutputFile()
93 else if ( ByteString( argv[ i ] ).ToUpperAscii() == "-O" ) { in GetOutputFile()
96 else if ( ByteString( argv[ i ] ).ToUpperAscii() == "-P" ) { in GetOutputFile()
99 else if ( ByteString( argv[ i ] ).ToUpperAscii() == "-R" ) { in GetOutputFile()
[all …]
H A Dcfgmerge.cxx58 ByteString sPrj;
59 ByteString sPrjRoot;
60 ByteString sInputFileName;
61 ByteString sActFileName;
62 ByteString sFullEntry;
63 ByteString sOutputFile;
64 ByteString sMergeSrc;
91 ByteString sSwitch( argv[ i ] ); in GetOutputFile()
146 sPrj = ByteString( argv[ i ]); in GetOutputFile()
151 sPrjRoot = ByteString( argv[ i ]); // path to project root in GetOutputFile()
[all …]
H A Dmerge.cxx51 ByteString PFormEntrys::Dump() in Dump()
53 ByteString sRet( "PFormEntrys\n" ); in Dump()
54 ByteString a("sText"); in Dump()
60 sal_Bool PFormEntrys::GetTransex3Text( ByteString &rReturn, in GetTransex3Text()
61 sal_uInt16 nTyp, const ByteString &nLangIndex, sal_Bool bDel ) in GetTransex3Text()
64 ByteString test( rReturn ); in GetTransex3Text()
77 sal_Bool PFormEntrys::GetText( ByteString &rReturn, in GetText()
78 sal_uInt16 nTyp, const ByteString &nLangIndex, sal_Bool bDel ) in GetText()
122 if( aMap.find( ByteString("HACK") ) != aMap.end() ) in GetPFormEntrys()
123 return aMap[ ByteString("HACK") ]; in GetPFormEntrys()
[all …]
H A Dhelpmerge.cxx49 void HelpParser::FillInFallbacks( LangHashMap& rElem_out, ByteString sLangIdx_in ){ in FillInFallbacks()
51 static const ByteString ENGLISH_LANGUAGECODE( "en-US" ); in FillInFallbacks()
52 static const ByteString GERMAN_LANGUAGECODE ( "de" ); in FillInFallbacks()
53 ByteString sCur; in FillInFallbacks()
58 ByteString sFallback( sCur ); in FillInFallbacks()
97 void HelpParser::Dump(LangHashMap* rElem_in,const ByteString sKey_in) { in Dump()
99 ByteString x; in Dump()
110 HelpParser::HelpParser( const ByteString &rHelpFile, bool rUTF8 , bool rHasInputList ) in HelpParser()
119 const ByteString &rSDFFile_in, const ByteString &rPrj_in,const ByteString &rRoot_in, in CreateSDF()
120 const ByteString &sHelpFile, XMLFile *pXmlFile, const ByteString &rGsi1){ in CreateSDF()
[all …]
H A Dexport2.cxx89 ByteString Export::sLanguages;
90 ByteString Export::sForcedLanguages;
94 void Export::DumpExportList( ByteString& sListName , ExportList& aList ){ in DumpExportList()
96 ByteString l(""); in DumpExportList()
104 ByteString Export::DumpMap( ByteString& sMapName , ByteStringHashMap& aMap ){ in DumpMap()
106 ByteString sReturn; in DumpMap()
110 if( aMap.size() < 1 ) return ByteString(); in DumpMap()
112 ByteString a( idbg->first ); in DumpMap()
113 ByteString b( idbg->second ); in DumpMap()
121 void Export::SetLanguages( std::vector<ByteString> val ){ in SetLanguages()
[all …]
H A Dlngmerge.cxx37 LngParser::LngParser( const ByteString &rLngFile, sal_Bool bUTF8, sal_Bool bULFFormat ) in LngParser()
51 ByteString sLine; in LngParser()
61 pLines->Insert( new ByteString( sLine ), LIST_APPEND ); in LngParser()
84 ByteString sCur; in FillInFallbacks()
89 ByteString sFallbackLang = Export::GetFallbackLanguage( sCur ); in FillInFallbacks()
99 const ByteString &rSDFFile, const ByteString &rPrj, in CreateSDF()
100 const ByteString &rRoot ) in CreateSDF()
118 ByteString sPrjEntry( aEntry.GetFull(), gsl_getSystemTextEncoding()); in CreateSDF()
119 ByteString sActFileName( in CreateSDF()
125 ByteString sGroup; in CreateSDF()
[all …]
H A Dgsicheck.cxx38 void PrintMessage( ByteString aType, ByteString aMsg, ByteString aPrefix, in PrintMessage()
39ByteString aContext, sal_Bool bPrintContext, sal_uLong nLine, ByteString aUniqueId = ByteString() ) in PrintMessage()
53 void PrintError( ByteString aMsg, ByteString aPrefix, in PrintError()
54ByteString aContext, sal_Bool bPrintContext, sal_uLong nLine, ByteString aUniqueId = ByteString() ) in PrintError()
60 sal_Bool LanguageOK( ByteString aLang ) in LanguageOK()
72 ByteString aTok0( aLang.GetToken( 0, '-' ) ); in LanguageOK()
73 ByteString aTok1( aLang.GetToken( 1, '-' ) ); in LanguageOK()
119 …fprintf( stderr, "\nERROR: Could not open Output-File %s!\n\n", ByteString( aFileName, RTL_TEXTENC… in LazyOpen()
132 GSILine::GSILine( const ByteString &rLine, sal_uLong nLine ) in GSILine()
134 : ByteString( rLine ) in GSILine()
[all …]
H A Dgsiconv.cxx46 ByteString sLine; in GetGSIFileType()
63 ByteString GetGSILineId( const ByteString &rLine, sal_uInt16 nFileType ) in GetGSILineId()
66 ByteString sId; in GetGSILineId()
88 ByteString GetGSILineLangId( const ByteString &rLine, sal_uInt16 nFileType ) in GetGSILineLangId()
91 ByteString sLangId; in GetGSILineLangId()
107 void ConvertGSILine( sal_Bool bToUTF8, ByteString &rLine, in ConvertGSILine()
120 ByteString sConverted; in ConvertGSILine()
122 ByteString sToken = rLine.GetToken( i, '\t' ); in ConvertGSILine()
210 if ( ByteString( argv[ 1 ] ) == "-p" ) { in main()
214 … fprintf( stderr, "\nERROR: GSI-File %s not found!\n\n", ByteString( argv[ 3 ] ).GetBuffer()); in main()
[all …]
/trunk/main/tools/inc/tools/
H A Dstring.hxx55 class ByteString;
156 class TOOLS_DLLPUBLIC ByteString class
172ByteString( const int* pDummy ); // not implemented: to prevent ByteString( NULL )
173 ByteString(int); // not implemented; to detect misuses
185 ByteString();
186 ByteString( const ByteString& rStr );
187 ByteString( const ByteString& rStr, xub_StrLen nPos, xub_StrLen nLen );
188 ByteString( const rtl::OString& rStr );
189 ByteString( const sal_Char* pCharStr );
190 ByteString( const sal_Char* pCharStr, xub_StrLen nLen );
[all …]
/trunk/main/editeng/source/editeng/
H A Deditdbg.cxx65 ByteString DbgOutItem( const SfxItemPool& rPool, const SfxPoolItem& rItem ) in DbgOutItem()
67 ByteString aDebStr; in DbgOutItem()
72 aDebStr += ByteString::CreateFromInt32( ((SvxFrameDirectionItem&)rItem).GetValue() ); in DbgOutItem()
77 … aDebStr += ByteString::CreateFromInt32( ((SvxLRSpaceItem&)rItem).GetTxtFirstLineOfst() ); in DbgOutItem()
79 aDebStr += ByteString::CreateFromInt32( ((SvxLRSpaceItem&)rItem).GetTxtLeft() ); in DbgOutItem()
81 aDebStr += ByteString::CreateFromInt32( ((SvxLRSpaceItem&)rItem).GetRight() ); in DbgOutItem()
89 aDebStr += ByteString::CreateFromInt32( nLevel ); in DbgOutItem()
95 aDebStr += ByteString::CreateFromInt32( pFmt->GetFirstLineOffset() ); in DbgOutItem()
97 aDebStr += ByteString::CreateFromInt32( pFmt->GetAbsLSpace() ); in DbgOutItem()
110 aDebStr += ByteString::CreateFromInt32( pFmt->GetBulletChar() ); in DbgOutItem()
[all …]
/trunk/main/tools/bootstrp/
H A Dmkcreate.cxx57 SourceDirectory::SourceDirectory( const ByteString &rDirectoryName, in SourceDirectory()
60 : ByteString( rDirectoryName ), in SourceDirectory()
86 const ByteString &rCodedIdentifier, sal_uInt16 nOperatingSystems ) in AddCodedDependency()
94 pCodedDependencies->PutString(( ByteString * ) pReturn ); in AddCodedDependency()
98 pCodedDependencies->IsString( (ByteString *) (& rCodedIdentifier) ); in AddCodedDependency()
102 pCodedDependencies->PutString(( ByteString * ) pReturn ); in AddCodedDependency()
115 const ByteString &rCodedIdentifier, sal_uInt16 nOperatingSystems ) in AddCodedIdentifier()
123 pCodedIdentifier->PutString(( ByteString * ) pReturn ); in AddCodedIdentifier()
127 pCodedIdentifier->IsString( ( ByteString *) (& rCodedIdentifier) ); in AddCodedIdentifier()
131 pCodedIdentifier->PutString(( ByteString * ) pReturn ); in AddCodedIdentifier()
[all …]
H A Dinimgr.cxx39 IniManager::IniManager( ByteString &rDir, ByteString &rLocalDir ) in IniManager()
43 sLocalPath = ByteString( getenv( "LOCALINI" )); in IniManager()
56 IniManager::IniManager( ByteString &rDir ) in IniManager()
86 ByteString IniManager::ToLocal( ByteString &rPath ) in ToLocal()
89 ByteString sTmp( rPath ); in ToLocal()
91 ByteString sUnc( _INI_UNC ); in ToLocal()
93 ByteString sOldUnc( _INI_UNC_OLD ); in ToLocal()
101 ByteString sIni( sGlobalDir ); in ToLocal()
110 ByteString sOldGlobalDir( GetIniRootOld() ); in ToLocal()
120 ByteString IniManager::GetLocalIni() in GetLocalIni()
[all …]
/trunk/main/unotools/source/i18n/
H A Dcalendarwrapper.cxx68 ByteString aMsg( "CalendarWrapper ctor: Exception caught\n" ); in CalendarWrapper()
69 aMsg += ByteString( String( e.Message ), RTL_TEXTENCODING_UTF8 ); in CalendarWrapper()
93 ByteString aMsg( "getComponentInstance: Exception caught\n" ); in CalendarWrapper()
94 aMsg += ByteString( String( e.Message ), RTL_TEXTENCODING_UTF8 ); in CalendarWrapper()
119 ByteString aMsg( "loadDefaultCalendar: Exception caught\n" ); in loadDefaultCalendar()
120 aMsg += ByteString( String( e.Message ), RTL_TEXTENCODING_UTF8 ); in loadDefaultCalendar()
139 ByteString aMsg( "loadCalendar: Exception caught\nrequested: " ); in loadCalendar()
140 aMsg += ByteString( String( rUniqueID ), RTL_TEXTENCODING_UTF8 ); in loadCalendar()
142 aMsg += ByteString( String( rLocale.Language ), RTL_TEXTENCODING_UTF8 ); in loadCalendar()
144 aMsg += ByteString( String( rLocale.Country ), RTL_TEXTENCODING_UTF8 ); in loadCalendar()
[all …]
/trunk/main/tools/source/string/
H A Dtstring.cxx56 DBG_NAME( ByteString )
63 #define STRING ByteString in DBG_NAMEEX()
99 ByteString ByteString::CreateFromInt32( sal_Int32 n, sal_Int16 nRadix ) in CreateFromInt32()
103 return ByteString( in CreateFromInt32()
110 ByteString ByteString::CreateFromInt64( sal_Int64 n, sal_Int16 nRadix ) in CreateFromInt64()
114 return ByteString( in CreateFromInt64()
121 ByteString ByteString::CreateFromFloat( float f ) in CreateFromFloat()
125 return ByteString( in CreateFromFloat()
131 ByteString ByteString::CreateFromDouble( double d ) in CreateFromDouble()
135 return ByteString( in CreateFromDouble()
[all …]
/trunk/main/l10ntools/layout/
H A Dtralay.cxx39 #define BSTRING( str ) ByteString( str, RTL_TEXTENCODING_UTF8 )
50 ByteString mGid1;
51 ByteString mLanguage;
52 ByteString mLocalize;
53 ByteString mOutput;
54 ByteString mProject;
55 ByteString mRoot;
57 std::vector< ByteString > mLanguages;
58 std::list< ByteString > mFiles;
63 ByteString GetCommandLineParam( int i );
[all …]
/trunk/main/rsc/source/rsc/
H A Drsc.cxx79 ByteString* pStdParType = NULL;
80 ByteString* pStdPar1 = NULL;
81 ByteString* pStdPar2 = NULL;
82 ByteString* pWinParType = NULL;
83 ByteString* pWinPar1 = NULL;
84 ByteString* pWinPar2 = NULL;
105 …aPath = ByteString( aEntry.GetFull(), RTL_TEXTENCODING_ASCII_US ); //Immer im Aktuellen Pfad suchen in Init()
138 ByteString aString; in RscCmdLine()
170 nRefDeep = ByteString( (*ppStr) +1 + strlen( "RefDeep" ) ).ToInt32(); in RscCmdLine()
196 const ByteString aSPath( pEqual + 1 ); in RscCmdLine()
[all …]
/trunk/main/rsc/inc/
H A Drscrsc.hxx56 ByteString aPath; // Liste der Pfade
59 ByteString aOutputLst; // Name der List-Ausgabedatei
60 ByteString aOutputSrs; // Name der Srs-Ausgabedatei
61 ByteString aOutputSrc; // Name der Src-Ausgabedatei
62 ByteString aOutputRcCtor; // Name der Ctor-Ausgabedatei
63 ByteString aOutputCxx; // Name der Cxx-Ausgabedatei
64 ByteString aOutputHxx; // Name der Hxx-Ausgabedatei
65 ByteString aTouchFile; // create this file when done in rsc2
66 ByteString aILDir;
70 ByteString aLangName; // language name
[all …]
/trunk/main/tools/inc/bootstrp/
H A Dmkcreate.hxx42 class CodedDependency : public ByteString
51 const ByteString &rCodedIdentifier, // the coded name of the directory in CodedDependency()
54 ByteString( rCodedIdentifier ), in CodedDependency()
76 const ByteString &rCodedIdentifier, // the coded name of the directory in TryToMerge()
91 class Dependency : public ByteString
100 const ByteString &rDirectoryName, // the coded name of the directory in Dependency()
103 ByteString( rDirectoryName ), in Dependency()
120 class SourceDirectory : public ByteString
142 … const ByteString &sDependExt // the corresponding dependency extension (see also prj.hxx)
155 const ByteString &rDirectoryName, // name without parent
[all …]

12345678910>>...25