Lines Matching defs:ProgramOptions
46 struct ProgramOptions { struct
47 ProgramOptions(): java5(true), all(false), dump(false), license(false), in ProgramOptions() function
51 bool java5;
52 bool all;
53 bool dump;
54 bool license;
55 bool shortnames;
56 bool supportpropertysetmixin;
57 bool backwardcompatible;
61 short language;
66 short componenttype;
67 rtl::OString outputpath;
68 rtl::OString implname;
69 ProtocolCmdMap protocolCmdMap;