Searched refs:OutputFile (Results 1 – 9 of 9) sorted by relevance
/aoo42x/main/rsc/inc/ |
H A D | rscrsc.hxx | 68 struct OutputFile struct in RscCmdLine 75 OutputFile() {} in OutputFile() function 78 std::list<OutputFile> m_aOutputFiles; 105 bool GetImageFilePath( const RscCmdLine::OutputFile& rOutputFile, 110 void PreprocessSrsFile( const RscCmdLine::OutputFile& rOutputFile, 129 …ERRTYPE ParseOneFile( sal_uLong lFileKey, const RscCmdLine::OutputFile* pOutputFile, const Write…
|
H A D | rsctools.hxx | 50 ByteString OutputFile( ByteString aInput, const char * ext );
|
/aoo42x/main/rsc/source/rsc/ |
H A D | rsc.cxx | 107 m_aOutputFiles.push_back( OutputFile() ); in Init() 234 m_aOutputFiles.push_back( OutputFile() ); in RscCmdLine() 301 m_aOutputFiles.push_back( OutputFile() ); in RscCmdLine() 321 ::std::list<OutputFile>::iterator it; in RscCmdLine() 325 it->aOutputRc = ::OutputFile( *aInputList.First(), "rc" ); in RscCmdLine() 328 aOutputSrs = ::OutputFile( *aInputList.First(), "srs" ); in RscCmdLine() 724 const RscCmdLine::OutputFile* pOutputFile, in ParseOneFile() 843 ::std::list<RscCmdLine::OutputFile>::const_iterator it; in Link() 1136 bool RscCompiler::GetImageFilePath( const RscCmdLine::OutputFile& rOutputFile, in GetImageFilePath() 1226 void RscCompiler::PreprocessSrsFile( const RscCmdLine::OutputFile& rOutputFile, in PreprocessSrsFile()
|
/aoo42x/main/python/ |
H A D | python-2.7.18-msvs9-win64.patch | 922 OutputFile="$(OutDir)\$(ProjectName)_d.exe" 930 OutputFile="$(OutDir)\$(ProjectName)_d.exe" 956 OutputFile="$(OutDir)/make_buildinfo.exe" 1316 OutputFile="$(OutDir)\pythonw_d.exe" 1332 OutputFile="$(OutDir)\pythonw.exe" 1444 OutputFile="$(OutDir)\$(ProjectName)_d.dll" 1452 OutputFile="$(OutDir)\$(ProjectName)_d.dll" 1460 OutputFile="$(OutDir)\$(ProjectName).dll" 1468 OutputFile="$(OutDir)\$(ProjectName).dll" 1476 OutputFile="$(OutDir)\$(ProjectName).dll" [all …]
|
H A D | python-2.7.18-msvs9.patch | 938 OutputFile="$(OutDir)\$(ProjectName)_d.exe" 946 OutputFile="$(OutDir)\$(ProjectName)_d.exe" 972 OutputFile="$(OutDir)/make_buildinfo.exe" 1332 OutputFile="$(OutDir)\pythonw_d.exe" 1348 OutputFile="$(OutDir)\pythonw.exe" 1460 OutputFile="$(OutDir)\$(ProjectName)_d.dll" 1468 OutputFile="$(OutDir)\$(ProjectName)_d.dll" 1476 OutputFile="$(OutDir)\$(ProjectName).dll" 1484 OutputFile="$(OutDir)\$(ProjectName).dll" 1492 OutputFile="$(OutDir)\$(ProjectName).dll" [all …]
|
H A D | python-2.7.18-msvs9-dir.patch | 7 + OutputFile="$(SolutionDir)/make_buildinfo.exe"
|
H A D | python-2.7.18-msvs9-subsystem.patch | 8 OutputFile="$(SolutionDir)make_versioninfo.exe"
|
/aoo42x/main/rsc/source/prj/ |
H A D | start.cxx | 415 aResName = OutputFile( *aInputList.First(), "res" ); in SAL_IMPLEMENT_MAIN_WITH_ARGS() 419 aSrsName += OutputFile( *aInputList.First(), "srs" ); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
|
/aoo42x/main/rsc/source/tools/ |
H A D | rsctools.cxx | 215 ByteString OutputFile ( ByteString aInput, const char * pExt ) in OutputFile() function
|
Completed in 71 milliseconds