Re: Build System Improvements

2014-10-21 Thread Andre Fischer
[mailto:dennis.hamil...@acm.org] Sent: Friday, October 17, 2014 08:22 To: dev@openoffice.apache.org Subject: RE: Build System Improvements orcnote inline below. -Original Message- From: Andre Fischer [mailto:awf@gmail.com] Sent: Friday, October 17, 2014 04:39 To: dev@openoffice.apache.org Subject

Re: Build System Improvements

2014-10-18 Thread Andre Fischer
Am 17.10.2014 19:33, schrieb Kay Schenk: On Fri, Oct 17, 2014 at 12:32 AM, Andre Fischer awf@gmail.com wrote: As you may know, in the past years I have made a couple of experiments regarding the build system of AOO. With the resulting experience I would now like to start to work

Re: Build System Improvements

2014-10-18 Thread Andre Fischer
Am 18.10.2014 11:56, schrieb Andrea Pescetti: On 17/10/2014 Andre Fischer wrote: improving the build system. I have in mind a soft conversion that gradually replaces parts of the existing build system, not a big push that takes years to complete and then breaks everything. This seems

Build System Improvements

2014-10-17 Thread Andre Fischer
As you may know, in the past years I have made a couple of experiments regarding the build system of AOO. With the resulting experience I would now like to start to work on improving the build system. I have in mind a soft conversion that gradually replaces parts of the existing build

Re: Build System Improvements

2014-10-17 Thread Andre Fischer
On 17.10.2014 13:21, Regina Henschel wrote: Hi Andre, will these in the long term lead to a system, where AOO can be build directly in MS Visual Studio without need of cygwin? Hi Regina, this is not a direct goal but could become possible as a side effect. One of the key ideas of the

Re: [discussion] how to stop mails being sent to multiple lists.

2014-08-14 Thread Andre Fischer
On 14.08.2014 14:02, jan i wrote: hi. Have you also noticed that the amount of AOO mails have exploded latelysounds good you think lots of activity SADLY the truth is different, we have a fair amoun of real mails, but something like 8 of 10 are sent to multiple ML. Can you give an

Re: Why is it so hard to make a Java program appear native?

2014-08-12 Thread Andre Fischer
On 11.08.2014 20:25, jan i wrote: On 11 August 2014 20:12, Peter Kelly kelly...@gmail.com wrote: On 11 Aug 2014, at 3:42 pm, Andre Fischer awf@gmail.com wrote: Question: To what extent is the OO UI frontend code separate from the backend editing, file format handling, and rendering code

Re: About debugging tokenizer of writerfilter

2014-08-11 Thread Andre Fischer
On 09.08.2014 03:10, Hung Mark wrote: Hi, I tried to understand why my document doesn't format correctly. I followed steps on wiki : https://wiki.openoffice.org/wiki/WriterFilter ./uno -l libwriterfilter.so -c debugservices.ooxml.ScannerTestService -- file:///home/mark/num.docx error:

Re: Why is it so hard to make a Java program appear native?

2014-08-11 Thread Andre Fischer
On 11.08.2014 09:59, Peter Kelly wrote: An interesting discussion I came across today: http://arstechnica.com/information-technology/2014/08/why-is-it-so-hard-to-make-a-java-program-appear-native/ I know that the answer to this is not really important, but just in case. This gives you not

Re: Impress 4.1.0 unable to display earlier .odp files

2014-07-21 Thread Andre Fischer
On 21.07.2014 11:30, Rory O'Farrell wrote: On Mon, 21 Jul 2014 09:55:34 +0100 Rory O'Farrell ofarr...@iol.ie wrote: On Mon, 21 Jul 2014 09:31:45 +0100 Rory O'Farrell ofarr...@iol.ie wrote: On Sun, 20 Jul 2014 21:53:17 +0200 Andrea Pescetti pesce...@apache.org wrote: Rory O'Farrell wrote:

Re: Impress 4.1.0 unable to display earlier .odp files

2014-07-21 Thread Andre Fischer
On 21.07.2014 13:49, Rory O'Farrell wrote: On Mon, 21 Jul 2014 13:34:45 +0200 Andre Fischer awf@gmail.com wrote: On 21.07.2014 11:30, Rory O'Farrell wrote: On Mon, 21 Jul 2014 09:55:34 +0100 Rory O'Farrell ofarr...@iol.ie wrote: On Mon, 21 Jul 2014 09:31:45 +0100 Rory O'Farrell ofarr

Re: Impress 4.1.0 unable to display earlier .odp files

2014-07-21 Thread Andre Fischer
On 21.07.2014 14:45, Rory O'Farrell wrote: On Mon, 21 Jul 2014 13:59:29 +0200 Andre Fischer awf@gmail.com wrote: On 21.07.2014 13:49, Rory O'Farrell wrote: On Mon, 21 Jul 2014 13:34:45 +0200 Andre Fischer awf@gmail.com wrote: On 21.07.2014 11:30, Rory O'Farrell wrote: On Mon, 21

Re: Build error - helpcontent2

2014-07-09 Thread Andre Fischer
On 09.07.2014 12:12, Michal Hriň wrote: Dňa 08.07.2014 23:02, Kay Schenk wrote / napísal(a): On 07/08/2014 11:27 AM, Michal Hriň wrote: Hi, I am going through Building guide - Step by step, and I have some problem with building helpcontent2. I am on Ubuntu 12.04 and I have JDK 6 and 7

Re: News about the new OOXML framework.

2014-06-10 Thread Andre Fischer
Another update of my progress. I can now create a validating parser, i.e. one that checks that a document conforms to the specs while it parses its content. At the moment the validation is restricted to complex types (as opposed to simple types and attributes) but I think that is the hardest

News about the new OOXML framework.

2014-06-03 Thread Andre Fischer
I would like to give a short status update about the new OOXML framework. - Created the new module main/ooxml There are not yet any makefiles that build the contents of the ooxml/ module nor link it into the build process of OpenOffice. However, you can use e.g. Eclipse to import the Java

Re: refererence for dmake?

2014-05-23 Thread Andre Fischer
On 23.05.2014 00:05, Kay Schenk wrote: Does someone have a link to an actual reference guide for dmake? I found one at one time but now, not so easy, and I didn't save it. :( Thanks. Strangely enough, OpenOffice.org seems to be the best source of information regarding dmake:

Re: [PROPOSAL] New OOXML import framework

2014-05-21 Thread Andre Fischer
On 20.05.2014 23:38, Andrea Pescetti wrote: On 19/05/2014 Andre Fischer wrote: As one of the first tasks in the OOXML area I would like to propose to redesign and re-implement the OOXML parser. I can only agree with this one. We've already discussed it many times, but even the many users who

Re: [PROPOSAL] New OOXML import framework

2014-05-20 Thread Andre Fischer
, Andre Fischer wrote: The compile time part of the framework is to be implemented in Java to allow an efficient and fast development process. Does this basically mean that we will need to use both Java and C++ for future builds? We already need Java and C++ for builds. This does not change

Re: [CODE]: proposal to integrate Google test framework as replacement for cppunit

2014-05-19 Thread Andre Fischer
On 16.05.2014 15:41, Jürgen Schmidt wrote: Hi, I am currently investigating in Google's C++ test framework [1] which seems to be quite powerful and a good replacement for cppunit which has not the proper license. My idea is to use gtest as general C++ unit testing framework in our build

[PROPOSAL] Focus on OOXML

2014-05-19 Thread Andre Fischer
As you may know, the OOXML support of OpenOffice is not very good. It is also a feature that many of our users are asking for. Therefore I would like to propose that we focus our work on OOXML import and export. OOXML support consists of three parts: the import, the export, and the

[PROPOSAL] New OOXML import framework

2014-05-19 Thread Andre Fischer
As one of the first tasks in the OOXML area I would like to propose to redesign and re-implement the OOXML parser. At the moment each application has its own OOXML import design. Those of Impress and Calc are basically classic hand written push parser designs while that of Writer is

Re: Need help to understand code moVert.get( XML_horz ) != XML_horz

2014-04-25 Thread Andre Fischer
On 24.04.2014 18:36, Regina Henschel wrote: Hi all, in file trunk\main\oox\source\drawingml\textbodyproperties.cxx there is the part void TextBodyProperties::pushToPropMap( PropertyMap rPropMap ) const { rPropMap.insert( maPropertyMap.begin(), maPropertyMap.end() ); // #160799# fake

Re: Installation guide are asked to review and update when fix bug 124599

2014-04-10 Thread Andre Fischer
On 10.04.2014 06:55, Yuzhen Fan wrote: Hi all, Bug 124599 [2] is verified fixed in AOO 4.1.0 RC2, from current behaviors and comments provided in this bug, the expected behaviors for upgrade on Windows could be: Good idea. Good text but maybe a native speaker can tweek the wording. -Andre

Re: AOO Weekly News?

2014-04-07 Thread Andre Fischer
On 06.04.2014 18:03, Kay Schenk wrote: On 04/06/2014 07:10 AM, Rob Weir wrote: On Fri, Apr 4, 2014 at 2:40 PM, Tal Daniel tal.re...@gmail.com wrote: Rob Weir wrote: I noticed this blog post from another Apache project, CouchDB:

Re: [VOTE]: Release Apache OpenOffice 4.1.0 (RC)

2014-04-04 Thread Andre Fischer
On 03.04.2014 09:56, Jürgen Schmidt wrote: Hi all, this is a call for vote on releasing the available release candidate (RC) as Apache OpenOffice 4.1.0. Another problem came up that looks serious enough so that I would like to cancel this vote, if nobody objects. Juergen, who started the

Re: Re issue 124599

2014-04-04 Thread Andre Fischer
On 04.04.2014 17:01, Andre Fischer wrote: Issue 124599 is the release blocker that requires a second RC. We have a bug fix, the patch is attached to the issue. Question is, how to proceed without Juergen to approve the release blocker flag? Does anybody else feel like a stand in for Juergen

Regarding the repackaging of Windows RC builds

2014-04-03 Thread Andre Fischer
As you may have seen in another thread, we have to rebuild the Windows binaries. This is necessary to be able to install a 4.1 full installation set over an already installed 4.0.1. At the moment you get a dialog with text another version of this product is already installedand then the

Re: [REVIEW REQUEST] Re: review granted: [Issue 124553] Highlight of table with comment and text causes crash : [Attachment 83037] Initialize pointers in ScAccessibleCell contructor.

2014-04-01 Thread Andre Fischer
On 01.04.2014 12:11, Oliver-Rainer Wittmann wrote: Hi, On 01.04.2014 11:04, bugzi...@apache.org wrote: Oliver-Rainer Wittmann o...@apache.org has granted review: Issue 124553: Highlight of table with comment and text causes crash https://issues.apache.org/ooo/show_bug.cgi?id=124553

Re: AOO 4.1 Beta Survey Results

2014-03-26 Thread Andre Fischer
On 25.03.2014 19:52, Rob Weir wrote: 9. Invisible scrollbars This is a problem with the default theme (Adwaita) of the gnome shell, which is used by Fedora 20. There are other paint errors as well. See issue 124482 [1] for details. -Andre [1]

Bug/Issue: There and back again

2014-03-24 Thread Andre Fischer
I never saw an announcement of this, so I am writing this summary instead. The AOO Bugzilla issue tracker has a feature that turns text of the form 'bug number' into an HTML link to the referenced bug. Some days ago this suddenly changed and only the pattern 'issue number' was recognized,

Re: Be careful before the release

2014-03-24 Thread Andre Fischer
On 24.03.2014 10:22, Herbert Duerr wrote: We're on a good way to a healthy AOO 4.1 release so we should avoid the pitfalls that prevented a timely AOO 4.1 Beta release. Let's examine this negative example a bit further, so we can all learn from it: A commit [1] stopped the Beta and forced the

Re: [Bug 124386] Improve Help for Version Selector

2014-03-19 Thread Andre Fischer
On 18.03.2014 14:54, Ariel Constenla-Haile wrote: On Tue, Mar 11, 2014 at 12:05:31PM +0100, Herbert Duerr wrote: Since many entries in our bugzilla database are not about bugs, but about new features or enhancements I'd also like to use the term issue instead of bug, when Bugzilla refers to

Re: openoffice.lst, can wJRE be deleted?

2014-03-14 Thread Andre Fischer
On 13.03.2014 23:15, Kay Schenk wrote: On 03/13/2014 06:49 AM, Raphael Bircher wrote: Hi all In openoffice.lst there is still a configuration for the with JRE build. We have anymor Builds with JRE, and I doubt that we will have in future. The license of Java is not ALv2 compatible, right.

Proposal to delete unused modules

2014-03-13 Thread Andre Fischer
I would like to propose to delete two unused modules: main/splitbuild and main/writerperfect - splitbuild looks like a collection of files that drive (drove) some sort of build script to build selected parts of OpenOffice. It may or may not be related to what is described in [1]. splitbuild

Re: Anything we can do about premature redistribution?

2014-03-10 Thread Andre Fischer
On 10.03.2014 08:32, Jürgen Schmidt wrote: On 3/9/14 8:49 PM, Marcus (OOo) wrote: Am 03/09/2014 07:33 PM, schrieb Kay Schenk: On Sun, Mar 9, 2014 at 10:08 AM, Marcus (OOo)marcus.m...@wtnet.de wrote: Am 03/08/2014 12:09 AM, schrieb Andrea Pescetti: Rob Weir wrote:

Re: Building OpenOffice using VS2012 Express?

2014-03-10 Thread Andre Fischer
On 09.03.2014 10:25, LOH KOK HOE wrote: Dear all, Has anyone successfully build OpenOffice using VS2012 Express? I'm currently experiencing some error while following command is issue: ./configure --with-dmake-url=

Re: Compiler warnings

2014-03-10 Thread Andre Fischer
On 05.03.2014 11:54, Andre Fischer wrote: On 05.03.2014 09:30, Andre Fischer wrote: I have created issue 124361 for this. The 4555 warning is triggered by the hash_map wrapper in module stl_port/ when it includes unordered_map. Luckily this allows us to turn of the warning temporarily

Re: Building OpenOffice using VS2012 Express?

2014-03-10 Thread Andre Fischer
, Andre Fischer awf@gmail.com wrote: On 10.03.2014 10:42, John O'Sullivan wrote: I copied my Visual Studio Express 2008 into a short dir tree with no spaces in the dir names to work around this issue. I took the Common7 and VC subdirs from C:\Program Files (x86)\Microsoft Visual Studio 9.0

RIP soldep

2014-03-10 Thread Andre Fischer
I have just removed the unused module soldep. It seems to have contained ancient parts of the build system. I saw references to the old build servers that, on Windows, had to be mounted on r:, n:, w:. I saw Perl parsers for reading build.lst files and convert them to XML. I saw handwritten

Re: [VOTE]: Release Apache OpenOffice 4.1.0 Beta (RC)

2014-03-07 Thread Andre Fischer
+1 Regards, Andre - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org

Iterator debugging

2014-03-06 Thread Andre Fischer
With the transition from stlport to system STL we lost some (most?) debugging support for STL on Windows. The MSVC STL offers debugging support but that is not activated in our builds. There is, for example the _HAS_ITERATOR_DEBUGGING environment variable that is responsible for activating

Compiler warnings

2014-03-05 Thread Andre Fischer
I am currently working on some bug in the sc module and find that it is really hard to even find compiler errors among the many warning messages. Some of these warnings are caused directly by code in sc but the majority of the warnings originate in header files. Platform is Windows. The

Re: Compiler warnings

2014-03-05 Thread Andre Fischer
On 05.03.2014 10:01, Herbert Duerr wrote: On 05.03.2014 09:30, Andre Fischer wrote: I am currently working on some bug in the sc module and find that it is really hard to even find compiler errors among the many warning messages. Some of these warnings are caused directly by code in sc

Re: Compiler warnings

2014-03-05 Thread Andre Fischer
On 05.03.2014 11:28, Herbert Duerr wrote: On 05.03.2014 10:28, Andre Fischer wrote: On 05.03.2014 10:01, Herbert Duerr wrote: The warning expression has no effect itself is interesting enough, just not in in list header. Fortunately terms like list(1137) can be filtered out easily. Please

Re: Compiler warnings

2014-03-05 Thread Andre Fischer
On 05.03.2014 12:38, John O'Sullivan wrote: Use MSVC's WD flag to disable the warning. You'll probably need to hack wntmsci11.mk... I wouldn't like to turn off this warning globally. I only don't want to see it for system headers that I can't change anyway. -Andre

Re: Compiler warnings

2014-03-05 Thread Andre Fischer
On 05.03.2014 10:01, Herbert Duerr wrote: On 05.03.2014 09:30, Andre Fischer wrote: re C4530: One option would be to compile all sc code with exceptions enabled. That sounds reasonable. Does anyone know of a reason not to do that? Not that I'm aware of. I am neither, that's why I

Re: Compiler warnings

2014-03-05 Thread Andre Fischer
On 05.03.2014 11:53, Herbert Duerr wrote: On 05.03.2014 11:45, Andre Fischer wrote: On 05.03.2014 11:28, Herbert Duerr wrote: On 05.03.2014 10:28, Andre Fischer wrote: On 05.03.2014 10:01, Herbert Duerr wrote: The warning expression has no effect itself is interesting enough, just

Re: Compiler warnings

2014-03-05 Thread Andre Fischer
On 05.03.2014 14:49, jan i wrote: On 5 March 2014 14:42, Andre Fischer awf@gmail.com wrote: On 05.03.2014 10:01, Herbert Duerr wrote: On 05.03.2014 09:30, Andre Fischer wrote: re C4530: One option would be to compile all sc code with exceptions enabled. That sounds reasonable

Re: Compiler warnings

2014-03-05 Thread Andre Fischer
On 05.03.2014 14:18, Rob Weir wrote: On Wed, Mar 5, 2014 at 7:32 AM, jan i j...@apache.org wrote: On 5 March 2014 12:46, Andre Fischer awf@gmail.com wrote: On 05.03.2014 12:38, John O'Sullivan wrote: Use MSVC's WD flag to disable the warning. You'll probably need to hack wntmsci11.mk

Re: Help wanted for a new volunteer to fix bug 122003 ( missing titels)

2014-03-03 Thread Andre Fischer
On 01.03.2014 02:12, Reem Elnagar wrote: Hi :) It was written in the oreintation that after building OpenOffice I should try fixing easy bugs. So I chose to start with that bug 122003, so can any one help me with some guidelines on how to fix it. Thanks in advance and much appreciated :)

Re: Build error on Mac OS X 10.7 with AOO main in testtools

2014-03-03 Thread Andre Fischer
On 03.03.2014 10:03, Raphael Bircher wrote: Hi at all. I have a build error on my Mac OS X 10.7 in testtools /Users/nacnaub/Documents/AOO_main/main/solenv/bin/createcomponent.xslt constructors.component :

Re: Fighting epm

2014-02-28 Thread Andre Fischer
On 28.02.2014 06:24, Raphael Bircher wrote: Hi at all For some reasons I have problemes with epm on Ubuntu 12.04. I run into the fellowing build error: dmake: Error: -- `./unxlngi6.pro/misc/3ade8cfe7e59ca8e65052644fed9fca4-epm-3.7.unpack' not found, and can't be made The epm swithch I Used

Beta naming

2014-02-28 Thread Andre Fischer
Juergen, Oliver and I have changed product names and some images to contain the word 'beta'. I would like to explain some of the technical background and constraints. How to use: --- Go to instsetoo_native/util and run dmake openofficebeta to build the beta version of

Re: Beta naming

2014-02-28 Thread Andre Fischer
On 28.02.2014 10:14, Andre Fischer wrote: dmake openofficebeta_language/format That should be dmake openofficebeta_language.format (. instead of /) -Andre - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org

Re: How to search for files to modify to fix a bug?

2014-02-26 Thread Andre Fischer
On 25.02.2014 20:21, Tenzin Chhosphel wrote: Hi all, I am just starting out to fix bugs. I spent some time around Bugzilla and now have a decent knowledge about how it works. And I understand finding the right files to fix is big part of fixing a bug. It seems there's no set

Re: How could I make a build on writer module?

2014-02-25 Thread Andre Fischer
On 25.02.2014 15:20, LOH KOK HOE wrote: I can see the sw library is inside the workdir, anyhow it is still not an executable. I'm just curious to know how could I run sw module in debug mode while fixing a defect so that I could understand whether my fix is correct. The worst is I'll never run

Re: How could I linked the dependencies of soffice.bin?

2014-02-25 Thread Andre Fischer
On 25.02.2014 15:46, LOH KOK HOE wrote: I just make a build and the executable file (soffice.bin) was locate at /main/solver/410/unxlngx6.pro/bin. When I execute the file, it shows me: ./soffice.bin: error while loading shared libraries: libsofficeapp.so: cannot open shared object file: No such

Re: EXTERNAL: Re: dmake clean

2014-02-20 Thread Andre Fischer
On 19.02.2014 16:03, Steele, Raymond wrote: Yes, we have made many local modifications. Gladly, we had the backup. Couldn't a check be placed in the make file to ensure $INPATH is set? That would be the minimal solution. I have created issue 124263 [1] for it. I have some trouble to

Re: Bug 124268 - OOXML import problems

2014-02-20 Thread Andre Fischer
On 20.02.2014 09:37, Rainer Bielefeld wrote: Hi, I think we should decide whether we want to use a tracking bug [2] or a Key word (interop_OOXML) [2]. Using both in parallel only makes it more difficult to create reliable queries. I don't think so. I have created [1] to have list of bugs

Re: Question on building OpenOffice

2014-02-19 Thread Andre Fischer
On 19.02.2014 00:22, Reem Elnagar wrote: Hi :) I had a problem while building open office it was written in the step by step building guide in Ubuntu https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO/Step_by_step to write the command source LinuxX86-64Env.Set.sh but when I

Re: deleted files still showing in repository browse -- help!

2014-02-19 Thread Andre Fischer
On 18.02.2014 23:06, Kay Schenk wrote: In this repository -- http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/documentation/online_help/helpauthoring/ I did an svn delete yesterday on all files named OOo2HelpAuthoring-number.html Just the ones followed by a number, not the

Re: deleted files still showing in repository browse -- help!

2014-02-19 Thread Andre Fischer
On 19.02.2014 09:07, Andre Fischer wrote: On 18.02.2014 23:06, Kay Schenk wrote: In this repository -- http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/documentation/online_help/helpauthoring/ I did an svn delete yesterday on all files named OOo2HelpAuthoring-number.html

Re: I have posted 3 wiki for OOXML export

2014-02-19 Thread Andre Fischer
On 19.02.2014 02:30, shzh zhao wrote: 1. shape export https://cwiki.apache.org/confluence/display/OOOUSERS/Shape+Export+in+OOXML+Export 2. DrawingML shape export https://cwiki.apache.org/confluence/display/OOOUSERS/DrawingML+export+in+OOXML+export 3. UT method in OOXML export

Re: Paste screenshots in AOO writer 4.1 bêta

2014-02-18 Thread Andre Fischer
On 18.02.2014 10:08, Guy Waterval wrote: Hi all, I dont know if this issue is relevant or not, just for info. I generally use greenshot to make screenshots and copy them from greenshot to the clipboard before pasting them in Writer. http://getgreenshot.org/ I have noticed a little issue with

Re: Trace Output

2014-02-18 Thread Andre Fischer
On 18.02.2014 16:56, Steele, Raymond wrote: I configured the OpenOffice build without debug and disabled symbols, but I am still getting 'trace' output in the terminal when I run ./soffice. How do I disable this? Raymond Can you give us an example? With that we can find the place in the

Re: dmake clean

2014-02-18 Thread Andre Fischer
On 19.02.2014 00:48, Kay Schenk wrote: On Tue, Feb 18, 2014 at 3:01 PM, Steele, Raymond raymond.ste...@lmco.comwrote: I see in the Makefile: clean .PHONY -rm -rf */$(INPATH) -rm -rf solver/*/$(INPATH) I am going to make an assumption that I performed the

Re: [RELEASE][DISCUSS] How to download AOO 4.1.0 Beta?

2014-02-17 Thread Andre Fischer
On 14.02.2014 22:32, Rob Weir wrote: On Fri, Feb 14, 2014 at 3:53 PM, Marcus (OOo) marcus.m...@wtnet.de wrote: As this is our first beta release at Apache, I would like to clarify some things before it's maybe too late to change the facts and to prepare webpages: 1. Target group It is

Re: svn commit: r1568331 - in /openoffice/trunk/main: default_images/introabout/intro.png ooo_custom_images/dev/introabout/intro.png ooo_custom_images/dev_nologo/introabout/intro.png ooo_custom_images

2014-02-17 Thread Andre Fischer
On 17.02.2014 09:33, Oliver-Rainer Wittmann wrote: Hi, good catch. One minor remark: openoffice/trunk/main/default_images/introabout/intro.png and openoffice/trunk/main/ooo_custom_images/dev/introabout/intro.png does not carry the ASF logo anymore. I think these should carry the ASF logo while

Re: EXTERNAL: Re: OO 4.01 Compiled for Solaris 11 x86 Runtime Memory Fault

2014-02-17 Thread Andre Fischer
have some sort of enlightenment. -Andre We are working on the Save now (described below). *From:*Andre Fischer [mailto:awf@gmail.com] *Sent:* Friday, February 07, 2014 2:18 AM *To:* Steele, Raymond; Andre Fischer; a...@openoffice.apache.org; Herbert Duerr (h...@apache.org); dev

Re: OO 4.01 Compiled for Solaris 11 x86 Save As Stuck in a Loop

2014-02-17 Thread Andre Fischer
On 14.02.2014 23:06, Steele, Raymond wrote: We are attempting to use the newly build OpenOffice 4.0.1 for Solaris 11 x86, but the 'Save As' to disk of any document type (i.e. .ods) continuous to prompt for a file name. Each time we hit okay to save the document after supplying a unique

Re: svn commit: r1568331 - in /openoffice/trunk/main: default_images/introabout/intro.png ooo_custom_images/dev/introabout/intro.png ooo_custom_images/dev_nologo/introabout/intro.png ooo_custom_images

2014-02-17 Thread Andre Fischer
On 17.02.2014 12:05, Oliver-Rainer Wittmann wrote: Hi, On 17.02.2014 11:10, Andre Fischer wrote: On 17.02.2014 09:33, Oliver-Rainer Wittmann wrote: Hi, good catch. One minor remark: openoffice/trunk/main/default_images/introabout/intro.png and openoffice/trunk/main/ooo_custom_images/dev

Re: [RELEASE][DISCUSS] How to download AOO 4.1.0 Beta?

2014-02-17 Thread Andre Fischer
On 17.02.2014 20:44, Marcus (OOo) wrote: Am 02/17/2014 09:37 AM, schrieb Andre Fischer: On 14.02.2014 22:32, Rob Weir wrote: On Fri, Feb 14, 2014 at 3:53 PM, Marcus (OOo) marcus.m...@wtnet.de wrote: As this is our first beta release at Apache, I would like to clarify some things before it's

Re: [Proposal] Update Icons for AOO 4.1

2014-02-17 Thread Andre Fischer
On 18.02.2014 04:36, Samer Mansour wrote: I know for windows 48x48 is used in windows 8 in a lot of defaults. I'm hoping I'm not too late to get the list of all icons sizes/formats needed to finish this before the next release. Anyone know when the next release is? On Mon, Feb 17, 2014 at

Re: Md5sum failed

2014-02-14 Thread Andre Fischer
On 14.02.2014 03:16, njia1297-ubu...@yahoo.com wrote: Checksums do not match... thought someone should know. Can you provide more information? Which file did you check? Where did you download it from ? -Andre == William

Re: User data storage

2014-02-14 Thread Andre Fischer
On 14.02.2014 08:52, Oliver-Rainer Wittmann wrote: Hi, On 13.02.2014 21:09, jonasalfreds...@gmail.com wrote: I recommend the DevGuide [1] and the related configuration chapter. And SDK contains a sample in Java that shows how to access the configuration. I'm new to this and has just

Re: Getting started with development

2014-02-11 Thread Andre Fischer
On 10.02.2014 18:32, Pranet Verma wrote: Hi, Thanks for the link. I completed the build earlier, but i'm still not able to achieve the task listed here https://wiki.openoffice.org/wiki/Tutorial_Start 1) This is the exact change i made in the file(Accelerators.xcu): (after line 123) !--

Re: Windows 8

2014-02-10 Thread Andre Fischer
On 08.02.2014 14:06, Varun Bezzam wrote: Hi Everybody! I have noticed that the official Building on Windows page does not have any information on Building For Windows 8. My laptop runs Windows 8. Is this a problem? Should I install a different OS? No, don't install a different OS

Re: OpenOffice icons panels

2014-02-10 Thread Andre Fischer
On 09.02.2014 18:39, Απόστολος Συρόπουλος wrote: Hello, I have recently built OpenOffice on Solaris. There are still some problems which I try to sort out. One of them is that the panel with the File, Edit, etc menues is empty and there are no icons on panel under this. In fact the whole upper

Re: My self-build AOO starts and then closes immediately

2014-02-10 Thread Andre Fischer
On 08.02.2014 13:59, Regina Henschel wrote: Hi all, I have build r1565724 as debug build. I have installed the resulted binaries administrative with setup -a. I can start it, but it closes immediately, without any error message. The folder 'user' is created, but the welcome screen does not

Re: a mistake in drawingml.hxx?

2014-02-10 Thread Andre Fischer
On 10.02.2014 11:08, shzh zhao wrote: in oox\inc\oox\export\drawingml.hxx there is a line like #include svx/escherex.hxx if you search 'escherex.hxx' ,you can find it in filter/inc/filter/msfilter. can anyone fix this bug in the code base? I assume you found this while working on the OOXML

Re: Successful 1st Build!

2014-02-07 Thread Andre Fischer
On 06.02.2014 20:37, Tenzin Chhosphel wrote: Hi all, I had previously introduced myself and subscribed to the dev list with another email. But, I'll be using this e-mail: chhos...@gmail.com from now on so I am reintroducing myself shortly. I am Tenzin Chhosphel from New York City. I

Re: Solaris GCC or Sun Studio?

2014-02-07 Thread Andre Fischer
On 07.02.2014 11:32, Απόστολος Συρόπουλος wrote: Hello, As far it regards Solaris,I have noticed that the building scripts of OpenOffice assume that one is building with Sun Studio. This compiler is a bit outdated and of course GCC is available for most platforms. Since LibreOffice has removed

Re: EXTERNAL: Re: OO 4.01 Compiled for Solaris 11 x86 Runtime Memory Fault

2014-02-06 Thread Andre Fischer
On 05.02.2014 20:02, Steele, Raymond wrote: Andre, We are not seeing any exception before the actual crash. Maybe I am not looking in the right place, but we've been using dbx intercept command to track any. Any other suggestions? Raymond, there a few thing you can do to find out if

Re: About openxml handling code

2014-02-06 Thread Andre Fischer
the check, and instead checking simply if nElement is a VML, then vml drawings were suddenly visible in writer. Is this a valid fix? On Wed, Jan 29, 2014 at 1:24 PM, Andre Fischer awf@gmail.com wrote: On 28.01.2014 13:47, Mayur wrote: Hi, I am very new to the OpenOffice code, and need

Re: EXTERNAL: Re: OO 4.01 Compiled for Solaris 11 x86 Runtime Memory Fault

2014-02-05 Thread Andre Fischer
On 04.02.2014 23:58, Steele, Raymond wrote: Herbert, Raymond and I have been using the dbx debugger feature of Solaris Studio 12.3 with an equivalent throw/catch feature (intercept/whocatches) and have found that the cases where we tried to intercept exceptions, they were unhandled. This

Re: Bottom up build

2014-01-31 Thread Andre Fischer
On 30.01.2014 23:10, Rob Weir wrote: On Wed, Jan 29, 2014 at 4:18 AM, Andre Fischer awf@gmail.com wrote: I would like to report some observations that I made when thinking about how to make building OpenOffice with one global makefile feasible. It will probably the last of build related

Re: scripts to assist in editing helpcontent2

2014-01-30 Thread Andre Fischer
On 30.01.2014 09:10, Oliver-Rainer Wittmann wrote: Hi, On 30.01.2014 02:34, Kay Schenk wrote: I decided to assist with the task of adding help information the four functions added to scalc some time ago (see mail thread: http://markmail.org/message/ojaxtd6uez4wk3rf) so I fist tracked down

Building on Mac

2014-01-30 Thread Andre Fischer
Yesterday I was trying to make a new build on OSX. I have not used this platform for a while so I instead of updating my SVN repository, I cloned the new GIT repository. That went as smooth as expected (thanks to everybody involved setting it up). But my configure failed. It complained

Re: Building on Mac

2014-01-30 Thread Andre Fischer
On 30.01.2014 10:24, Herbert Duerr wrote: On 30.01.2014 09:40, Andre Fischer wrote: 1. Is it possible to build on OSX with only freely available tools (that don't require registration)? Apple's XCode development environment is available for free in either their app store

Bottom up build

2014-01-29 Thread Andre Fischer
I would like to report some observations that I made when thinking about how to make building OpenOffice with one global makefile feasible. It will probably the last of build related mails in the near future. Traditional make uses a top-down approach. It starts with a target, 'all' by

Re: switch trunk from Mac 32bit to 64bit

2014-01-28 Thread Andre Fischer
On 28.01.2014 23:18, Marcus (OOo) wrote: Am 12/19/2013 05:58 PM, schrieb jan i: On 19 December 2013 17:29, Herbert Duerrhdu_...@alice.de wrote: The new Mac port looks quite good. I uploaded a current version to my page [1]. Jürgen already mentioned it will only work for OSX 10.7 and up. It

Re: Capstone project and new build

2014-01-28 Thread Andre Fischer
On 28.01.2014 10:39, jan i wrote: Hi. Last week the capstone project managed to completely generate a module (hwpfilter) without using build and/or makefiles. It is all done in a visual studio solution. That is really good news. Thank you and everybody involved for your great work. Do you

Re: About openxml handling code

2014-01-28 Thread Andre Fischer
On 28.01.2014 13:47, Mayur wrote: Hi, I am very new to the OpenOffice code, and need some help understanding the open-xml handling code. Could someone please answer the following questions? i. There seem to be two distinct pieces of code that do open-xml parsing in different ways. There's

Re: Capstone project and new build

2014-01-28 Thread Andre Fischer
On 29.01.2014 08:53, jan i wrote: On 29 January 2014 08:46, Andre Fischer awf@gmail.com wrote: On 28.01.2014 10:39, jan i wrote: Hi. Last week the capstone project managed to completely generate a module (hwpfilter) without using build and/or makefiles. It is all done in a visual studio

Re: Building sw/ with ninja

2014-01-24 Thread Andre Fischer
On 23.01.2014 19:23, Kay Schenk wrote: On Wed, Jan 22, 2014 at 5:32 AM, Andre Fischer awf@gmail.com wrote: Not quite a week ago I wrote about an idea to use XML files to store the declarative part of our makefiles: dependencies of libraries on source files, which resources

Re: My Windows Build Settings

2014-01-23 Thread Andre Fischer
On 23.01.2014 15:31, Rob Weir wrote: I've noticed a few questions recently about getting a Windows build environment set up. I'm not the world's greatest expert on this, but I was able to get a build running. If I can do it, then anyone can do it ;-) This was on a Windows 7 32-bit system, a

Re: Reporting a problem with the OpenOffice website

2014-01-23 Thread Andre Fischer
On 23.01.2014 13:50, Sune Drougge wrote: My problem is with BASE. On opening a database BASE is indicating that I have 40 items and it indicate this as: 40* There are more items in the database and when pressing the button for last item ( | ) the rest of the items are shown. Can you help me or

Building sw/ with ninja

2014-01-22 Thread Andre Fischer
Not quite a week ago I wrote about an idea to use XML files to store the declarative part of our makefiles: dependencies of libraries on source files, which resources are to be created and so on. In the meantime I have found the time to do make (conduct?) an experiment. I am now able to

Re: Building sw/ with ninja

2014-01-22 Thread Andre Fischer
On 22.01.2014 14:45, Rob Weir wrote: On Wed, Jan 22, 2014 at 8:32 AM, Andre Fischer awf@gmail.com wrote: Not quite a week ago I wrote about an idea to use XML files to store the declarative part of our makefiles: dependencies of libraries on source files, which resources are to be created

Re: Building sw/ with ninja

2014-01-22 Thread Andre Fischer
On 22.01.2014 14:58, Andre Fischer wrote: On 22.01.2014 14:45, Rob Weir wrote: On Wed, Jan 22, 2014 at 8:32 AM, Andre Fischer awf@gmail.com wrote: Not quite a week ago I wrote about an idea to use XML files to store the declarative part of our makefiles: dependencies of libraries

  1   2   3   4   >