Home
last modified time | relevance | path

Searched refs:sPrj (Results 1 – 10 of 10) sorted by relevance

/trunk/main/l10ntools/source/
H A Dlngex.cxx52 ByteString sPrj; variable
66 sPrj = ""; in ParseCommandLine()
127 sPrj = argv[ i ]; in ParseCommandLine()
195 aParser.Merge( sMergeSrc, sOutputFile , sPrj ); in main()
197 aParser.CreateSDF( sOutputFile, sPrj, sPrjRoot ); in main()
H A Dlocalize.cxx255 bool skipProject( ByteString sPrj ) in skipProject() argument
258 return sPrj.EqualsIgnoreCaseAscii( READLICENSE ); in skipProject()
276 ByteString sPrj( GetProjectName()); in WorkOnFile() local
277 if ( sPrj.Len() && !skipProject( sPrj ) ) in WorkOnFile()
308 sCommand += sPrj; in WorkOnFile()
700 ByteString sPrj( sFileKey.GetToken( 0, '#' )); in ExecuteMerge() local
716 if ( !MergeSingleFile( sPrj, sFile, sSDFFile )) in ExecuteMerge()
721 if ( !MergeSingleFile( sPrj, sFile, sSDFFile )) in ExecuteMerge()
H A Dxrmmerge.cxx60 ByteString sPrj; variable
80 sPrj = ""; in GetOutputFile()
138 sPrj = ByteString( argv[ i ]); in GetOutputFile()
187 pParser = new XRMResExport( sOutputFile, sPrj, sActFileName ); in InitXrmExport()
507 sPrj( rProject ), in XRMResExport()
575 ByteString sOutput( sPrj ); sOutput += "\t"; in EndOfText()
H A Dcfgmerge.cxx58 ByteString sPrj; variable
81 sPrj = ""; in GetOutputFile()
146 sPrj = ByteString( argv[ i ]); in GetOutputFile()
190 pParser = new CfgExport( sOutputFile, sPrj, sActFileName ); in InitCfgExport()
629 sPrj( rProject ), in CfgExport()
680 ByteString sOutput( sPrj ); sOutput += "\t"; in WorkOnRessourceEnd()
H A Dhelpex.cxx54 ByteString sPrj; variable
69 sPrj = ""; in ParseCommandLine()
143 sPrj = argv[ i ]; in ParseCommandLine()
233 …hasNoError = aParser.CreateSDF( sOutputFile, sPrj, sPrjRoot, sInputFile, new XMLFile( '0' ), "help… in main()
H A Dexport.cxx61 ByteString sPrj; variable
89 sPrj = ""; in GetOutputFile()
158 sPrj = ByteString( argv[ i ]); in GetOutputFile()
199 pExport = new Export(sOutput, bEnableExport, sPrj, sPrjRoot, sMergeSrc , sFilename ); in InitExport()
203 pExport = new Export( sOutput, bEnableExport, sPrj, sPrjRoot , sFilename ); in InitExport()
419 sProject( sPrj ), in Export()
464 sProject( sPrj ), in Export()
/trunk/main/filter/source/msfilter/
H A Dmsvbahelper.cxx383 rtl::OUString sPrj; in resolveVBAMacro()
386 xPrjNameCache->getByName( sCreatedFrom ) >>= sPrj; in resolveVBAMacro()
388 if ( !sPrj.equals( sThisProject ) ) in resolveVBAMacro()
389 sSearchList.push_back( sPrj ); in resolveVBAMacro()
402 xPrjNameCache->getByName( sTemplateNames[ index ] ) >>= sPrj; in resolveVBAMacro()
404 if ( !sPrj.equals( sThisProject ) ) in resolveVBAMacro()
405 sSearchList.push_back( sPrj ); in resolveVBAMacro()
/trunk/main/l10ntools/inc/
H A Dxrmmerge.hxx100 ByteString sPrj; member in XRMResExport
H A Dcfgmerge.hxx149 ByteString sPrj; member in CfgExport
H A Dexport.hxx300 static bool skipProject( ByteString sPrj ) ;

Completed in 54 milliseconds