Re: [Libreoffice] [PATCH] Enable CUPS unconditionally

2011-08-21 Thread Francois Tigeot
On Sun, Aug 21, 2011 at 10:50:43PM +0200, Rene Engelhard wrote: > On Sun, Aug 21, 2011 at 08:53:14PM +0200, Francois Tigeot wrote: > > -dnl check for cups support > > -dnl === > > -AC_MSG_CHECKING([whether to enable native cups support

Re: [Libreoffice] about the removing of binfilter

2011-08-21 Thread Marc-André Laverdière
I think that one good selling point for LO is that it can be the VLC of documents, meaning that it can/should handle anything you throw at it. If we migrate things to an extension, that'd not be a big deal, but then that is like transforming VLC into gstreamer. It requires a tiny bit more work

Re: [Libreoffice] Tinderbox failure, last success: 2011-08-21 19:36:03

2011-08-21 Thread Norbert Thiebaud
ok, so I reverted in part that merge-commit. I kept anything that touched wizard/* but reverted everything else... That may or may not correct from a wizard/* point of view, but at least master build again after that Norbert On Sun, Aug 21, 2011 at 5:21 PM, Norbert Thiebaud wrote: > that merge

[Libreoffice] Question about Spec for markers (=line end arrows)

2011-08-21 Thread Regina Henschel
Hi all, hi Thorsten (I guess, it's your field of work) The spec for markers is in Chapter 16.40.8 of ODF 1.2 part2, page 306. Marker geometry is defined by a svg:d attribute. The geometry is horizontally centered. It is vertically positioned relative to an offset value which is specified by a

Re: [Libreoffice] [PATCH] Enable CUPS unconditionally

2011-08-21 Thread Rene Engelhard
On Sun, Aug 21, 2011 at 08:53:14PM +0200, Francois Tigeot wrote: > -dnl check for cups support > -dnl === > -AC_MSG_CHECKING([whether to enable native cups support]) > -if test "$test_cups" = "yes" -a "z$enable_cups" != "zno"; then > -

[Libreoffice] [PATCH] Enable CUPS unconditionally

2011-08-21 Thread Francois Tigeot
Hi, There is still some old (and broken) code to try to print with something else than CUPS on Unix systems. As a first step to clean it, this patch enable CUPS unconditionally -- Francois Tigeot >From aed4e0988b1734ec6390665e57441ea3e4257bd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7o

Re: [Libreoffice] [PATCH] Remove unnecessary parameter to IDocumentStatistics::UpdateDocStat

2011-08-21 Thread Arnaud Versini
Hi, New version of the patch. I have added a method : IDocumentStatistic::GetUpdatedDocStat wich check state before returning. I left some UpdateDocStat but I will continue it later. Sorry for the first patch. 2011/8/19 Caolán McNamara > On Wed, 2011-08-17 at 21:04 +0200, Arnaud Versini wrote:

[Libreoffice] slide names in Slide pane Impress

2011-08-21 Thread Cor Nouws
Hi Thorsten, I was thinking about this issue https://bugs.freedesktop.org/show_bug.cgi?id=37654 as a possible easy hack. ( Maybe something that I could take a look at ...?) I expect that the next approach would do: – shrink the slide preview in the slide pane a bit – make sure it is placed a l

[Libreoffice] Questions about Easyhack 37007 Add Math symbol "There does not exist"

2011-08-21 Thread Julien Nabet
Hello, I'm working on Easyhack 37007. I don't understand how are defined the values of RID_XXX starmath/inc/starmath.hrc. First, I thought it was Unicode but it's not. Any idea ? On the same subject, I found in xsltml/xsltml_2.1.2.patch, a reference to "not exists" but no reference to "exists"

[Libreoffice] [PATCH] BUG 36594

2011-08-21 Thread Jenei Gábor
Hello, Here is a patch for bug 36594. It deletes the comments from the SQL query and puts them beck for saving and execution. Please review it,and push it to git. Gabor >From 73ff25834cca39cd8d4c08210556aa532b48fb77 Mon Sep 17 00:00:00 2001 From: Gabor Jenei Date: Sun, 21 Aug 2011 14:51:15 +0200

Re: [Libreoffice] cppu::OPropertySetHelper ABI backwards compatibility

2011-08-21 Thread Lionel Elie Mamane
On Sun, Aug 21, 2011 at 01:54:17AM +0200, Lionel Elie Mamane wrote: > 11207ae93191fb966676423e6d377c8292a8cf0b > Make XPropertSet2 not a child interface of XPropertySet. > This is to preserve ABI backward compatibility with > cppu::OPropertySetHelper. > 80b1e662777100a7dfd80176a2b528

[Libreoffice] [Bug 35673] LibreOffice 3.4 most annoying bugs

2011-08-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 Rainer Bielefeld changed: What|Removed |Added Depends on|32849 | --- Comment #190 from Rainer Bielefe

Re: [Libreoffice] Merging old tags

2011-08-21 Thread Bjoern Michaelsen
On Sat, 20 Aug 2011 20:24:29 -0500 Norbert Thiebaud wrote: > On Sat, Aug 20, 2011 at 7:35 PM, Bjoern Michaelsen > wrote: > > Hi, > > > > I just pushed: > > http://cgit.freedesktop.org/libreoffice/contrib/dev-tools/commit/?id=7616113f5e211dcd7cc3f3f432ffd08e1c43d48e > > it merges the old tags fro

Re: [Libreoffice] build breakage

2011-08-21 Thread Norbert Thiebaud
On Sun, Aug 21, 2011 at 3:29 AM, Lionel Elie Mamane wrote: > On Sun, Aug 21, 2011 at 03:23:18AM -0500, Norbert Thiebaud wrote: > >> a9b9b40570e6cf26ac23cd49b043d8bc2e878240 at least, break the build > >> You cannot commit code that unconditionally _require_ support for C++0x, >> so please find a w

Re: [Libreoffice] build breakage

2011-08-21 Thread Lionel Elie Mamane
On Sun, Aug 21, 2011 at 03:23:18AM -0500, Norbert Thiebaud wrote: > a9b9b40570e6cf26ac23cd49b043d8bc2e878240 at least, break the build > You cannot commit code that unconditionally _require_ support for C++0x, > so please find a way around that or revert. Is using boost/unordered_map OK? -- Li

[Libreoffice] build breakage

2011-08-21 Thread Norbert Thiebaud
Lionel, a9b9b40570e6cf26ac23cd49b043d8bc2e878240 at least, break the build You cannot commit code that unconditionally _require_ support for C++0x, so please find a way around that or revert. Norbert ___ LibreOffice mailing list LibreOffice@lists.freed

Re: [Libreoffice] UNO API reference?

2011-08-21 Thread Lionel Elie Mamane
On Thu, Aug 18, 2011 at 01:15:19PM +0530, Marc-André Laverdière wrote: > Is there any way we could have our own api website too? And possibly > improve the documentation? > Could we do that under a nice license like CC-non commercial? Why non-commercial? The code itself is not limited to non-com