[Libreoffice-bugs] [Bug 55459] New: the graphsin this file look bad and missing important parts

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55459

  Priority: medium
Bug ID: 55459
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: the graphsin this file look bad and missing important
parts
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: nadav...@gmail.com
  Hardware: Other
Status: UNCONFIRMED
   Version: 3.5.4 release
 Component: Writer
   Product: LibreOffice

Created attachment 67866
  -- https://bugs.freedesktop.org/attachment.cgi?id=67866action=edit
example file

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 31405] Connecting a SQL query to a form letter without using the mailing wizard

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31405

--- Comment #16 from Lionel Elie Mamane lio...@mamane.lu ---
The stuff happens in
sw/source/ui/dbui/dbmgr.cxx: SwNewDBMgr::ExecuteFormLetter

The problem is that this line:
  aDescriptor[daCommandType]  = nCmdType;

lets nCmdType set to 0 (that is, CommandType::TABLE), but it should set it to 1
(that is, CommandType::QUERY)

The weird thing is that this is supposed to come from the rProperties argument,
but:

(gdb) print rProperties
$30 = uno::Sequence of length 3 = {{
Name = DataSourceName, 
Handle = 0, 
Value = uno::Any BaseNom, 
State = com::sun::star::beans::PropertyState_DIRECT_VALUE
  }, {
Name = Command, 
Handle = 0, 
Value = uno::Any Query2, 
State = com::sun::star::beans::PropertyState_DIRECT_VALUE
  }, {
Name = CommandType, 
Handle = 0, 
Value = uno::Any 1, 
State = com::sun::star::beans::PropertyState_DIRECT_VALUE
  }}

The CommandType is is clearly 1, so maybe something is wrong in how
  ODataAccessDescriptor aDescriptor(rProperties);
handles stuff? Ah no:

(gdb) print aDescriptor[daCommandType]
$32 = uno::Any 1

So the problem is in the =? That's weird. Ah... I found it... The Any
contains a sal_Int32, and we are trying to stuff it into a sal_Int16...
Changing nCmdType to a sal_Int32 should solve the problem.

Testing that fix...

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 31405] Connecting a SQL query to a form letter without using the mailing wizard

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31405

Lionel Elie Mamane lio...@mamane.lu changed:

   What|Removed |Added

 CC||cedric.bosdonnat.ooo@free.f
   ||r, mst...@redhat.com

--- Comment #17 from Lionel Elie Mamane lio...@mamane.lu ---
Yep, works!

Cédric  Michael, as Writer FindTheExpert, I'll let you judge whether we want
to backport

commit 3f84462b47f070b4921fdd5fdab8397ab1439fd6
Author: Lionel Elie Mamane lio...@mamane.lu
Date:   Sun Sep 30 08:35:03 2012 +0200

Change-Id: I859c38c3589dc9e9ef5bdd882663aa3386a43237


to libreoffice-3-6; I've originally developed and tested the patch against my
workdir of libreoffice-3-6.

Bug log contains the details.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 31405] Connecting a SQL query to a form letter without using the mailing wizard

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31405

Lionel Elie Mamane lio...@mamane.lu changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 55460] New: BUGZILLAASSISTANT: Exclude inactive versions from version selector

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55460

  Priority: high
Bug ID: 55460
CC: webs...@global.libreoffice.org
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: BUGZILLAASSISTANT: Exclude inactive versions from
version selector
  Severity: enhancement
Classification: Unclassified
OS: All
  Reporter: libreoff...@bielefeldundbuss.de
  Hardware: Other
Status: UNCONFIRMED
   Version: unspecified
 Component: WWW
   Product: LibreOffice

Since update to 4.2.3 FDO Bugzilla offers as a new feature to mark LibO
Versions as Inactive. These versions will no longer be shown in the Version
selector for submission of new Bug reports, but they are still available in the
selector when you edit existing Bugs.

This feature only can be used if we find a way to exclude these Versions from
BSA Version selector.

Also for the planned Automatic Version Recognition (if reporter uses the Bug
Report link in LibO help menu) will have to consider that a Version might not
be available for Report of new Bugs.

To enable tests I switched LibO version 3.3.0 Beta3 to inactive

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 55461] New: TDF Site: Redirect links to Bug Submission Assistant because BSA doues not work at all

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55461

  Priority: medium
Bug ID: 55461
CC: webs...@global.libreoffice.org
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: TDF Site: Redirect links to Bug Submission Assistant
because BSA doues not work at all
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: libreoff...@bielefeldundbuss.de
   URL: https://www.libreoffice.org/get-help/bug/
  Hardware: Other
Status: UNCONFIRMED
   Version: unspecified
 Component: WWW
   Product: LibreOffice

Because of Bug 55442 BUGZILLAASSISTANT: Impossible to submit a Bug - Bugzilla
4.2.3 incompatible? currently BSA does not work at all.

Visitors who have used Bug Report Link in LibO Help menu or clicked Bug on
https://www.libreoffice.org/get-help/ will have to be redirected to
https://wiki.documentfoundation.org/BugReport_Details
(or to
https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOfficebug_status=UNCONFIRMED,
if you prefer.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 55461] TDF Site: Redirect links to Bug Submission Assistant because BSA does not work at all

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55461

Rainer Bielefeld libreoff...@bielefeldundbuss.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Severity|normal  |critical
 CC||LibreOffice@bielefeldundbus
   ||s.de
Summary|TDF Site: Redirect links to |TDF Site: Redirect links to
   |Bug Submission Assistant|Bug Submission Assistant
   |because BSA doues not work  |because BSA does not work
   |at all  |at all
 Ever confirmed|0   |1

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 55430] LO Draw: Changing Selection

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55430

Rainer Bielefeld libreoff...@bielefeldundbuss.de changed:

   What|Removed |Added

  Attachment #67834|text/plain  |application/vnd.oasis.opend
  mime type||ocument.graphics

--- Comment #1 from Rainer Bielefeld libreoff...@bielefeldundbuss.de ---
Comment on attachment 67834
  -- https://bugs.freedesktop.org/attachment.cgi?id=67834
File with example content, for reproducing the bug

correct mime type

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 43283] Words which are added to the personal wordbook and ignored words are not remembered as such

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43283

thack...@nexgo.de changed:

   What|Removed |Added

   Keywords||NEEDINFO

--- Comment #2 from thack...@nexgo.de ---
Hello Mark, *,
I cannot confirm your issue with LO Version 3.6.2.2 (Build ID: da8c1e6) under
Debian Testing x86 ... :( Have you tested it with a newer version than LO 3.4.3
as Sasha has asked you 5 months ago?
Sorry for the inconvenience
Thomas.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 55442] BUGZILLAASSISTANT: Impossible to submit a Bug - Bugzilla 4.2.3 incompatible?

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55442

Korrawit Pruegsanusak detective.conan.1...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||detective.conan.1412@gmail.
   ||com
 Ever confirmed|0   |1

--- Comment #2 from Korrawit Pruegsanusak detective.conan.1...@gmail.com ---
This is what actually returned by bugzilla. I transformed it into plain text.

---8---
It looks like you didn't come from the right page (you have no valid token for
the create_bug action while processing the 'post_bug.cgi' script). The reason
could be one of:
* You clicked the Back button of your web browser after having successfully
submitted changes, which is generally not a good idea (but harmless).
* You entered the URL in the address bar of your web browser directly, which
should be safe.
* You clicked on a URL which redirected you here without your consent, in which
case this action is much more critical.

Are you sure you want to commit these changes anyway? This may result in
unexpected and undesired results.
[button]Confirm Changes[/button]

Or throw away these changes and go back to index.cgi.
---8---

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 55462] New: FILEOPEN Table FORMATTING messed

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55462

  Priority: medium
Bug ID: 55462
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: FILEOPEN Table FORMATTING messed
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: detective.conan.1...@gmail.com
  Hardware: All
Status: UNCONFIRMED
   Version: 3.7.0.0.alpha0+ Master
 Component: Writer
   Product: LibreOffice

Table formatting messed in recent master.

* Open attachment 64325
* Compare it with attachment 64326

Since Sep 24 daily build on Windows XP, and in my master build Sep 29 on Linux.
Details will come later.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 55430] EDITING: Single mouse click selection of element completely drawn in front of selected filled area impossible

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55430

Rainer Bielefeld libreoff...@bielefeldundbuss.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Severity|normal  |minor
 CC||LibreOffice@bielefeldundbus
   ||s.de, wassert...@nefkom.net
   See Also||https://issues.apache.org/o
   ||oo/show_bug.cgi?id=24048
Summary|LO Draw: Changing Selection |EDITING: Single mouse click
   ||selection of element
   ||completely drawn in front
   ||of selected filled area
   ||impossible
Version|3.6.1.2 release |3.3.0 Beta2
 Ever confirmed|0   |1

--- Comment #2 from Rainer Bielefeld libreoff...@bielefeldundbuss.de ---
The report is a little imprecise, but I think reporter wanted to say:

1. Click into the bottom right quarter of the blue rectangle (or on the
   grey border of the rectangle)
Rectangle becomes selected, 8 control points appear
2. do a single click on the characters of the text.
   Expected: Text box containing text fsdfsfssfsfsfsdf becomes selected
   Actual: selection does not change

That's a very old (I see it already in OOo 1.1.5) and more general problem.

As you can see with newsample.ods, If the filled background shape is selected
any object in front of that background shape only can be selected by double
click, a single click will not work (for yellow borders smiley, for example)

Strange, you also can't select red borders smiley (with single click) as long
as background rectangle is selected and if you click on the smiley inside the
background rectangle area. Single click selection will work when you click red
smiley shape outside background rectangle (below mouth, for example).

Same problem for simple line.

Problem does not exist for background object without area filling

To  me this behavior seems confusing and inconsistent.


@Lucas Betschart:
Thank you for your attention!


@Lennard:
You fixed Bug 35079 - EDITING: Drawing element completely in mouse selection
frame not selected, may be the insights you got there can be useful for a fix
here?
Please set Status to ASSIGNED and add yourself to Assigned To if you accept
this Bug or forward the Bug if it's not your turff

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 55430] EDITING: Single mouse click selection of element completely drawn in front of selected filled area impossible

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55430

Rainer Bielefeld libreoff...@bielefeldundbuss.de changed:

   What|Removed |Added

  Attachment #67834|0   |1
is obsolete||

--- Comment #3 from Rainer Bielefeld libreoff...@bielefeldundbuss.de ---
Created attachment 67868
  -- https://bugs.freedesktop.org/attachment.cgi?id=67868action=edit
New Sample Document

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 55442] BUGZILLAASSISTANT: Impossible to submit a Bug - Bugzilla 4.2.3 incompatible?

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55442

--- Comment #3 from Korrawit Pruegsanusak detective.conan.1...@gmail.com ---
From https://wiki.mozilla.org/Bugzilla:REST_API:Objects#Bug
 update_token: Token you'll need to submit to change the bug; supplied only 
 when logged in

Also, tested by submitted a new bug via this bugzilla interface, it sent a
token field when doing POST post_bug.cgi

In conclusion, we need a token string. But I don't know how to get it in BSA.

Possible solutions in my thoughts:

(A) Change BSA to use Bugzilla REST API
https://wiki.mozilla.org/Bugzilla:REST_API But this requires much works, both
by fdo admin and libo sides.

(B) Use Bugzilla API (XML-RPC) http://www.bugzilla.org/docs/4.2/en/html/api/

(C) Maybe some configurations / hacks to turn off checking for token will help.
But this will be less secure and I don't know if this is possible.

Or are there more possible solutions that I can't think of? Probably ;)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 55442] BUGZILLAASSISTANT: Impossible to submit a Bug - Bugzilla 4.2.3 incompatible?

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55442

--- Comment #4 from Korrawit Pruegsanusak detective.conan.1...@gmail.com ---
Ouch, the token field is in page
  enter_bug.cgi?product=LibreOfficebug_status=UNCONFIRMED

and appears as:
  input type=hidden name=token value=$token_value

If only we could get it into BSA ...

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 55442] BUGZILLAASSISTANT: Impossible to submit a Bug - Bugzilla 4.2.3 incompatible?

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55442

--- Comment #5 from Korrawit Pruegsanusak detective.conan.1...@gmail.com ---
(In reply to comment #4)
 Ouch, the token field is in page
   enter_bug.cgi?product=LibreOfficebug_status=UNCONFIRMED

Beware! Token is NOT the same as in enter_bug.cgi (product selection page)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 54961] PDF: Export to PDF- option PDF/A-1a

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54961

--- Comment #5 from pierre-yves samyn pierre-yves.sa...@laposte.net ---
Hello

Still occurs with Version 3.6.2.2 (Build ID: da8c1e6)  windows 7 64bits

(In reply to comment #4)
 I have the same on 3.6.2 rc 2 - Linux. I noticed that if you send by e-mail
 the pdf you do not get any warning and the pdf/a is validated.

With my platform I get the same error with File Send by e-mail pdf

Regards
Pierre-Yves

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 55466] New: Problem with bottom edge in merged cells in xls format

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55466

  Priority: medium
Bug ID: 55466
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Problem with bottom edge in merged cells in xls format
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: kosm...@kosmaty.anv.pl
  Hardware: Other
Status: UNCONFIRMED
   Version: 3.6.0.4 release
 Component: Spreadsheet
   Product: LibreOffice

Created attachment 67875
  -- https://bugs.freedesktop.org/attachment.cgi?id=67875action=edit
Described problem for cell B31 with bottom edge

Problem description: 

Steps to reproduce:
1. merge cels from B31 to F40
2. set all edges to cell B31
3. save as XLS 97/2000/XP/2003 format

Current behavior:
After reopen cell B31 does not have a bottom edge

Expected behavior:
After reopen cell B31 should have a all edges

Platform (if different from the browser): 

Browser: Mozilla/5.0 (Windows NT 5.1; rv:15.0) Gecko/20100101 Firefox/15.0.1

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 51976] FILEOPEN: Base embedded HSQLDB even slower than 3.5.5: open / scroll through table

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51976

rob...@familiegrosskopf.de changed:

   What|Removed |Added

 Status|NEEDINFO|NEW

--- Comment #11 from rob...@familiegrosskopf.de ---
The problem still exists under LO 3.6.2.1, OpenSuSE 12.1, 64bit.
I tested with https://bugs.freedesktop.org/attachment.cgi?id=63967 . Opening
the table, try to scroll with the button last to the last record and wait ...
wait ... 12 minutes for the 3 rows.
CPU was running with 100%. CPU is Atom(TM) CPU N570 @ 1.66GHz (Netbook).
I set this bug to Status New.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 55269] Calc AutoFilter Performance Affected by Windows 7 Settings

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55269

--- Comment #4 from preechaw preec...@gmail.com ---
(In reply to comment #1)
 Created attachment 67604 [details]
 Sample Document
 
 NOT reproducible with  Server Installation of LibreOffice 3.6.2.1 rc 
 English UI/ German Locale [Build-ID:  ba822cc] on German WIN7 Home Premium
 (64bit) and attached sample document.
 
 I clicked the Filtr3 button, Standard Filter, Condition  Filter3  = 12345,
 works fine with Use visual styles on windows and buttons active
 
 @Reporter:
 Any Ideas?

Have you looked at the attached file?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 55307] Drawing Object Copied Using Ctrl+[Mouse-Drag] Is Not Immediately Displayed

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55307

preechaw preec...@gmail.com changed:

   What|Removed |Added

   Severity|minor   |normal

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 45630] : Printer Driver Options do not Work with LO Documents (Duplex, Pages per Sheet)

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45630

--- Comment #1 from rob...@familiegrosskopf.de ---
Could you please show the properties of the printer in the printing dialog?
Does this problem still exist in a newer version of LO, for example the version
3.5.6

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 45788] UI: Language not unexpectedly not English

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45788

rob...@familiegrosskopf.de changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #2 from rob...@familiegrosskopf.de ---
There isn't an answer for about over 6 months. Seems to be, that the bug has
been solved for the reporter. Set the Status to Resolved and Worksforme.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 45561] all zeros in .ods document disappears in print preview, printed document of in exported PDF

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45561

rob...@familiegrosskopf.de changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |WORKSFORME
   Severity|major   |minor
  Component|Writer  |Spreadsheet

--- Comment #2 from rob...@familiegrosskopf.de ---
There is no reaction to this bug from the reporter for about over 6 months.
Could not reproduce the behavior. So I set the Status to Resolved and
Worksforme.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 55442] BUGZILLAASSISTANT: Impossible to submit a Bug - Bugzilla 4.2.3 incompatible?

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55442

--- Comment #6 from Korrawit Pruegsanusak detective.conan.1...@gmail.com ---
Created attachment 67876
  -- https://bugs.freedesktop.org/attachment.cgi?id=67876action=edit
UNTESTED patch

One of admins please apply the attached patch and see whether it works. Thanks.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 45759] EDITING: CRASH when type text

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45759

rob...@familiegrosskopf.de changed:

   What|Removed |Added

 CC||rob...@familiegrosskopf.de

--- Comment #4 from rob...@familiegrosskopf.de ---
@hubertus,

when you installed the new version of LO, did you delete the content of
%appdata%\libreoffice\3\user before you start the program the first time? A new
installation or uninstalling an old version excludes the content of this
folder.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 54629] EDITING: Hebrew/Arabic text is not clickable in textbox area of Impress slides

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54629

Lior Kaplan kaplanl...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
Version|unspecified |3.6.0.4 release
 Ever confirmed|0   |1

--- Comment #6 from Lior Kaplan kaplanl...@gmail.com ---
Ok, when changing the font to Lohit Hindi I can reproduce the bug. This font
comes from the ttf-indic-fonts-core package in Ubuntu.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 54629] EDITING: Hebrew/Arabic text is not clickable in textbox area of Impress slides (Lohit Hindi font only)

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54629

Lior Kaplan kaplanl...@gmail.com changed:

   What|Removed |Added

Summary|EDITING: Hebrew/Arabic text |EDITING: Hebrew/Arabic text
   |is not clickable in textbox |is not clickable in textbox
   |area of Impress slides  |area of Impress slides
   ||(Lohit Hindi font only)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 55034] Hebrew text rendering is broken in a few fonts

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55034

Lior Kaplan kaplanl...@gmail.com changed:

   What|Removed |Added

Summary|Hebrew text rendering   |Hebrew text rendering is
   |completely busted when  |broken in a few fonts
   |first opening writer|

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 55399] Writer crashes or does not respond

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55399

Roman Eisele b...@eikota.de changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #3 from Roman Eisele b...@eikota.de ---
@ eastasiax:

thank you very much for your detailed reply!

*

Because eastasiax has confirmed that Enable Access for assistive devices was
activated, and because the stack trace in his log file is mostly identical to
the one of bug 55156, the reason of this crash seems to be the same as in bug
55156.

This is good, because bug 55156 is already fixed (or band-aided); the fix will
appear in LibreOffice 3.7 (and probably backported to LibreOffice 3.6.3).

*** This bug has been marked as a duplicate of bug 55156 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 55156] Hang on accessing any pane in the application Options dialog, when Cinch is running (related to Mac OS accessibility)

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55156

Roman Eisele b...@eikota.de changed:

   What|Removed |Added

 CC||eastas...@163.com

--- Comment #6 from Roman Eisele b...@eikota.de ---
*** Bug 55399 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 55034] Hebrew text rendering is broken in a few fonts

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55034

--- Comment #8 from Lior Kaplan kaplanl...@gmail.com ---
Created attachment 67880
  -- https://bugs.freedesktop.org/attachment.cgi?id=67880action=edit
screenshot of broken hebrew rendering with a few fonts

I don't have the Lucida font on my Debian/Ubuntu, but I could get something
similar with these fonts (screenshot attached) on LibO 3.6.0.4
- Khmer OS
- Phetsarath OT

Eyal - Do you have the problem on Windows? If so, which version.

I think your problem could be fixed by changing in the default font in
share/registry/main.xcd which is space less version of
http://opengrok.libreoffice.org/xref/core/officecfg/registry/data/org/openoffice/VCL.xcu#185

Changing (for Hebrew only):
Lucidasans;Lucida Sans; - lucidasansunicode; Lucida Sans Unicode;

If this fixes your problem, I'll make it permanent.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 55034] Hebrew text rendering is broken in a few fonts

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55034

Lior Kaplan kaplanl...@gmail.com changed:

   What|Removed |Added

 Blocks||43808

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 43808] Meta bug for Most Annoying RTL related issues

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43808

Lior Kaplan kaplanl...@gmail.com changed:

   What|Removed |Added

 Depends on||55034

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 55467] New: Windows explorer freezes with 100% processor load when mouse touches a Liboffice file

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55467

  Priority: high
Bug ID: 55467
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Windows explorer freezes with 100% processor load when
mouse touches a Liboffice file
  Severity: major
Classification: Unclassified
OS: Windows (All)
  Reporter: mr_ra...@web.de
  Hardware: x86 (IA32)
Status: UNCONFIRMED
   Version: 3.6.1.2 release
 Component: Libreoffice
   Product: LibreOffice

After installation of LO 3.6.1 everything was fine. But some later the system
(Win XP SP3, Pentium4, 1GB RAM) froze with 100% processor load when the mouse
touched a LO file in the windows explorer. After some minutes the system
recovered by itself, but usually the explorer applications had to be closed
with the Task Manager.
LO could be loaded, file opening with the open menu in LO worked so far, but
everyting seemed to be slower than usual. 
In the meantime I deinstalled LO 3.6.1 and reinstalled LO 3.5.6; up to now the
problem didn't recur, but I will keep an eye on that.
I rated this problem as 'major' as it is a severe disturbance of my daily work.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 55467] Windows explorer freezes with 100% processor load when mouse touches a Liboffice file

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55467

mr_ra...@web.de changed:

   What|Removed |Added

 QA Contact||mr_ra...@web.de
 CC||mr_ra...@web.de

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 51976] FILEOPEN: Base embedded HSQLDB even slower than 3.5.5: open / scroll through table

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51976

--- Comment #12 from Rainer Bielefeld libreoff...@bielefeldundbuss.de ---
A Jump to last record problem is [Reproducible] with Server Installation of
LibreOffice 3.6.2.1 rc  English UI/ German Locale [Build-ID:  da8c1e6] on
German WIN7 Home Premium (64bit) 

Steps how to reproduce with attachment 63257 of Bug 51239 - A double-plus-more
extremely slow search/browse table in embedded HSQLDB since 3.5.5/3.6.0.beta:

1. Open Sample document from LibO Start Center, menu 'File - Open'
2. In Database Pane select 'Tables'
3. In Tables Pane open Sales Invoices with double click
Table opens, showing 23 records in Status bar below table
4. Click 'Last Record' button in Table Data bar (?) below table data
   Expected: Shows record 30849 after few moments 
   Actual: needs 2 Minutes or so with high CPU load

Was still ok with 3.3.3:   3s for step 4
Was some worse with 3.4.2: 15s for step 4, but from then | and |
   only take 1s or so

With 3.5.1.2:  3 Minutes for Step 4 
   (I did not measure time exactly), from then
   | and | still rather slow, takes 1 minute or
so

With 3.5.7.1:  3 Minutes for Step 4,  from then
   | and | still rather slow, takes 30s or so  

With 3.6.2.2:  3,25 Minutes for Step 4 
   (I did not measure time exactly), from then
   | and | still rather slow, takes 20s or so
   only tested with this version: scrolling with
   scroll slider after step 4 still is a mess,
   always stops after few lines for several 
   seconds after I can continue

@robert:
This bug still needs a lot of information to deserve Status NEW due to
https://wiki.documentfoundation.org/BugTriage#Process  item 5:
- What exactly do you mean with scroll? Using scroll slider, Scroll buttons 
 (for that 400s would be acceptable), Mouse whell? Please describe exactly!
- What is the problem here? Slow Fileopen (not reproducible at all
  for me) or slow scrolling? Please decide and correct the summary!
  http://wiki.documentfoundation.org/BugReport#General_information item 4!
- All OS affected or definitively only Linux? 
  -- We need a precise step by step 
 instruction with precise time measurement to keep apart different 
 problems all causing slowness problems
  What exactly is the difference to Bug 51239? 
  I wonder whether WIN was affectet there, I only saw Linux and MAC there, and 
  I still see heavy problems with sample document from that bug

@Lionel:
I am afraid that long discussion here will have no good cost-benefit ration,
may be it will be more effective that you narrow town task of the report to any
obvious all OS) problem and we will see what will happen after a first fix?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 55468] New: fileopen, formatting

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55468

  Priority: medium
Bug ID: 55468
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: fileopen, formatting
  Severity: major
Classification: Unclassified
OS: Linux (All)
  Reporter: ibrahim.ham...@gmail.com
  Hardware: Other
Status: UNCONFIRMED
   Version: 3.5.4 release
 Component: Spreadsheet
   Product: LibreOffice

Created attachment 67881
  -- https://bugs.freedesktop.org/attachment.cgi?id=67881action=edit
a screen shot of an excel sheet made in excel when opened using libreoffice the
place of the object start here is moved; the font of the sheet is much larger
than the original

When opening an excel file created using windows OS in Ubuntu - Libreoffice
Calc the formatting of the sheet will be changed. This means the font used will
be larger; any object placed will be miss placed; and any notes for cells will
be always opened by default (show comment option checked).

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 55469] New: math fonts have wrong line spacing

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55469

  Priority: medium
Bug ID: 55469
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: math fonts have wrong line spacing
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: yury.tarasiev...@gmail.com
  Hardware: Other
Status: NEW
   Version: 3.6.2.1 rc
 Component: Writer
   Product: LibreOffice

Lines spacing is anomally large for some fonts strongly specialising in math
glyphs (at least Asana Math, XITS Math, STIX Math, Neo Euler). This happens
both in Writer and in Formula Editor.

After some testing, I believe that it doesn't matter what glyphs are actually
used, only what parameters (unknown to me) are used in a fontfile. Actually,
this is an old bug, I remember experiencing this problem a year ago, at least.

Ironically, other textprocessors manage better! I'm attaching two files, 1)
with Neo Euler and Asana Math lines, saved in softmaker.com's TextMaker 2012,
2) with Neo Euler and Asana Math and STIX Math and XITS Math, saved in
LibreOffice 3.6.2.1. Also I'm attaching screenshots with both files open in
TextMaker 2008, TextMaker 2012, KWord 4.5.5 (or something), LibreOffice
3.6.2.1.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 55469] math fonts have wrong line spacing

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55469

--- Comment #1 from Yury yury.tarasiev...@gmail.com ---
Created attachment 67882
  -- https://bugs.freedesktop.org/attachment.cgi?id=67882action=edit
file with two math fonts, saved in TextMaker 2012

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 55469] math fonts have wrong line spacing

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55469

--- Comment #2 from Yury yury.tarasiev...@gmail.com ---
Created attachment 67883
  -- https://bugs.freedesktop.org/attachment.cgi?id=67883action=edit
file with four fonts, saved in LibreOffice 3.6.2.1

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 55469] math fonts have wrong line spacing

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55469

--- Comment #3 from Yury yury.tarasiev...@gmail.com ---
Created attachment 67884
  -- https://bugs.freedesktop.org/attachment.cgi?id=67884action=edit
2fonts_kword

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 55469] math fonts have wrong line spacing

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55469

--- Comment #4 from Yury yury.tarasiev...@gmail.com ---
Created attachment 67885
  -- https://bugs.freedesktop.org/attachment.cgi?id=67885action=edit
2fonts_libo

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 55469] math fonts have wrong line spacing

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55469

--- Comment #5 from Yury yury.tarasiev...@gmail.com ---
Created attachment 67886
  -- https://bugs.freedesktop.org/attachment.cgi?id=67886action=edit
2fonts_tm2008

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 55469] math fonts have wrong line spacing

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55469

--- Comment #6 from Yury yury.tarasiev...@gmail.com ---
Created attachment 67887
  -- https://bugs.freedesktop.org/attachment.cgi?id=67887action=edit
2fonts_tm2012

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 55469] math fonts have wrong line spacing

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55469

--- Comment #7 from Yury yury.tarasiev...@gmail.com ---
Created attachment 67888
  -- https://bugs.freedesktop.org/attachment.cgi?id=67888action=edit
4fonts_kword

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 55469] math fonts have wrong line spacing

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55469

--- Comment #8 from Yury yury.tarasiev...@gmail.com ---
Created attachment 67889
  -- https://bugs.freedesktop.org/attachment.cgi?id=67889action=edit
4fonts_libo

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 55469] math fonts have wrong line spacing

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55469

--- Comment #9 from Yury yury.tarasiev...@gmail.com ---
Created attachment 67890
  -- https://bugs.freedesktop.org/attachment.cgi?id=67890action=edit
4fonts_tm2008

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 55469] math fonts have wrong line spacing

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55469

--- Comment #10 from Yury yury.tarasiev...@gmail.com ---
Created attachment 67891
  -- https://bugs.freedesktop.org/attachment.cgi?id=67891action=edit
4fonts_tm2012

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 55469] math fonts have wrong line spacing

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55469

Yury yury.tarasiev...@gmail.com changed:

   What|Removed |Added

  Attachment #67884|text/plain  |image/jpeg
  mime type||

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 35717] Error installing Estonian language pack

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35717

--- Comment #5 from Peeter peeter...@gmail.com ---
I previously thought that the package adds also spell checking. So you can omit
that part.

The language pack still does not work for LibreOffice 3.6.1.2 indeed.

After double-clicking 'LibreOffice Language Pack.app' the app just pops up for
a second in the Dock, but nothing happens. Console shows the following message:

30.09.12 15:30.28,162 com.apple.launchd.peruser.501[128]:
([0x0-0x669669].org.libreoffice.script[21268]) Exited with code: 1

Opening the app in Terminal as regular user does nothing, but with sudo just
prints the message:

LSOpenURLsWithRole() failed with error -10810 for the file
/Users/peeter/Downloads/LibreOffice Language Pack.app.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 55269] Calc AutoFilter Performance Affected by Windows 7 Settings

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55269

--- Comment #5 from pierre-yves samyn pierre-yves.sa...@laposte.net ---
Hello

I reproduce the bug with Version 3.6.2.2 (Build ID: da8c1e6)  Windows 7 64bit
and your file (with-unicode-chars.ods) but not all columns: on Column A
specially (col1)

I suspect, therefore, that the type of character is concerned.

I replaced the non-Latin characters with numbers and copied and pasted the data
for approximately 120,000 lines. With this file I do not reproduce the bug.

Regards
Pierre-Yves

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 48783] : Clipboard cleared on exit on Ubuntu 12.04

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48783

--- Comment #2 from Jarlath Reidy jarlathre...@gmail.com ---
Hi Thomas,

Thanks for your reply. I can currently reproduce this on the Ubuntu 
12.04 Unity desktop which I believe uses Gnome as it's backend. I 
haven't tried this on any other linux environments. I did try the same 
experiment with (copying from and closing) Firefox and (pasting to) 
Gedit, it worked correctly in this case.

However on MacOS 10.8 (Mountain Lion) this issue is not reproducible. 
The clipboard contents are preserved on exit.

By the way, were you using KDE to reproduce this?

On 09/29/2012 11:45 PM, bugzilla-dae...@freedesktop.org wrote:

 *Comment # 1 https://bugs.freedesktop.org/show_bug.cgi?id=48783#c1 
 on bug 48783 https://bugs.freedesktop.org/show_bug.cgi?id=48783 from 
 thack...@nexgo.de mailto:thack...@nexgo.de *
 Hello Jarlath, *,
 I can confirm your observation with LO Version 3.6.2.2 (Build ID: da8c1e6)
 under Debian Testing x86 (but seem to remember to have this same behaviour
 observed on my PC with Debian Testing AMD64), but I am not sure, if it is a 
 bug
 from LO and/or from the clipboard. I seem to remember, that it happened to me,
 when copying from other applications to the clipboard (say from firefox to
 konsole) in the past as well. So maybe it works as expected (by the
 developers, it means ... ;) ).

 Just out of interest: Are you using the default WM/DE GNOME? And have you
 tested it with another one (like XFCE, KDE or the like)?
 HTH
 Thomas.
 
 You are receiving this mail because:

   * You reported the bug.


-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 55467] Windows explorer freezes with 100% processor load when mouse touches a Liboffice file

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55467

--- Comment #1 from mr_ra...@web.de ---
This behaviour might be the same as describe in Bug 55295. However, it also
seemed to happen with small files without images.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 54862] FILEOPEN, TABLES: Merged table cells from .doc file appear split in Writer (regression)

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54862

--- Comment #27 from dE de.tec...@gmail.com ---
Does not persist on 3.5.6.2 (linux).

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 47527] FILEOPEN particular DOCX 2007: picture in page footer at wrong place

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47527

--- Comment #12 from Ettore Atalan atalantt...@googlemail.com ---
LibreOffice Writer 3.6.1 imports the file correctly :)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 54923] Crash when navigating options.

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54923

--- Comment #28 from Roman Eisele b...@eikota.de ---
Thanks! ;-)

Well, I am trying hard to reproduce the issue, but I still have some problems.
Of course, I think we are on the right way, but there is some little piece of
information missing. Hm ... So an additional question:

Do you have checked any of the additional options in the LazyMouse control
panel:
* Return the cursor to its original position ... or
* Play sound or
* Show an animation of the cursor moving ...?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 55470] New: Calc crashes when changing data rows for pie chart

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55470

  Priority: medium
Bug ID: 55470
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Calc crashes when changing data rows for pie chart
  Severity: major
Classification: Unclassified
OS: Windows (All)
  Reporter: calistop...@gmail.com
  Hardware: x86-64 (AMD64)
Status: UNCONFIRMED
   Version: 3.6.1.2 release
 Component: Chart
   Product: LibreOffice

Consider this simple row set:

3JKL
442,538,519
5Head1Head2Head3

I have a pie chart with the heads as data row description. Yes, the
description is on the bottom line. The field definition looks like this:
$Tabelle1.$J$4:$L$5. The data rows tab has only Row 4 with Name -
$Tabelle1.$J$5:$L$5 and Y-Werte - $Tabelle1.$J$4:$L$4 and
$Tabelle1.$J$5:$L$5


If I try to change the value in the data area tab to include another row (in my
case row 3) calc crashes. If I add the row in the data row tab it does NOT
crash.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 54923] Crash when navigating options.

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54923

--- Comment #29 from Phil Reilly pjprei...@gmail.com ---
I'm using the free version so show the animation is not on but the others
are. See Comment 9 for the procedure. You have to click Help fast over 
over, I use the track-pad for clicking.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 42391] PRINTING: Combined printing of custom size page result to scaling even when actual size option is choosen

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42391

--- Comment #5 from Haris harishas...@gmail.com ---
The attachement that I sent earlier should demonstrate it.

I am printing a custom paper size that is half the width of an A4 (but same
height).

Because it is only half A4 size. Was expecting it to take the whole A4 size
if I use the 2 page per sheet (File  Print  Page Layout   Pages Per
Sheet  2).

Simple statement. You have 2 page per sheet and each page is half A4. So 2
page is full A4.

If you look at my last attachment. That is not happening. What happen is
the first half page is followed by blank page. Hence the result is still
two A4 printout that contains 2 valid (half A4 page) plus 2 blank (half A4
page).

Half A4 page is as defined above, acustom page size that is half the width
but same height.

Hope that helps!




On Fri, Sep 28, 2012 at 2:06 PM, bugzilla-dae...@freedesktop.org wrote:

   *Comment # 4 https://bugs.freedesktop.org/show_bug.cgi?id=42391#c4 on bug
 42391 https://bugs.freedesktop.org/show_bug.cgi?id=42391 from
 sasha.libreoff...@gmail.com *

 @ Haris
 Thanks for additional explanation. But I still can not understand. Please, 
 draw
 picture of how pages are placed currently and how it should be. Draw pages as
 simple rectangles.
 Possible workaround: export to PDF as is, then print from PDF viewer as 2 or 4
 pages per sheet.

  --
 You are receiving this mail because:

- You reported the bug.



-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 50479] EDITING: Unable to paste into form

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50479

Alex Thurgood ipla...@yahoo.co.uk changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #5 from Alex Thurgood ipla...@yahoo.co.uk ---
Duplicate, marking as such.

Alex

*** This bug has been marked as a duplicate of bug 45669 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 45669] Database: Pasting of standard text into Text Box field doesn't not work

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45669

Alex Thurgood ipla...@yahoo.co.uk changed:

   What|Removed |Added

 CC||mabajia...@mac.com

--- Comment #6 from Alex Thurgood ipla...@yahoo.co.uk ---
*** Bug 50479 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 55034] Hebrew text rendering is broken in a few fonts, including fonts chosen as the default

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55034

Eyal Rozenberg eyal...@technion.ac.il changed:

   What|Removed |Added

Summary|Hebrew text rendering is|Hebrew text rendering is
   |broken in a few fonts   |broken in a few fonts,
   ||including fonts chosen as
   ||the default

--- Comment #9 from Eyal Rozenberg eyal...@technion.ac.il ---
Changing the font does fix things - but the bigger problem is that the default
font (or one alternative for the default font) LO is configured to have
exhibits this problem. So it's the distribution font which needs to be changed,
I believe, at least for CTL. Either that or bundling a default font (which I'm
not sure is relevant.)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 45669] Database: Pasting of standard text into Text Box field doesn't not work

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45669

Alex Thurgood ipla...@yahoo.co.uk changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #7 from Alex Thurgood ipla...@yahoo.co.uk ---
In Mac daily build from 30/09/2012 :

I can :

- drag and drop value from one cell in a grid on a form to a neighbouring cell,
so DND works within the Base file itself ;
- right mouse button click Paste

HOWEVER :

I can't Cmd-C/Cmd-V
I can't use the Edit menu to copy and paste either.
I can't undo the DND operation. Pressing Cmd-Z has no effect.
I can't copy/paste from another app, e.g. Firefox, Terminal.app

With Cmd-C/Cmd-V, one can see that the corresponding main menu entry Edit is
briefly highlighted, but nothing happens.

Confirming.


Alex

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 55470] Calc crashes when changing data rows for pie chart

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55470

Rainer Bielefeld libreoff...@bielefeldundbuss.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||LibreOffice@bielefeldundbus
   ||s.de
 Ever confirmed|0   |1

--- Comment #1 from Rainer Bielefeld libreoff...@bielefeldundbuss.de ---
@reporter:
Please:
- Attach a sample document (not only screenshot) or refer to an existing 
  sample document in an other Bug with a link; to attach a file to this 
  bug report, just click on Add an attachment right on this page.
- Contribute a document related step by step instruction containing every 
  key press and every mouse click how to reproduce your problem 
  (similar to example in Bug 43431)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 45669] Database: Pasting of standard text into Text Box field doesn't not work

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45669

Alex Thurgood ipla...@yahoo.co.uk changed:

   What|Removed |Added

 CC||nthieb...@gmail.com,
   ||tbehr...@suse.com,
   ||tima...@gmail.com

--- Comment #8 from Alex Thurgood ipla...@yahoo.co.uk ---
Not sure whether this is a framework, UI or Base code problem. As it is Mac,
will CC Thorsten and Norbert, but it might be the slot identifiers or
associated code for Copy/Paste in Mac which are screwed, since I can see the
Edit menu highlighted.

@Thorsten, Norbert, Andras : any idea ?

Alex

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 49143] EDITING: LibreOffice Base pastes array into single cell

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49143

Alex Thurgood ipla...@yahoo.co.uk changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |NOTABUG

--- Comment #4 from Alex Thurgood ipla...@yahoo.co.uk ---
NOTABUG, this is how cut and paste work within the Table view of Base. The
Table view/representation is not a Calc sheet, it doesn't know how to interpret
carriage return / line feeds.

At best this is a request for enhancement, but it probably is not trivial to
achieve, and more importantly, there are already other ways of importing your
data into a table than direct copy and pasting of mulitple rows of data from a
text field, as Robert has indicated.

You can also copy that data into a Calc spreadsheet and from there dragndrop it
onto the Table entry in your list of tables in the main ODB window.

So, at least 2 ways to achieve what you want to do : NOTABUG.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 49143] EDITING: LibreOffice Base pastes array into single cell

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49143

Alex Thurgood ipla...@yahoo.co.uk changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 49696] KDE integration package issues

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49696

--- Comment #2 from peter Roots bugs...@rocketmail.com ---
since when has single click verses double click to open a file been cosmetic?
If every other program on my system respect the single click setting and LO
does not then something more fundamental is wrong than a few icons

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 54838] EDITING: Report-Builder crashes LO with Java-failure-Report

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54838

--- Comment #30 from Alex Thurgood ipla...@yahoo.co.uk ---
Colin, does your report contain a calculated field by any chance ?


Alex

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 54838] EDITING: Report-Builder crashes LO with Java-failure-Report

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54838

--- Comment #31 from Alex Thurgood ipla...@yahoo.co.uk ---
The reason I ask is because in the Java log you posted I see a reference to
Fraction in rptuilo and calculated fields in reports were known to crash LO
until a fix went into master, but this fix will only be available in 3.6.2 or
3.6.3 as I understand it.


Alex

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 54838] EDITING: Report-Builder crashes LO with Java-failure-Report

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54838

--- Comment #32 from Alex Thurgood ipla...@yahoo.co.uk ---
(In reply to comment #31)
 The reason I ask is because in the Java log you posted I see a reference to
 Fraction in rptuilo and calculated fields in reports were known to crash LO

sorry, that should be calculated fields in SQL statements, but if your report
relies on a calculated SQL statement, then it might fall victim to the same
problem.


Alex

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 51976] FILEOPEN: Base embedded HSQLDB even slower than 3.5.5: open / scroll through table

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51976

--- Comment #13 from rob...@familiegrosskopf.de ---
@Rainer
The fastes way to scroll through a table is to jump to last row. You can click
the last record-button. Then the CPU-load is 100%. A fast CPU is much faster,
but with my Netbook the last row is reached after 12 minutes.
The opening of the table (step 1) is also affected. Could be, that this is a
special Linux-problem. I can't say, because I have no other operating system.
When I have read your comment I could not explain,
https://bugs.freedesktop.org/show_bug.cgi?id=51239 should be fixed.
There was a comment in this bug, which describes a big difference between the
version LO 3.5.5 and 3.6.0.4:
https://bugs.freedesktop.org/show_bug.cgi?id=51239#c37
I have not tested it with a 3.5.6 or other version of LO, where the bug 51239
should be fixed.
When you have tested it with Win7 and different versions it seems to be a
problem since 3.4, blown up in 3.5 under Win.
When I reported this bug, I have taken the time for different versions: LO
3.3.4, LO 3.5.5.2 and LO 3.6 Beta 3 unter OpenSUSE 11.4. The time to get the
last row with the last record-button, grows from LO 3.5.5.2 to LO 3.6 Beta 3
with factor 2. See also https://bugs.freedesktop.org/show_bug.cgi?id=51976#c6

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 51976] FILEOPEN: Base embedded HSQLDB even slower than 3.5.5: open / move to last row of a table

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51976

rob...@familiegrosskopf.de changed:

   What|Removed |Added

Summary|FILEOPEN: Base embedded |FILEOPEN: Base embedded
   |HSQLDB even slower than |HSQLDB even slower than
   |3.5.5: open / scroll|3.5.5: open / move to last
   |through table   |row of a table

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 55456] docx file does not display correctly

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55456

Regina Henschel rb.hensc...@t-online.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE
 CC||rb.hensc...@t-online.de

--- Comment #1 from Regina Henschel rb.hensc...@t-online.de ---
The text is all in text shapes. That problem is already tracked in bug 36791.

In LO 3.7dev the text shapes are already there, but the layout is still broken.

*** This bug has been marked as a duplicate of bug 36791 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 55456] docx file does not display correctly

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55456

Regina Henschel rb.hensc...@t-online.de changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 31405] Connecting a SQL query to a form letter without using the mailing wizard

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31405

--- Comment #19 from Nicolas R nico2...@yopmail.com ---
(In reply to comment #18)
 Lionel Elie Mamane committed a patch related to this issue.
 It has been pushed to master:
 ...
 Affected users are encouraged to test the fix and report feedback.

Great !! It will be really useful in my company environnement, and I think for
other people too.


I will test it as soon as possible and available in daily builds, so probably
monday or tuesday.

Reading your comment, I suppose it's fixed in 3.7 branch ... except if Cédric
or Michael backport the patch to the 3.6.x release.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 55472] New: Libreoffice unable to open Ms Word document created with Pages

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55472

  Priority: medium
Bug ID: 55472
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Libreoffice unable to open Ms Word document created
with Pages
  Severity: normal
Classification: Unclassified
OS: Mac OS X (All)
  Reporter: cliffgos...@gmail.com
  Hardware: Other
Status: NEW
   Version: 3.5.6.2 release
 Component: Libreoffice
   Product: LibreOffice

I created a document in Pages for iPad and emailed it to myself in .doc format.
I then tried to open it with Libreoffice 3.5.6.2. Libreoffice brings up a
dialogue box asking what ASCII set to use. Default appears to be Mac European.
On enter document of random characters appears. I have tried with other ASCII
sets and none work.

Apache Open office can open the document and once opened by Openoffice or
MSWord Libreoffice can open it.

Om my Mac laptop I can open this file but I am using Libreoffice 3.5.4.2. this
bug may be due to a recent update.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 51976] EDITING: Base embedded HSQLDB needs minutes for first Go to last record in the Table

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51976

Rainer Bielefeld libreoff...@bielefeldundbuss.de changed:

   What|Removed |Added

Summary|FILEOPEN: Base embedded |EDITING: Base embedded
   |HSQLDB even slower than |HSQLDB needs minutes for
   |3.5.5: open / move to last  |first Go to last record in
   |row of a table  |the Table

--- Comment #14 from Rainer Bielefeld libreoff...@bielefeldundbuss.de ---
Splitting away FILEOPEN-Problem. 
@Robert, please submit a new Bug (similar to proceeding Lionel did with Bug
52170, Bug 53281)with some time measurement for opening time 3.5 / 3.6 so that
we get a clear separation from  other similar bugs.

This Go to last record problem has probably same roots like the painful slow
scrolling.

For WIN it seems that the big problems started with 3.5.1 or more early

@Robert, can you confirm that for Linux? I can't test because my Ubuntu LibO
has no Database. I still am not sure whether my WIN problem might have
completely different roots. You selected 3.6.0.0.beta3 as version because you
found that go to last record takes twice as much time as with 3.5.whatever. I
only see little slowdown between 3.5.7.1 and  3.6.2.2 But I think that all does
not count, I want to see that jump done in 3 seconds as I saw in 3.3.3. Where
did you see the mess starting that it takes minutes instead of 10s?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 52931] CONFIGURATION: Options are lost when using Windows roaming profiles

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52931

--- Comment #6 from Patrick Oltmann patrick.oltm...@posteo.net ---
The problem is still present in LibO 3.6.2.2. 
Below you will find a procedure for Windows 7 that should allow to reproduce
the problem without requiring an Active Directory, a Windows Server or actual
roaming profiles. All you need is a normal network share with read/write access
(hereafter termed \\server\share). 
As it can be seen in the procedure, the critical environment variable is
apparently not APPDATA but USERPROFILE, from which LibO seems to reconstruct
the APPDATA path by appending \AppData\Roaming.

 1. Create the following test folders on the share
\\server\share\libotest
\\server\share\libotest\AppData
\\server\share\libotest\AppData\Roaming

 2. Map \\server\share to a drive letter (hereafter termed X:)

 3. Open the Windows command line and change to the LibO program directory
(e.g. C:\Program Files (x86)\LibreOffice 3.6\program)

 4. Check your USERPROFILE environment variable:
'echo %USERPROFILE%'
- by default this will point to C:\Users\username

 5. Set the USERPROFILE to the test directory on the mapped drive:
'set USERPROFILE=X:\libotest'

 6. Start LibO via the command line:
'soffice.exe'
It is important to do this from the command line, otherwise the default 
USERPROFILE will be used.

- LibO should start now, and a config directory LibreOffice should be 
created in X:\libotest\AppData\Roaming

 7. Perform the test as described in the original description (2012-07-30)
- the modifications to the settings should be maintained
- In the config directory, 3\user\registrymodifications.xcu will be 
   created

 8. Quit LibO and delete the config directory from X:\libotest\AppData\Roaming

 9. Set the USERPROFILE to the test directory using the UNC:
'set USERPROFILE=\\server\share\libotest'

10. Again start LibO via the command line (as in 6.) and test (as in 7.):
- the config directory LibreOffice should be created in 
   \\server\share\libotest\AppData\Roaming
- the modifications to the settings are lost.
- 3\user\registrymodifications.xcu will not be created in the config
   directory.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 55474] New: aptitude package manager broken after install of 3.6.2-rc1

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55474

  Priority: medium
Bug ID: 55474
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: aptitude package manager broken after install of
3.6.2-rc1
  Severity: major
Classification: Unclassified
OS: Linux (All)
  Reporter: hc.stoellin...@aon.at
  Hardware: x86 (IA32)
Status: UNCONFIRMED
   Version: 3.6.2.2 rc
 Component: Installation
   Product: LibreOffice

I installed LO 3.6 .2-rc1 and then rc2 and face the problem since then that the
aptitude package manage is broken. I.e., I get the following messages:
Vorbereitung zum Ersetzen von libreoffice3.6-dict-de 3.6.0.4-104 (durch
libreoffice3.6-dict-de_3.6.2.2-2_i386.deb) ...
Ersatz für libreoffice3.6-dict-de wird entpackt ...
ERROR: unknown sub-command sync!
Use unopkg --help (short -h) to print all options.
ERROR: Registration of extensions failed!
dpkg: Warnung: Unterprozess altes post-removal-Skript gab den Fehlerwert 1
zurück
dpkg - stattdessen wird Skript aus dem neuen Paket probiert ...
dpkg: Fehler beim Bearbeiten von libreoffice3.6-dict-de_3.6.2.2-2_i386.deb
(--install):
Es gibt kein Skript in der neuen Version des Paketes - Abbruch
libobasis3.6-de (3.6.2.2-2) wird eingerichtet ...
libobasis3.6-de-base (3.6.2.2-2) wird eingerichtet ...
libobasis3.6-de-calc (3.6.2.2-2) wird eingerichtet ...
libobasis3.6-de-math (3.6.2.2-2) wird eingerichtet ...
libobasis3.6-de-res (3.6.2.2-2) wird eingerichtet ...
libobasis3.6-de-writer (3.6.2.2-2) wird eingerichtet ...
libreoffice3.6-de (3.6.2.2-2) wird eingerichtet ...
Fehler traten auf beim Bearbeiten von:
 libreoffice3.6-dict-de_3.6.2.2-2_i386.deb

There obviously is some problem with installing dictionaries (I see the same
for the french, english, and spanish dictionaries. I wonder whether this is a
bug or else what mistake I could have made during the installation. In any
case, I would be very please if somebody could point me in the right direction
for getting aptitude to work again. I run under Linux-Mint-Maya on one system
and Linux-Debian-Wheezy on another one. Thanks for your help... 
Regards H. Stoellinger, Salzburg

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 53019] Unable to pin the application to the taskbar (Windows 7)

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53019

--- Comment #4 from johannes.li...@gmx.de ---
confirmed on two different machines, both windows 7 HP SP1 64bit.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 55475] New: can't log in or register

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55475

  Priority: medium
Bug ID: 55475
CC: webs...@global.libreoffice.org
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: can't log in or register
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: lg7896-li...@usa.net
  Hardware: Other
Status: UNCONFIRMED
   Version: unspecified
 Component: WWW
   Product: LibreOffice

the login and registration links don't work at 
http://en.libreofficeforum.org/node/538

I can't log in with the credentials I have in my records. (An earlier record
that I created here about jumplists appears in that forum.)

In case my records are wrong, I tried creating a new account.  The registration
doesn't recognize my email address as valid.

Using Firefox 15.0.1

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 53019] Unable to pin the application to the taskbar (Windows 7)

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53019

--- Comment #5 from johannes.li...@gmx.de ---
i forgot, with the installer for 3.6.1.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 53400] Crash opening file of fdo#51817

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53400

Julien Nabet serval2...@yahoo.fr changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #5 from Julien Nabet serval2...@yahoo.fr ---
Korrawit: you were right, no crash now, thank you.

bfoman: symptoms are different. It's the same file but it's just a file, it
could have been any file. The important point is symptom.
I don't think we should mix different symptoms (crash during opening/crash when
click on the export PDF button) from different env (Linux/Windows) and
different version (master sources/3.5.2)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 53400] Crash opening file of fdo#51817

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53400

Julien Nabet serval2...@yahoo.fr changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 54940] EDITING: CONDITIONAL FORMATTING, Manage window could show the real conditions for all CF ranges, with relative ranges in the formula.

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54940

--- Comment #28 from Jean-Baptiste Faure jbf.fa...@sud-ouest.org ---
Hi Michael, Miguel Angel, Markus,

I did several tests after having reverted locally (in my own build) the commit
9edb6ba992ad2ef092996903d775df5313613bee as suggested by Michael. Precisely, I
reverted this commit after this one : f4b412ebd57016823dde50c5d41bdc39337b6b74

I did my tests accordingly to the following workflow:
1/ use Format  CF  CF to add new CF or modify existing CF
2/ use Format  CF  Manage to have a global view of existing CF and, if
needed, choose one to be modified.

My results:
- Format  CF  CF works as expected as long as you define CF for non
overlapping ranges

- Format  CF  Manage shows the ranges with CF as they have been defined in
Format  CF  CF: 
   * the formula is shown for the cell in the left corner of the range
   * if you select a range in the list and hit the Edit button, you get a
dialog
 with title Conditional Formating for range and the formulas are shown
 for the cell in the left corner of the range
   * if you hit the Add button in the Edit dialog, you can add a new 
 condition and if you define this new condition for the cell in the left
 corner of the range, then the condition is propagated over the range, as 
 expected.

So, for me, without the commit 9edb6ba992ad2ef092996903d775df5313613bee, these
dialogs work as a standard user would expect :-) So I propose to revert this
commit in the master if it does not play any role in other area.

I think this change should be backported to 3.6 but I propose to wait for that
that we have a daily build of the master that Miguel Angel and other interested
peoples can test. 

Remark: during my tests I encountered 2 issues, perhaps independent, I do not
know (If it is the case I can file new bug reports):
#1: the changes done in Format  CF  CF  Edit does not trigger the flag
modified file
#2: sometimes, changes like condition removed, seems not taken into account
(view not updated) until you save and reload the file, or go downstream in the
current sheet and go back.


I am very happy with this change. Thanks a lot for that. I am sure we are on
the way to a CF manager far better than we have in previous versions. The
Manage dialog is a clear plus for me and, only for it, I wouldn't go back to
old version. Even if some UI improvements, like resizable windows and range
pickers, are needed (from my point of view), but that's to be discussed
elsewhere.

Thank you very much for your patience. :-)

Best regards. JBF

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 55437] Office crash when importing and converting DOCX with formulas in the ODT file

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55437

Julien Nabet serval2...@yahoo.fr changed:

   What|Removed |Added

 CC||LibreOffice@bielefeldundbus
   ||s.de, serval2...@yahoo.fr

--- Comment #1 from Julien Nabet serval2...@yahoo.fr ---
On pc Debian x86-64 with 3.6 sources updated 2 days ago, I didn't reproduce
this.

Rainer: Reading this
http://wiki.documentfoundation.org/Release_Criteria#Blocker_Bug_Definition, I
don't think it's a blocker but maybe I'm wrong so would like your opinion if
you have some time.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 55472] Libreoffice unable to open Ms Word document created with Pages

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55472

Urmas davian...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Urmas davian...@gmail.com ---


*** This bug has been marked as a duplicate of bug 54985 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 54985] FILEOPEN: Cannot open some DOC files (corrupted symbols/ouput). OpenOffice opens them fine.

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54985

Urmas davian...@gmail.com changed:

   What|Removed |Added

 CC||cliffgos...@gmail.com

--- Comment #5 from Urmas davian...@gmail.com ---
*** Bug 55472 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 55169] : Name definitions

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55169

--- Comment #1 from Markus Mohrhard markus.mohrh...@googlemail.com ---
Which base cell did you chose? This is an important information when defining
relative references.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 55413] Extra line added after saving in 3.6.2, closing and re-opening a spreadsheet.

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55413

--- Comment #1 from Markus Mohrhard markus.mohrh...@googlemail.com ---
Could you please attach a test document showing the issue?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 42391] PRINTING: Combined printing of custom size page result to scaling even when actual size option is choosen

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42391

Regina Henschel rb.hensc...@t-online.de changed:

   What|Removed |Added

 Status|NEEDINFO|NEW
 CC||rb.hensc...@t-online.de

--- Comment #6 from Regina Henschel rb.hensc...@t-online.de ---
The pages are scaled down unnecessarily.

The user format is not used. You can see, that it is not used, if you check
border around page. Such printing with user defined page sizes works well in
Calc.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 55402] TDF Site [el] (Greek): Outdated version offered for download

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55402

Simos Xenitellis simos.bugzi...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 55402] TDF Site [el] (Greek): Outdated version offered for download

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55402

Simos Xenitellis simos.bugzi...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from Simos Xenitellis simos.bugzi...@gmail.com ---
Page fixed,
https://el.libreoffice.org/download/pre-releases/

Thanks Rainer!

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 55169] : Name definitions

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55169

--- Comment #2 from Ken ken17...@gmail.com ---
Typical link name would look like $Funds.$A4:E31
where Funds is the name of the sheet.
Some Name definitions are changed some are not.
Changes include sometimes changing the letter after the colon to J or G
And either or both numbers to something large or to #REF!



On 9/30/2012 5:17 PM, bugzilla-dae...@freedesktop.org wrote:

 *Comment # 1 https://bugs.freedesktop.org/show_bug.cgi?id=55169#c1 
 on bug 55169 https://bugs.freedesktop.org/show_bug.cgi?id=55169 from 
 Markus Mohrhard mailto:markus.mohrh...@googlemail.com *
 Which base cell did you chose? This is an important information when defining
 relative references.
 
 You are receiving this mail because:

   * You reported the bug.


-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 55169] : Name definitions

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55169

--- Comment #3 from Markus Mohrhard markus.mohrh...@googlemail.com ---
You know that you are using relative references? So they are expected to change
if you are not in the same cell.

That is why I asked for the base cell. The base cell of a range name is the
cursor cell when you define the range name. When you now move the cursor and
reopen the manage names dialog the shown formula/range will change.

If you don't want relative references prefix each part of the formula with a $.

So the absolute reference version of your first range looks like:
$Sheet2.$A$20:$G$30.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 55406] TDF Site [el] (Greek): obsolete Installation Link Texts on download page

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55406

Simos Xenitellis simos.bugzi...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Assignee|libreoffice-b...@lists.free |simos.bugzi...@gmail.com
   |desktop.org |
 Ever confirmed|0   |1

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 55169] : Name definitions

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55169

--- Comment #4 from Ken ken17...@gmail.com ---
I am not moving anything.
I define the name in the Name dialog.
I then define the link on another sheet to that name.
The links work until the file is saved and reloaded.
The some of them are garbage.


On 9/30/2012 5:53 PM, bugzilla-dae...@freedesktop.org wrote:

 *Comment # 3 https://bugs.freedesktop.org/show_bug.cgi?id=55169#c3 
 on bug 55169 https://bugs.freedesktop.org/show_bug.cgi?id=55169 from 
 Markus Mohrhard mailto:markus.mohrh...@googlemail.com *
 You know that you are using relative references? So they are expected to 
 change
 if you are not in the same cell.

 That is why I asked for the base cell. The base cell of a range name is the
 cursor cell when you define the range name. When you now move the cursor and
 reopen the manage names dialog the shown formula/range will change.

 If you don't want relative references prefix each part of the formula with a 
 $.

 So the absolute reference version of your first range looks like:
 $Sheet2.$A$20:$G$30.
 
 You are receiving this mail because:

   * You reported the bug.


-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 55169] : Name definitions

2012-09-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55169

--- Comment #5 from Markus Mohrhard markus.mohrh...@googlemail.com ---
Can you please describe in all details what you are doing. Including which cell
is selected when you are defining the range names and in which cell you are
using the range name.
The more details you add to your description the more likely it is that I can
reproduce it and fix it if it is a bug.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


  1   2   >