Difference between revisions of "CppSDKAuthors"

From Apache OpenOffice Wiki
Jump to: navigation, search
m
m
Line 33: Line 33:
  
 
The first time I have made SDK working was in May 2004. A month later I begun to write this document with no skills on UNO (only few lines of OOoBasic programs) and very few skills on C++ programming language. To put it differently, I have learned UNO and C++ when writing this document. It is probably easy to see that when reading old chapters. Even new chapters (July 2009) [[Component_and_Dialog|Managing a Dialog in a Component]]
 
The first time I have made SDK working was in May 2004. A month later I begun to write this document with no skills on UNO (only few lines of OOoBasic programs) and very few skills on C++ programming language. To put it differently, I have learned UNO and C++ when writing this document. It is probably easy to see that when reading old chapters. Even new chapters (July 2009) [[Component_and_Dialog|Managing a Dialog in a Component]]
and [[Going_further_with_Dialog_and_Component|Going further with Dialog and Components]] are writen with explaining how I make things working. Then you can find remarks on things I finally solved : the best is probably to remove these remarks when the corresponding problems are soved. If anybody wants to reformat this document there is no problem, this document is completly free.
+
and [[Going_further_with_Dialog_and_Component|Going further with Dialog and Components]] are writen with explaining how I make things working. Then you can find remarks on things I finally solved : the best is probably to remove these remarks when the corresponding problems are solved. If anybody wants to reformat this document there is no problem, this document is completely free.
  
 
The other great problem is English faults. My English is very bad and it would be great that somebody take a while to correct faults : it is a very easy task with a WIKI document.
 
The other great problem is English faults. My English is very bad and it would be great that somebody take a while to correct faults : it is a very easy task with a WIKI document.

Revision as of 15:58, 16 October 2009

Template:Documentation/Banner

Contribution Contributor Contact Copyright
Original Author Serge Moutou Serge Moutou (Home) Serge Moutou (Work) 2004
Help to start Danny Brewer DannyB in OOoForum 2004
Reformatting and language Andrew Pitonyak Andrew Pitoniak 2004
Reformatting and language Christian Junker Christian Junker 2004
Help to start Niall Dorgan redrgreen in OOoForum 2004
Help on event listener Emmanuel GUY manuguy in OOoForum 2004
Help on Run Time Dialog Box GAP ( INDIA ) gap82 in OOoForum 2005
Reformatting and language Aditya Kumar Pandey adipan in OOoForum 2005
VC++.NET tutorial Lars Behrmann LarsB in OOoForum 2005
bookmarks Robert MEAILLE foster06 in OOoForum 2005
improving VC++.NET tutorial François Rossignol _francois_ in OOoForum 2005
Add-in chapter Eric Ehlers eric_1234 in OOoForum 2005

Template:Documentation/Tip

The first time I have made SDK working was in May 2004. A month later I begun to write this document with no skills on UNO (only few lines of OOoBasic programs) and very few skills on C++ programming language. To put it differently, I have learned UNO and C++ when writing this document. It is probably easy to see that when reading old chapters. Even new chapters (July 2009) Managing a Dialog in a Component and Going further with Dialog and Components are writen with explaining how I make things working. Then you can find remarks on things I finally solved : the best is probably to remove these remarks when the corresponding problems are solved. If anybody wants to reformat this document there is no problem, this document is completely free.

The other great problem is English faults. My English is very bad and it would be great that somebody take a while to correct faults : it is a very easy task with a WIKI document.

I have not respected the presentation norm of OpenOffice.org documents. See for instance the Developer's Guide or OOoBasic Guide. Every chapters of this document are a page, and it would be probably better to cut every chapters so that every sections becomes a page.

I hope this document will becomes a great source of inspirations particularly for those in charge of teaching the C++ language programming. I hope it is easy now to give projects for students around OpenOffice components and dialogs now documented. I cannot give such projects to my students because they are undergraduate and only learn C programming with great difficulties. One idea of project is to write an OpenOffice component which is able to start from a GUI Dialog and automatically generates all the C++ code for a component running such a dialog. In other words a GLADE-like for OpenOffice.

Template:Documentation/Note

Personal tools