Difference between revisions of "CppSDKAuthors"

From Apache OpenOffice Wiki
Jump to: navigation, search
m
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
{{DocBanner}}
 
{{DocBanner}}
 +
<!-- 2021-10-01 updated/removed Warn from original author, stating {{Warn|I have decided to give up with this C++ documentation. My last work was to add two chapters in summer 2009. I have done nothing more during last year. I only want to say this document is completely free, unfortunately is not finished (particularly with addon and dialog). Please let this caution banner for a year and remove it after because tradition in OpenOffice documentation is to remove author's names. After a year, it would be also great to remove my name everywhere it appears in other chapters. Thank you in Advance.[[User:SergeMoutou|SergeMoutou]] 08:49, 26 August 2010 (UTC)}}-->
 +
{{Warn|The original author wants you to know that: "I have decided to give up with this C++ documentation. My last work was to add two chapters in summer 2009. I have done nothing more during last year. I only want to say this document is completely free, unfortunately is not finished (particularly with add-on and dialog).}}
 
{| border cellspacing="0" width="750"
 
{| border cellspacing="0" width="750"
 
|- style = "background:#b3e2d1;text-align:center"
 
|- style = "background:#b3e2d1;text-align:center"
Line 9: Line 11:
 
| Help to start ||Danny Brewer||DannyB in [http://www.oooforum.org/ OOoForum ]||2004
 
| Help to start ||Danny Brewer||DannyB in [http://www.oooforum.org/ OOoForum ]||2004
 
|- style="text-align:center"
 
|- style="text-align:center"
| Reformatting and language||Andrew Pitonyak||[mailto:andrew@pitonyak.org Andrew Pitoniak] ||2004  
+
| Reformatting and language||Andrew Pitonyak||[mailto:andrew@pitonyak.org Andrew Pitonyak] ||2004  
 
|- style="text-align:center"
 
|- style="text-align:center"
 
| Reformatting and language||Christian Junker||[mailto:christianjunker@gmail.com Christian Junker] ||2004
 
| Reformatting and language||Christian Junker||[mailto:christianjunker@gmail.com Christian Junker] ||2004
Line 30: Line 32:
 
|}
 
|}
  
{{Documentation/Tip|I want first thank all the contributors given above and probably many others.}}
+
{{Tip|I want first thank all the contributors given above and probably many others.}}
  
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 began 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 solved. If anybody wants to reformat this document there is no problem, this document is completely free.
+
and [[Going_further_with_Dialog_and_Component|Going further with Dialog and Components]] are written 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.
  
I have not respected the presentation norm of OpenOffice.org documents. See for instance [[Documentation/DevGuide/OpenOffice.org_Developers_Guide|the Developer's Guide]] or [[Documentation/BASIC_Guide|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 have not respected the presentation norm of OpenOffice.org documents. See for instance [[Documentation/DevGuide/OpenOffice.org_Developers_Guide|the Developer's Guide]] or [[Documentation/BASIC_Guide|OOoBasic Guide]]. Every chapter of this document is a page, and it would be probably better to cut every chapters so that every section 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.
+
I hope this document will become 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.
  
{{Note|'''Note :''' This document is under construction... since summer 2004. Health problems since summer 2006 have slowed down the redaction. [[FR/Documentation/Cpp_Guide|French translation]] is done since summer 2008.}}
+
{{Note|'''Note :''' This document was under construction... since summer 2004. Health problems since summer 2006 have slowed down the redaction. [[FR/Documentation/Cpp_Guide|French translation]] is done since summer 2008.}}
{{Documentation/Caution|I have decided to give up with this C++ documentation. My last work was to add two chapters in summer 2009. I have done nothing more during last year. I only want to say this document is completely free, unfortunatly is not finished (particularly with addon and dialog). Please let this caution banner for a year and remove it after because tradition in OpenOffice documentation is to remove author's names. After a year, it would be also great to remove my name everywhere it appears in other chapters. Thank you in Advance.[[User:SergeMoutou|SergeMoutou]] 08:49, 26 August 2010 (UTC)}}
+
 
{{Template:Home_Page}}
 
{{Template:Home_Page}}

Latest revision as of 12:10, 1 October 2021

doc OOo
Documentation caution.png The original author wants you to know that: "I have decided to give up with this C++ documentation. My last work was to add two chapters in summer 2009. I have done nothing more during last year. I only want to say this document is completely free, unfortunately is not finished (particularly with add-on and dialog).
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 Pitonyak 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
Tip.png I want first thank all the contributors given above and probably many others.


The first time I have made SDK working was in May 2004. A month later I began 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 written 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 chapter of this document is a page, and it would be probably better to cut every chapters so that every section becomes a page.

I hope this document will become 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.

Documentation note.png Note : This document was under construction... since summer 2004. Health problems since summer 2006 have slowed down the redaction. French translation is done since summer 2008.
Personal tools