On Sun, Dec 27, 2020 at 01:46:46PM +0100, Peter Kovacs wrote:
> On 26.12.20 20:45, Jim Jagielski wrote:
> > So there is for sure a bug in AOO41X, but why it only seems to affect macOS
> > BigSur is
> > unknown. It is this:
> >
> > > diff --git a/main/bridges/source/cpp_uno/shared/vtablefactory.c
On 26.12.20 20:45, Jim Jagielski wrote:
So there is for sure a bug in AOO41X, but why it only seems to affect macOS
BigSur is
unknown. It is this:
diff --git a/main/bridges/source/cpp_uno/shared/vtablefactory.cxx
b/main/bridges/source/cpp_uno/shared/vtablefactory.cxx
index f4d6c56..2ca9b8f 1
Hi Jim,
Am 26.12.20 um 21:59 schrieb Jim Jagielski:
> I have uploaded a test build of en-US AOO419-dev for macOS. I have confirmed
> on my macOS11/BigSur VM that this version opens docx files w/ no problems,
> edits and saves them, etc...
>
> Please test:
>
> http://home.apache.org/~jim/AOO-
Hi Jim,
Am 26.12.20 um 21:59 schrieb Jim Jagielski:
> I have uploaded a test build of en-US AOO419-dev for macOS. I have confirmed
> on my macOS11/BigSur VM that this version opens docx files w/ no problems,
> edits and saves them, etc...
>
> Please test:
>
> http://home.apache.org/~jim/AOO-
BUGZ seems to be a build issue, not a code one, but it still needs to be fixed
and noted, likely with some autoconf checks that fakeroot exists.
> On Dec 26, 2020, at 3:43 PM, Matthias Seidel
> wrote:
>
> Hi Jim,
>
> Am 26.12.20 um 20:45 schrieb Jim Jagielski:
>> So there is for sure a bug in
I have uploaded a test build of en-US AOO419-dev for macOS. I have confirmed on
my macOS11/BigSur VM that this version opens docx files w/ no problems, edits
and saves them, etc...
Please test:
http://home.apache.org/~jim/AOO-builds/
Cheers!
> On Dec 26, 2020, at 3:54 PM, Rory O'Farrell
On Sat, 26 Dec 2020 21:43:06 +0100
Matthias Seidel wrote:
> Hi Jim,
>
> Am 26.12.20 um 20:45 schrieb Jim Jagielski:
> > So there is for sure a bug in AOO41X, but why it only seems to affect macOS
> > BigSur is
> > unknown. It is this:
> >
> >> diff --git a/main/bridges/source/cpp_uno/shared/vta
Am 26.12.20 um 21:43 schrieb Matthias Seidel:
Am 26.12.20 um 20:45 schrieb Jim Jagielski:
So there is for sure a bug in AOO41X, but why it only seems to affect macOS
BigSur is
unknown. It is this:
diff --git a/main/bridges/source/cpp_uno/shared/vtablefactory.cxx
b/main/bridges/source/cpp_uno
Hi Jim,
Am 26.12.20 um 20:45 schrieb Jim Jagielski:
> So there is for sure a bug in AOO41X, but why it only seems to affect macOS
> BigSur is
> unknown. It is this:
>
>> diff --git a/main/bridges/source/cpp_uno/shared/vtablefactory.cxx
>> b/main/bridges/source/cpp_uno/shared/vtablefactory.cxx
>>
So there is for sure a bug in AOO41X, but why it only seems to affect macOS
BigSur is
unknown. It is this:
> diff --git a/main/bridges/source/cpp_uno/shared/vtablefactory.cxx
> b/main/bridges/source/cpp_uno/shared/vtablefactory.cxx
> index f4d6c56..2ca9b8f 100644
> --- a/main/bridges/source/cpp_
> -Original Message-
> From: Patricia Shanahan [mailto:p...@acm.org]
> Sent: Wednesday, August 31, 2016 14:20
> To: dev@openoffice.apache.org
> Subject: Re: Putting Windows First ( was RE: null)
>
> On 8/31/2016 10:25 AM, Dennis E. Hamilton wrote:
> >
>
On 8/31/2016 10:25 AM, Dennis E. Hamilton wrote:
-Original Message- From: Patricia Shanahan
[mailto:p...@acm.org] Sent: Wednesday, July 13, 2016 12:57 To:
dev@openoffice.apache.org Subject: Re: Putting Windows First ( was
RE: null)
[ ... ] [orcmid]
I would like to suggest a way of
Hi Patricia;
I, for one, appreciate the idea: 80% of the users are Windows people and
the project should be focusing on improving the experience on that platform.
OTOH, most of the active developers work on UNIX variant (and I suspect
FreeBSD is the majority lately). I conceptually understand
On 8/31/2016 10:25 AM, Dennis E. Hamilton wrote:
-Original Message-
From: Patricia Shanahan [mailto:p...@acm.org]
Sent: Wednesday, July 13, 2016 12:57
To: dev@openoffice.apache.org
Subject: Re: Putting Windows First ( was RE: null)
[ ... ]
[orcmid]
I would like to suggest a way of
> -Original Message-
> From: Patricia Shanahan [mailto:p...@acm.org]
> Sent: Wednesday, July 13, 2016 12:57
> To: dev@openoffice.apache.org
> Subject: Re: Putting Windows First ( was RE: null)
>
[ ... ]
[orcmid]
> I would like to suggest a way of squeezing out from
Hi Damjan;
...
GPL apps are apparently not allowed in the Apple App Store (
http://www.zdnet.com/article/no-gpl-apps-for-apples-app-store/), and if the
source code is under the GPL, it doesn't stop being so in binary form, so
I'd love to know how they get away with it.
Damjan
The GPL vs Apple
On 7/17/2016 9:38 AM, Damjan Jovanovic wrote:
Windows lacks many of the external libraries present on *nix (jpeg, zlib,
curl, etc.), meaning we have to build them internally. They build using
GNU autotools, which need a *nix shell like Cygwin. In other words, it
isn't even only AOO that needs Cy
Windows lacks many of the external libraries present on *nix (jpeg, zlib,
curl, etc.), meaning we have to build them internally. They build using
GNU autotools, which need a *nix shell like Cygwin. In other words, it
isn't even only AOO that needs Cygwin, it's our dependencies as well.
Also we ne
On 07/13/2016 12:56 PM, Patricia Shanahan wrote:
> On 7/13/2016 10:38 AM, Dennis E. Hamilton wrote:
>>
>>
>>> -Original Message- From: Damjan Jovanovic
>>> [mailto:dam...@apache.org]
> ..
>>> By the way, AOO code and build process are very *nix-centric,
>>> leading to Windows being such a
On 7/13/2016 10:38 AM, Dennis E. Hamilton wrote:
-Original Message- From: Damjan Jovanovic
[mailto:dam...@apache.org]
..
By the way, AOO code and build process are very *nix-centric,
leading to Windows being such a pain to develop for, that we would
gain more by dropping Windows supp
> -Original Message-
> From: Damjan Jovanovic [mailto:dam...@apache.org]
> Sent: Wednesday, July 13, 2016 00:31
> To: Apache OO ; Dennis Hamilton
>
> Subject: Re: Putting Windows First ( was RE: null)
>
> On Wed, Jul 13, 2016 at 4:17 AM, Denni
mail.com]
> > Sent: Monday, July 11, 2016 00:36
> > To: dev@openoffice.apache.org
> > Subject: Spam (11.853):null
> >
> > Hello There
> >
> > How is everyone is doing? I hope you are all good.
> >
> > I have a suggestion, since there is a dedicat
On Wed, Jul 13, 2016 at 4:17 AM, Dennis E. Hamilton wrote:
>
>
> > -Original Message-
> > From: Hammam Alyamani [mailto:ham...@fastmail.com]
> > Sent: Monday, July 11, 2016 00:36
> > To: dev@openoffice.apache.org
> > Subject: Spam (11.853):null
> &g
> -Original Message-
> From: Hammam Alyamani [mailto:ham...@fastmail.com]
> Sent: Monday, July 11, 2016 00:36
> To: dev@openoffice.apache.org
> Subject: Spam (11.853):null
>
> Hello There
>
> How is everyone is doing? I hope you are all good.
>
> I ha
Well, I mean free... of charge
For the rest:
https://wiki.openoffice.org/wiki/Mac_OS_X_Porting_-_contributions_from_NeoOffice
- Mail original -
De: "Mechtilde"
À: dev@openoffice.apache.org
Envoyé: Mardi 12 Juillet 2016 13:03:33
Objet: Re: null
Hello
Am 12.07.2016 um 11:23
ce.
>
> Regards
>
> Mechtilde
> >
> > - Mail original -
> > De: "Hammam Alyamani"
> > À: dev@openoffice.apache.org
> > Envoyé: Lundi 11 Juillet 2016 09:35:59
> > Objet: null
> >
> > Hello There
> >
> > How is ev
;Hammam Alyamani"
> À: dev@openoffice.apache.org
> Envoyé: Lundi 11 Juillet 2016 09:35:59
> Objet: null
>
> Hello There
>
> How is everyone is doing? I hope you are all good.
>
> I have a suggestion, since there is a dedicated Mac OS version of
> OpenOffuce
NeoOffice is not free.
- Mail original -
De: "Hammam Alyamani"
À: dev@openoffice.apache.org
Envoyé: Lundi 11 Juillet 2016 09:35:59
Objet: null
Hello There
How is everyone is doing? I hope you are all good.
I have a suggestion, since there is a dedicated Mac OS version of
Hello There
How is everyone is doing? I hope you are all good.
I have a suggestion, since there is a dedicated Mac OS version of
OpenOffuce called NeoOffice, and since everyone is just switching to
LibreOffice because it's where everyone is at now, why not you dedicate
Apache OpenOffice fo work
j.nitsc...@ok.de has granted review:
Issue 126635: Possible null pointer dereference
https://bz.apache.org/ooo/show_bug.cgi?id=126635
Attachment 85139: patch to main/sw/source/core/doc/poolfmt.cxx
https://bz.apache.org/ooo/attachment.cgi?id=85139&action=edit
--- Comment #14 from j.n
FWIW,
The same issue appears to have been confirmed by Coverity CID 704875.
Regards,
Pedro.
-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org
orcmid has asked for review:
Issue 126635: Possible null pointer dereference
https://bz.apache.org/ooo/show_bug.cgi?id=126635
Attachment 85139: patch to main/sw/source/core/doc/poolfmt.cxx
https://bz.apache.org/ooo/attachment.cgi?id=85139&action=edit
--- Comment #10 from orcmid ---
Cre
orcmid has canceled orcmid 's request
for review:
Issue 126635: Possible null pointer dereference
https://bz.apache.org/ooo/show_bug.cgi?id=126635
Attachment 85136: patch to main/sw/source/core/doc/poolfmt.cxx
https://bz.apache.org/ooo/attachment.cgi?id=85136&ac
j.nitsc...@ok.de has denied review:
Issue 126635: Possible null pointer dereference
https://bz.apache.org/ooo/show_bug.cgi?id=126635
Attachment 85136: patch to main/sw/source/core/doc/poolfmt.cxx
https://bz.apache.org/ooo/attachment.cgi?id=85136&action=edit
--- Comment #6 from j.n
orcmid has asked orcmid for review:
Issue 126635: Possible null pointer dereference
https://bz.apache.org/ooo/show_bug.cgi?id=126635
Attachment 85136: patch to main/sw/source/core/doc/poolfmt.cxx
https://bz.apache.org/ooo/attachment.cgi?id=85136&action=edit
--- Comment #4 from or
Keith N. McKenna has asked for 4.1.2_release_blocker:
Issue 120706: CRASH - navigating tables containing NULL timestamps in
DataSourceBrowser using mysql JDBC connector causes AOO to crash
https://bz.apache.org/ooo/show_bug.cgi?id=120706
--- Comment #6 from Keith N. McKenna ---
As this issue
Oliver-Rainer Wittmann has granted h...@apache.org
's request for review:
Issue 125071: When saving as doc, odt file crashes and immediately recovers
https://issues.apache.org/ooo/show_bug.cgi?id=125071
Attachment 83542: check SwFmt::GetItemState()'s ppItem for NULL
https://issues.apac
h...@apache.org has asked for review:
Issue 125071: When saving as doc, odt file crashes and immediately recovers
https://issues.apache.org/ooo/show_bug.cgi?id=125071
Attachment 83542: check SwFmt::GetItemState()'s ppItem for NULL
https://issues.apache.org/ooo/attachment.cgi?id=83542&a
h...@apache.org has canceled h...@apache.org
's
request for review:
Issue 125071: When saving as doc, odt file crashes and immediately recovers
https://issues.apache.org/ooo/show_bug.cgi?id=125071
Attachment 83538: check SwFmt::GetItemState()'s ppItem for NULL
https://issues.apac
h...@apache.org has asked Oliver-Rainer Wittmann
for review:
Issue 125071: When saving as doc, odt file crashes and immediately recovers
https://issues.apache.org/ooo/show_bug.cgi?id=125071
Attachment 83538: check SwFmt::GetItemState()'s ppItem for NULL
https://issues.apache.or
j...@apache.org has granted 4.1.0_release_blocker:
Issue 124509: MacOSX 64 crash in the scripting environment due to
getenv("PATH") returning a null value
https://issues.apache.org/ooo/show_bug.cgi?id=124509
--- Additional Comments from j...@apache.org
grant showstopper flag, fix
j...@apache.org has denied r...@apache.org's request for 4.1.0_release_blocker:
Issue 124509: MacOSX 64 crash in the scripting environment due to
getenv("PATH") returning a null value
https://issues.apache.org/ooo/show_bug.cgi?id=124509
--- Additional Comments from j..
On 25.03.2014 16:10, bugzi...@apache.org wrote:
> r...@apache.org has asked for 4.1.0_release_blocker:
> Issue 124509: MacOSX 64 crash in the scripting environment due to
> getenv("PATH") returning a null value
> https://issues.apache.org/ooo/show_bug.cgi?id=124509
&g
r...@apache.org has asked for 4.1.0_release_blocker:
Issue 124509: MacOSX 64 crash in the scripting environment due to
getenv("PATH") returning a null value
https://issues.apache.org/ooo/show_bug.cgi?id=124509
--- Additional Comments from r...@apache.org
Using the AOO Java
Oliver-Rainer Wittmann has denied Andre
's request for review:
Bug 124188: CRASH when pasting grouped contents from Draw over a selected image
https://issues.apache.org/ooo/show_bug.cgi?id=124188
Attachment 82591: Avoid NULL pointer access
https://issues.apache.org/ooo/attachment.cgi?id=
Andre has asked Oliver-Rainer Wittmann
for review:
Bug 124188: CRASH when pasting grouped contents from Draw over a selected image
https://issues.apache.org/ooo/show_bug.cgi?id=124188
Attachment 82591: Avoid NULL pointer access
https://issues.apache.org/ooo/attachment.cgi?id=82591&action=
the media type of the file.
> >>>>
> >>>> In the back end what happens is, when a new document is created in
> >>>> OpenOffice, it is stored in a temp file on the harddisk.
> >>>> So, when I save it from the save dialog on a cmis repository throu
it is stored in a temp file on the harddisk.
>>>> So, when I save it from the save dialog on a cmis repository through my
>>>> ucp, I receive a "transfer" ucb call. So, When I have to create a new
>>> file
>>>> of CMIS server, I need the
>> > ucp, I receive a "transfer" ucb call. So, When I have to create a new
>> file
>> > of CMIS server, I need the mime type of the file. So, the the
>> > "getPropertyValues" to file ucp with the property as "MediaType"
>> returns me
>> > null.
ository through my
> > ucp, I receive a "transfer" ucb call. So, When I have to create a new
> file
> > of CMIS server, I need the mime type of the file. So, the the
> > "getPropertyValues" to file ucp with the property as "MediaType" returns
>
file ucp with the property as "MediaType" returns me
> null.
>
> So, any idea how I have to go about this?
> Because, the file can be saved in different formats from saveas dialog, I
> assusme the stream encoding for different formats will be different. So,
> this wo
repository through my
ucp, I receive a "transfer" ucb call. So, When I have to create a new file
of CMIS server, I need the mime type of the file. So, the the
"getPropertyValues" to file ucp with the property as "MediaType" returns me
null.
So, any idea how I have to go abo
52 matches
Mail list logo