Re: Documenting our source code structure

2024-05-23 Thread Arrigo Marchiori
Hello All, On Thu, May 16, 2024 at 03:19:23PM +, Damjan Jovanovic wrote: > On Thu, May 16, 2024 at 2:41 PM Matthias Seidel > wrote: > > > Hi All, > > > > Some time ago I added some rudimentary Readme to some directories in our > > code, e.g.: > > > >

Re: Documenting our source code structure

2024-05-16 Thread Damjan Jovanovic
On Thu, May 16, 2024 at 2:41 PM Matthias Seidel wrote: > Hi All, > > Some time ago I added some rudimentary Readme to some directories in our > code, e.g.: > > https://github.com/apache/openoffice/edit/trunk/main/sw/README.md > > Please feel encouraged to add more information to describe what a

Documenting our source code structure

2024-05-16 Thread Matthias Seidel
Hi All, Some time ago I added some rudimentary Readme to some directories in our code, e.g.: https://github.com/apache/openoffice/edit/trunk/main/sw/README.md Please feel encouraged to add more information to describe what a specific directory is meant for. Of course, this is a work in

Re: Version Numbers in source code

2020-03-15 Thread Carl Marcum
Hi Marcus, please have a look into the devtools in the source code repo. There is a script collection that actually bumps up to a new version number [1]. [1] .../devtools/updateVersion/... I hope this is helpful for you. Marcus That helps a lot. It gives me a few files I can look

Re: Version Numbers in source code

2020-03-15 Thread Marcus
build text and in the built binary filenames. I'm looking for where the 4.5.0 string comes from. Someone has to set something when we bump a version but I don't know where. please have a look into the devtools in the source code repo. There is a script collection that actually bumps up to a new

Re: Version Numbers in source code

2020-03-15 Thread Carl Marcum
Hi Damjan, On 3/15/20 1:50 PM, Damjan Jovanovic wrote: Hi I don't think we ever convert 450 to 4.5.0. Where do you see that? Damjan I don't see it. That was just an assumption on my part since I can't find a variable set to 4.5.0 and that string turns up all through build text and in the

Re: Version Numbers in source code

2020-03-15 Thread Damjan Jovanovic
Hi I don't think we ever convert 450 to 4.5.0. Where do you see that? Damjan On Sun, Mar 15, 2020 at 3:40 PM Carl Marcum wrote: > Hi All, > > I'm working on using Ant to build javadocs and package Java sources of > some of the UNO libs. > I need to include a version number in the name of the

Version Numbers in source code

2020-03-15 Thread Carl Marcum
Hi All, I'm working on using Ant to build javadocs and package Java sources of some of the UNO libs. I need to include a version number in the name of the jar file like "jurt-4.5.0-javadoc.jar" so I'd like to set a version property in main/ant.properties to use. I haven't been able to find

Re: need some feedback on source code page changes on project site...

2020-02-09 Thread Matthias Seidel
Hi Kay, Am 09.02.20 um 21:02 schrieb Kay Schenk: > All done ( I think). Some former aspects of the CMS seem to be missing > but my changes got published. The staging area isn't working anymore. This is related to the permanent HTTPS redirection. But I can see everything online now. Thanks!

Re: need some feedback on source code page changes on project site...

2020-02-09 Thread Kay Schenk
All done ( I think). Some former aspects of the CMS seem to be missing but my changes got published. HTH -- Kay On 2/8/20 12:54 AM, Marcus wrote: Am 08.02.20 um 00:13 schrieb Andrea Pescetti: On 06/02/2020 Kay Schenk wrote: http://home.apache.org/~kschenk/AOO_project_site/source.html

Re: need some feedback on source code page changes on project site...

2020-02-08 Thread Marcus
Am 08.02.20 um 00:13 schrieb Andrea Pescetti: On 06/02/2020 Kay Schenk wrote: http://home.apache.org/~kschenk/AOO_project_site/source.html Please go ahead and commit it. This is already better than the current one. Then we may want to go through it (and especially remove any references such

Re: need some feedback on source code page changes on project site...

2020-02-07 Thread Yury
Andrea Pescetti-2 wrote > especially remove any > references such as "as of August 2019" Is this right? Those kind of refs won't needed only if there'll be no more SVN access to (outdated) AOO. Otherwise it's a useful information. -- Sent from:

Re: need some feedback on source code page changes on project site...

2020-02-07 Thread Kay Schenk
Thanks Andrea and Matthias. I'll fix the typo and get this committed over the weekend. I thought gitbox was the "official" location for the repo but the instructions for getting the source were nice and readable on github so that's why both got referenced. HTH -- Kay On Fri, Feb 7, 2020, 15:34

Re: need some feedback on source code page changes on project site...

2020-02-07 Thread Matthias Seidel
Am 08.02.20 um 00:13 schrieb Andrea Pescetti: > On 06/02/2020 Kay Schenk wrote: >> http://home.apache.org/~kschenk/AOO_project_site/source.html > > Please go ahead and commit it. This is already better than the current > one. Then we may want to go through it (and especially remove any >

Re: need some feedback on source code page changes on project site...

2020-02-07 Thread Andrea Pescetti
On 06/02/2020 Kay Schenk wrote: http://home.apache.org/~kschenk/AOO_project_site/source.html Please go ahead and commit it. This is already better than the current one. Then we may want to go through it (and especially remove any references such as "as of August 2019": all we need to say is

Re: need some feedback on source code page changes on project site...

2020-02-06 Thread Kay Schenk
On 2/6/20 12:16 PM, Matthias Seidel wrote: Hi Kay, Am 06.02.20 um 21:12 schrieb Kay Schenk: Hello all-- The information on obtaining and using source code is outdated on the project site -- https://openoffice.apache.org/source.html Oh yes, this is very much needed. Thanks for taking

Re: need some feedback on source code page changes on project site...

2020-02-06 Thread Patricia Shanahan
I am planning to attempt a check out and build using the instructions. I'll wait until the changes are committed, so my build serves as a test case. On 2/6/2020 12:12 PM, Kay Schenk wrote: Hello all-- The information on obtaining and using source code is outdated on the project site

Re: need some feedback on source code page changes on project site...

2020-02-06 Thread Matthias Seidel
Hi Kay, Am 06.02.20 um 21:12 schrieb Kay Schenk: > > Hello all-- > > The information on obtaining and using source code is outdated on the > project site -- > > https://openoffice.apache.org/source.html > Oh yes, this is very much needed. Thanks for taking that tas

need some feedback on source code page changes on project site...

2020-02-06 Thread Kay Schenk
Hello all-- The information on obtaining and using source code is outdated on the project site -- https://openoffice.apache.org/source.html I've made changes and attached the .html conversion of my changed .mdtext file here. This is not committed yet. I would appreciate some feedback

Source Code Repos - some catching up

2020-01-01 Thread Carl Marcum
Greetings and happy new year ! It's been some time since I've been able to devote any time. I'm trying to catch up on the addition of gitbox & github and am working on tying together my apache and githup accounts, two-factor auth, etc. for github. My question for trunk & branches (not

Re: Source code

2018-08-21 Thread Peter Kovacs
e more headers and footers go). From: Peter kovacs Sent: Tuesday, August 7, 2018 2:44:52 AM To: dev@openoffice.apache.org; howard_cary_mor...@hotmail.com Subject: RE: Source code Awesome. I hope you bring some endurance. I help you the best to my abilities. We will find a way to integ

Re: Source code

2018-08-20 Thread Damjan Jovanovic
re the page breaks occur (so I know > where more headers and footers go). > > > > > From: Peter kovacs > Sent: Tuesday, August 7, 2018 2:44:52 AM > To: dev@openoffice.apache.org; howard_cary_mor...@hotmail.com > Subject: RE: Source code > > Awesome. I hope you br

RE: Source code

2018-08-20 Thread Howard Cary Morris
@openoffice.apache.org; howard_cary_mor...@hotmail.com Subject: RE: Source code Awesome. I hope you bring some endurance. I help you the best to my abilities. We will find a way to integrate your code, no worries. I can imagine to give you commiter rights or I pull your code over github and push it in your

RE: Source code

2018-08-07 Thread Peter kovacs
wanted differences in code. > >My code has found some errors in current generated code > > > >Howard > > > >PS where on wiki? > > > > >From: Peter Kovacs >Sent: Monday, August 6, 2018 5:15:06 PM >To: dev@openoffice.apache.o

RE: Source code

2018-08-06 Thread Howard Cary Morris
, 2018 5:15:06 PM To: dev@openoffice.apache.org Subject: Re: Source code There is no easy way to answer this. Some are explained on wiki. You get clues by looking at the source files and code. In case of saving and writing specific files the module filter might be a good starting point. However

Re: Source code

2018-08-06 Thread Peter Kovacs
: Some time ago I made a copy of the source code. I may be ready to do something. Need to know where I can find out what each sub-module does. I am especially interested in modules invoked with “Save as HTML document” Howard

Source code

2018-08-06 Thread Howard Cary Morris
Some time ago I made a copy of the source code. I may be ready to do something. Need to know where I can find out what each sub-module does. I am especially interested in modules invoked with “Save as HTML document” Howard

Re: OpenOffice Writer Source Code Study

2017-07-14 Thread Peter Kovacs
if these recommendations are or will not be considered by you the developers of the project. In any case as part of my thesis, I have to study the OPENOFFICE WRITER source code, please indicate how I identify the module that allows me to make improvements in the OPENOFFICE WRITER User Interface

Re: OpenOffice Writer Source Code Study

2017-07-14 Thread Rory O'Farrell
gt; > Based on the research I am doing I will propose improvements, although I am > clear if these recommendations are or will not be considered by you the > developers of the project. In any case as part of my thesis, I have to > study the OPENOFFICE WRITER source code, please indicate

OpenOffice Writer Source Code Study

2017-07-14 Thread Lucrecia Llerena
by you the developers of the project. In any case as part of my thesis, I have to study the OPENOFFICE WRITER source code, please indicate how I identify the module that allows me to make improvements in the OPENOFFICE WRITER User Interface according to my needs. In this link (https://github.com

Build OO from Source Code: Build Requirement Version and Repository Questions

2015-06-21 Thread Jason Marshall
source code on a Windows 7 platform. All has gone smoothly and I am now at the point where I am about to call 'configure'. I am aware that the current building guide includes a call to configure which in turn includes the following arguments: --with-dmake-url=http://dmake.apache

Re: Build OO from Source Code: Build Requirement Version and Repository Questions

2015-06-21 Thread Regina Henschel
. I am building OpenOffice from source code on a Windows 7 platform. All has gone smoothly and I am now at the point where I am about to call 'configure'. I am aware that the current building guide includes a call to configure which in turn includes the following arguments: --with-dmake-url

Re: Source code build help

2015-03-25 Thread jan i
to build 64-bit for Windows. -Original Message- From: Buddhi Eashwarage [mailto:buddhie...@gmail.com javascript:;] Sent: Tuesday, March 24, 2015 04:44 To: dev@openoffice.apache.org javascript:; Subject: Source code build help Hi, I'm working on AOO QA tasks.So i like

Re: Source code build help

2015-03-25 Thread Buddhi Eashwarage
javascript:; javascript:; Subject: Source code build help Hi, I'm working on AOO QA tasks.So i like to build the source code and try.Specially i like to contribute on Writer application.So i think in eclipse i can build the code.Is it?And i'm using windows 7

Re: Source code build help

2015-03-25 Thread Buddhi Eashwarage
Message- From: Buddhi Eashwarage [mailto:buddhie...@gmail.com javascript:; javascript:;] Sent: Tuesday, March 24, 2015 04:44 To: dev@openoffice.apache.org javascript:; javascript:; Subject: Source code build help Hi, I'm working on AOO QA tasks.So i like

Re: Source code build help

2015-03-25 Thread jan i
:; javascript:;] Sent: Tuesday, March 24, 2015 04:44 To: dev@openoffice.apache.org javascript:; javascript:; Subject: Source code build help Hi, I'm working on AOO QA tasks.So i like to build the source code and try.Specially i like to contribute on Writer application.So i think

Source code build help

2015-03-24 Thread Buddhi Eashwarage
Hi, I'm working on AOO QA tasks.So i like to build the source code and try.Specially i like to contribute on Writer application.So i think in eclipse i can build the code.Is it?And i'm using windows 7 environment at the moment.If anyone can give me a small guide to that i admire it.Like to say

RE: Source code build help

2015-03-24 Thread Dennis E. Hamilton
do not support this and I have made poor progress on that. This could be a step toward being able to build 64-bit for Windows. -Original Message- From: Buddhi Eashwarage [mailto:buddhie...@gmail.com] Sent: Tuesday, March 24, 2015 04:44 To: dev@openoffice.apache.org Subject: Source code

Re: Source code build help

2015-03-24 Thread Buddhi Eashwarage
on that. This could be a step toward being able to build 64-bit for Windows. -Original Message- From: Buddhi Eashwarage [mailto:buddhie...@gmail.com] Sent: Tuesday, March 24, 2015 04:44 To: dev@openoffice.apache.org Subject: Source code build help Hi, I'm working on AOO QA tasks.So i like

About reportbuilder source code

2015-03-15 Thread Shoichiro Yanagida
Hi, I'm planning on integrating some functionality of reportbuilder. Prior to this, I have to read and understand current source code. Is source code of report builder in svn the latest version which works with AOO 4.1.1 ? I've found two versions of oxt binary. One is in the official

Re: About reportbuilder source code

2015-03-15 Thread Ariel Constenla-Haile
Hello Shoichiro, On Mon, Mar 16, 2015 at 09:53:33AM +0900, Shoichiro Yanagida wrote: Hi, I'm planning on integrating some functionality of reportbuilder. Prior to this, I have to read and understand current source code. Is source code of report builder in svn the latest version which works

Re: About reportbuilder source code

2015-03-15 Thread Shoichiro Yanagida
on integrating some functionality of reportbuilder. Prior to this, I have to read and understand current source code. Is source code of report builder in svn the latest version which works with AOO 4.1.1 ? I've found two versions of oxt binary. One is in the official extension site

Re: Looking for C++ APIs or Source code

2015-02-05 Thread SOS
Nayana , What you wanted to produce is very easy when using the API and basic who is simular tot VSB. the code can been packed as a extension ( there is a lot of usefull code around om the web and forums) hope it helps Fernand HI, I am very new to AOO. I want to develop a project to

Re: Looking for C++ APIs or Source code

2015-02-04 Thread Jürgen Schmidt
On 05/02/15 04:19, BS, Nayana wrote: HI, I am very new to AOO. I want to develop a project to generate Excel report file. I am planning to use NI-Labwindows platform to develop my project. if it doesn't support then i will prefer to do with Visual Studio (VC++). Can you please send the

Looking for C++ APIs or Source code

2015-02-04 Thread BS, Nayana
HI, I am very new to AOO. I want to develop a project to generate Excel report file. I am planning to use NI-Labwindows platform to develop my project. if it doesn't support then i will prefer to do with Visual Studio (VC++). Can you please send the required C++ API's for to do the same. It

Ask for Presentation FadeEffect Source code of AOO

2015-01-07 Thread 岳丽
HI all, I'm new to AOO, and I want to study the Presentation slide transition source code while I only get the FadeEffect.idl in /main/offapi/com/sun/presentation. Where can I obtain the source code? It would be very thankful for all of you.

Ask for Slide Transition source code

2015-01-07 Thread 岳丽
Hi all, I'm new to the AOO. I'm looking for the source code of the Impress slide transition, while I only find some .idl files such as FadeEffect.idl. Where can I get the source code? Thanks a lot!

Re: Ask for Presentation FadeEffect Source code of AOO

2015-01-07 Thread Regina Henschel
Hi, I cannot point you directly to the code, I have not worked in that area of code yet. But I will give you some tips for searching. 岳丽 schrieb: HI all, I'm new to AOO, and I want to study the Presentation slide transition source code while I only get the FadeEffect.idl in /main

Re: Ask for Presentation FadeEffect Source code of AOO

2015-01-07 Thread Kay Schenk
On Tue, Jan 6, 2015 at 6:53 PM, 岳丽 liyue.s...@gmail.com wrote: HI all, I'm new to AOO, and I want to study the Presentation slide transition source code while I only get the FadeEffect.idl in /main/offapi/com/sun/presentation. Where can I obtain the source code? It would

Re: Introduction question about contributing source code?

2014-08-30 Thread Andrea Pescetti
On 30/08/2014 Hung Mark wrote: I followed the link here: https://wiki.openoffice.org/wiki/Development The development page were found by google 'OpenOffice contributing' Thanks, I updated some very obsolete content there and in linked pages too. It should now be less confusing for a new

Re: Introduction question about contributing source code?

2014-08-29 Thread Andrea Pescetti
On 23/08/2014 Hung Mark wrote: I tried to submit issues I've found ( https://issues.apache.org/ooo/show_bug.cgi?id=125400 ), also attached the patch I've made, not knowing if I've did it right. I think you are busy releasing new version these days. Indeed, but I see that conversation is now

Re: Introduction question about contributing source code?

2014-08-29 Thread Hung Mark
Hi Andrea, I followed the link here: https://wiki.openoffice.org/wiki/Development The development page were found by google 'OpenOffice contributing' Sincerely. 2014-08-30 5:17 GMT+08:00 Andrea Pescetti pesce...@apache.org: On 23/08/2014 Hung Mark wrote: I tried to submit issues I've

Introduction question about contributing source code?

2014-08-23 Thread Hung Mark
Hello there, I started to subscribe these list since May. I began by asking question on API list, volunteer translation on l10n and doc, than finally, I start to investigate annoying issues I encountered. I come from Taiwan and am interested about issues specific to traditional Chinese. I tried

Re: Introduction question about contributing source code?

2014-08-23 Thread jan i
On 23 August 2014 10:22, Hung Mark mark...@gmail.com wrote: Hello there, I started to subscribe these list since May. I began by asking question on API list, volunteer translation on l10n and doc, than finally, I start to investigate annoying issues I encountered. I come from Taiwan and am

Re: Re: how can I get source code of openoffice using git?

2014-08-13 Thread wpzhonghuan
Thanks 2014-08-13 wpzhonghuan 发件人:Peter Kelly kelly...@gmail.com 发送时间:2014-08-13 13:10 主题:Re: how can I get source code of openoffice using git? 收件人:devdev@openoffice.apache.org 抄送: On 13 Aug 2014, at 8:26 am, wpzhonghuan wpzhongh...@gmail.com wrote: I sorry to send this email to ask

how can I get source code of openoffice using git?

2014-08-12 Thread wpzhonghuan
I sorry to send this email to ask the method that getting the source code using git, I have little idea about SVN. Hoping to get your reply. 2014-08-13 wpzhonghuan

Re: how can I get source code of openoffice using git?

2014-08-12 Thread Peter Kelly
On 13 Aug 2014, at 8:26 am, wpzhonghuan wpzhongh...@gmail.com wrote: I sorry to send this email to ask the method that getting the source code using git, I have little idea about SVN. Hoping to get your reply. https://github.com/apache/openoffice -- Dr. Peter M. Kelly Founder, UX

Re: URL-location for latest beanshell provider source code ?

2014-03-25 Thread Pedro Giffuni
Hello; Concerning beanshell itself, we did everything we were supposed to do to get Beanshell into the ASF. The code was relicensed and the major IP-clearance process was done. The author also submitted a SGA to the ASF secretary. You can check out the code in apache-extras:

Re: URL-location for latest beanshell provider source code ?

2014-03-25 Thread Rony G. Flatscher
Hi Pedro, On 25.03.2014 16:29, Pedro Giffuni wrote: Hello; Concerning beanshell itself, we did everything we were supposed to do to get Beanshell into the ASF. The code was relicensed and the major IP-clearance process was done. The author also submitted a SGA to the ASF secretary. You

Re: URL-location for latest beanshell provider source code ?

2014-03-25 Thread Andrea Pescetti
Pedro Giffuni wrote: After the vote (which is apparently still open?), most of us that were involved, have been too busy on other things. The vote was considered closed some weeks ago closed due to inactivity on the issue (but if I understand correctly work had been done then, but was simply

URL-location for latest beanshell provider source code ?

2014-03-24 Thread Rony G. Flatscher (Apache)
While going after the current implementation of a script provider, I would like to target the beanshell implemantion. Found an URL (via the web) pointing to: http://svn.apache.org/repos/asf/openoffice/trunk/main/scripting/java/com/sun/star/script/framework/provider/beanshell/ Just

Re: URL-location for latest beanshell provider source code ?

2014-03-24 Thread Jürgen Schmidt
On 3/24/14 4:00 PM, Rony G. Flatscher (Apache) wrote: While going after the current implementation of a script provider, I would like to target the beanshell implemantion. Found an URL (via the web) pointing to:

Re: URL-location for latest beanshell provider source code ?

2014-03-24 Thread Rony G. Flatscher (Apache)
On 24.03.2014 16:32, Jürgen Schmidt wrote: On 3/24/14 4:00 PM, Rony G. Flatscher (Apache) wrote: While going after the current implementation of a script provider, I would like to target the beanshell implemantion. Found an URL (via the web) pointing to:

Re: URL-location for latest beanshell provider source code ?

2014-03-24 Thread Andrea Pescetti
Rony G. Flatscher (Apache) wrote: While going after the current implementation of a script provider, I would like to target the beanshell implemantion. This is only marginally related to what you are doing now, but note that Beanshell itself was proposed for becoming an Incubator project,

Re: URL-location for latest beanshell provider source code ?

2014-03-24 Thread Rony G. Flatscher (Apache)
Buona sera Andrea, On 24.03.2014 22:48, Andrea Pescetti wrote: Rony G. Flatscher (Apache) wrote: While going after the current implementation of a script provider, I would like to target the beanshell implemantion. This is only marginally related to what you are doing now, but note that

Re: Autocomplete source code

2013-11-01 Thread Oliver-Rainer Wittmann
Hi, On 30.10.2013 09:23, Oliver-Rainer Wittmann wrote: Hi, On 15.10.2013 09:08, Jürgen Schmidt wrote: On 10/14/13 10:28 PM, Andrea Pescetti wrote: On 13/10/2013 Shemil Hashan wrote: Please give me a link to the source code of autocomplete feature. Or give me the folder in full source code

Re: Autocomplete source code

2013-10-30 Thread Oliver-Rainer Wittmann
Hi, On 15.10.2013 09:08, Jürgen Schmidt wrote: On 10/14/13 10:28 PM, Andrea Pescetti wrote: On 13/10/2013 Shemil Hashan wrote: Please give me a link to the source code of autocomplete feature. Or give me the folder in full source code I don't have the answer, but I'm trying to clarify

Re: Autocomplete source code

2013-10-15 Thread Jürgen Schmidt
On 10/14/13 10:28 PM, Andrea Pescetti wrote: On 13/10/2013 Shemil Hashan wrote: Please give me a link to the source code of autocomplete feature. Or give me the folder in full source code I don't have the answer, but I'm trying to clarify (and summarize some old messages) so

source code

2013-10-14 Thread Yatharth Deoly
Sir, As I can't find the source code for the OpenOffice.org. So please can you send me the files of the source code of Openoffice.org to me. I will be so thankful of you if you consider my mail. Thnaks Yatharth

Re: source code

2013-10-14 Thread Rob Weir
On Mon, Oct 14, 2013 at 4:13 AM, Yatharth Deoly yatharthde...@gmail.com wrote: Sir, As I can't find the source code for the OpenOffice.org. So please can you send me the files of the source code of Openoffice.org to me. From our mail download page: http://www.openoffice.org/download/ See

Re: Autocomplete source code

2013-10-14 Thread Andrea Pescetti
On 13/10/2013 Shemil Hashan wrote: Please give me a link to the source code of autocomplete feature. Or give me the folder in full source code I don't have the answer, but I'm trying to clarify (and summarize some old messages) so that experienced developers can answer. Shemil is interested

Autocomplete source code

2013-10-13 Thread Shemil Hashan
Please give me a link to the source code of autocomplete feature. Or give me the folder in full source code,I have downloaded full source code,but could not find this.

Re: Download the source code of open office calc

2013-10-12 Thread Shemil Hashan
Can you give me the link to the autocomplete source code? On Fri, Oct 11, 2013 at 8:25 PM, Regina Henschel rb.hensc...@t-online.dewrote: Hi Samiththa, Samiththa Bashani schrieb: I want the source code for open office calc. Where can i find a download link for that. ? On our download

Download the source code of open office calc

2013-10-11 Thread Samiththa Bashani
I want the source code for open office calc. Where can i find a download link for that. ? thanks.

Re: Download the source code of open office calc

2013-10-11 Thread Regina Henschel
Hi Samiththa, Samiththa Bashani schrieb: I want the source code for open office calc. Where can i find a download link for that. ? On our download page www.openoffice.org/download you find a line Source code and SDK. That leads you to the source for the actual release. That is fine, if you

Source code links are not according to platform.

2013-07-30 Thread Devendra Shinde
They are misplaced. .zip file must be for windows. Thanks Devendra

Re: Source code links are not according to platform.

2013-07-30 Thread Rob Weir
On Tue, Jul 30, 2013 at 8:38 AM, Devendra Shinde india.shinde.deven...@gmail.com wrote: They are misplaced. .zip file must be for windows. The OpenOffice source distributions are in portable C/C++ code. The packages are the same except for the compression format. So pick whatever one you

How can I find the method of some functions in source code

2013-07-05 Thread Yi
Hi all, How can I find the method of some functions in source code, such as Insert Comment in Writer, I found it was so difficult to find the method in source code, who can give me a hint? Yi

Re: where is the source code of loading page?

2013-05-15 Thread My Yong Lin
Could you be more specific with the question? For example, which app and what are you trying to do? Sent from iPad On 2013年5月15日, at 下午11:04, Yi laoyi...@126.com wrote: Hi all, where is the source code of loading page? Thanks! Yi

Re:Re: where is the source code of loading page?

2013-05-15 Thread Yi
there is a loading interface firstly when I start writer app, I wanna get the source code of the loading interface in openoffice project. At 2013-05-16 07:38:37,My Yong Lin mayo...@gmail.com wrote: Could you be more specific with the question? For example, which app and what are you

Re: Re: where is the source code of loading page?

2013-05-15 Thread chengjh
, May 16, 2013 at 8:41 AM, Yi laoyi...@126.com wrote: there is a loading interface firstly when I start writer app, I wanna get the source code of the loading interface in openoffice project. At 2013-05-16 07:38:37,My Yong Lin mayo...@gmail.com wrote: Could you be more specific

source code for find and replace by (format) in openoffice

2013-04-06 Thread Arwa A
-- Forwarded message -- From: Arwa A ar.ss@gmail.com Date: Apr 4, 2013 10:18 PM Subject: source code for find and replace by (format) in openoffice To: us...@openoffice.apache.org Cc: Hi I have problem i can't download source code of open office. I try and search it every

Re: source code for find and replace by (format) in openoffice

2013-04-06 Thread Alexandro Colorado
This i the link to download the source code for OO 3.4.1 http://www.apache.org/dyn/aoo-closer.cgi/incubator/ooo/3.4.1/source/aoo-3.4.1-incubating-r1435053-src.zip On Sat, Apr 6, 2013 at 9:09 AM, Arwa A ar.ss@gmail.com wrote: -- Forwarded message -- From: Arwa A ar.ss

Re: source code for find and replace by (format) in openoffice

2013-04-05 Thread Rob Weir
On Thu, Apr 4, 2013 at 3:18 PM, Arwa A ar.ss@gmail.com wrote: Hi I have problem i can't download source code of open office. I try and search it every day i can download some but i am not sure it is source code of open office. all this It's very complicated. I can't understand

Update source code

2013-03-27 Thread jorge ivan poot diaz
Hello I want to update the source code. I'm working on ubuntu: Distributor ID:Ubuntu Description:Ubuntu 12.04.1 LTS Release:12.04 Codename:precise How I can do this? Help me. Regards

Re: Error Building module hsqldb - Installation Source Code in AOO

2013-02-02 Thread Henry Tiquet Leyva
I had a error in the path, It is my truest path: /usr/lib/jvm/java-6-openjdk-i386 Finally I did this: ./configure --with-jdk-home=/usr/lib/jvm/java-6-openjdk-i386 And now it is compiling, thank you for your help Ariel 2013/2/2 Ariel Constenla-Haile arie...@apache.org Hi Henry, On Sat,

Re: Error Building module hsqldb - Installation Source Code in AOO

2013-01-28 Thread Herbert Duerr
On 27.01.2013 20:52, Michael Lam wrote: I had the same issue but it was due to JDK7, I switch and it is working but I have a question about how the java libraries are included. As mentioned by Kay, the current version of hsqldb is quite old. The latest is 2.2.9 and the same goes for Lucene the

Re: Error Building module hsqldb - Installation Source Code in AOO

2013-01-28 Thread Michael Lam
Sounds good, i can definitely look into it. it will provide a good start for me to see how it is utilized by the C++ code. On 01/28/2013 08:50 AM, Herbert Duerr wrote: On 27.01.2013 20:52, Michael Lam wrote: I had the same issue but it was due to JDK7, I switch and it is working but I have a

Re: Error Building module hsqldb - Installation Source Code in AOO

2013-01-28 Thread Alexandro Colorado
On Sun, Jan 27, 2013 at 1:59 AM, Alan Eduardo Puc Pech alan.pucp...@gmail.com wrote: Hi team! I'm AlanSan, i have a problem with the compilation of AOO, the error shows when the module starts the Building module hsqldb. I need your help to solve this problem It would be useful if you can

Re: Error Building module hsqldb - Installation Source Code in AOO

2013-01-27 Thread Kay Schenk
On Sat, Jan 26, 2013 at 5:17 PM, Pedro Giffuni p...@apache.org wrote: Hello Alan; My guess is that you are using a localized (non-english) environment, but JDK7 is also a know source of problems ih hsqldb. Hope that helps, Pedro. A quick weird question on this...Is this partially due to

Re: Error Building module hsqldb - Installation Source Code in AOO

2013-01-27 Thread Pedro Giffuni
Hi Kay; - Messaggio originale - Da: Kay Schenk  On Sat, Jan 26, 2013 at 5:17 PM, Pedro Giffuni p...@apache.org wrote: Hello Alan; My guess is that you are using a localized (non-english) environment, but JDK7 is also a know source of problems ih hsqldb. Hope that helps,

Re: Error Building module hsqldb - Installation Source Code in AOO

2013-01-27 Thread Pedro Giffuni
Hello Michael; - Messaggio originale - Da: Michael Lam ..  Inviato: Domenica 27 Gennaio 2013 14:52 Oggetto: Re: Error Building module hsqldb - Installation Source Code in AOO I had the same issue but it was due to JDK7, I switch and it is working but I have a question about how

Re: Error Building module hsqldb - Installation Source Code in AOO

2013-01-27 Thread Kay Schenk
On 01/27/2013 12:30 PM, Pedro Giffuni wrote: Hi Kay; - Messaggio originale - Da: Kay Schenk On Sat, Jan 26, 2013 at 5:17 PM, Pedro Giffuni p...@apache.org wrote: Hello Alan; My guess is that you are using a localized (non-english) environment, but JDK7 is also a know

Re: Error Building module hsqldb - Installation Source Code in AOO

2013-01-27 Thread Pedro Giffuni
FWIW; The fix, according to the hsqldb guys is: One source code comments has some UTF-7 characters which cause problems. Change the string to Knuth-Morris-Pratt to fix it However the file doesn't exist in the version of hsqldb that we carry: $ file build/hsqldb/src/org/hsqldb/lib/ build/hsqldb

Re: Error Building module hsqldb - Installation Source Code in AOO

2013-01-26 Thread Pedro Giffuni
Hello Alan; My guess is that you are using a localized (non-english) environment, but JDK7 is also a know source of problems ih hsqldb. Hope that helps, Pedro.