Searched refs:rOutputFile (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/l10ntools/source/ |
H A D | xrmmerge.cxx | 467 XRMResOutputParser::XRMResOutputParser ( const ByteString &rOutputFile ) in XRMResOutputParser() argument 473 String( rOutputFile, RTL_TEXTENCODING_ASCII_US ), in XRMResOutputParser() 479 sError += rOutputFile; in XRMResOutputParser() 502 const ByteString &rOutputFile, const ByteString &rProject, in XRMResExport() argument 505 : XRMResOutputParser( rOutputFile ), in XRMResExport() 607 const ByteString &rMergeSource, const ByteString &rOutputFile, in XRMResMerge() argument 610 : XRMResOutputParser( rOutputFile ), in XRMResMerge()
|
H A D | cfgmerge.cxx | 587 CfgOutputParser::CfgOutputParser( const ByteString &rOutputFile ) in CfgOutputParser() argument 592 String( rOutputFile, RTL_TEXTENCODING_ASCII_US ), in CfgOutputParser() 599 sError += rOutputFile; in CfgOutputParser() 623 const ByteString &rOutputFile, in CfgExport() argument 628 : CfgOutputParser( rOutputFile ), in CfgExport() 716 const ByteString &rMergeSource, const ByteString &rOutputFile, in CfgMerge() argument 719 : CfgOutputParser( rOutputFile ), in CfgMerge()
|
/aoo41x/main/l10ntools/inc/ |
H A D | xrmmerge.hxx | 88 XRMResOutputParser ( const ByteString &rOutputFile ); 117 const ByteString &rOutputFile, 149 const ByteString &rOutputFile,
|
H A D | cfgmerge.hxx | 138 CfgOutputParser ( const ByteString &rOutputFile ); 162 const ByteString &rOutputFile, 195 const ByteString &rOutputFile,
|
/aoo41x/main/rsc/source/rsc/ |
H A D | rsc.cxx | 1136 bool RscCompiler::GetImageFilePath( const RscCmdLine::OutputFile& rOutputFile, in GetImageFilePath() argument 1155 ::std::list< ByteString >::const_iterator aDirIter( rOutputFile.aSysSearchDirs.begin() ); in GetImageFilePath() 1157 while( ( aDirIter != rOutputFile.aSysSearchDirs.end() ) && !bFound ) in GetImageFilePath() 1226 void RscCompiler::PreprocessSrsFile( const RscCmdLine::OutputFile& rOutputFile, in PreprocessSrsFile() argument 1248 … if( GetImageFilePath( rOutputFile, rContext, aBaseFileName, aFilePath, pSysListFile ) ) in PreprocessSrsFile() 1300 … if( GetImageFilePath( rOutputFile, rContext, aBaseFileName += aLine , aFilePath, pSysListFile ) ) in PreprocessSrsFile()
|
/aoo41x/main/rsc/inc/ |
H A D | rscrsc.hxx | 105 bool GetImageFilePath( const RscCmdLine::OutputFile& rOutputFile, 110 void PreprocessSrsFile( const RscCmdLine::OutputFile& rOutputFile,
|
Completed in 79 milliseconds