/aoo41x/main/registry/tools/ |
H A D | regcompare.cxx | 481 if ( options.forceOutput() && !options.unoTypeCheck() ) in checkConstValue() 494 if ( options.forceOutput() && !options.unoTypeCheck() ) in checkConstValue() 640 if ( options.forceOutput() && !options.unoTypeCheck() ) in checkField() 650 if ( options.forceOutput() && !options.unoTypeCheck() ) in checkField() 664 if ( options.forceOutput() && !options.unoTypeCheck() ) in checkField() 685 if ( options.forceOutput() && !options.unoTypeCheck() ) in checkField() 697 if ( options.forceOutput() && !options.unoTypeCheck() ) in checkField() 923 if ( options.forceOutput() && !options.unoTypeCheck() ) in checkReference() 934 if ( options.forceOutput() && !options.unoTypeCheck() ) in checkReference() 945 if ( options.forceOutput() && !options.unoTypeCheck() ) in checkReference() [all …]
|
H A D | checksingleton.cxx | 249 options.printUsage(); in main() 260 options.getProgramName().c_str(), options.getIndexReg().c_str()); in main() 270 options.getProgramName().c_str(), options.getTypeReg().c_str()); in main() 278 options.getProgramName().c_str(), options.getIndexReg().c_str()); in main() 286 options.getProgramName().c_str(), options.getTypeReg().c_str()); in main() 291 if ( options.hasBase() ) in main() 296 options.getProgramName().c_str(), options.getTypeReg().c_str()); in main() 309 options.getProgramName().c_str(), options.getIndexReg().c_str()); in main() 322 options.getProgramName().c_str(), options.getIndexReg().c_str()); in main() 330 options.getProgramName().c_str(), options.getIndexReg().c_str()); 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 …]
|
/aoo41x/main/unodevtools/source/skeletonmaker/ |
H A D | cpptypemaker.cxx | 166 printType(o, options, manager, in printConstructorParameters() 226 printType(o, options, manager, in printMethodParameters() 250 printType(o, options, manager, in printExceptionSpecification() 413 if (body && options.componenttype == 2) { in printMethods() 443 if (body && options.componenttype == 3) { in printMethods() 460 if (options.all || defaultvalue) { in printMethods() 490 printType(o, options, manager, in printMethods() 550 printType(o, options, manager, in printMethods() 592 printType(o, options, manager, in printMethods() 656 options, manager, in printConstructionMethods() [all …]
|
H A D | javatypemaker.cxx | 93 if ( !arguments.empty() && options.java5 ) { in printType() 159 options, manager, in printConstructorParameters() 209 printType(o, options, manager, in printMethodParameters() 244 options, manager, in printExceptionSpecification() 388 if ( options.all || defaultvalue ) { in printMethods() 423 options, manager, in printMethods() 454 options, manager, in printMethods() 479 options, manager, in printMethods() 514 options, manager, in printMethods() 541 options, manager, in printMethods() [all …]
|
H A D | skeletonmaker.cxx | 148 ProgramOptions options; variable 163 options.dump = true; 165 options.dump = false; 168 options.dump = false; 172 options.dump = false; 200 options.all = true; 205 options.language = 1; 209 options.java5 = true; 210 options.language = 1; 215 options.language = 2; [all …]
|
H A D | javacompskeleton.cxx | 48 if (options.componenttype == 3) in generateImports() 342 if (options.java5) { in generateXAddInBodies() 359 if (options.java5) { in generateXAddInBodies() 600 if (!options.backwardcompatible) { in generateAddinConstructorAndHelper() 631 if (options.java5) { in generateAddinConstructorAndHelper() 642 if (options.java5) { in generateAddinConstructorAndHelper() 772 if (options.componenttype == 3) { in generateClassDefinition() 826 if (options.componenttype == 2) in generateClassDefinition() 876 if (options.componenttype == 3) { in generateSkeleton() 900 if (options.componenttype == 2) { in generateSkeleton() [all …]
|
H A D | cppcompskeleton.cxx | 511 ProgramOptions const & options, in generateAddinConstructorAndHelper() argument 519 if (options.backwardcompatible) { in generateAddinConstructorAndHelper() 630 ProgramOptions const & options, in generateClassDefinition() argument 730 if (options.componenttype == 2) { in generateClassDefinition() 754 if (options.componenttype == 3) { in generateClassDefinition() 758 if (options.componenttype == 2) { in generateClassDefinition() 759 if (options.backwardcompatible) { in generateClassDefinition() 800 if (options.componenttype == 2) { in generateClassDefinition() 973 if (options.componenttype == 2) { in generateSkeleton() 992 if (options.componenttype == 3) { in generateSkeleton() [all …]
|
H A D | skeletoncpp.hxx | 41 ProgramOptions const & options, TypeManager const & manager, 54 ProgramOptions const & options, 62 ProgramOptions const & options, 69 ProgramOptions const & options, 77 ProgramOptions const & options, 95 ProgramOptions const & options, 101 ProgramOptions const & options, 109 ProgramOptions const & options, 120 ProgramOptions const & options, 126 void generateSkeleton(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 | 80 if ( options.outputpath.equals("stdout") ) in getOutputStream() 88 options.outputpath, options.implname.replace('.','/'), extension); in getOutputStream() 330 ProgramOptions const & options, in checkPropertyHelper() argument 634 if (options.language == 2) { in generateFunctionParamterMap() 638 if ( options.java5 ) in generateFunctionParamterMap() 647 if ( options.language == 2 ) { in generateFunctionParamterMap() 651 if ( options.java5 ) in generateFunctionParamterMap() 659 if ( options.language == 2 ) { in generateFunctionParamterMap() 666 if ( options.java5 ) in generateFunctionParamterMap() 679 if ( options.language == 2 ) { in generateFunctionParamterMap() [all …]
|
/aoo41x/main/filter/source/xsltfilter/com/sun/star/comp/xsltfilter/ |
H A D | Base64.java | 496 byte[] ALPHABET = getAlphabet( options ); in encode3to4() 593 int gzip = (options & GZIP); in encodeObject() 848 byte[] DECODABET = getDecodabet( options ); in decode4to3() 925 byte[] DECODABET = getDecodabet( options ); in decode() 1424 this.options = options; // Record for later, mostly to determine which alphabet to use in InputStream() 1425 this.alphabet = getAlphabet(options); in InputStream() 1426 this.decodabet = getDecodabet(options); in InputStream() 1614 private int options; // Record for later field in Base64.OutputStream 1661 this.options = options; in OutputStream() 1662 this.alphabet = getAlphabet(options); in OutputStream() [all …]
|
/aoo41x/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() 74 if (options.isValid("-O")) { in SAL_IMPLEMENT_MAIN_WITH_ARGS() 91 if ( options.verbose() ) in SAL_IMPLEMENT_MAIN_WITH_ARGS() 102 if ( !options.quiet() ) in SAL_IMPLEMENT_MAIN_WITH_ARGS() 116 if ( options.isValid("-O") ) in SAL_IMPLEMENT_MAIN_WITH_ARGS() [all …]
|
/aoo41x/main/rdbmaker/source/rdbmaker/ |
H A D | rdbmaker.cxx | 298 RdbOptions options; in main() local 319 if ( options.isValid("-R") ) in main() 321 bootReg = options.getOption("-R"); in main() 348 if ( !useSpecial && !typeMgr.init(!options.isValid("-T"), options.getInputFiles())) in main() 355 initFilterTypes(&options); in main() 357 if (options.isValid("-B")) in main() 362 if ( !options.isValid("-O") ) in main() 371 if ( options.generateTypeList() ) in main() 397 if (options.isValid("-b")) in main() 411 if (options.isValid("-T")) in main() [all …]
|
/aoo41x/main/codemaker/source/cppumaker/ |
H A D | cppumaker.cxx | 53 failed(typeName, options); in produce() 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() 166 if (!typeMgr.init(options.getInputFiles(), options.getExtraInputFiles())) in SAL_IMPLEMENT_MAIN_WITH_ARGS() 172 if (options.isValid("-B")) in SAL_IMPLEMENT_MAIN_WITH_ARGS() 174 typeMgr.setBase(options.getOption("-B")); in SAL_IMPLEMENT_MAIN_WITH_ARGS() 180 if (options.isValid("-T")) in SAL_IMPLEMENT_MAIN_WITH_ARGS() 182 OString tOption(options.getOption("-T")); in SAL_IMPLEMENT_MAIN_WITH_ARGS() [all …]
|
/aoo41x/main/toolkit/src2xml/source/ |
H A D | src2xml.py | 137 def convert (file_name, options): argument 151 if options.debug_lexer: 165 if options.debug_parser: 177 if not options.dry_run: 186 if options.keep_going: 217 def do_one_file (file_name, options): argument 222 if options.post_process: 225 if options.output_dir: 242 if options.dry_run: 243 dry_one_file (f, options) [all …]
|
/aoo41x/main/codemaker/source/bonobowrappermaker/ |
H A D | corbamaker.cxx | 90 CorbaOptions options; in SAL_IMPLEMENT_MAIN_WITH_ARGS() local 94 if (!options.initOptions(argc, argv)) in SAL_IMPLEMENT_MAIN_WITH_ARGS() 108 if (!typeMgr.init(!options.isValid("-T"), options.getInputFiles())) in SAL_IMPLEMENT_MAIN_WITH_ARGS() 114 if (options.isValid("-B")) in SAL_IMPLEMENT_MAIN_WITH_ARGS() 124 if (options.isValid("-O")) in SAL_IMPLEMENT_MAIN_WITH_ARGS() 125 outPath = options.getOption("-O"); in SAL_IMPLEMENT_MAIN_WITH_ARGS() 136 if (options.isValid("-H")) in SAL_IMPLEMENT_MAIN_WITH_ARGS() 148 if (options.isValid("-T")) in SAL_IMPLEMENT_MAIN_WITH_ARGS() 185 options.getProgramName().getStr(), in SAL_IMPLEMENT_MAIN_WITH_ARGS() 196 options.getProgramName().getStr(), in SAL_IMPLEMENT_MAIN_WITH_ARGS() [all …]
|
/aoo41x/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() 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() 154 options.getProgramName().getStr(), in SAL_IMPLEMENT_MAIN_WITH_ARGS() 162 if (!produceAllTypes("/", typeMgr, typeDependencies, &options, sal_True)) in SAL_IMPLEMENT_MAIN_WITH_ARGS() 165 options.getProgramName().getStr(), in SAL_IMPLEMENT_MAIN_WITH_ARGS() [all …]
|
/aoo41x/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() 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() 154 options.getProgramName().getStr(), in SAL_IMPLEMENT_MAIN_WITH_ARGS() 162 if (!produceAllTypes("/", typeMgr, typeDependencies, &options, sal_True)) in SAL_IMPLEMENT_MAIN_WITH_ARGS() 165 options.getProgramName().getStr(), in SAL_IMPLEMENT_MAIN_WITH_ARGS() [all …]
|
/aoo41x/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() 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() 208 &options); in SAL_IMPLEMENT_MAIN_WITH_ARGS() 214 options.getProgramName().getStr(), in SAL_IMPLEMENT_MAIN_WITH_ARGS() 226 options.getProgramName().getStr(), in SAL_IMPLEMENT_MAIN_WITH_ARGS() [all …]
|
H A D | javatype.cxx | 738 path = options.getOption( in writeClassFile() 749 check = options.isValid( in writeClassFile() 1021 writeClassFile(options, className, *cf.get()); in handleEnumType() 2085 writeClassFile(options, className, *cf.get()); in handleAggregatingType() 2348 writeClassFile(options, className, *cf.get()); in handleInterfaceType() 2555 writeClassFile(options, className, *cf.get()); in handleConstantGroup() 3040 writeClassFile(options, className, *cf.get()); in handleService() 3232 OSL_ASSERT(options != 0); in produceType() 3288 handler(manager, *options, reader, &deps); in produceType() 3306 OSL_ASSERT(options != 0); in produceType() [all …]
|
/aoo41x/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 …]
|
/aoo41x/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() 629 ppd_option_t* pOption = pPPDGroup->options + i; in updatePrinterContextInfo() 718 pDest->options[k].name, in createCUPSParser() 719 pDest->options[k].value ); in createCUPSParser() 1106 m_pCUPSWrapper->cupsFreeOptions( pDest->num_options, pDest->options ); in writePrinterConfig() [all …]
|
/aoo41x/main/desktop/test/deployment/options/ |
H A D | readme.txt | 21 DO NOT show the Node in the OOo's options dialog, because it shows only nodes 24 options dialog this Node can be shown because the Module is irrelevant. 128 Then the node and its leaves MUST NOT be displayed in OOo's options dialog, 130 options dialog of the Extension Manager. See also the description for leaf2.oxt. 134 be displayed in OOo's options dialog because there is currently no application 135 which uses this Module. However the Nodes are displayed in the options dialog 163 The options dialog of the Extension Manager shall display only three nodes:
|