Re: calc spreadsheet

2013-04-19 Thread Rajath Shashidhara
Download sdk for linux(deb) in this way: Downloaded sdk from: http://www.openoffice.org/download/other.html#tested-sdk [1] Downloaded openoffice.org-ure from: http://sourceforge.net/projects/apacheoo-deb/files/debian/pool/main/o/ [2] Downloaded ooobasis3.4.1-core01 from: http://sourceforge.ne

Re: calc spreadsheet

2013-04-19 Thread Rajath Shashidhara
Hello, Please start with setting up a build environment: http://openoffice.apache.org/orientation/intro-development.html This page provides you an orientation about OpenOFFICE development. This page helps you startoff with your development. OpenOffice API's are available for Java,Python,C++ and B

Re: calc spreadsheet

2013-04-19 Thread Joost Andrae
Hi, before starting to develop things for Apache OpenOffice you might consider to learn about it's API. There's an SDK available and there's tons of documentation. Probably you want to start to develop an extension first before you dive into the application code. A good starting point is her

Re: calc spreadsheet data validate window: 'Value' field not checked

2012-12-10 Thread Shan Zhu
Hi, Lucas Yes, you can mark it as failed, and attach the defect number to the test case. Thanks. Regards, Shan Zhu On Tue, Dec 11, 2012 at 7:39 AM, Lucas Burson wrote: > Submitted as enhancement to BZ ([1]). I'll ignore the test case on > TestLink. > > Lucas > > [1] https://issues.apache.or

Re: calc spreadsheet data validate window: 'Value' field not checked

2012-12-10 Thread Lucas Burson
Submitted as enhancement to BZ ([1]). I'll ignore the test case on TestLink. Lucas [1] https://issues.apache.org/ooo/show_bug.cgi?id=121459 On Mon, Dec 10, 2012 at 11:20 AM, Lucas Burson wrote: > Can we remove the test from TestLink or should I just mark it as failed? > Since it isn't impleme

Re: calc spreadsheet data validate window: 'Value' field not checked

2012-12-10 Thread Lucas Burson
Can we remove the test from TestLink or should I just mark it as failed? Since it isn't implemented it doesn't make much sense to have it as a regression test. On Dec 9, 2012 11:50 PM, "Zhang Lu" wrote: > Hi Zhu shen, >Sure, it can be implemented as a feature due to workload, thanks! > > On M

Re: calc spreadsheet data validate window: 'Value' field not checked

2012-12-09 Thread Zhang Lu
Hi Zhu shen, Sure, it can be implemented as a feature due to workload, thanks! On Mon, Dec 10, 2012 at 1:33 PM, Shan Zhu wrote: > Hi, Lu > It's okay. IMHO, it can be implemented as a feature enhancement. Then > prepare a formal testing to verify this implementation. It will be better > than c

Re: calc spreadsheet data validate window: 'Value' field not checked

2012-12-09 Thread Shan Zhu
Hi, Lu It's okay. IMHO, it can be implemented as a feature enhancement. Then prepare a formal testing to verify this implementation. It will be better than checking it as defect verification. Regards, Shan Zhu On Mon, Dec 10, 2012 at 1:23 PM, Zhang Lu wrote: > Hi, Lucas and Shan > >There

Re: calc spreadsheet data validate window: 'Value' field not checked

2012-12-09 Thread Zhang Lu
Hi, Lucas and Shan There is no code for checking the validation of input value as Zhu Shan said, I have got through this part code, not only whole numbers, but also all other categories existed this issue. So I think it can be handled as a defect. If user input an illegal value, there is meani

Re: calc spreadsheet data validate window: 'Value' field not checked

2012-12-09 Thread Shan Zhu
Hi, Lucas I think your scenario and expected result are reasonable. In Validity dialog, Spreadsheet does not check whether the input in Value field and the selection in Allow field are matched. In MS Excel, it has been checked. Regards, Shan Zhu On Sat, Dec 8, 2012 at 2:43 PM, Lucas Burson