RE: AOO Code Comments

2016-03-06 Thread Dennis E. Hamilton
Here is something that came up two weeks ago: This page is the top level of some considerable in-code format and documentation practices: . (Hat tip to j.nitschke for pointing me to these.) Documentation codes are treated at

Re: AOO Code Comments

2016-03-06 Thread Alexandro Colorado
Search on our wiki dev for code conventions including comment conventions. On Mar 6, 2016 3:09 PM, "Lalith Ramesh" wrote: > Hello, > > I just looked at the ErrObject class on FishEye, and I had a few questions > about the coding conventions used in AOO. > Where do we

Re: UNO SDK?

2016-03-06 Thread Patricia Shanahan
Thanks for the "side menu" tip. I was just not seeing it. On 3/6/2016 3:36 PM, JZA wrote: The UNO SDK is public from the Download page in AOO. http://openoffice.org/download/ Make sure to look into the side menu. On Sun, Mar 6, 2016 at 6:30 PM, Patricia Shanahan wrote: As

Re: UNO SDK?

2016-03-06 Thread JZA
The UNO SDK is public from the Download page in AOO. http://openoffice.org/download/ Make sure to look into the side menu. On Sun, Mar 6, 2016 at 6:30 PM, Patricia Shanahan wrote: > As part of my ongoing attempt to understand AOO, I would like to try out > and explore UNO. I

UNO SDK?

2016-03-06 Thread Patricia Shanahan
As part of my ongoing attempt to understand AOO, I would like to try out and explore UNO. I found an Eclipse plug-in that looks potentially useful, but it needs me to tell it the location of my UNO SDK. Where is it, or can I download it? Thanks, Patricia

AOO Code Comments

2016-03-06 Thread Lalith Ramesh
Hello, I just looked at the ErrObject class on FishEye, and I had a few questions about the coding conventions used in AOO. Where do we typically put comments in the code? Do they go in the source file, the header file, or both? Also, how often are they used? Does each method have its own