Re: Introducing my self and my goals.

2015-12-10 Thread Damjan Jovanovic
Hi Iraklis

If you're looking for something small, you could try implementing a few
missing Calc functions from
https://wiki.openoffice.org/wiki/Calc/ODFF_Implementation/Examine_functions
based on the guide at
https://wiki.openoffice.org/wiki/Calc/Implementation/Spreadsheet_Functions
and the ODF formula specification at
http://docs.oasis-open.org/office/v1.2/os/OpenDocument-v1.2-os-part2.htm.
The IFERROR and ISNA functions would be good to have.

There is no shortage of big things either :-). Here's a few off the top of
my head:
* An OOXML export filter would be a big help to our users, but I think
that's probably too difficult - the specification a 6000 page document. It
might be possible to use the Apache POI project which already provides
OOXML reading and writing in Java.
* Calc doesn't provide whole row/column references like C:C or 5:5 while
Excel does, which are helpful to use in implicit intersection, among others
(eg. in cell E34, you don't need to use D34 to refer to the cell just to
the left, you can just type D:D and it will automatically use the current
row).
* CSV file support in Base could be reimplemented to use the HSQLDB
database which already supports CSV, which would allow the full range of
SQL queries with joins, grouping, correlated subqueries, scalar operators,
and other advanced features that the current CSV file support doesn't
provide. This would also involve some work on HSQLDB to get CSV parsing
working exactly how it does now. Also spreadsheets are equally badly
supported as a data source in Base, and by extending HSQLDB a bit, the
spreadsheet support could be reimplemented using HSQLDB to provide the same
powerful query capabilities CSV would have.

If you need other ideas, look through Bugzilla. Please let me know if you
decide.

Regards
Damjan

On Tue, Nov 24, 2015 at 11:49 PM, Ηρακλής Μουτίδης 
wrote:

> Hi Damjan,
>
> I will have a look to the wikis.
> I am also interested in your suggestions, so if you think that i can help
> in something please let me know.
>
> Thank you for your time.
>
> Regards,
> Iraklis
>
> 2015-11-22 19:48 GMT+02:00 Damjan Jovanovic :
>
> > Hi Iraklis
> >
> > Sorry for the late reply.
> >
> > Writer and Impress have their wiki pages on:
> > https://wiki.openoffice.org/wiki/Writer
> > https://wiki.openoffice.org/wiki/Impress
> >
> > Writer is our biggest user-facing application, double the size of the
> next
> > biggest (Calc). If you want to get started with them, finding issues with
> > Bugzilla is probably best. I've never developed either, so if you are
> still
> > looking for development suggestions from me, they will have to be on
> other
> > things for now.
> >
> > Regards
> > Damjan
> >
> > On Tue, Nov 10, 2015 at 10:25 PM, Ηρακλής Μουτίδης 
> > wrote:
> >
> > > Hi Damjan,
> > >
> > > I often use Writer and Impress and i can say that i am interested on
> > these,
> > > but i really dont know how it actually is to develope on them.
> > > I think after completing some easy tasks i will able to say what i
> prefer
> > > to do. I am open to suggestions and i hope with a little of your help i
> > > will be ok.
> > >
> > > Thanks a ton for your time.
> > >
> > > Regards.
> > >
> > > 2015-11-10 20:56 GMT+02:00 Damjan Jovanovic :
> > >
> > > > Hi Iraklis
> > > >
> > > > That's great :-).
> > > >
> > > > Is there any areas of OpenOffice that interest you, or that you use
> > > often?
> > > > It's a large project, and it's hard to know what to suggest you get
> > > started
> > > > with.
> > > >
> > > > Regards
> > > > Damjan
> > > >
> > > > On Mon, Nov 9, 2015 at 7:40 AM, Ηρακλής Μουτίδης  >
> > > > wrote:
> > > >
> > > > > Dear Damjan,
> > > > >
> > > > > I just finished compiling OpenOffice on Ububtu 14.04.
> > > > > After a few failed attempts i finally did it :).
> > > > >
> > > > > Although i got an error message on the last installation command
> the
> > > > > program works just fine.
> > > > > the error was:( Processing triggers for shared-mime-info
> > (1.2-0ubuntu3)
> > > > ...
> > > > > Errors were encountered while processing:
> > > > >
> > > > >
> > > > >
> > > >
> > >
> >
> unxlngx6.pro/Apache_OpenOffice/deb/install/en-US/DEBS/desktop-integration/openoffice4.2-debian-menus_4.2-9800_all.deb
> > > > > )
> > > > > I will continue reading the links  you provided.
> > > > >
> > > > > Regards,
> > > > > Iraklis
> > > > >
> > > > >
> > > > > 2015-11-06 14:38 GMT+02:00 Ηρακλής Μουτίδης :
> > > > >
> > > > > > Dear Damjan,
> > > > > >
> > > > > > Thanks for the info.
> > > > > > I will start checking the code and read the wiki.
> > > > > >
> > > > > > I currently use Ubuntu 14.04 and Windows 7.
> > > > > >
> > > > > > Regards,
> > > > > > Iraklis
> > > > > >
> > > > > > 2015-11-06 3:45 GMT+02:00 Damjan Jovanovic :
> > > > > >
> > > > > >> Hi Iraklis
> > > > > >>
> > > > > >> Alright I'll prepare some easy things to get you started.
> > > > > >>
> > > > > >> In the meanwhile you should probably start by checking out the
> > > source
> > > > > code

Re: [OS2] Project build order

2015-12-10 Thread Damjan Jovanovic
On Mon, Dec 7, 2015 at 12:40 AM, Yuri Dario  wrote:

> Hi Damjan,
>
> > Are you sure this is OS/2 specific?
> > main/zlib/prj/build.lst lists an explicit dependency on soltools, but
> > ext_libraries/hunspell/prj/build.lst doesn't.
>
> I don't build for other platforms, but the builds are getting out for
> them, so something should be wrong here.
>

Sadly with the dodginess of our build system, the reason other platforms
build soltools before hunspell can come down to different build times on
different systems, number of threads used to build, or other forms of pure
luck. Our dependency information is not complete. Even on Windows, 50% of
the time the build fails for me.

I suggest adding soltools to the build.lst for hunspell.

Thank you
Damjan


Re: Sourceforge and commercial ads

2015-12-10 Thread Roberto Galoppini
Thanks, I'll get it removed first thing this morning if it has not been
removed already.

Roberto

Il giovedì 10 dicembre 2015, FR web forum  ha scritto:

> Sorry I miss it
>
> http://www.googleadservices.com/pagead/aclk?sa=L&ai=CHFRijTFpVuPUFM_ObYmRiZAKt_ufyAfXhoP4uALUytZ3EAEgjIHaF2D7gYCAsAqgAansitkDyAEB4AIAqAMByAObBKoEwQJP0OUDBsKK4Zd_3QwnmwjkD6NdgwmYodmRTD0Ai5eET9MgreTyW7LT8Mj6b_kUVMtCu_H1Rh2NzorWP33N-O981jE9AVGN71oF5v0bEEo-hyim7YO7GqlzzQH43A6JKp5U1ul72ghKOTYDzDGuYRzxtC55ppqdLy2rviXgys1xz-nEXGysUHzZq1T1zsDoGNt4RRAhg-Y2R1wzuttUplaCGriB8shCYugQ9nrOxszGA8vFlS4eZbKk7RF8IWbkVvfjFOV3w52zQta51Cp8ZqejLFx6u94Cbhxaw1DruwqigZfNUTmQwHV-nhKxM5-h2WU6wYt38k4aSW9gv1rfnZrRgWzUuhu9RcN6sqICu7Iy7FmGPOpQkdONiykv1nHjco6F6YY284LA-P4T0SfRUWO-QvE00u3Y9G1-hjkrJG8vmRXgBAGIBgGAB7-T9SaoB6a-G9gHAQ&num=1&cid=5GhH8Rdu1BO77BxV8bSSq5kN&sig=AOD64_0Nqs9KkWQKhlyBmFEGdPF8XM8fmQ&client=ca-pub-4006818487458500&nm=11&nx=197&ny=210&mb=2&adurl=http://opf2.fisseef.com/fr%3Futm_campaign%3Dopenoffice2%26utm_source%3Dgoogle
>
> - Mail original -
> De: "Roberto Galoppini" >
> À: "dev" >, "Cyril Beaussier" <
> ooofo...@free.fr >
> Envoyé: Mardi 10 Novembre 2015 10:35:16
> Objet: Re: Sourceforge and commercial ads
>
> Thanks for heads up, could you kindly pass me the exact link? Send me also
> a direct message if you prefer.
>
> Roberto
>
> 2015-11-10 10:23 GMT+01:00 FR web forum >:
>
> > Hello list,
> >
> > New ad to have a fake AOO:
> > http://www.cjoint.com/c/EKkjxfqjgbA
> > Jump to a para-site:
> > h**p:/opf.goltus.com
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> 
> > For additional commands, e-mail: dev-h...@openoffice.apache.org
> 
> >
> >
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> 
> For additional commands, e-mail: dev-h...@openoffice.apache.org
> 
>
>


Re: Reporting broken download link

2015-12-10 Thread FR web forum
Please use the end-user forum for this kind of question:
https://forum.openoffice.org/en/forum/viewtopic.php?f=15&t=59419&hilit=error+1500

- Mail original -
De: "vidya" 
À: dev@openoffice.apache.org
Envoyé: Mercredi 9 Décembre 2015 17:46:59
Objet: Reporting broken download link

When I want to install open office 4.1.2 as an upgrade 
Message : error 1500
I tried to remove open office 4.1.1 but it wasn’t possible : there is another 
program that install
All the downloads are now in the remove box of my configurationmap
Nothing is working now!
Thanks for your support
Vidya

Verzonden vanuit Mail voor Windows 10

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Sourceforge and commercial ads

2015-12-10 Thread FR web forum
Sorry I miss it
http://www.googleadservices.com/pagead/aclk?sa=L&ai=CHFRijTFpVuPUFM_ObYmRiZAKt_ufyAfXhoP4uALUytZ3EAEgjIHaF2D7gYCAsAqgAansitkDyAEB4AIAqAMByAObBKoEwQJP0OUDBsKK4Zd_3QwnmwjkD6NdgwmYodmRTD0Ai5eET9MgreTyW7LT8Mj6b_kUVMtCu_H1Rh2NzorWP33N-O981jE9AVGN71oF5v0bEEo-hyim7YO7GqlzzQH43A6JKp5U1ul72ghKOTYDzDGuYRzxtC55ppqdLy2rviXgys1xz-nEXGysUHzZq1T1zsDoGNt4RRAhg-Y2R1wzuttUplaCGriB8shCYugQ9nrOxszGA8vFlS4eZbKk7RF8IWbkVvfjFOV3w52zQta51Cp8ZqejLFx6u94Cbhxaw1DruwqigZfNUTmQwHV-nhKxM5-h2WU6wYt38k4aSW9gv1rfnZrRgWzUuhu9RcN6sqICu7Iy7FmGPOpQkdONiykv1nHjco6F6YY284LA-P4T0SfRUWO-QvE00u3Y9G1-hjkrJG8vmRXgBAGIBgGAB7-T9SaoB6a-G9gHAQ&num=1&cid=5GhH8Rdu1BO77BxV8bSSq5kN&sig=AOD64_0Nqs9KkWQKhlyBmFEGdPF8XM8fmQ&client=ca-pub-4006818487458500&nm=11&nx=197&ny=210&mb=2&adurl=http://opf2.fisseef.com/fr%3Futm_campaign%3Dopenoffice2%26utm_source%3Dgoogle

- Mail original -
De: "Roberto Galoppini" 
À: "dev" , "Cyril Beaussier" 
Envoyé: Mardi 10 Novembre 2015 10:35:16
Objet: Re: Sourceforge and commercial ads

Thanks for heads up, could you kindly pass me the exact link? Send me also
a direct message if you prefer.

Roberto

2015-11-10 10:23 GMT+01:00 FR web forum :

> Hello list,
>
> New ad to have a fake AOO:
> http://www.cjoint.com/c/EKkjxfqjgbA
> Jump to a para-site:
> h**p:/opf.goltus.com
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>
>

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org