[Libreoffice-commits] .: Branch 'libreoffice-3-5' - sc/source

2012-02-26 Thread Markus Mohrhard
sc/source/ui/namedlg/namedlg.cxx | 18 ++ 1 file changed, 18 insertions(+) New commits: commit 393bd0eebe09230ef90c5b343c93338526f3f4b7 Author: Noel Power noel.po...@novell.com Date: Fri Feb 24 12:27:37 2012 + fix core when clicking on entries in Manage Names dialog

[Libreoffice-commits] .: basegfx/inc

2012-02-26 Thread Ivan Timofeev
basegfx/inc/basegfx/polygon/b3dpolygonclipper.hxx |3 --- 1 file changed, 3 deletions(-) New commits: commit 0499a44cddae31dff5ce1959aba8aa64119dea90 Author: Ivan Timofeev timofeev@gmail.com Date: Sun Feb 26 16:29:47 2012 +0400 definition was removed, remove declaration as well

[Libreoffice-commits] .: sd/source

2012-02-26 Thread Takeshi Abe
sd/source/ui/unoidl/sddetect.cxx | 22 +++--- sd/source/ui/unoidl/unomodel.cxx |4 ++-- 2 files changed, 13 insertions(+), 13 deletions(-) New commits: commit c471556c89e4efcd21c0e48f938792c493662492 Author: Takeshi Abe t...@fixedpoint.jp Date: Mon Feb 27 01:45:47 2012

[Libreoffice-commits] .: 2 commits - install-sh Makefile Makefile.post post.Makefile

2012-02-26 Thread Peter Foley
Makefile |4 Makefile.post |7 install-sh| 707 +++--- post.Makefile |7 4 files changed, 488 insertions(+), 237 deletions(-) New commits: commit b4a66196b161d7c7a5c813a12ecb9ece33d23abc Author: Peter Foley

[Libreoffice-commits] .: Makefile

2012-02-26 Thread Peter Foley
Makefile |7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) New commits: commit a75873dea15719b5216cfd0476d30003ffc76e80 Author: Peter Foley pefol...@verizon.net Date: Sun Feb 26 13:53:09 2012 -0500 allow autogen.sh to be run automatically diff --git a/Makefile b/Makefile

Re: [PUSHED] Remove unused code (19)

2012-02-26 Thread Elton Chung
Hi Michael,*, Sorry, please revert the removal of line 416-500 in the original patch which I overlooked. Best Regards, Elton 2012/2/26, Michael Meeks michael.me...@suse.com: On Sat, 2012-02-25 at 01:57 +0800, Elton Chung wrote: This patch removes 14 unused methods. Thanks, pushed -

Re: [PUSHED] Remove unused code (19)

2012-02-26 Thread Ivan Timofeev
Hi Elton, On 26.02.2012 14:42, Elton Chung wrote: Sorry, please revert the removal of line 416-500 in the original patch which I overlooked. http://cgit.freedesktop.org/libreoffice/core/commit/?id=0499a44cddae31dff5ce1959aba8aa64119dea90 Cheers, Ivan

Отличная возможность ЗАРАБОТАТЬ. Не упусти

2012-02-26 Thread Виктор
СТАНЬ УЧАСТНИКОМ СЕТИ МИЛЛИОНЕРОВ И ЗАРАБАТЫВАЙ БОЛЬШИЕ ДЕНЬГИ Социальные сети (Facebook, Vkontakte, Google+ и др.) зарабатывают миллиарды долларов за счёт того объёма посещений, который создают пользователи такие как мы с вами. К примеру, рекламодатели платят компаниям за показ рекламы нам.

Google Summer of Code

2012-02-26 Thread Giorik Giorik
Hello, I'm Thanasis from Greece and I study computer science in TEI of Athens. I want to participate in Google Summer of Code and I would like some help to get me started. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Most elegant way to disable all BASIC functionality?

2012-02-26 Thread Tor Lillqvist
For the iOS port, no BASIC-related functionality can be present if we want apps using the code to be allowed in the App Store. What would be the most elegant way (least ifdefs to clutter the code, etc) to achieve this? (Well, just the possibility to execute BASIC code input as a result of user

[REVIEW 3.5; 3.5.1 (?)] fdo#46144: Distributy Columns Evenly does not work with the selected columns

2012-02-26 Thread Ivan Timofeev
Hi, thanks to Josh Heidenreich and his comment: https://bugs.freedesktop.org/show_bug.cgi?id=46144#c8 http://cgit.freedesktop.org/libreoffice/core/commit/?id=996f44c310520e3d7868c62d336aaec7bb0f845a Fixed invalid conversion from SvUShorts to std::vector... *sigh* Please, pick to the

Re: Most elegant way to disable all BASIC functionality?

2012-02-26 Thread Norbert Thiebaud
On Sun, Feb 26, 2012 at 8:27 AM, Tor Lillqvist t...@iki.fi wrote: For the iOS port, no BASIC-related functionality can be present if we want apps using the code to be allowed in the App Store. Are you sure ? even with the alleged change of Sep 2010 ? (it is hard to tell, since Apple does not

Re: Most elegant way to disable all BASIC functionality?

2012-02-26 Thread Andrew Douglas Pitonyak
On 02/26/2012 09:27 AM, Tor Lillqvist wrote: For the iOS port, no BASIC-related functionality can be present if we want apps using the code to be allowed in the App Store. What would be the most elegant way (least ifdefs to clutter the code, etc) to achieve this? Is it more accurate to say

Re: Most elegant way to disable all BASIC functionality?

2012-02-26 Thread Tor Lillqvist
Is it more accurate to say that you must remove all scripting capability? Yes, but I mentioned BASIC specifically because plumbing for BASIC is more hardcoded in the code. Java and Python are already build-time optional, aren't they? --tml ___

Re: Most elegant way to disable all BASIC functionality?

2012-02-26 Thread Tor Lillqvist
Are you sure ? Fairly sure. The Review Guidelines (which I can not quote) seem to say so. Some people seem to say that interpreters for arbitrary code (as opposed to interpreters for bundled code providing app functionality) are allowed as long as you can only enter the code manually through the

Re: Most elegant way to disable all BASIC functionality?

2012-02-26 Thread Norbert Thiebaud
and what is the substantial difference between interpreting a Basic script and a Calc formula ? Turing completeness? Dunno... In fact, my knowledge of what the BASIC in LO can be used for is quite limited... Maybe if one would just limit the BASIC functionality to do simple manipulation

Re: Most elegant way to disable all BASIC functionality?

2012-02-26 Thread Tor Lillqvist
then let Apple and the EU battle it out about the extent to which Apple can gut a product to protect its bottom line. Bah, let's keep conspiracy theories out of the technical discussion please. I would find it counter-productive to intentionally keep features in the iOS build that are known

Re: Google Summer of Code

2012-02-26 Thread julien2412
Hi, You must know that most of code is in C++. Some parts are in C, Python, others in Java and there's even a few assembly. There's also some Perl. LO project uses Git to manage sources so if you don't know it at all, you can take a look here : http://book.git-scm.com/ A good start would be to

[ANN] LibreOffice 3.5.1 RC1 available

2012-02-26 Thread Thorsten Behrens
Hi *, for the upcoming new version 3.5.1, the RC1 builds now start to be available on pre-releases. This build is slated to be one of two release candidate builds on the way towards 3.5.1, please refer to our release plan timings here: http://wiki.documentfoundation.org/ReleasePlan#3.5_release

Re: [PATCH] Moving misplaced Formula options from ScDocOptions to ScAppOptions

2012-02-26 Thread Albert Thuswaldner
Hi Kohei, Thank you for your feedback. On Sat, Feb 25, 2012 at 02:45, Kohei Yoshida kohei.yosh...@suse.com wrote: On Fri, 2012-02-24 at 20:38 -0500, Kohei Yoshida wrote: Hi Albert, On Sat, 2012-02-25 at 01:12 +0100, Albert Thuswaldner wrote: 1.) ScDocument::SetDocOptions requires some

Re: [ANN] LibreOffice 3.5.1 RC1 available

2012-02-26 Thread Dag Wieers
On Sun, 26 Feb 2012, Thorsten Behrens wrote: The list of fixed bugs relative to 3.5.0 is here: http://dev-builds.libreoffice.org/pre-releases/src/bugfixes-libreoffice-3-5-1-release-3.5.1.1.log So playing with the areas touched there also greatly appreciated - and validation that those bugs

Re: Most elegant way to disable all BASIC functionality?

2012-02-26 Thread Josh Heidenreich
Tor, I can think of the following approaches now How is the Python/Java code disabled from the codebase? Wouldn't it be best if BASIC could be disabled in the same way (i.e. a autogen option). It might be useful to someone else down the track (not just the iOS project) to be able to disable

Re: Most elegant way to disable all BASIC functionality?

2012-02-26 Thread Norbert Thiebaud
On Sun, Feb 26, 2012 at 12:59 PM, Tor Lillqvist t...@iki.fi wrote:  then let Apple and the EU battle it out about the extent to which Apple can gut a product to protect its bottom line. Bah, let's keep conspiracy theories out of the technical discussion please. The whole discussion is

Re: Most elegant way to disable all BASIC functionality?

2012-02-26 Thread Andrew Douglas Pitonyak
It just occurred to me, if you disable Basic... How about add-ons and extensions? For example, I frequently use an add-on / extension to format certain types of text. Sadly, I am not in a position to enumerate the extent of the limitations if Basic is disabled. If simply disabling the IDE is

Re: Most elegant way to disable all BASIC functionality?

2012-02-26 Thread Tor Lillqvist
The whole discussion is non-technical. Removing Basic from the product would not be a technical decision. Maybe not, but *how* do do it (which is what I ask) is a technical question. I would find it counter-productive to make the product less useful for fear that, maybe, Apple would object

Re: Most elegant way to disable all BASIC functionality?

2012-02-26 Thread Tor Lillqvist
It just occurred to me, if you disable Basic... How about add-ons and extensions? There can be no add-on / extension functionality distributed separately for an app on the iOS App Store. All functionality has to be included in an app itself from start. Sadly, I am not in a position to

Re: Most elegant way to disable all BASIC functionality?

2012-02-26 Thread Norbert Thiebaud
On Mon, Feb 27, 2012 at 12:05 AM, Tor Lillqvist t...@iki.fi wrote: The whole discussion is non-technical. Removing Basic from the product would not be a technical decision. Maybe not, but *how* do do it (which is what I ask) is a technical question. I would find it counter-productive to make

Re: Trying to understand why LO seems freezed for some seconds when a module is started

2012-02-26 Thread Tommy
On Sat, 25 Feb 2012 18:33:13 +0100, julien2412 serval2...@yahoo.fr wrote: Tommy, I compile LO sources from master. As I said, I removed LO profiles so I don't think I've got a lot of autocorrect items. (I've got also a directory for LO sources from 3.5 and have the same thing). OK.

Re: [PUSHED 3-5] [REVIEW 3.5; 3.5.1 (?)] fdo#46144: Distributy Columns Evenly does not work with the selected columns

2012-02-26 Thread Norbert Thiebaud
On Sun, Feb 26, 2012 at 9:39 AM, Ivan Timofeev timofeev@gmail.com wrote: Hi, thanks to Josh Heidenreich and his comment: https://bugs.freedesktop.org/show_bug.cgi?id=46144#c8 http://cgit.freedesktop.org/libreoffice/core/commit/?id=996f44c310520e3d7868c62d336aaec7bb0f845a Fixed invalid

RE: [PATCH]bug 44516 improved label and business card document creation

2012-02-26 Thread Winfried Donkers
Norbert Thiebaud wrote (25 februari 2012 11:26) ... why is P78275 removed ? ... same question for these 2 ... and these 3 etc... I have have removed some obsolete labels. I even removed one complete brand (Herlitz) after communication with the manufacturer. Herlitz labels are no longer

Re: [PATCH]bug 44516 improved label and business card document creation

2012-02-26 Thread Norbert Thiebaud
On Mon, Feb 27, 2012 at 1:10 AM, Winfried Donkers w.donk...@dci-electronics.nl wrote: Norbert Thiebaud wrote (25 februari 2012 11:26) #define RC_LABFMT_BEGIN  (RC_ENVELP_BEGIN + 50) -#define RC_LABFMT_END    (RC_ENVELP_BEGIN + 59) +#define RC_LABFMT_END    (RC_ENVELP_BEGIN + 62) ... why the

Re: [Libreoffice-qa] [ANNOUNCE] libreoffice-3.5.1.1 tag created (3.5.1-rc1)

2012-02-26 Thread Pedro
Norbert Thiebaud wrote x.y.x with z = 1 are bugfixes-release.. if they need a 'beta' then we already failed on the principle of what a bugfix-release is. You are correct. Sorry for the noise. Regards, Pedro -- View this message in context:

[Libreoffice-bugs] [Bug 46619] UI: pdf extension

2012-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46619 --- Comment #2 from celtic alias@laposte.net 2012-02-26 00:27:51 PST --- - open source_file.odt (for example) - direct export to pdf (icon bar on the top) - in the dialog box :     * in field file name : source_file.odt     * in field file

[Libreoffice-bugs] [Bug 46635] New: FILESAVE Endless loop during autosave

2012-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46635 Bug #: 46635 Summary: FILESAVE Endless loop during autosave Classification: Unclassified Product: LibreOffice Version: LibO 3.5.0 Release Platform: Other OS/Version: Windows

[Libreoffice-bugs] [Bug 40036] U+202E Right-to-Left Override does not display properly

2012-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40036 Urmas davian...@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0

[Libreoffice-bugs] [Bug 41024] UI: Calc displays thai sheetnames trailed with western numbers or english characters incorrectly and unreadable.

2012-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41024 Urmas davian...@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Libreoffice-bugs] [Bug 46508] Turn off Online Update feature by silent install

2012-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46508 Andras Timar tima...@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED

[Libreoffice-bugs] [Bug 43849] Autocorrection non-functional in documents created from template

2012-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43849 --- Comment #14 from Fabian Tröster fabian.troes...@gmx.de 2012-02-26 01:31:59 PST --- Not sure whether this would be a feasible solution, but here's what I'd do: It's perfectly understandable that the template documents, delivered by the

[Libreoffice-bugs] [Bug 46604] Installation problem on XP SP3

2012-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46604 Andras Timar tima...@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |NEEDINFO Ever

[Libreoffice-bugs] [Bug 46604] Installation problem on XP SP3

2012-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46604 Andras Timar tima...@gmail.com changed: What|Removed |Added Severity|blocker |normal --- Comment #2

[Libreoffice-bugs] [Bug 41725] CONFIGURATION: Wrong mail client used

2012-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41725 Urmas davian...@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Libreoffice-bugs] [Bug 41421] VIEWING: font display glitch using Liberation Sans AND an extende character

2012-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41421 Urmas davian...@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Libreoffice-bugs] [Bug 42961] : Setting $DATA causes LibreOffice to crash

2012-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42961 Urmas davian...@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0

[Libreoffice-bugs] [Bug 43273] LibreOffice bug reporting page unusable

2012-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43273 Urmas davian...@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0

[Libreoffice-bugs] [Bug 46637] New: EDITING: Get focus on partially visible cell

2012-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46637 Bug #: 46637 Summary: EDITING: Get focus on partially visible cell Classification: Unclassified Product: LibreOffice Version: LibO 3.3.0 Beta2 Platform: Other OS/Version: Windows

[Libreoffice-bugs] [Bug 46371] Crash on save after inserting a new spreadsheet: fix the underlying issue that bug 43725 only worked around

2012-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46371 --- Comment #2 from Serge Gautherie freedesktop-bugs_serge_201201022...@gautherie.fr 2012-02-26 02:03:41 PST --- (In reply to comment #1) Does it still crash for you and with which file? No, it doesn't. We did fix the underlying issue so we

[Libreoffice-bugs] [Bug 46637] EDITING: Get focus on partially visible cell

2012-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46637 Rainer Bielefeld libreoff...@bielefeldundbuss.de changed: What|Removed |Added Severity|normal

[Libreoffice-bugs] [Bug 40036] U+202E Right-to-Left Override does not display properly

2012-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40036 Rainer Bielefeld libreoff...@bielefeldundbuss.de changed: What|Removed |Added Status|NEW

[Libreoffice-bugs] [Bug 44560] Provide a 'Portable' installer for Betas (like 3.5.0b2) too

2012-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44560 --- Comment #4 from Serge Gautherie freedesktop-bugs_serge_201201022...@gautherie.fr 2012-02-26 02:15:29 PST --- (In reply to comment #3) Currently I do not see need for a Beta Portable, you can reach the same goal with a parallel server

[Libreoffice-bugs] [Bug 46153] EDITING, FORMATTING: SUM() function behave differently than Sum operator

2012-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46153 Valerio Messina e...@iol.it changed: What|Removed |Added Version|LibO 3.5.0 Release |LibO 3.4.0 release ---

[Libreoffice-bugs] [Bug 34409] New document opened from File EXPLORER or Desktop without text language

2012-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=34409 --- Comment #8 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 2012-02-26 02:16:58 PST --- *** Bug 43849 has been marked as a duplicate of this bug. *** -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ---

[Libreoffice-bugs] [Bug 34409] New document opened from File EXPLORER or Desktop without text language

2012-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=34409 Rainer Bielefeld libreoff...@bielefeldundbuss.de changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 34409] New document opened from File EXPLORER or Desktop without text language

2012-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=34409 --- Comment #10 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 2012-02-26 02:20:07 PST --- Arghh, HERE in C7 -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Libreoffice-bugs] [Bug 46638] New: FILEOPEN: changed LINKs to other sheets, dokcuments cannot save as a document

2012-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46638 Bug #: 46638 Summary: FILEOPEN: changed LINKs to other sheets, dokcuments cannot save as a document Classification: Unclassified Product: LibreOffice Version: LibO 3.5.0

[Libreoffice-bugs] [Bug 44323] Spell Dialog Does Not Add to Dict Immediately per Shown Text

2012-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44323 Urmas davian...@gmail.com changed: What|Removed |Added Platform|x86-64 (AMD64) |All

[Libreoffice-bugs] [Bug 44293] [FORMATING] Format ordinal number suffixes (1st - 1^st) doesn't work in Portuguese

2012-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44293 Urmas davian...@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Libreoffice-bugs] [Bug 44123] About dialog doesn't show bit-ness (64-bit, 32-bit) of the LO build

2012-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44123 Urmas davian...@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0

[Libreoffice-bugs] [Bug 44112] SPELL: Papiament[uo] is NOT a choice in Language Settings

2012-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44112 Urmas davian...@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0

[Libreoffice-bugs] [Bug 44566] improper RTL formatting when paragraph start with LTR word

2012-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44566 --- Comment #1 from Urmas davian...@gmail.com 2012-02-26 02:53:38 PST --- Provide the real document, and don't make testers write these scrabbles. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are

[Libreoffice-bugs] [Bug 44640] control character does not work

2012-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44640 --- Comment #2 from Urmas davian...@gmail.com 2012-02-26 03:00:02 PST --- Which control character? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the

[Libreoffice-bugs] [Bug 46598] Base form wizard data sheet style form locks and crashes LibreOffice

2012-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46598 --- Comment #7 from Alex Thurgood ipla...@yahoo.co.uk 2012-02-26 03:03:36 PST --- Hi Dan, Thanks for providing the screenshot, that helped. As I mostly work with French language versions of LO and LO Base in particular, I am not always aware of

[Libreoffice-bugs] [Bug 46640] New: FILESAVE: Save files

2012-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46640 Bug #: 46640 Summary: FILESAVE: Save files Classification: Unclassified Product: LibreOffice Version: LibO 3.5.0 Release Platform: Other OS/Version: All Status:

[Libreoffice-bugs] [Bug 46635] FILESAVE Endless loop during autosave

2012-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46635 Rainer Bielefeld libreoff...@bielefeldundbuss.de changed: What|Removed |Added Status|UNCONFIRMED

[Libreoffice-bugs] [Bug 43785] Usability in Linux packaging

2012-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43785 --- Comment #1 from Miklos Vajna vmik...@frugalware.org 2012-02-26 03:49:56 PST --- FWIW, rpm is just another container, so you can install it almost the same way as a Mozilla .tar.gz. You need something like: rpm --dbpath

[Libreoffice-bugs] [Bug 39596] [EasyHack] use the CLang++ static analyser to find bugs

2012-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39596 --- Comment #7 from Julien Nabet serval2...@yahoo.fr 2012-02-26 03:52:25 PST --- Created attachment 57655 -- https://bugs.freedesktop.org/attachment.cgi?id=57655 compilation with mozilla I removed disable-mozilla in autogen and compiled with

[Libreoffice-bugs] [Bug 44177] : I can't do anything with files in a shared folder from other PC

2012-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44177 --- Comment #3 from mora...@hotmail.com 2012-02-26 03:55:43 PST --- Yes to both questions. If I open the document with the archive manager (Nautilus, Dolphin...) and after that I save it using the button Save there's no problem. But using

[Libreoffice-bugs] [Bug 46634] Export dialogue is broken.

2012-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46634 Rainer Bielefeld libreoff...@bielefeldundbuss.de changed: What|Removed |Added Status|NEW

[Libreoffice-bugs] [Bug 46641] New: EDITING: When sorting complex lists, references are broken

2012-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46641 Bug #: 46641 Summary: EDITING: When sorting complex lists, references are broken Classification: Unclassified Product: LibreOffice Version: LibO 3.5.0 Release

[Libreoffice-bugs] [Bug 46524] FORMATTING

2012-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46524 jptouch...@laposte.net changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0

[Libreoffice-bugs] [Bug 46613] EDITING particular document causes CRASH

2012-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46613 --- Comment #3 from Phillip Ross t...@paross.com 2012-02-26 05:21:37 PST --- Description A problem caused this program to stop interacting with Windows. Faulting Application Path:C:\Program Files (x86)\LibreOffice 3.5\program\soffice.bin

[Libreoffice-bugs] [Bug 46642] New: FORMATTING: highlighting disappears when importing WORD files

2012-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46642 Bug #: 46642 Summary: FORMATTING: highlighting disappears when importing WORD files Classification: Unclassified Product: LibreOffice Version: LibO 3.5.0 Release

[Libreoffice-bugs] [Bug 46646] New: FORMATTING: ### in cells

2012-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46646 Bug #: 46646 Summary: FORMATTING: ### in cells Classification: Unclassified Product: LibreOffice Version: LibO 3.5.0 Beta2 Platform: Other OS/Version: All Status:

[Libreoffice-bugs] [Bug 40575] Maximum date value in Base is 27/06/9957

2012-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40575 --- Comment #8 from Alex Thurgood ipla...@yahoo.co.uk 2012-02-26 06:27:48 PST --- (In reply to comment #5) Though I wouldn't go as far as calling that a quite significant reduction in the number of years available, really, which star gate

[Libreoffice-bugs] [Bug 31359] Problem to sign documents with smart card

2012-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31359 --- Comment #8 from Gustavo Pacheco gbpach...@gmail.com 2012-02-26 06:33:55 PST --- I'm still waiting information from the user side. The company where the bug occurs haven't started the 3.5.0 tests. -- Configure bugmail:

[Libreoffice-bugs] [Bug 46598] Base form wizard data sheet style form locks and crashes LibreOffice

2012-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46598 --- Comment #9 from Alex Thurgood ipla...@yahoo.co.uk 2012-02-26 06:43:57 PST --- Hi Dan, I see you have this haxie running : +com.rogueamoeba.audio_hijack_server.hermes (4.1.0 - 4.1.0) 36C4E178-B697-9643-724B-5F3C222D5E27

[Libreoffice-bugs] [Bug 46598] Base form wizard data sheet style form locks and crashes LibreOffice

2012-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46598 --- Comment #10 from Alex Thurgood ipla...@yahoo.co.uk 2012-02-26 06:49:32 PST --- Not a definitive source, but cited from Wikipedia : http://en.wikipedia.org/wiki/Haxie According to a post by an Apple employee on an Apple mailing list, Apple

[Libreoffice-bugs] [Bug 46558] Draw and Visio fail

2012-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46558 --- Comment #2 from Valek Filippov f...@gnome.org 2012-02-26 06:53:44 PST --- How to find a version in VSD file w/o Visio. 1. Open it in oletoy (https://gitorious.org/re-lab), go to the 'VisioDocument'-'Header'. Version would be shown on the top

[Libreoffice-bugs] [Bug 46144] Distributy Columns Evenly does not work with the selected columns, but affects all columns in the table

2012-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46144 --- Comment #11 from Ivan Timofeev timofeev@gmail.com 2012-02-26 07:41:11 UTC --- (In reply to comment #8) Take a look at SwDoc::AdjustCellWidth, in sw/source/code/docnode/ndtbl1.cxx. I think the bug is in there. Thank you so much Josh!!!

[Libreoffice-bugs] [Bug 46647] New: FILEOPEN: error when opening documents with the extension. doc

2012-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46647 Bug #: 46647 Summary: FILEOPEN: error when opening documents with the extension. doc Classification: Unclassified Product: LibreOffice Version: LibO 3.5.0 Release

[Libreoffice-bugs] [Bug 46598] Base form wizard data sheet style form locks and crashes LibreOffice

2012-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46598 --- Comment #11 from Dan Gildea sc...@scaryhouse.com 2012-02-26 07:52:01 PST --- Hi Alex, I have run Audio Hijack before, but I'm not running the app while working with LibreOffice. Could you give me a hint how to disable it completely and I'll

[Libreoffice-bugs] [Bug 46598] Base form wizard data sheet style form locks and crashes LibreOffice

2012-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46598 --- Comment #12 from Alex Thurgood ipla...@yahoo.co.uk 2012-02-26 08:32:17 PST --- Hi Dan, I'm afraid I can't help you with uninstalling the Audio Hack server unfortunately, you might be able to turn it off selectively when you run LO, but I

[Libreoffice-bugs] [Bug 46598] Base form wizard data sheet style form locks and crashes LibreOffice

2012-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46598 --- Comment #13 from Alex Thurgood ipla...@yahoo.co.uk 2012-02-26 08:39:57 PST --- Tried changing the default form name at the end of the wizard as you suggested, but still no crash. So still a Lion specific bug to me. Alex -- Configure

[Libreoffice-bugs] [Bug 46598] Form wizard data sheet style form locks and crashes LibreOffice on OSX Lion

2012-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46598 Alex Thurgood ipla...@yahoo.co.uk changed: What|Removed |Added Summary|Base form wizard data sheet |Form wizard data

[Libreoffice-bugs] [Bug 46598] Form wizard data sheet style form locks and crashes LibreOffice on OSX Lion

2012-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46598 --- Comment #14 from Alex Thurgood ipla...@yahoo.co.uk 2012-02-26 08:42:24 PST --- (In reply to comment #13) Tried changing the default form name at the end of the wizard as you suggested, but still no crash. So still a Lion specific bug

[Libreoffice-bugs] [Bug 37222] UI: Possibility to open exported PDF in a simple way immediately after export required

2012-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37222 --- Comment #4 from Anonymous Helper anonym...@dodgeit.com 2012-02-26 08:43:53 PST --- I have two more suggestions: 1. Some desktop environments (like KDE[1]) allow showing notifications with buttons in it. LibO could show such a notification

[Libreoffice-bugs] [Bug 42260] CPU 100% on switched off AutoCalculate with Conditional Formatting on date values

2012-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42260 Florian Reisinger reisi...@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever

[Libreoffice-bugs] [Bug 42260] CPU 100% on switched off AutoCalculate with Conditional Formatting on date values

2012-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42260 --- Comment #3 from Florian Reisinger reisi...@gmail.com 2012-02-26 09:14:14 PST --- (In reply to comment #2) Because of confimation of Winfried Sorry confi_r_mation -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email

[Libreoffice-bugs] [Bug 42294] External references broken in Excel export or import

2012-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42294 Florian Reisinger reisi...@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Libreoffice-bugs] [Bug 46649] New: : Warning dialog (because of saving as an MS Office file) is cut

2012-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46649 Bug #: 46649 Summary: : Warning dialog (because of saving as an MS Office file) is cut Classification: Unclassified Product: LibreOffice Version: LibO 3.5.0 Release

[Libreoffice-bugs] [Bug 46649] : Warning dialog (because of saving as an MS Office file) is cut

2012-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46649 Florian Reisinger reisi...@gmail.com changed: What|Removed |Added Platform|Other |All

[Libreoffice-bugs] [Bug 46649] : [FILESAFE] Warning dialog (because of saving as an MS Office file) is cut

2012-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46649 Florian Reisinger reisi...@gmail.com changed: What|Removed |Added Summary|: Warning dialog (because |: [FILESAFE]

[Libreoffice-bugs] [Bug 46650] New: FILEOPEN - Writer does not open existing .odt, .ott files.

2012-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46650 Bug #: 46650 Summary: FILEOPEN - Writer does not open existing .odt, .ott files. Classification: Unclassified Product: LibreOffice Version: LibO 3.5.0 Release

[Libreoffice-bugs] [Bug 46615] FILESAVE: Save as picture causes frequent crashes

2012-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46615 Julien Nabet serval2...@yahoo.fr changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Libreoffice-bugs] [Bug 46340] crash: saving a resized image

2012-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46340 Julien Nabet serval2...@yahoo.fr changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 43656] libreoffice-3.4-3.5beta does not print landscape pages

2012-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43656 Dario dmichalsk...@gmail.com changed: What|Removed |Added Version|LibO 3.4.4 release |LibO 3.5.0 Release ---

[Libreoffice-bugs] [Bug 46040] UI: Putting back the task window in place crashes LibreOffice 3.5

2012-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46040 Julien Nabet serval2...@yahoo.fr changed: What|Removed |Added Status|UNCONFIRMED |NEEDINFO

[Libreoffice-bugs] [Bug 46038] EDITING: CRASH when copy-paste text from particular WRITER source

2012-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46038 Ivan Timofeev timofeev@gmail.com changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 44640] control character does not work

2012-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44640 --- Comment #3 from spamfang1...@yahoo.de 2012-02-26 10:35:54 PST --- As i said in my 2nd comment: Its solved, though in an unpretty way. I mean the control character which shows you how many spaces and lines you have between your words/lines.

[Libreoffice-bugs] [Bug 46613] EDITING particular document causes CRASH

2012-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46613 --- Comment #4 from Phillip Ross t...@paross.com 2012-02-26 12:21:40 PST --- I've been playing with this problem all day. I've uninstalled and reinstalled, deleted the user data, etc. Nothing works. But when I use LibreOffice and do NOT use that

[Libreoffice-bugs] [Bug 41725] CONFIGURATION: Wrong mail client used

2012-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41725 Lenge spam...@gmx.net changed: What|Removed |Added Status|RESOLVED|REOPENED

  1   2   >