Home
last modified time | relevance | path

Searched refs:IllegalArgument (Results 1 – 25 of 26) sorted by relevance

12

/trunk/main/codemaker/source/cppumaker/
H A Dcppuoptions.cxx42 throw( IllegalArgument ) in initOptions()
89 throw IllegalArgument(tmp); in initOptions()
113 throw IllegalArgument(tmp); in initOptions()
137 throw IllegalArgument(tmp); in initOptions()
163 throw IllegalArgument(tmp); in initOptions()
169 throw IllegalArgument(tmp); in initOptions()
184 throw IllegalArgument(tmp); in initOptions()
190 throw IllegalArgument(tmp); in initOptions()
203 throw IllegalArgument(tmp); in initOptions()
209 throw IllegalArgument(tmp); in initOptions()
[all …]
H A Dcppuoptions.hxx38 throw( IllegalArgument );
H A Dcppumaker.cxx158 catch( IllegalArgument& e) in SAL_IMPLEMENT_MAIN_WITH_ARGS()
/trunk/main/codemaker/source/cunomaker/
H A Dcunooptions.cxx33 throw( IllegalArgument ) in initOptions()
80 throw IllegalArgument(tmp); in initOptions()
104 throw IllegalArgument(tmp); in initOptions()
128 throw IllegalArgument(tmp); in initOptions()
152 throw IllegalArgument(tmp); in initOptions()
178 throw IllegalArgument(tmp); in initOptions()
213 throw IllegalArgument(tmp); in initOptions()
219 throw IllegalArgument(tmp); in initOptions()
234 throw IllegalArgument(tmp); in initOptions()
248 throw IllegalArgument(tmp); in initOptions()
[all …]
H A Dcunooptions.hxx38 throw( IllegalArgument );
H A Dcunomaker.cxx95 catch( IllegalArgument& e) in SAL_IMPLEMENT_MAIN_WITH_ARGS()
/trunk/main/rdbmaker/source/rdbmaker/
H A Drdboptions.cxx31 throw( IllegalArgument ) in initOptions()
76 throw IllegalArgument(tmp); in initOptions()
100 throw IllegalArgument(tmp); in initOptions()
124 throw IllegalArgument(tmp); in initOptions()
148 throw IllegalArgument(tmp); in initOptions()
172 throw IllegalArgument(tmp); in initOptions()
196 throw IllegalArgument(tmp); in initOptions()
230 throw IllegalArgument(tmp); in initOptions()
262 throw IllegalArgument(tmp); in initOptions()
281 throw IllegalArgument(tmp); in initOptions()
[all …]
H A Drdboptions.hxx40 throw( IllegalArgument );
/trunk/main/codemaker/source/javamaker/
H A Djavaoptions.cxx41 throw( IllegalArgument ) in initOptions()
88 throw IllegalArgument(tmp); in initOptions()
112 throw IllegalArgument(tmp); in initOptions()
126 throw IllegalArgument(tmp); in initOptions()
146 throw IllegalArgument(tmp); in initOptions()
174 throw IllegalArgument(tmp); in initOptions()
188 throw IllegalArgument(tmp); in initOptions()
209 throw IllegalArgument(tmp); in initOptions()
221 throw IllegalArgument("the option is unknown" + OString(av[i])); in initOptions()
H A Djavaoptions.hxx38 throw( IllegalArgument );
H A Djavamaker.cxx150 catch( IllegalArgument& e) in SAL_IMPLEMENT_MAIN_WITH_ARGS()
/trunk/main/cpputools/source/registercomponent/
H A Dregistercomponent.cxx163 class IllegalArgument class
166 IllegalArgument(const OString& rMessage) in IllegalArgument() function in IllegalArgument
196 throw( IllegalArgument ) in parseOptions()
243 throw IllegalArgument(tmp); in parseOptions()
254 throw IllegalArgument(tmp); in parseOptions()
277 throw IllegalArgument(tmp); in parseOptions()
300 throw IllegalArgument(tmp); in parseOptions()
345 throw IllegalArgument(tmp); in parseOptions()
365 throw IllegalArgument( av[i] ); in parseOptions()
401 throw IllegalArgument( tmp ); in parseOptions()
[all …]
/trunk/main/codemaker/source/idlmaker/
H A Didloptions.cxx33 throw( IllegalArgument ) in initOptions()
78 throw IllegalArgument(tmp); in initOptions()
102 throw IllegalArgument(tmp); in initOptions()
126 throw IllegalArgument(tmp); in initOptions()
154 throw IllegalArgument(tmp); in initOptions()
168 throw IllegalArgument(tmp); in initOptions()
174 throw IllegalArgument("the option is unknown" + OString(av[i])); in initOptions()
H A Didloptions.hxx38 throw( IllegalArgument );
H A Didlmaker.cxx95 catch( IllegalArgument& e) in SAL_IMPLEMENT_MAIN_WITH_ARGS()
/trunk/main/codemaker/source/bonobowrappermaker/
H A Dcorbaoptions.cxx33 throw( IllegalArgument ) in initOptions()
78 throw IllegalArgument(tmp); in initOptions()
102 throw IllegalArgument(tmp); in initOptions()
126 throw IllegalArgument(tmp); in initOptions()
150 throw IllegalArgument(tmp); in initOptions()
176 throw IllegalArgument(tmp); in initOptions()
182 throw IllegalArgument("the option is unknown" + OString(av[i])); in initOptions()
H A Dcorbaoptions.hxx38 throw( IllegalArgument );
H A Dcorbamaker.cxx99 catch( IllegalArgument& e) in SAL_IMPLEMENT_MAIN_WITH_ARGS()
/trunk/main/codemaker/source/codemaker/
H A Doptions.cxx51 throw( IllegalArgument ) in getOption()
58 throw IllegalArgument("Option is not valid or currently not set."); in getOption()
68 throw( IllegalArgument ) in getInputFile()
75 throw IllegalArgument("index is out of bound."); in getInputFile()
85 throw( IllegalArgument ) in getExtraInputFile()
92 throw IllegalArgument("index is out of bound."); in getExtraInputFile()
/trunk/main/codemaker/inc/codemaker/
H A Doptions.hxx50 class IllegalArgument class
53 IllegalArgument(const ::rtl::OString& msg) in IllegalArgument() function in IllegalArgument
66 throw( IllegalArgument ) = 0;
73 throw( IllegalArgument );
77 throw( IllegalArgument );
81 ::rtl::OString getExtraInputFile(sal_uInt16 index) const throw( IllegalArgument );
/trunk/main/idlc/inc/idlc/
H A Doptions.hxx36 class IllegalArgument class
39 IllegalArgument(const ::rtl::OString& msg) in IllegalArgument() function in IllegalArgument
56 throw(IllegalArgument);
58 throw(IllegalArgument);
63 throw( IllegalArgument );
72 throw( IllegalArgument );
/trunk/main/idlc/source/
H A Doptions.cxx188 bool Options::badOption(char const * reason, std::string const & rArg) throw(IllegalArgument) in badOption()
194 throw IllegalArgument(message.makeStringAndClear()); in badOption()
229 bool Options::initOptions(std::vector< std::string > & rArgs) throw(IllegalArgument) in initOptions()
240 …throw IllegalArgument("'" + filename + "' is not a valid input file, only '*.idl' files will be ac… in initOptions()
431 throw( IllegalArgument ) in getOption()
435 throw IllegalArgument("Option is not valid or currently not set."); in getOption()
H A Didlcmain.cxx49 catch( IllegalArgument& e) in SAL_IMPLEMENT_MAIN_WITH_ARGS()
/trunk/main/rdbmaker/inc/codemaker/
H A Doptions.hxx59 class IllegalArgument class
62 IllegalArgument(const ::rtl::OString& msg) in IllegalArgument() function in IllegalArgument
76 throw( IllegalArgument ) = 0;
83 throw( IllegalArgument );
/trunk/main/rdbmaker/source/codemaker/
H A Doptions.cxx48 throw( IllegalArgument ) in getOption()
55 throw IllegalArgument("Option is not valid or currently not set."); in getOption()

Completed in 60 milliseconds

12