Lines Matching refs:temp

111         OUString temp = OUSTR( "ScriptRuntimeManager::GetScriptRuntime: " );  in getScriptRuntime()  local
112 throw RuntimeException( temp.concat( e.Message ), Reference< XInterface >() ); in getScriptRuntime()
140 OUString temp = OUSTR( "ScriptRuntimeManager::GetScriptNameResolver: " ); in getScriptNameResolver() local
141 throw RuntimeException( temp.concat( e.Message ), Reference< XInterface >() ); in getScriptNameResolver()
225 OUString temp = OUSTR( "ScriptRuntimeManager::invoke IllegalArgumentException: " ); in invoke() local
226 throw lang::IllegalArgumentException( temp.concat( iae.Message ), in invoke()
232 OUString temp = OUSTR( "ScriptRuntimeManager::invoke CannotConvertException: " ); in invoke() local
233 throw script::CannotConvertException( temp.concat( cce.Message ), in invoke()
240 OUString temp = OUSTR( "ScriptRuntimeManager::invoke InvocationTargetException: " ); in invoke() local
241 throw reflection::InvocationTargetException( temp.concat( ite.Message ), in invoke()
246 OUString temp = OUSTR( "ScriptRuntimeManager::invoke UnknownPropertyException: " ); in invoke() local
247 throw RuntimeException( temp.concat( e.Message ), in invoke()
252 OUString temp = OUSTR( "ScriptRuntimeManager::invoke WrappedTargetException : " ); in invoke() local
253 throw RuntimeException( temp.concat( e.Message ), in invoke()
258 OUString temp = OUSTR( "ScriptRuntimeManager::invoke RuntimeException: " ); in invoke() local
259 throw RuntimeException( temp.concat( re.Message ), in invoke()
264 OUString temp = OUSTR( "ScriptRuntimeManager::invoke Exception: " ); in invoke() local
265 throw RuntimeException( temp.concat( e.Message ), in invoke()
299 OUString temp = in resolve() local
301 throw lang::IllegalArgumentException( temp.concat( iae.Message ), in resolve()
307 OUString temp = OUSTR( "ScriptRuntimeManager::resolve CannotConvertException: " ); in resolve() local
308 throw script::CannotConvertException( temp.concat( cce.Message ), in resolve()
315 OUString temp = OUSTR( "ScriptRuntimeManager::resolve RuntimeException: " ); in resolve() local
316 throw RuntimeException( temp.concat( re.Message ), in resolve()