Home
last modified time | relevance | path

Searched refs:sInputFileName (Results 1 – 2 of 2) sorted by relevance

/trunk/main/l10ntools/source/
H A Dxrmmerge.cxx62 ByteString sInputFileName; variable
82 sInputFileName = ""; in GetOutputFile()
129 sInputFileName = argv[ i ]; in GetOutputFile()
202 return sInputFileName.GetBuffer(); in getFilename()
210 if ( sInputFileName.Len()) { in GetXrmFile()
211 if( Export::fileHasUTF8ByteOrderMarker( sInputFileName ) ){ in GetXrmFile()
213 DirEntry aSourceFile( String( sInputFileName , RTL_TEXTENCODING_ASCII_US ) ); in GetXrmFile()
221 pFile = fopen( sInputFileName.GetBuffer(), "r" ); in GetXrmFile()
226 sInputFileName.GetBuffer()); in GetXrmFile()
231 DirEntry aEntry( String( sInputFileName, RTL_TEXTENCODING_ASCII_US )); in GetXrmFile()
[all …]
H A Dcfgmerge.cxx60 ByteString sInputFileName; variable
83 sInputFileName = ""; in GetOutputFile()
137 sInputFileName = argv[ i ]; in GetOutputFile()
212 return sInputFileName.GetBuffer(); in getFilename()
220 if ( sInputFileName.Len()) { in GetCfgFile()
221 if( Export::fileHasUTF8ByteOrderMarker( sInputFileName ) ){ in GetCfgFile()
223 DirEntry aSourceFile( String( sInputFileName , RTL_TEXTENCODING_ASCII_US ) ); in GetCfgFile()
231 pFile = fopen( sInputFileName.GetBuffer(), "r" ); in GetCfgFile()
236 sInputFileName.GetBuffer()); in GetCfgFile()
242 DirEntry aEntry( String( sInputFileName, RTL_TEXTENCODING_ASCII_US )); in GetCfgFile()
[all …]

Completed in 22 milliseconds