| /trunk/main/registry/tools/ |
| H A D | regcompare.cxx | 466 static sal_uInt32 checkConstValue(Options_Impl const & options, in checkConstValue() argument 481 if ( options.forceOutput() && !options.unoTypeCheck() ) in checkConstValue() 494 if ( options.forceOutput() && !options.unoTypeCheck() ) in checkConstValue() 506 if ( options.forceOutput() && !options.unoTypeCheck() ) in checkConstValue() 518 if ( options.forceOutput() && !options.unoTypeCheck() ) in checkConstValue() 530 if ( options.forceOutput() && !options.unoTypeCheck() ) in checkConstValue() 543 if ( options.forceOutput() && !options.unoTypeCheck() ) in checkConstValue() 556 if ( options.forceOutput() && !options.unoTypeCheck() ) in checkConstValue() 575 if ( options.forceOutput() && !options.unoTypeCheck() ) in checkConstValue() 600 if ( options.forceOutput() && !options.unoTypeCheck() ) in checkConstValue() [all …]
|
| H A D | checksingleton.cxx | 170 static sal_Bool checkSingletons(Options_Impl const & options, RegistryKey& singletonKey, RegistryKe… in checkSingletons() argument 191 options.getProgramName().c_str(), U2S( singletonName )); in checkSingletons() 202 options.getProgramName().c_str(), U2S( singletonName )); in checkSingletons() 205 if ( options.forceOutput() ) in checkSingletons() 208 options.getProgramName().c_str(), U2S( singletonName ), U2S(value2)); in checkSingletons() 221 if ( checkSingletons(options, singletonKey, elementKey) ) in checkSingletons() 246 Options_Impl options(argv[0]); in main() local 247 if (!options.initOptions(args)) in main() 249 options.printUsage(); in main() 253 …OUString indexRegName( convertToFileUrl(options.getIndexReg().c_str(), options.getIndexReg().size(… in main() [all …]
|
| H A D | rdbedit.cxx | 258 static Options options; variable 267 if ( !options.initOptions(argc, argv) ) in main() 272 OUString typeRegName( convertToFileUrl(options.getTypeReg()) ); in main() 279 options.getProgramName().getStr(), options.getTypeReg().getStr()); in main() 287 options.getProgramName().getStr(), options.getTypeReg().getStr()); in main() 291 if ( options.getCommand() == DELETEKEY ) in main() 293 if ( typeRoot.deleteKey(S2U(options.getKeyName())) ) in main() 296 … options.getProgramName().getStr(), options.getKeyName().getStr(), options.getTypeReg().getStr()); in main() 299 if (options.verbose()) in main() 301 … options.getProgramName().getStr(), options.getKeyName().getStr(), options.getTypeReg().getStr()); in main() [all …]
|
| H A D | regmerge.cxx | 96 Options_Impl options(argv[0]); in main() local 103 options.printUsage(); in main() 107 if (!options.initOptions(args)) in main() 113 options.printUsage(); in main() 123 if (options.isVerbose()) in main() 132 if (options.isVerbose()) in main() 141 …RegError _ret = reg.mergeKey(rootKey, mergeKeyName, targetRegName, sal_False, options.isVerbose()); in main() 146 if (options.isVerbose()) in main() 152 if (options.isVerbose()) in main() 160 if (options.isVerbose()) in main() [all …]
|
| /trunk/main/unodevtools/source/skeletonmaker/ |
| H A D | cpptypemaker.cxx | 35 ProgramOptions const & options, TypeManager const & manager, in printType() argument 90 o << ((options.shortnames) ? "css::uno::Sequence< " : in printType() 94 o << ((options.shortnames) ? "css::uno::Reference< " : in printType() 100 false, options.shortnames && referenceType > 0); in printType() 113 printType(o, options, manager, *i, 1, false); in printType() 129 ProgramOptions const & options, TypeManager const & manager, in printType() argument 139 options, manager, sort, typeClass, name, rank, arguments, in printType() 144 ProgramOptions const & options, TypeManager const & manager, in printConstructorParameters() argument 157 options, manager, superReader, outerReader, arguments); in printConstructorParameters() 166 printType(o, options, manager, in printConstructorParameters() [all …]
|
| H A D | javatypemaker.cxx | 34 ProgramOptions const & options, TypeManager const & manager, 39 ProgramOptions const & options, TypeManager const & manager, in printType() argument 93 if ( !arguments.empty() && options.java5 ) { in printType() 102 printType(o, options, manager, *i, true, false); in printType() 122 ProgramOptions const & options, TypeManager const & manager, in printType() argument 132 options, manager, sort, typeClass, name, rank, arguments, in printType() 137 ProgramOptions const & options, TypeManager const & manager, in printConstructorParameters() argument 150 options, manager, superReader, outerReader, arguments); in printConstructorParameters() 159 options, manager, in printConstructorParameters() 174 printType(o, options, manager, arguments[tparam], true); in printConstructorParameters() [all …]
|
| H A D | javacompskeleton.cxx | 43 void generateImports(std::ostream & o, ProgramOptions const & options, in generateImports() argument 48 if (options.componenttype == 3) in generateImports() 302 void generateXAddInBodies(std::ostream& o, ProgramOptions const & options) in generateXAddInBodies() argument 342 if (options.java5) { in generateXAddInBodies() 359 if (options.java5) { in generateXAddInBodies() 444 void generateXDispatchBodies(std::ostream& o, ProgramOptions const & options) in generateXDispatchBodies() argument 452 ProtocolCmdMap::const_iterator iter = options.protocolCmdMap.begin(); in generateXDispatchBodies() 453 while (iter != options.protocolCmdMap.end()) { in generateXDispatchBodies() 480 void generateXDispatchProviderBodies(std::ostream& o, ProgramOptions const & options) in generateXDispatchProviderBodies() argument 489 ProtocolCmdMap::const_iterator iter = options.protocolCmdMap.begin(); in generateXDispatchProviderBodies() [all …]
|
| H A D | skeletonmaker.cxx | 148 ProgramOptions options; variable 163 options.dump = true; 165 options.dump = false; 166 options.shortnames = true; 168 options.dump = false; 169 options.shortnames = true; 170 options.componenttype = 2; 172 options.dump = false; 173 options.shortnames = true; 174 options.componenttype = 3; [all …]
|
| H A D | cppcompskeleton.cxx | 511 ProgramOptions const & options, in generateAddinConstructorAndHelper() argument 519 if (options.backwardcompatible) { in generateAddinConstructorAndHelper() 522 generateFunctionParameterMap(o, options, manager, interfaces); in generateAddinConstructorAndHelper() 588 ProgramOptions const & options, in generateMemberInitialization() argument 607 printType(o, options, manager, type, 16, true); in generateMemberInitialization() 615 ProgramOptions const & options, in generateMemberDeclaration() argument 623 printType(o, options, manager, i->second.first.replace('.','/'), in generateMemberDeclaration() 630 ProgramOptions const & options, in generateClassDefinition() argument 720 printMethods(o, options, manager, reader, generated, "", "", " ", in generateClassDefinition() 730 if (options.componenttype == 2) { in generateClassDefinition() [all …]
|
| H A D | skeletoncpp.hxx | 41 ProgramOptions const & options, TypeManager const & manager, 48 ProgramOptions const & options, TypeManager const & manager, 54 ProgramOptions const & options, 62 ProgramOptions const & options, 69 ProgramOptions const & options, 77 ProgramOptions const & options, 84 ProgramOptions const & options, TypeManager const & manager, 95 ProgramOptions const & options, 101 ProgramOptions const & options, 109 ProgramOptions const & options, [all …]
|
| H A D | skeletonjava.hxx | 34 ProgramOptions const & options, TypeManager const & manager, 41 ProgramOptions const & options, TypeManager const & manager, 46 ProgramOptions const & options, 53 ProgramOptions const & options, TypeManager const & manager, 58 ProgramOptions const & options, 66 ProgramOptions const & options, 72 ProgramOptions const & options, TypeManager const & manager, 81 ProgramOptions const & options, 86 ProgramOptions const & options, 93 ProgramOptions const & options, [all …]
|
| H A D | skeletoncommon.cxx | 73 bool getOutputStream(ProgramOptions const & options, in getOutputStream() argument 80 if ( options.outputpath.equals("stdout") ) in getOutputStream() 88 options.outputpath, options.implname.replace('.','/'), extension); in getOutputStream() 330 ProgramOptions const & options, in checkPropertyHelper() argument 353 if ( options.supportpropertysetmixin && reader.getSuperTypeCount() > 0 ) in checkPropertyHelper() 589 ProgramOptions const & options, in generateFunctionParamterMap() argument 621 generateFunctionParamterMap(o, options, manager, super, generated, bFirst); in generateFunctionParamterMap() 634 if (options.language == 2) { in generateFunctionParamterMap() 638 if ( options.java5 ) in generateFunctionParamterMap() 647 if ( options.language == 2 ) { in generateFunctionParamterMap() [all …]
|
| /trunk/main/cui/ |
| H A D | Library_cui.mk | 149 cui/source/options/cfgchart \ 150 cui/source/options/connpoolconfig \ 151 cui/source/options/connpooloptions \ 152 cui/source/options/connpoolsettings \ 153 cui/source/options/cuisrchdlg \ 154 cui/source/options/dbregister \ 155 cui/source/options/dbregisterednamesconfig \ 156 cui/source/options/dbregistersettings \ 157 cui/source/options/doclinkdialog \ 158 cui/source/options/fontsubs \ [all …]
|
| H A D | AllLangResTarget_cui.mk | 73 cui/source/options/connpooloptions.src \ 74 cui/source/options/dbregister.src \ 75 cui/source/options/doclinkdialog.src \ 76 cui/source/options/fontsubs.src \ 77 cui/source/options/internationaloptions.src \ 78 cui/source/options/optaccessibility.src \ 79 cui/source/options/optasian.src \ 80 cui/source/options/optchart.src \ 81 cui/source/options/optcolor.src \ 82 cui/source/options/optctl.src \ [all …]
|
| /trunk/main/filter/source/xsltfilter/com/sun/star/comp/xsltfilter/ |
| H A D | Base64.java | 376 private final static byte[] getAlphabet( int options ) in getAlphabet() argument 378 if( (options & URL_SAFE) == URL_SAFE ) return _URL_SAFE_ALPHABET; in getAlphabet() 379 else if( (options & ORDERED) == ORDERED ) return _ORDERED_ALPHABET; in getAlphabet() 392 private final static byte[] getDecodabet( int options ) in getDecodabet() argument 394 if( (options & URL_SAFE) == URL_SAFE ) return _URL_SAFE_DECODABET; in getDecodabet() 395 else if( (options & ORDERED) == ORDERED ) return _ORDERED_DECODABET; in getDecodabet() 462 private static byte[] encode3to4( byte[] b4, byte[] threeBytes, int numSigBytes, int options ) in encode3to4() argument 464 encode3to4( threeBytes, 0, numSigBytes, b4, 0, options ); in encode3to4() 494 byte[] destination, int destOffset, int options ) in encode3to4() argument 496 byte[] ALPHABET = getAlphabet( options ); in encode3to4() [all …]
|
| /trunk/main/rdbmaker/source/rdbmaker/ |
| H A D | rdbmaker.cxx | 298 RdbOptions options; in main() local 302 if (!options.initOptions(argc, argv)) in main() 319 if ( options.isValid("-R") ) in main() 321 bootReg = options.getOption("-R"); in main() 324 if (options.getInputFiles().empty()) in main() 344 …it typemanager failed, check your environment for bootstrapping uno.\n", options.getProgramName().… in main() 348 if ( !useSpecial && !typeMgr.init(!options.isValid("-T"), options.getInputFiles())) in main() 350 …fprintf(stderr, "%s : init registries failed, check your registry files.\n", options.getProgramNam… in main() 355 initFilterTypes(&options); in main() 357 if (options.isValid("-B")) in main() [all …]
|
| /trunk/main/idlc/source/ |
| H A D | idlcmain.cxx | 43 Options options(argv[0]); in SAL_IMPLEMENT_MAIN_WITH_ARGS() local 46 if (!options.initOptions(args)) in SAL_IMPLEMENT_MAIN_WITH_ARGS() 53 options.prepareVersion().getStr()); in SAL_IMPLEMENT_MAIN_WITH_ARGS() 57 setIdlc(&options); in SAL_IMPLEMENT_MAIN_WITH_ARGS() 60 if (options.readStdin()) { in SAL_IMPLEMENT_MAIN_WITH_ARGS() 61 if ( !options.quiet() ) in SAL_IMPLEMENT_MAIN_WITH_ARGS() 64 options.getProgramName().getStr()); in SAL_IMPLEMENT_MAIN_WITH_ARGS() 66 if ( ( idlc()->getWarningCount() > 0 ) && !options.quiet() ) { in SAL_IMPLEMENT_MAIN_WITH_ARGS() 69 options.getProgramName().getStr(), in SAL_IMPLEMENT_MAIN_WITH_ARGS() 74 if (options.isValid("-O")) { in SAL_IMPLEMENT_MAIN_WITH_ARGS() [all …]
|
| /trunk/main/codemaker/source/cppumaker/ |
| H A D | cppumaker.cxx | 41 void failed(rtl::OString const & typeName, CppuOptions * options) { in failed() argument 42 fprintf(stderr, "%s ERROR: %s\n", options->getProgramName().getStr(), in failed() 49 codemaker::GeneratedTypeSet & generated, CppuOptions * options) in produce() argument 51 if (!produceType(rTypeKey, bIsExtraType, typeMgr, generated, options)) { in produce() 53 failed(typeName, options); in produce() 59 codemaker::GeneratedTypeSet & generated, CppuOptions * options) in produce() argument 61 if (!produceType(typeName, typeMgr, generated, options)) { in produce() 62 failed(typeName, options); in produce() 149 CppuOptions options; in SAL_IMPLEMENT_MAIN_WITH_ARGS() local 153 if (!options.initOptions(argc, argv)) in SAL_IMPLEMENT_MAIN_WITH_ARGS() [all …]
|
| /trunk/main/toolkit/src2xml/source/ |
| H A D | src2xml.py | 137 def convert (file_name, options): argument 147 lexer.expandHeaders = not options.ignore_includes 148 lexer.includeDirs = options.include_path 149 lexer.stopOnHeader = options.stopOnHeader 150 lexer.debugMacro = options.debug_macro 151 if options.debug_lexer: 164 parser.only_expand_macros = options.only_expand_macros 165 if options.debug_parser: 177 if not options.dry_run: 181 def dry_one_file (file_name, options): argument [all …]
|
| /trunk/main/codemaker/source/bonobowrappermaker/ |
| H A D | corbamaker.cxx | 88 CorbaOptions options; in SAL_IMPLEMENT_MAIN_WITH_ARGS() local 92 if (!options.initOptions(argc, argv)) in SAL_IMPLEMENT_MAIN_WITH_ARGS() 106 if (!typeMgr.init(!options.isValid("-T"), options.getInputFiles())) in SAL_IMPLEMENT_MAIN_WITH_ARGS() 108 …fprintf(stderr, "%s : init registries failed, check your registry files.\n", options.getProgramNam… in SAL_IMPLEMENT_MAIN_WITH_ARGS() 112 if (options.isValid("-B")) in SAL_IMPLEMENT_MAIN_WITH_ARGS() 114 typeMgr.setBase(options.getOption("-B")); in SAL_IMPLEMENT_MAIN_WITH_ARGS() 122 if (options.isValid("-O")) in SAL_IMPLEMENT_MAIN_WITH_ARGS() 123 outPath = options.getOption("-O"); in SAL_IMPLEMENT_MAIN_WITH_ARGS() 134 if (options.isValid("-H")) in SAL_IMPLEMENT_MAIN_WITH_ARGS() 136 OString corbaHeader = options.getOption("-H"); in SAL_IMPLEMENT_MAIN_WITH_ARGS() [all …]
|
| /trunk/main/codemaker/source/idlmaker/ |
| H A D | idlmaker.cxx | 86 IdlOptions options; in SAL_IMPLEMENT_MAIN_WITH_ARGS() local 90 if (!options.initOptions(argc, argv)) in SAL_IMPLEMENT_MAIN_WITH_ARGS() 104 if (!typeMgr.init(!options.isValid("-T"), options.getInputFiles())) in SAL_IMPLEMENT_MAIN_WITH_ARGS() 106 …fprintf(stderr, "%s : init registries failed, check your registry files.\n", options.getProgramNam… in SAL_IMPLEMENT_MAIN_WITH_ARGS() 110 if (options.isValid("-B")) in SAL_IMPLEMENT_MAIN_WITH_ARGS() 112 typeMgr.setBase(options.getOption("-B")); in SAL_IMPLEMENT_MAIN_WITH_ARGS() 117 if (options.isValid("-T")) in SAL_IMPLEMENT_MAIN_WITH_ARGS() 119 OString tOption(options.getOption("-T")); in SAL_IMPLEMENT_MAIN_WITH_ARGS() 144 ret = produceAllTypes(tmpName, typeMgr, typeDependencies, &options, sal_False); in SAL_IMPLEMENT_MAIN_WITH_ARGS() 148 … ret = produceType(typeName.replace('.', '/'), typeMgr, typeDependencies, &options); in SAL_IMPLEMENT_MAIN_WITH_ARGS() [all …]
|
| /trunk/main/codemaker/source/cunomaker/ |
| H A D | cunomaker.cxx | 86 CunoOptions options; in SAL_IMPLEMENT_MAIN_WITH_ARGS() local 90 if (!options.initOptions(argc, argv)) in SAL_IMPLEMENT_MAIN_WITH_ARGS() 104 if (!typeMgr.init(!options.isValid("-T"), options.getInputFiles())) in SAL_IMPLEMENT_MAIN_WITH_ARGS() 106 …fprintf(stderr, "%s : init registries failed, check your registry files.\n", options.getProgramNam… in SAL_IMPLEMENT_MAIN_WITH_ARGS() 110 if (options.isValid("-B")) in SAL_IMPLEMENT_MAIN_WITH_ARGS() 112 typeMgr.setBase(options.getOption("-B")); in SAL_IMPLEMENT_MAIN_WITH_ARGS() 117 if (options.isValid("-T")) in SAL_IMPLEMENT_MAIN_WITH_ARGS() 119 OString tOption(options.getOption("-T")); in SAL_IMPLEMENT_MAIN_WITH_ARGS() 144 ret = produceAllTypes(tmpName, typeMgr, typeDependencies, &options, sal_False); in SAL_IMPLEMENT_MAIN_WITH_ARGS() 148 … ret = produceType(typeName.replace('.', '/'), typeMgr, typeDependencies, &options); in SAL_IMPLEMENT_MAIN_WITH_ARGS() [all …]
|
| /trunk/main/codemaker/source/javamaker/ |
| H A D | javamaker.cxx | 141 JavaOptions options; in SAL_IMPLEMENT_MAIN_WITH_ARGS() local 145 if (!options.initOptions(argc, argv)) in SAL_IMPLEMENT_MAIN_WITH_ARGS() 158 if (!typeMgr.init(options.getInputFiles(), options.getExtraInputFiles())) in SAL_IMPLEMENT_MAIN_WITH_ARGS() 160 …fprintf(stderr, "%s : init registries failed, check your registry files.\n", options.getProgramNam… in SAL_IMPLEMENT_MAIN_WITH_ARGS() 164 if (options.isValid("-B")) in SAL_IMPLEMENT_MAIN_WITH_ARGS() 166 typeMgr.setBase(options.getOption("-B")); in SAL_IMPLEMENT_MAIN_WITH_ARGS() 171 if (options.isValid("-T")) in SAL_IMPLEMENT_MAIN_WITH_ARGS() 173 OString tOption(options.getOption("-T")); in SAL_IMPLEMENT_MAIN_WITH_ARGS() 202 tmpName, typeMgr, generated, &options, sal_True); in SAL_IMPLEMENT_MAIN_WITH_ARGS() 208 &options); in SAL_IMPLEMENT_MAIN_WITH_ARGS() [all …]
|
| /trunk/main/i18npool/source/isolang/ |
| H A D | langid.pl | 192 my( $lcid, @parts, $grepdef, $options, $single); 195 for ($options = 0; $options < @ARGV && $ARGV[$options] =~ /^--/; ++$options) 197 if ($ARGV[$options] eq '--single') { $single = 1; } 198 else { print "Unknown option: $ARGV[$options]\n"; } 200 if (@ARGV == 1 + $options) 203 if ($ARGV[$options] =~ /^0/) { 205 elsif ($ARGV[$options] =~ /^[0-9]/) { 206 $lcid = $ARGV[$options]; } 209 $grepdef = $ARGV[$options]; 215 elsif (@ARGV == 2 + $options) [all …]
|
| /trunk/main/vcl/unx/generic/printer/ |
| H A D | cupsmgr.cxx | 129 const char* cupsGetOption(const char* name, int num_options, cups_option_t* options) in cupsGetOption() argument 130 { return m_pcupsGetOption( name, num_options, options ); } in cupsGetOption() 520 pDest->options ); in initialize() 566 if(!strcmp(pDest->options[k].name, "printer-info")) in initialize() 567 aPrinter.m_aInfo.m_aComment=OStringToOUString(pDest->options[k].value, aEncoding); in initialize() 568 if(!strcmp(pDest->options[k].name, "printer-location")) in initialize() 569 aPrinter.m_aInfo.m_aLocation=OStringToOUString(pDest->options[k].value, aEncoding); in initialize() 629 ppd_option_t* pOption = pPPDGroup->options + i; in updatePrinterContextInfo() 712 … /*int nConflicts =*/ m_pCUPSWrapper->cupsMarkOptions( pPPD, pDest->num_options, pDest->options ); in createCUPSParser() 718 pDest->options[k].name, in createCUPSParser() [all …]
|