Searched refs:sPrj (Results 1 – 11 of 11) sorted by relevance
/aoo41x/main/l10ntools/source/ |
H A D | lngex.cxx | 52 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 D | localize.cxx | 255 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 D | xrmmerge.cxx | 60 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 D | helpex.cxx | 54 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 D | cfgmerge.cxx | 58 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 D | export.cxx | 61 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()
|
/aoo41x/main/filter/source/msfilter/ |
H A D | msvbahelper.cxx | 383 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()
|
/aoo41x/main/soldep/source/ |
H A D | objwin.cxx | 786 ByteString sPrj = pObjectWin->GetBodyText(); in GetPtrByName() local 787 if (sPrj == rText) return pObjectWin; in GetPtrByName()
|
/aoo41x/main/l10ntools/inc/ |
H A D | xrmmerge.hxx | 100 ByteString sPrj; member in XRMResExport
|
H A D | cfgmerge.hxx | 149 ByteString sPrj; member in CfgExport
|
H A D | export.hxx | 300 static bool skipProject( ByteString sPrj ) ;
|
Completed in 328 milliseconds