Search results

From Apache OpenOffice Wiki
Jump to: navigation, search
  • catch it. Often this means there was a missing 'try {} catch()' clause in one of the calling frames.
    15 KB (2,423 words) - 12:18, 21 June 2021
  • Problems tend to raise exceptions, you want to catch them before the exception happens. Run sofficebin.exe in the debugger and l
    3 KB (497 words) - 14:59, 12 July 2010
  • | [[bin/catch-endif | catch-endif]]
    4 KB (582 words) - 02:23, 29 December 2008
  • The small catch here is that this needs the new header file, so before this can be updated,
    10 KB (1,266 words) - 15:16, 3 February 2021
  • ...6_64, or that new 32bit-isms are introduced. Help is always appreciated to catch these problems early, or to recognize that there are other more subtle prob
    2 KB (382 words) - 07:49, 22 June 2012
  • catch( Exception &e ) catch( Exception &e ){
    34 KB (3,977 words) - 16:47, 14 July 2018
  • catch (InvalidRegistryException &) {
    26 KB (2,278 words) - 21:07, 14 July 2018
  • catch (std::runtime_error & erreur)
    46 KB (5,664 words) - 11:20, 21 August 2021
  • + catch (java.lang.Exception e){ - catch (java.lang.Exception e){
    16 KB (2,060 words) - 13:07, 28 March 2010
  • catch( Exception &e )
    32 KB (4,494 words) - 12:06, 16 May 2022
  • catch (InvalidRegistryException &)
    47 KB (6,127 words) - 12:07, 29 August 2021
  • catch (InvalidRegistryException &)
    11 KB (1,222 words) - 14:06, 13 April 2022
  • (1) Simulate try–finally with try–catch-all: } catch (...) {
    10 KB (1,432 words) - 12:00, 15 May 2021
  • catch (std::bad_alloc &)
    4 KB (403 words) - 17:41, 23 February 2008
  • catch (java.lang.Exception e){
    4 KB (570 words) - 11:57, 28 March 2010
  • [23:02] ericb2:ChristianL: so better catch ;-)
    40 KB (5,785 words) - 20:29, 14 March 2010
  • (catch-clause . 0)
    11 KB (1,105 words) - 14:07, 14 December 2006
  • catch( ::com::sun::star::uno::RuntimeException& )
    60 KB (7,040 words) - 07:11, 2 May 2012
  • Sep 22 23:41:20 <ericb2> tinor: good catch . . we have to complete
    33 KB (4,690 words) - 20:30, 14 March 2010
  • ...shaunmcdonald ericb2: great on you go, I'm sure anyone who isn't here will catch up through the meeting logs
    19 KB (2,888 words) - 10:57, 16 December 2009
  • catch ( uno::Exception& ) catch ( container::NoSuchElementException& )
    76 KB (8,934 words) - 14:23, 30 July 2022
  • Throw exceptions by value, catch them by reference. [[/HowThrow|-> Details]]
    1 KB (158 words) - 09:05, 23 May 2007
  • ===== No Catch All <span id="Catch">(Catch)</span> ===== Avoid catch(...). [[/Catch|-> Details]]
    1 KB (198 words) - 21:33, 30 July 2008
  • ''Previously:'' TRY and CATCH where used.<br> ''Now:'' Use “try” and “catch”.<br>
    1 KB (198 words) - 09:28, 23 May 2007
  • Dec 15 22:44:28 shaunmcdonald vvijayk: ok, you can catch the log
    21 KB (2,982 words) - 10:57, 16 December 2009
  • Jan 12 23:22:42 mav_eric cloph: if you catch me in the german channel the next days I can give you the links Jan 12 23:49:40 mav_eric ericb2: I see if I can catch him
    29 KB (4,268 words) - 00:42, 16 December 2009
  • } catch (Exception ex) { } catch (Exception ex) {
    35 KB (4,366 words) - 12:59, 18 May 2022
  • [22:55] mav_eric: shaunmcdonald: I see if I can catch at least one of them
    18 KB (2,688 words) - 23:11, 9 February 2007
  • [22:10] mav_eric tino: Maybe I can catch jogi in the german channel
    30 KB (4,454 words) - 10:43, 16 December 2009
  • ..._eric: paveljanik: the only think I can blame myself for is that I cannot catch James as often as I like to
    25 KB (3,693 words) - 22:29, 9 March 2007
  • [22:08] alexispigeon I'll just be "watching" the next meetings, just to catch up with all the new stuff and people [23:36] mav_eric the only "problem" I have is to catch James in order to discuss the QA results
    29 KB (4,316 words) - 00:41, 16 December 2009
  • [15:28] shaunmcdonald paveljanik: good catch
    17 KB (2,358 words) - 10:44, 16 December 2009
  • | style="color: #407a40" | chacha_chaudhry_: good catch ;-)
    55 KB (6,412 words) - 11:35, 5 January 2010
  • ...al directory tree (the argument given to the script). This setup does not catch the fact that for now a dependency on the platform-specific package level i
    41 KB (6,488 words) - 10:57, 3 January 2008
  • * mba: something that the IRT/IIT metrics don't catch
    38 KB (6,020 words) - 13:45, 26 November 2009
  • [22:47] plipli Cremlae: I ll go and catch informations for your GsoC application, when I ll attend to WWDC
    17 KB (2,465 words) - 10:43, 16 December 2009
  • ...anner as our getValue() code earlier in the tutorial. Closing braces and a catch statement are added to finish the LinReg.java file. } catch (Exception e) {
    9 KB (1,206 words) - 12:05, 28 March 2010
  • [16:03] <tino> hdu_hh: Sorry I didn't follow, let me catch up with the conversation
    26 KB (3,709 words) - 10:42, 16 December 2009
  • ...– including OpenOffice.org - may become corrupted. Your computer cannot catch a virus from fresh air. It can become infected if someone gives you any kin
    5 KB (768 words) - 09:49, 24 June 2009
  • ...ample: <I>pComponent-&gt;changeText( &quot;test&quot; )</I>. The stub must catch all kind of exceptions thrown by the UNO object.
    10 KB (1,661 words) - 11:56, 19 July 2007
  • Modified AquaSalInstance::CreateFrame(): removed try/catch pair
    19 KB (2,101 words) - 11:47, 28 March 2010
  • '''What's the catch?'''<br>There really is none; read the licenses: [http://www.openoffice.org/
    3 KB (530 words) - 21:53, 14 February 2008
  • catch ( com::sun::star::beans::UnknownPropertyException& ) catch( ::com::sun::star::uno::Exception& )
    21 KB (3,009 words) - 09:32, 25 November 2009
  • ...ent” exception. The previous code would be better written with a try and catch statement. catch( Exception &e ){
    13 KB (1,710 words) - 14:18, 31 January 2021
  • catch ( com.sun.star.beans.UnknownPropertyException ex ) { catch ( com.sun.star.lang.IndexOutOfBoundsException ex ) {
    15 KB (1,200 words) - 08:08, 11 August 2008
  • ...AI from my radar and I stumbled over it just before this meeting. Need to catch up on this.
    11 KB (1,648 words) - 00:29, 5 March 2010
  • ...cate, that will go a long way. I, in fact, have made proposals and had to catch and stop myself when I realized I was suggesting new functionality. It is
    12 KB (2,031 words) - 15:51, 9 November 2009
  • } catch (com.sun.star.comp.helper.BootstrapException e){ } catch (com.sun.star.uno.Exception e){
    5 KB (639 words) - 20:00, 21 March 2010
  • CATCH CATCH
    74 KB (9,887 words) - 12:03, 30 March 2010
  • [16:01:51] jpmcc Must go too I'm afraid - I can catch up via the log
    25 KB (3,921 words) - 14:37, 30 May 2010

View (previous 50 | next 50) (20 | 50 | 100 | 250 | 500)

Views
Personal tools