Hi!
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=42396
This is my first hack in Java, so let me know if something is wrong.
I tested it, it worked for me.
Szabolcs From 19f67b45799639db9549a9aa1f0beac3d4217ed8 Mon Sep 17 00:00:00 2001
From: Szabolcs
I've run into two regressions (from 3.4.5) when using LibreOffice
3.5.1RC1 with the internal Python interpreter (though I believe it will
affect any Python 2.x user), both apparently unintended consequences of
an earlier Python 3 compatibility commit.
I'm pretty sure these were present in 3.5.0 bu
https://bugs.freedesktop.org/show_bug.cgi?id=37361
Cor Nouws changed:
What|Removed |Added
Depends on||39003
--- Comment #219 from Cor Nouws 2012-
Hello,
Cppcheck reports this :
core/connectivity/source/drivers/postgresql/pq_tools.cxx
520 redundantAssignInSwitch style Redundant assignment of "ret" in switch
Here's the function :
static bool isOperator( char c )
{
bool ret;
switch(c)
{
case '+':
case '-':
case '
Cor Nouws wrote (03-03-12 22:29)
However, when I work in a build from last week (1), I see that
navigating the option pages (sections, left panel of the window) with
arrow keys does not work.
1) LibreOffice master 120116 3.6.0alpha0+
a9ebfbc-9eed775-f061262-libreoffice-3-5 branch-point
I ha
Hi all,
Regarding this change, I remember I had some discussion (or a bug) about
the fact that navigation of the option page was broken by the patch.
And I see this commit in git: 064065985a24e2454234e929969cc2b1649b3d01
However, when I work in a build from last week (1), I see that
navigatin
Hi guys,
I write a seminar paper, where I need to have a footer with link (URL).
NOW : Let's imagine there is a page 1 with 2 URLs. After finishing this
page, I begin to write the second one, where I don't want to have the same
links as on the first one. Basically at the end of my paper (e.g. page
https://bugs.freedesktop.org/show_bug.cgi?id=37361
Roman Eisele changed:
What|Removed |Added
Platform|x86-64 (AMD64) |All
OS/Version|Linux (All)
https://bugs.freedesktop.org/show_bug.cgi?id=37361
bordfe...@web.de changed:
What|Removed |Added
Platform|All |x86-64 (AMD64)
OS/Version|All
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi Jonathan
Em 03-03-2012 14:30, Jonathan Aquilina escreveu:
> Hey Oliver I just imported core into eclipse :) is there a wiki page on
> how to setup eclipse for others to follow?
Unfortunately not... And I must say that I am not an Eclipse expert
(e
Jonathan and Olivier : if you succeed in compiling LO with Eclipse, it could
be great for compilation with an IDE !
About index, you can use http://opengrok.libreoffice.org/ but I suppose both
of you already known this :-)
Julien.
--
View this message in context:
http://nabble.documentfoundation
On 03/03/2012 18:22, Olivier Hallot wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi
Em 03-03-2012 13:37, julien2412 escreveu:
I didn't say we couldn't code in C++ with Eclipse (never tested but I think
you can also code in PHP with Eclipse), I just said "I don't think it's
possible to
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi
Em 03-03-2012 13:37, julien2412 escreveu:
> I didn't say we couldn't code in C++ with Eclipse (never tested but I think
> you can also code in PHP with Eclipse), I just said "I don't think it's
> possible to build the LO project on Eclipse" :-)
I
I didn't say we couldn't code in C++ with Eclipse (never tested but I think
you can also code in PHP with Eclipse), I just said "I don't think it's
possible to build the LO project on Eclipse" :-)
--
View this message in context:
http://nabble.documentfoundation.org/Re-LibreOffice-Digest-Vol-19-I
On 03/03/2012 16:24, julien2412 wrote:
Hi,
I don't think it's possible to build the project on Eclipse (see
http://nabble.documentfoundation.org/template/NamlServlet.jtp?macro=search_page&node=1639786&query=eclipse),
but perhaps I'm wrong.
You must know that most of LO is written in C++. There a
Hello,
I was again working on gbuild'izing, this time on Windows only
embedserv/. (patch attached)
I don't know if it is used for something but if it is, we need to
export symbols from inprocserv.dll listed in
embedserv/source/inprocserv/exports.dxp.
So I have done:
ifeq ($(COM),MSC)
$(eval $(ca
Hi,
First thing, my autogen.lastrun includes : --enable-ext-barcode
On master, when LO profile isn't present (so first time only) and that I try
to launch LO, it fails with this error :
Python exception: : 'module' object has no
attribute 'writeRegistryInfo', traceback follows
/home/julien/comp
Hi,
I don't think it's possible to build the project on Eclipse (see
http://nabble.documentfoundation.org/template/NamlServlet.jtp?macro=search_page&node=1639786&query=eclipse),
but perhaps I'm wrong.
You must know that most of LO is written in C++. There are some C, Java and
Python, even a few as
Hello,
The Norbert's Tinderbox broke because of the commit
http://cgit.freedesktop.org/libreoffice/core/commit/?id=5122196acc2e8e9d8e71dad3d941b373b09e0b03
(so my fault :-( )
I can revert this commit of course but I must recognize I don't understand
what's the problem with these changes.
Any ide
hi
I am new to open source world and like to involved in
libreoffice development. can you give me detailed on how to build process
goes on windows using eclipse?
Lakshman Udayakantha
___
LibreOffice mailing list
LibreOffice@lists.freede
Hi Matteo,
so, took me a while to find the courage to read that :) But good
observations these are.
Anyway, ...
> Is this behavior the expected/commonly accepted one?
> I would like to propose:
> * left/right motion should not wrap around from first to last (or last
> to first) item. Moving thr
Thanks to all of you!
Astron.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice
Attached the next button with simplified code.
More to follow.
WinfriedFrom 00e3a1eed09c3fce9143dd17fe72d20b626ceef6 Mon Sep 17 00:00:00 2001
From: Winfried Donkers
Date: Sat, 3 Mar 2012 09:55:11 +0100
Subject: [PATCH] fdo#45671 writer par. bg color simplified code
---
sw/source/ui/inc/basesh.h
Hello,
I've been advised to post here.
I have LibreOffice 3.4.5
OOO340m1 (Build:502)
on Debian Wheezy, with MATE desktop.
In LibreOffice, it's impossible tu use GTK open/save dialog boxes.
The problem have been solved by adding
export OOO_FORCE_DESKTOP=gnome
to ~/.profile
and
if [ -r ~
24 matches
Mail list logo