[Libreoffice-bugs] [Bug 93094] Editing - sqlite3 tables read only even when defined with primary key using Xerial jdbc driver

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93094

--- Comment #8 from Alex Thurgood ipla...@yahoo.co.uk ---
DBVisualiser relies on the Xerial JDBC driver and enables editing of SQLite
databases from within DbVisualiser, so the problem would appear to lie with the
way LibreOffice talks to the driver rather than the Xerial driver itself.

The same is true of Netbeans, which also uses the Xerial driver.

-- 
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 92872] CALC cell selection fails

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92872

--- Comment #5 from raal r...@post.cz ---
(In reply to C. Andrews Lavarre from comment #4)
 Created attachment 117564 [details]
 An .ods log of fail2ban results for a remote server containing the two
 described routines f2b_proc and f2b_fix
 

Hello, there is no macro in ods file:
A Scripting Framework error occurred while running the Basic script
vnd.sun.star.script:Standard.f2b.f2b_proc?language=Basiclocation=application.

Message: The following Basic script could not be found:
library: 'Standard'
module: 'f2b'
method: 'f2b_proc'
location: 'application'

-- 
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 45983] FILESAVE: .doc documents corrupted on roundtrip

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=45983

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #8 from Beluga todven...@suomi24.fi ---
Saved the original file with LibO 5.0.0.5 and opened in MSO 2013. It said it
had fixed a bunch of problem, so bug confirmed still.

Win 8.1 32-bit
MSO 2013
LibO Version: 5.0.0.5
Build ID: 1b1a90865e348b492231e1c451437d7a15bb262b
Locale: fi-FI (fi_FI)

-- 
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 93099] UI: sort order triangles (in column headers) do not follow prevailing convention

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93099

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1

--- Comment #1 from Beluga todven...@suomi24.fi ---
Confirmed.

Win 7 Pro 64-bit Version: 5.1.0.0.alpha1+
Build ID: 902255645328efde34ddf62227c8278e8dd61ff0
TinderBox: Win-x86@39, Branch:master, Time: 2015-07-30_03:52:07
Locale: en-US (fi_FI)

-- 
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 92959] PDF exported text boxes have weird border spacing

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92959

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

   Priority|medium  |low
 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1
   Severity|normal  |trivial

--- Comment #14 from Beluga todven...@suomi24.fi ---
Ok, I was looking at it the wrong way.. I can confirm the behavior.
I don't see it as a problem, but I'll set to NEW anyways.

-- 
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 75692] FORMATTING: Spreadsheet line/graph data not copy pasting into LibreOffice draw.

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75692

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #13 from Beluga todven...@suomi24.fi ---
Confirmed the problem with MSO 2013 and LibO 5.0.0.5.
Excel - Word pastes the line with the graph frame.
Excel - LibO only pastes the graph frame.

Win 8.1 32-bit
MSO 2013
LibO Version: 5.0.0.5
Build ID: 1b1a90865e348b492231e1c451437d7a15bb262b
Locale: fi-FI (fi_FI)

-- 
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 93094] Editing - sqlite3 tables read only even when defined with primary key using Xerial jdbc driver

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93094

--- Comment #9 from Alex Thurgood ipla...@yahoo.co.uk ---
If I create a fresh database from within LO using the Xerial jdbc driver, I can
create a new table, eg :

Table rainfall
id INTEGER NOT NULL
qty REAL

Set id as Primary Key via GUI

I can save that table, and then open it for data entry and enter data.

On saving and re-opening, I get an error message :

SQLite JDBC: inconsistent internal state.

The data has however been saved, because I can read and write to the same
database from the command line using sqlite3. 

For some reason however, LO can no longer read the data from the table.

This indicates that the JDBC driver from Xerial is not necessarily the limiting
factor, rather possibly the way LO interacts with the driver

-- 
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 93094] Editing - sqlite3 tables read only even when defined with primary key using Xerial jdbc driver

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93094

--- Comment #10 from Alex Thurgood ipla...@yahoo.co.uk ---
(In reply to Alex Thurgood from comment #8)
 DBVisualiser relies on the Xerial JDBC driver and enables editing of SQLite
 databases from within DbVisualiser, so the problem would appear to lie with
 the way LibreOffice talks to the driver rather than the Xerial driver itself.
 
 The same is true of Netbeans, which also uses the Xerial driver.

I should add that DbVisualiser can see the primary keys and constraints defined
in the tables.

-- 
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 93101] New: Reference Error #REF! Inconsistent behaviour not complying with specifications in OpenDocument-v1.2-part2 specifications

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93101

Bug ID: 93101
   Summary: Reference Error #REF! Inconsistent behaviour not
complying with specifications in
OpenDocument-v1.2-part2 specifications
   Product: LibreOffice
   Version: unspecified
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: j...@psilosoph.de

Created attachment 117626
  -- https://bugs.documentfoundation.org/attachment.cgi?id=117626action=edit
Demonstration containing addenda

A sibgle cell reference into a not accessible (or not existing e.g.)
spreadsheet file (ods or Excel type e.g.) will correctly produce the error
indicator #REF!
(Range references may produce a misleading error message.)

The actual bug(s): 
As soon as the missing reference is used as an operand it will be evaluated as
a blank cell would be. It is evaluated to 0 or to the empty string depending on
the operator, in case of comparison depending on the second operand. It even
evaluates to 0 if used as a selecting parameter with OFFSET or INDEX.
The missing reference passed to one of the information functions ISTEXT,
ISNUMBER, ISLOGICAL, ISERROR will result in FALSE returned. 
ISBLANK on contrary will answer TRUE.

Steps to reproduce the (basic) bug:
1. Create a new Calc document
2. Enter into A3 of the first sheet the formula 
   ='file:///NonExistingFilePath/AnyName.ods'#$Sheet1.A$1
3. Verify the expected error message #REF!
4. Enter into A4 below
   =1+'file:///NonExistingFilePath/AnyName.ods'#$Sheet1.A$1
5. Verify the (unexpected) result 1
6. Enter into A12
   =ISBLANK('file:///NonExistingFilePath/AnyName.ods'#$Sheet1.A$1)
7. Verify the (unexpected) result TRUE

Expected behavior:
In case of 4, #REF! or a compatible error message
In case of 6. #REF! or a compatible error message

The reported bug is demonstrated in the attached example. The attachment also
contains a few addenda to this report.

-- 
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 93102] New: Crash on enabling image contour

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93102

Bug ID: 93102
   Summary: Crash on enabling image contour
   Product: LibreOffice
   Version: 5.0.0.4 rc
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Keywords: have-backtrace, regression
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: philip...@hotmail.com
CC: michael.me...@collabora.com, phil.j...@free.fr

Created attachment 117627
  -- https://bugs.documentfoundation.org/attachment.cgi?id=117627action=edit
backtrace

Steps:
1) Open Writer
2) Insert Image
3) Right-click  Wrap  Edit Contour
4) Select 'Ellipse' in contour editor toolbar
5) Draw an ellipse
6) Click 'Apply' button
7) Close contour editor dialog with titlebar 'X'
8) Crash

Regression as this doesnt happen in 4.4 daily.

Version: 5.1.0.0.alpha1+
Build ID: 902255645328efde34ddf62227c8278e8dd61ff0
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2015-07-30_05:23:12
Locale: en-US (en_US.UTF-8)

On a side note, after reopening Writer after the crash, contour editor will be
automatically opened.

-- 
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 92937] tab order in base form initially inactive

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92937

Rolf Leggewie libreoff...@rolf.leggewie.biz changed:

   What|Removed |Added

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

--- Comment #5 from Rolf Leggewie libreoff...@rolf.leggewie.biz ---
Alex, I'd like to revisit this discussion.  I'm happy to see this is arguably a
config-setting only.  Then this is indeed not a bug.

Given that the default for the config option in question results in unintuitive
behaviour I would argue that LO can do better.  I would say that tab order
should work even if Automatic focus in form or automatic control focus are
not set for any of the tab fields.  If nothing is specified, enter the field
with the lowest activation sequence number, don't sit around twiddling thumbs,
so to speak.

I believe this is indeed a bug as most users would assume if they specified a
tab sequence it would work without having to mouse and position the cursor
first.

-- 
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 92850] Autocorrection of single quotation marks is disabled by default

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92850

--- Comment #4 from Adolfo Jayme f...@libreoffice.org ---
Julien, that patch looks okay to me.

-- 
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 92986] cannot update a view

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92986

steve -_- st...@openmailbox.org changed:

   What|Removed |Added

 Resolution|FIXED   |WORKSFORME

--- Comment #9 from steve -_- st...@openmailbox.org ---
Since we don't have any commit fixing anything Worksforme is the correct state.

-- 
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 92987] view cannot be a UNION SELECT

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92987

steve -_- st...@openmailbox.org changed:

   What|Removed |Added

 Resolution|FIXED   |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 93100] Document not displaying in view -- off center

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93100

m.a.riosv miguelange...@libreoffice.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||miguelangelrv@libreoffice.o
   ||rg
 Ever confirmed|0   |1

--- Comment #1 from m.a.riosv miguelange...@libreoffice.org ---
Hi @Jacques, thanks for reporting.

Please could you attach a sample file with the issue?, and this case would be
also good a screenshot demonstrating the problem.

-- 
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 93107] Division badly broken, displays as 1% of value when result is non-integer

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93107

Kendall Koning kkon...@gmail.com changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

-- 
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 93107] Division badly broken, displays as 1% of value when result is non-integer

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93107

--- Comment #6 from Kendall Koning kkon...@gmail.com ---
Created attachment 117634
  -- https://bugs.documentfoundation.org/attachment.cgi?id=117634action=edit
File used to demonstrate display problem.  Data appears correct.

-- 
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 33223] Sidebar: as container for toolbars, ability to add functions missing from Sidebar

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=33223

--- Comment #22 from Tom Colley tcol...@livingdata.com.au ---
I support the comments by or...@orionkidder.org, Jean-Baptiste Faure and V
Stuart Foote (Comments 18-21). The comments recognise a design issue which is
about efficient and flexible use of screen real estate. I also appreciate that
these concerns may be outside of the original design intentions for the sidebar
(Samuel Mehrbrodt, Comment 17 and Yousuf (Jay) Philips, Comment 12). The
original conception and development of the sidebar is clearly valuable and a
credit to those involved - thank you! Achieving the full realisation of that
value is what I think is driving the current discussion - discussion about how
to take the sidebar further so that significant design issues are resolved.
This is likely to make the sidebar a truly great feature. So, can we now move
on, acknowledging that original design intentions were/are great and can evolve
to resolve the now-clearly-evident design issues?

-- 
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 93107] Division badly broken, displays as 1% of value when result is non-integer

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93107

m.a.riosv miguelange...@libreoffice.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||miguelangelrv@libreoffice.o
   ||rg
 Ever confirmed|0   |1
   Severity|blocker |normal

--- Comment #4 from m.a.riosv miguelange...@libreoffice.org ---
Hi @Kendall, please instead a screenshot could you attach a sample file where
you have the issue?

Could you also verify if the option:
Menu/Tools/Options/LibreOffice calc/General - Use printer metrics.
is not activated.

To verify if it's a visualization issue, using the result as input for other
cell calculation confirms the erroneous values?

While is not reproduced, changed the importance.

-- 
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 56350] FILESAVE FORMATTING graph legend jumps to top-left corner after save

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=56350

--- Comment #5 from Libomark pnet...@f2s.com ---
Even simply editing the legend e.g. to provide a colour fill will cause its
location to jump to the left of the chart if it was previously moved into
position over the chart body.

-- 
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 93110] New: Odd characters in example formulas

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93110

Bug ID: 93110
   Summary: Odd characters in example formulas
   Product: LibreOffice
   Version: unspecified
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Formula Editor
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: jfis...@csumb.edu

Created attachment 117633
  -- https://bugs.documentfoundation.org/attachment.cgi?id=117633action=edit
LibreOffice Math, odd characters

Windows 7 Enterprise 64 bit OS, new install
LibreOffice 5.0.0.5 rc 32 bit Windows version
Locale: en-US

Open LibreOffice Math
Select Examples from the drop-down control list

Odd characters appear in the formulas:
big telephone, floppy disk, small telephone

I have not installed any JAVA.

-- 
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 93111] New: Feature Request: Custom Style Group

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93111

Bug ID: 93111
   Summary: Feature Request: Custom Style Group
   Product: LibreOffice
   Version: 4.0.1.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: m...@manngo.net

A document of some length will make use of large number of styles. These styles
may have inherited from a template. The easiest way to apply and manage a style
is with the existing Styles panel.

Styles are grouped one way or another, but there is no way to create your own
custom of grouping. The problem with existing solutions is:

(a) “All Styles” includes many styles which may be unused.
(b) “Applied Styles” may be useful for mature documents, but at the early
stages many styles would not be visible.
(c) “Applied Styles” does not show a hierarchical view.

My request is for an option to create your own group with favourite styles, or
possibly with template styles. Preferably this would also show the style
hierarchy.

Microsoft Word had the facility to add styles to custom toolbar menus, which,
while not as convenient, would at least give you a customised selection of
styles.

-- 
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 93111] Feature Request: Custom Style Group

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93111

Mark Simon m...@manngo.net changed:

   What|Removed |Added

   Priority|medium  |high

-- 
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 93104] [ODF] Add binary file types bodt, bods, bodp, etc..

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93104

--- Comment #6 from MM plokk...@fastmail.fm ---
(In reply to Maxim Monastirsky from comment #4)
 (In reply to Olivier Hallot from comment #0)

  * does not need to be compliant with any other standard,
  * does not need to care about interoperability,
 So what's the point of such format if it creates vendor lock-in? We already
 had once binary formats in StarOffice/OOo days, and we dropped them, because
 of this. (Not to mention that XML format is easy to fix by hand if it gets
 some corruption.)

I agree with that. Libreoffice should be about open formats, not closing them
off with another set of binaries that no other programs can read or will
support.

  * will load and save much faster,
 See above. You can't claim such thing without proving it. The XML parsing
 overhead is not so high. And after all it depends on implementation. I'm
 sure that a filter of a binary format could be horribly slow, if poorly
 implemented.

From what i've read, reading excel binary is a bit faster than xml, but slower
when writing.

-- 
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 93107] Division badly broken, displays as 1% of value when result is non-integer

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93107

--- Comment #5 from Kendall Koning kkon...@gmail.com ---
I have saved a file and will attach it in a minute.  I think the critical
section you're looking for is probably this:

table:table-row table:style-name=ro1table:table-cell
table:formula=of:=3000/9 office:value-type=float
office:value=333.
calcext:value-type=floattext:p333.33/text:p/table:table-celltable:table-cell
table:formula=of:=[.A1]*3 office:value-type=float office:value=1000
calcext:value-type=floattext:p1000/text:p/table:table-cell/table:table-row

...which suggests that the values in the save files are correct, and that they
are just displaying incorrectly.  At least this means errors don't cascade.

As for the preference setting for Use printer metrics for text formatting, it
is NOT checked.

As far as I can tell based on the information from the OSX Activity Monitor,
it's not using any libraries outside of the LibreOffice.app bundle.  But just
to eliminate this possibility, I tested the same .app bundle on another Mac. 
The problem did exist on that mac as well.  So the problem might be limited to
that build on that OS, but it seems to be reproducible across machines.

I'll try newer and older builds next.

-- 
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 93101] Reference Error #REF! Inconsistent behaviour not complying with specifications in OpenDocument-v1.2-part2 specifications

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93101

m.a.riosv miguelange...@libreoffice.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||miguelangelrv@libreoffice.o
   ||rg
Version|3.4.5 release   |3.3.4 release
 Ever confirmed|0   |1
   Severity|normal  |major

--- Comment #2 from m.a.riosv miguelange...@libreoffice.org ---
Hi @Wolfang, thanks for reporting.

And for a so detailed report.

Reproducible with
Win7x64
Version: 5.1.0.0.alpha1+ (x64) Build ID:
bb697b4c7bd694c6b81ed2a4cc9471cb5573b592
TinderBox: Win-x86_64@62-TDF, Branch:MASTER, Time: 2015-07-31_22:24:37

verified that as commented slightly different with 3.3.4.

But doesn't seem inherited from AOo, at least in 4.1.1 seems to work fine.

I think we can change the version to 3.3.4
LibreOffice 3.3.4 
OOO330m19 (Build:401)
tag libreoffice-3.3.4.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 93109] New: Installation of LibreOffice 5.0.0.5 Kills Parallel Installations of LibreOffice

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93109

Bug ID: 93109
   Summary: Installation of LibreOffice 5.0.0.5 Kills Parallel
Installations of LibreOffice
   Product: LibreOffice
   Version: unspecified
  Hardware: Other
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Installation
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: harald.koes...@mail.de

Preconditions:
(a) LO 4.4.4.3 is installed as standard LibreOffice installation.
(b) Furthermore several LibreOffice versions are installed in parallel.

Steps in order to reproduce the bug:
(1) First check if one of the parallel version works as expected.
(2) Install LibreOffice 5.0.0.5. I used a custom installation.
(3) Start LibreOffice 5.0.0.5. It starts like expected. Close LO 5.0.0.5 again.
(4) Start one of the parallel versions. I got the message, that the file
MSVCR110.dll is missing on my system. Expected: Start of parallel version.

Tested with Win7 Pro, 32 Bit, German UI.

-- 
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 93113] New: Crash Inserting Special Character

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93113

Bug ID: 93113
   Summary: Crash Inserting Special Character
   Product: LibreOffice
   Version: 5.0.0.4 rc
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Draw
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: slumber...@gmail.com

Not sure if this is fixed yet or not but I was having frequent freezes and
crashes in the LO 4.4.x so I decided to upgrade to 5.0.4 to see if the bug had
been fixed.

It hasn't. I'm making a document that uses lots of special characters. The
dialog window used to insert them often becomes slow and unresponsive. Often
this completely freezes LO. I have to kill the application, restart it, and
recover the document.

Sometimes, a special character is inserted and it disappears too.

-- 
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 92850] Autocorrection of single quotation marks is disabled by default

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92850

--- Comment #5 from Julien Nabet serval2...@yahoo.fr ---
Pending review for master sources:
https://gerrit.libreoffice.org/17498

-- 
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 93112] New: Writer not responding after certain delete action

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93112

Bug ID: 93112
   Summary: Writer not responding after certain delete action
   Product: LibreOffice
   Version: 4.4.3.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: major
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: myaravi...@gmail.com

-- 
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 93112] Writer not responding after certain delete action

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93112

--- Comment #2 from Aravind G myaravi...@gmail.com ---
Created attachment 117635
  -- https://bugs.documentfoundation.org/attachment.cgi?id=117635action=edit
press the del button  after placing it just after L of the AGRICULTURAL
or D of AND the writer stops responding.

Pasting and deleting in the title column will not make the writer
irresponsive.
In Calc pasting the single line pastes each word in each column.

-- 
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 75218] Letter Wizard should be improved to follow locale customs

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75218

--- Comment #6 from Jean-Baptiste Faure jbfa...@libreoffice.org ---
(In reply to Fabian Tröster from comment #5)
 [...]
 I hope you're satisfied. By the way: that would have been your job to check
 for that. Now it's your turn.

No.
You should read: https://wiki.documentfoundation.org/QA

-- 
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 93114] New: Insert Special Character - Not reading Fonts Correctly

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93114

Bug ID: 93114
   Summary: Insert Special Character - Not reading Fonts Correctly
   Product: LibreOffice
   Version: 5.0.0.4 rc
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Draw
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: slumber...@gmail.com

All the special characters in almost every font seem to have disappeared in the
upgrade from 5.0.0.4 to 5.0.0.5

I can no longer see the characters I want when I choose the font I know that
has them in its 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 93112] Writer not responding after certain delete action

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93112

--- Comment #1 from Aravind G myaravi...@gmail.com ---
os : linux mint 17.2
I). See the attached writer file when I paste the clipboard contents from the
first page of attached pdf file(JOURNALOFAGRICULTURALAND   
FOODCHEMISTRY).  see the row with No =22 in the writer file..
1. Additional spaces are pasted.
2. But the real problem is that When i press the del button  after placing it
just after L of the AGRICULTURAL or D of AND the writer stops
responding. similar problem occurred earlier also.
3. In certain cases the paste icon in the tool bar is inactive but ctrl+C
works. In certain cases only  Paste in edit menu is active.

II) a Useful enhancement. especially for pasting web page content.
Instead of keeping single  paste button/option provide
for text
1. a paste unformated text button/option
2. a paste unformated single line text  button(with out line breaks and with
out leading and trailing spaces).
3. a Paste default option according to the source.
4. a Paste Special option (if any) with drop down menu for additional
options.

for image
1. a paste bitmap button/option.
2. a Paste default option according to the source. usually link
3. a Paste Special option (if any) with drop down menu for additional
options.

-- 
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 93107] Division badly broken, displays as 1% of value when result is non-integer

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93107

--- Comment #3 from MM plokk...@fastmail.fm ---
Unconfirmed with v4.4.5.2 under windows 7 x64.
Unconfirmed with v4.4.5.2 under mint 17.2 x64.
Unconfirmed with v5.0.0.5 under mint 17.2 x64.

-- 
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 92648] FILEOPEN / IMPORT specific DOCX (letter head) with various objects: line-picture (graphic) in footer too low

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92648

Michael Weghorn m.wegh...@posteo.de changed:

   What|Removed |Added

   Keywords||bisected
 CC||m.wegh...@posteo.de
 Whiteboard|bibisectrequest |bibisected

--- Comment #1 from Michael Weghorn m.wegh...@posteo.de ---
(bi)bisect result (using the bibisect-50max bibisect repository):

c21fc0c70e76c190e485a6a765e189a2f0e27006 is the first bad commit
commit c21fc0c70e76c190e485a6a765e189a2f0e27006
Author: Matthew Francis mjay.fran...@gmail.com
Date:   Wed May 27 23:04:02 2015 +0800

source-hash-a4dee94afed9ade6ac50237c8d99a6e49d3bebc1

commit a4dee94afed9ade6ac50237c8d99a6e49d3bebc1
Author: László Németh laszlo.nem...@collabora.com
AuthorDate: Wed May 13 17:47:36 2015 +0200
Commit: László Németh laszlo.nem...@collabora.com
CommitDate: Wed May 13 18:10:45 2015 +0200

tdf#91260: allow textboxes extending beyond the page bottom

This commit fixes layout problems of DOCX import, but also
now it's possible to move a textbox beyond the page bottom
using the arrow keys (this worked only for page-anchored
shapes in Writer).

Change-Id: Ie83d3202a2248d948348656aa26df20982f9675b

:04 04 4c5922e07134b953a99657635da6ddfa647d5e68
4d6aaa4454f168acc4b75b6200efd64861c8efa6 Mopt

---

$ git bisect log
# bad: [dda106fd616b7c0b8dc2370f6f1184501b01a49e]
source-hash-0db96caf0fcce09b87621c11b584a6d81cc7df86
# good: [5b9dd620df316345477f0b6e6c9ed8ada7b6c091]
source-hash-2851ce5afd0f37764cbbc2c2a9a63c7adc844311
git bisect start 'latest' 'oldest'
# good: [0c30a2c797b249d0cd804cb71554946e2276b557]
source-hash-45aaec8206182c16025cbcb20651ddbdf558b95d
git bisect good 0c30a2c797b249d0cd804cb71554946e2276b557
# good: [2ce02b2ce56f12b9fcb9efbd380596975a3a5686]
source-hash-17d714eef491bda2512ba8012e5b3067ca19a5be
git bisect good 2ce02b2ce56f12b9fcb9efbd380596975a3a5686
# good: [40875247f0002056effdf6d2fbe43627691cd86c]
source-hash-93f0b14458a618ad575cd446680e5c4aa7d87bdc
git bisect good 40875247f0002056effdf6d2fbe43627691cd86c
# skip: [61f66b1a251477193d796411ca95f50d606ead45]
source-hash-3fd5f8919ec2256c70ff26c14cb9f8065c5cb2f1
git bisect skip 61f66b1a251477193d796411ca95f50d606ead45
# good: [e7374cd735af2344dae55be40946d96633d2f6ee]
source-hash-8a91528a3e03fe6e2923c33327b687ecf57adb0b
git bisect good e7374cd735af2344dae55be40946d96633d2f6ee
# bad: [541837707e7b0c5f5335180de535043c43e78e8d]
source-hash-0811de12ee6727bbb9d4265217833ba02301eed8
git bisect bad 541837707e7b0c5f5335180de535043c43e78e8d
# good: [2faf2a5126e3ccf78be3d6619b571358bb7af742]
source-hash-2523972f6a066488c649ab97dcba4f458126f18b
git bisect good 2faf2a5126e3ccf78be3d6619b571358bb7af742
# good: [036709cec55938932b487542cdbace379c2651e2]
source-hash-d8eee8e4d1a303044bf34b28c2e95bd6da23fd79
git bisect good 036709cec55938932b487542cdbace379c2651e2
# good: [1c13469c3e122da98a10fdf5df58a34a53980fc3]
source-hash-02eff9d83734b6b30cf65768f27bfc0e161b
git bisect good 1c13469c3e122da98a10fdf5df58a34a53980fc3
# good: [0117e1d734e216881e29e0fb5d7eef50ed84d554]
source-hash-5db6da7c5d27c5b8be59fb9a4599d5c95d7f1bd7
git bisect good 0117e1d734e216881e29e0fb5d7eef50ed84d554
# good: [1a628f941bed58fcd10f8cbc076cefebb33690bd]
source-hash-b1a9498a1415ca42e4d13f3e56daff0ebffc0ccf
git bisect good 1a628f941bed58fcd10f8cbc076cefebb33690bd
# good: [9fdcd68b3b9f7f927c9cd1135b6943ebbec4faf8]
source-hash-2527a4d5a7cb1a7086129019a29dc063a3a28f63
git bisect good 9fdcd68b3b9f7f927c9cd1135b6943ebbec4faf8
# bad: [c21fc0c70e76c190e485a6a765e189a2f0e27006]
source-hash-a4dee94afed9ade6ac50237c8d99a6e49d3bebc1
git bisect bad c21fc0c70e76c190e485a6a765e189a2f0e27006
# good: [14dead702d0e64559551b38001d273f96fa1cd3c]
source-hash-de8afb9a2b461da4c81e45a7e185b553a5f4c3e7
git bisect good 14dead702d0e64559551b38001d273f96fa1cd3c
# good: [d3a0559de9451a09724a4af5c536377604bda18f]
source-hash-02cc648dc068080d65b44ebd10d0940f6a097b8a
git bisect good d3a0559de9451a09724a4af5c536377604bda18f
# first bad commit: [c21fc0c70e76c190e485a6a765e189a2f0e27006]
source-hash-a4dee94afed9ade6ac50237c8d99a6e49d3bebc1

-- 
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 65259] CONFIGURATION: paragraph style sheets in in wrong language when using wizard

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=65259

--- Comment #13 from Fabian Tröster fabian.troes...@yahoo.de ---
Re-checked with LibreOffice 3.5.7.2 German (Linux Mint 13; clean install;
language pack German)
Result:
Letter wizard creates template/document with correct layout DIN A4 - folding
marks at the correct position; text frames at the correct position; ZIP in
front of name of the city (as it should be).

It is just like I said all along: in version 3.x this bug was not present and
it was introduced later.

I hope you're satisfied. By the way: that would have been your job to check for
that. Now it's your turn.

-- 
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 75218] Letter Wizard should be improved to follow locale customs

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75218

--- Comment #5 from Fabian Tröster fabian.troes...@yahoo.de ---
Re-checked with LibreOffice 3.5.7.2 German (Linux Mint 13; clean install;
language pack German)
Result:
Letter wizard creates template/document with correct layout DIN A4 - folding
marks at the correct position; text frames at the correct position; ZIP in
front of name of the city (as it should be).

It is just like I said all along: in version 3.x this bug was not present and
it was introduced later.

I hope you're satisfied. By the way: that would have been your job to check for
that. Now it's your turn.

-- 
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 92648] FILEOPEN / IMPORT specific DOCX (letter head) with various objects: line-picture (graphic) in footer too low

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92648

Michael Weghorn m.wegh...@posteo.de changed:

   What|Removed |Added

 CC||nem...@numbertext.org,
   ||nem...@openoffice.org

--- Comment #2 from Michael Weghorn m.wegh...@posteo.de ---
@László: Could you possibly have a look at this? (I hope that one of the two
email addresses is the right one and up-to-date.)

-- 
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 93104] [ODF] Add binary file types bodt, bods, bodp, etc..

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93104

--- Comment #5 from Maxim Monastirsky momonas...@gmail.com ---
(In reply to Olivier Hallot from comment #2)
 Besides, I don't thing Flat ODF as we already have, is supported by
 anything else than LibreOffice.
And yet, it conforms to the ODF standard, see section 2.2.1-c of the ODF 1.2
spec.

-- 
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 92788] Middle Button on Mouse Paste Option Broken for X11

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92788

--- Comment #16 from Commit Notification 
libreoffice-comm...@lists.freedesktop.org ---
Noel Grandin committed a patch related to this issue.
It has been pushed to master:

http://cgit.freedesktop.org/libreoffice/core/commit/?id=dfc81188d50472dde2aa50752b415feab12350b4

tdf#92788 - Middle Button on Mouse Paste Option Broken for X11

It will be available in 5.1.0.

The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds
Affected users are encouraged to test the fix and report feedback.

-- 
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 77015] Spreadsheet MATCH function fails when accessed through com.sun.star.sheet.FunctionAccess service

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=77015

--- Comment #6 from Beluga todven...@suomi24.fi ---
(In reply to DonJaime from comment #5)
 The problem in comment #4 is a different bug, which may be worth reporting.

If you create a new report for it, you can CC me and I will confirm it.

-- 
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 93023] Make all bookmarks collapsed in the exported PDFs

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93023

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |INVALID

--- Comment #3 from Beluga todven...@suomi24.fi ---
(In reply to David from comment #2)
 Undless I'm misunderstanding the bug, I think this would fall under the
 category of Not a Bug.  To create a pdf with a collapsed index, all that
 needs to be done when exporting as a pdf is to go under the User Interface
 tab and set Visible bookmark levels to 1.  A pdf editor is not required for
 this function.

Gosh, you are right. I'll close this as invalid.

-- 
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 75218] Letter Wizard should be improved to follow locale customs

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75218

--- Comment #4 from Beluga todven...@suomi24.fi ---
Fabian: can you confirm that the bug is not yet in LibreOffice 3.5.0? If it's
not, it could be bibisected to find out when it appeared. Then it would be much
easier to fix. 3.5.0 is the oldest that we can bibisect from.

https://wiki.documentfoundation.org/Installing_in_parallel
http://downloadarchive.documentfoundation.org/libreoffice/old/

As to your question of when this will be fixed: we have ~7000 bugs and over
2000 feature requests. If you want to see the situation improve in general, you
should join the QA team and help us make it easier for developers to fix bugs.
If you want to see your bug fixed in particular, you might offer money for it
in http://freedomsponsors.org/ for example, or hire some freelancer or contact
a consulting company like Collabora or CIB.

-- 
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 88206] Change uses of cppu::WeakImplHelper* and cppu::ImplInheritanceHelper* to use variadic variants instead

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88206

--- Comment #20 from Commit Notification 
libreoffice-comm...@lists.freedesktop.org ---
Takeshi Abe committed a patch related to this issue.
It has been pushed to master:

http://cgit.freedesktop.org/libreoffice/core/commit/?id=b03f6f45f4a13d97b0b62ea7c54b75dd14a5ad5e

tdf#88206 replace cppu::WeakImplHelper* etc.

It will be available in 5.1.0.

The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds
Affected users are encouraged to test the fix and report feedback.

-- 
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 93096] Selecting Text Results in Wrong Highlighting

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93096

--- Comment #1 from Jacques Guilleron guillero...@aol.com ---
Created attachment 117623
  -- https://bugs.documentfoundation.org/attachment.cgi?id=117623action=edit
Bad Highlighting selection

-- 
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 92788] Middle Button on Mouse Paste Option Broken for X11

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92788

Commit Notification libreoffice-comm...@lists.freedesktop.org changed:

   What|Removed |Added

 Whiteboard|bibisected  |bibisected target:5.1.0

-- 
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 92788] Middle Button on Mouse Paste Option Broken for X11

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92788

Noel Grandin noelgran...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED
   Assignee|libreoffice-b...@lists.free |noelgran...@gmail.com
   |desktop.org |

-- 
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 93096] New: Selecting Text Results in Wrong Highlighting

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93096

Bug ID: 93096
   Summary: Selecting Text Results in Wrong Highlighting
   Product: LibreOffice
   Version: 5.0.0.4 rc
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: david.burle...@gmx.com

Created attachment 117622
  -- https://bugs.documentfoundation.org/attachment.cgi?id=117622action=edit
A few paragraphs of text to test text selection

In the attached sample document, with cursor at the beginning of the title of
the document, do: Ctrl-Shift Down-Arrow (three clicks) and you will see that
the highlighting of the selected text goes awry.

This is also a problem with RC5, which isn't yet a choice in your Version menu.

-- 
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 93030] No line breaking in date/time x labels

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93030

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
Version|unspecified |4.2.8.2 release
 Ever confirmed|0   |1
   Severity|normal  |minor

--- Comment #4 from Beluga todven...@suomi24.fi ---
Confirmed that it is impossible to get the text flow to break.

Win 7 Pro 64-bit Version: 5.1.0.0.alpha1+
Build ID: 902255645328efde34ddf62227c8278e8dd61ff0
TinderBox: Win-x86@39, Branch:master, Time: 2015-07-30_03:52:07
Locale: en-US (fi_FI)

-- 
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 91972] CustomToolPanel extension causes blank context menus

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91972

--- Comment #12 from Beluga todven...@suomi24.fi ---
(In reply to testdruide from comment #11)
 (In reply to Beluga from comment #10)
  (In reply to testdruide from comment #9)
   thank you a lot. The problem is indeed disappeared.
  
  Is the problem still in 5.0 RC5 though?
 
 The problem still there in 5.0 RC5. 
 
 download here : http://dev-builds.libreoffice.org/pre-releases/win/x86/

All menus and context menus work ok for me, if I am in the Custom panel.

I wonder, if you should try this for your 5.0:
https://wiki.documentfoundation.org/UserProfile#Resolving_corruption_in_the_user_profile

Version: 5.0.0.5
Build ID: 1b1a90865e348b492231e1c451437d7a15bb262b
Locale: fi-FI (fi_FI)

-- 
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 93093] EDITING: Paragraph Styles aren't refreshed in sidebar with special documents

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93093

gera...@libreoffice.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||gera...@libreoffice.org
 Ever confirmed|0   |1

--- Comment #2 from gera...@libreoffice.org ---
Under Kubuntu the sidebar the change is visible only after 10 seconds.

-- 
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 75527] Buttons in Print- and Exportdialog boxes have english text in a non English version of libreOffice

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75527

Andras Timar tima...@gmail.com changed:

   What|Removed |Added

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

--- Comment #17 from Andras Timar tima...@gmail.com ---


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

-- 
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 93023] Make all bookmarks collapsed in the exported PDFs

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93023

--- Comment #4 from Darius Daniel Grigoras daniel.grigo...@movidius.com ---
(In reply to Beluga from comment #3)
 (In reply to David from comment #2)
  Undless I'm misunderstanding the bug, I think this would fall under the
  category of Not a Bug.  To create a pdf with a collapsed index, all that
  needs to be done when exporting as a pdf is to go under the User Interface
  tab and set Visible bookmark levels to 1.  A pdf editor is not required for
  this function.
 
 Gosh, you are right. I'll close this as invalid.

My apologies for overlooking that there was actually an setting for this.

-- 
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 92993] FILEOPEN: access violation on particular .docx

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92993

--- Comment #7 from Kirill kirill.pes...@gmail.com ---
5.0.0.5 ID 1b1a90865e348b492231e1c451437d7a15bb262b ru_RU
W8.1 x64 - 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 92788] Middle Button on Mouse Paste Option Broken for X11

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92788

Michael Weghorn m.wegh...@posteo.de changed:

   What|Removed |Added

 CC||noelgran...@gmail.com

--- Comment #15 from Michael Weghorn m.wegh...@posteo.de ---
@Noel: Could you possibly have a look at this?

As far as I understand it right now, there might be another, but more or less
similar problem that exists since commit
031a347668e56c1b38c0539d30e9a1cbb808ca02, as described in comment 13.

Just my personal opinion: To avoid side-effects of this, it might be helpful to
first build with SAL_USE_VCLPLUGIN=gtk (as described in comment 11) and make
sure it works again then. After that, it might be necessary to build without
that option to see whether it still works or whether the gtk3 part has to be
looked at separately.

-- 
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 77015] Spreadsheet MATCH function fails when accessed through com.sun.star.sheet.FunctionAccess service

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=77015

--- Comment #7 from donja...@freenet.de ---
(In reply to Beluga from comment #6)
 (In reply to DonJaime from comment #5)
 If you create a new report for it, you can CC me and I will confirm it.

I don't have the affected version or any intention of installing it.

-- 
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 92959] PDF exported text boxes have weird border spacing

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92959

Florian Wicke florian.wi...@hetzner.de changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

-- 
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 93093] EDITING: Paragraph Styles aren't refreshed in sidebar with special documents

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93093

--- Comment #1 from rob...@familiegrosskopf.de ---
Created attachment 117621
  -- https://bugs.documentfoundation.org/attachment.cgi?id=117621action=edit
Difference in styles between sidebar, document and listbox.

-- 
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 93093] New: EDITING: Paragraph Styles aren't refreshed in sidebar with special documents

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93093

Bug ID: 93093
   Summary: EDITING: Paragraph Styles aren't refreshed in sidebar
with special documents
   Product: LibreOffice
   Version: 5.0.0.4 rc
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: rob...@familiegrosskopf.de

Created attachment 117620
  -- https://bugs.documentfoundation.org/attachment.cgi?id=117620action=edit
Example with many styles - mark a style and have a look at the sidebar.

Following bug appears with some special documents, here all chapters of
Base-Handbook. I have added one chapter as attachment.

Open the attached file.
Move the cursor a little bit down to some text.
Mark a heading.
The style will be changed at the listbox on the left, but won't be changed by
the paragraph styles in the sidebar.
Click with the mouse to other styles - the same behavior: No changing in the
sidebar, only changing in the listbox.

-- 
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 93068] UI: Crash when Character dialogue opened

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93068

Noel Grandin noelgran...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED
   Assignee|libreoffice-b...@lists.free |noelgran...@gmail.com
   |desktop.org |

-- 
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 93094] Editing - sqlite tables read only even when defined with primary key using jdbc driver

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93094

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

   What|Removed |Added

 CC||lio...@mamane.lu,
   ||rob...@familiegrosskopf.de,
   ||serval2...@yahoo.fr

--- Comment #1 from Alex Thurgood ipla...@yahoo.co.uk ---
My testing indicates that irrespective of whether or not a primary key is
defined, the table remains read 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 93094] Editing - sqlite3 tables read only even when defined with primary key using jdbc driver

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93094

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

   What|Removed |Added

Summary|Editing - sqlite tables |Editing - sqlite3 tables
   |read only even when defined |read only even when defined
   |with primary key using jdbc |with primary key using jdbc
   |driver  |driver

-- 
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 92959] PDF exported text boxes have weird border spacing

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92959

--- Comment #7 from Florian Wicke florian.wi...@hetzner.de ---
Created attachment 117614
  -- https://bugs.documentfoundation.org/attachment.cgi?id=117614action=edit
simple document with textbox

-- 
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 34438] feature request FORMATTING group not works with raster images

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=34438

--- Comment #11 from Franklin Weng frank...@goodhorse.idv.tw ---
(In reply to Michael Nagel from comment #1)
 I think you cannot even group together two raster images. For example if I
 start with a blank Writer document, then insert two jpg images via DragDrop
 from the Desktop, I cannot (via means of holding Shift/Ctrl/Alt/something
 else and clicking) select them both so I can move them both at the same time.
 As I cannot select multiple images obviously I cannot group them.
 
 Is this the issue/missing feature you are talking about?


This problem is also confirmed in LibreOffice Writer 4.4.1.2 (Linux version).

-- 
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 93030] No line breaking in date/time x labels

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93030

Chris H c.j.hod...@btinternet.com changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

-- 
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 93030] No line breaking in date/time x labels

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93030

--- Comment #3 from Chris H c.j.hod...@btinternet.com ---
Attachment added with dummy data.

-- 
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 93094] New: Editing - sqlite tables read only even when defined with primary key using jdbc driver

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93094

Bug ID: 93094
   Summary: Editing - sqlite tables read only even when defined
with primary key using jdbc driver
   Product: LibreOffice
   Version: 4.4.5.2 release
  Hardware: x86-64 (AMD64)
OS: Mac OS X (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Base
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ipla...@yahoo.co.uk

How to reproduce :

1) Create a sqlite database with an appropriate command line tool, using, e.g.
the example given here :

http://alvinalexander.com/android/sqlite-foreign-keys-example

2) Set up an ODB file that connect to this sqlite database using a JDBC driver,
e.g. Xerial : sqlite-jdbc-3.8.11.jar :

https://bitbucket.org/xerial/sqlite-jdbc/downloads/sqlite-jdbc-3.8.11.jar

3) Set the Advanced Parameters to Respect Driver Privileges (last tick box on
Advanced Settings - Special Parameters). 

Also tick the Primary Key support tickbox (actually, setting/unsetting this
option makes no difference to the result).

The Driver Privilege option is required to avoid SCROLL_CURSOR error message.


4) Try opening a table by double-clicking. The table opens, but no data is
editable.

-- 
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 93095] New: EDITING - sqlite3 table fields considered as SQLNull datatype in table creation mode

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93095

Bug ID: 93095
   Summary: EDITING - sqlite3 table fields considered as SQLNull
datatype in table creation mode
   Product: LibreOffice
   Version: 4.4.5.2 release
  Hardware: x86-64 (AMD64)
OS: Mac OS X (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Base
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ipla...@yahoo.co.uk

See bug 93094 for explanations on setting up the sqlite3 database

If I attempt to edit the properties of any of the field types in any of the
tables, the UI shows these tables as having the SQL Null datatype, which is
clearly wrong.

-- 
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 93092] New: FILEOPEN: cant open file by double click on the file name ocationally

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93092

Bug ID: 93092
   Summary: FILEOPEN: cant open file by double click on the file
name ocationally
   Product: LibreOffice
   Version: 5.0.0.4 rc
  Hardware: x86 (IA32)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: major
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: he...@sina.com

Created attachment 117613
  -- https://bugs.documentfoundation.org/attachment.cgi?id=117613action=edit
Windows Tasks Manager shows many of the LibreOffice tasks run

Hi, LibreOffice CH-ZN version 5.0.0.5 (x64) installed on Windows 8.1
professional. LibreOffice is set as the default program to open the .doc and
.xls files. But sometimes when double click the file name, the LibreOffice does
not open the file. Enen through right-click menu open with, it does not
react. Only when the LibreOffcie task in Windows Task Manager terminated , can
open the file by double click on the file name. This problem appears
ocationally. The attached file is the Windows Task Manager snap,for your
reference.Hope to solve the problem. 
Many thanks!
quanzhong 
China

-- 
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 77015] Spreadsheet MATCH function fails when accessed through com.sun.star.sheet.FunctionAccess service

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=77015

--- Comment #8 from Beluga todven...@suomi24.fi ---
(In reply to DonJaime from comment #7)
 (In reply to Beluga from comment #6)
  (In reply to DonJaime from comment #5)
  If you create a new report for it, you can CC me and I will confirm it.
 
 I don't have the affected version or any intention of installing it.

Ok, you can get it here: http://dev-builds.libreoffice.org/daily/master/
It installs in parallel and has its own user profile folder, so it won't affect
your normal installation.

-- 
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 92959] PDF exported text boxes have weird border spacing

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92959

--- Comment #9 from Florian Wicke florian.wi...@hetzner.de ---
Created attachment 117616
  -- https://bugs.documentfoundation.org/attachment.cgi?id=117616action=edit
simple document with textbox (screenshot from Adobe Acrobat)

-- 
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 92959] PDF exported text boxes have weird border spacing

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92959

--- Comment #10 from Florian Wicke florian.wi...@hetzner.de ---
Hi,

as requested a sample document, this document exported as pdf and a screenshot
of this document from Adobe Acrobat where you can see that the fillable
Textbox1 is placed inside the text box with cell padding.

New files:
* simple document with textbox: form_test.odt
* simple document with textbox (PDF): form_test.pdf
* simple document with textbox (screenshot from Adobe Acrobat): form_test.jpg

-- 
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 92950] No support for sqlite relations via Relations menu

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92950

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

   What|Removed |Added

Summary|sqlite is claimed not to|No support for sqlite
   |support relations   |relations via Relations
   ||menu

-- 
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 93030] No line breaking in date/time x labels

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93030

--- Comment #2 from Chris H c.j.hod...@btinternet.com ---
Created attachment 117617
  -- https://bugs.documentfoundation.org/attachment.cgi?id=117617action=edit
Example showing how date/time X axis labels aren't broken but are rotated.

-- 
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 92959] PDF exported text boxes have weird border spacing

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92959

--- Comment #11 from Florian Wicke florian.wi...@hetzner.de ---
Created attachment 117618
  -- https://bugs.documentfoundation.org/attachment.cgi?id=117618action=edit
simple document with textbox (small box)

-- 
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 92959] PDF exported text boxes have weird border spacing

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92959

--- Comment #12 from Florian Wicke florian.wi...@hetzner.de ---
Created attachment 117619
  -- https://bugs.documentfoundation.org/attachment.cgi?id=117619action=edit
simple document with textbox (small box) (PDF)

-- 
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 92959] PDF exported text boxes have weird border spacing

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92959

--- Comment #13 from Florian Wicke florian.wi...@hetzner.de ---
I added two more files where you can see the problem even better - even with
NitroPDF.

If you fill the form the letters get cut inside the text box with the white
padding border.

-- 
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 93094] Editing - sqlite3 tables read only even when defined with primary key using jdbc driver

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93094

--- Comment #2 from Alex Thurgood ipla...@yahoo.co.uk ---
I created the tables from the command line with the OSX provided sqlite3 client
version 3.8.5

-- 
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 60252] Add a Clipboard Manager to manage multiple copy/paste

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=60252

--- Comment #2 from Franklin Weng frank...@goodhorse.idv.tw ---
In 4.4.1 still no clipboard manager.

It will not be a problem when using Linux desktop (KDE/Gnome) since we can use
the system clipboard manager.  However it will be a problem running under
Windows since no such system manager.

-- 
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 92959] PDF exported text boxes have weird border spacing

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92959

--- Comment #8 from Florian Wicke florian.wi...@hetzner.de ---
Created attachment 117615
  -- https://bugs.documentfoundation.org/attachment.cgi?id=117615action=edit
simple document with textbox (PDF)

-- 
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 92950] sqlite is claimed not to support relations

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92950

--- Comment #13 from Alex Thurgood ipla...@yahoo.co.uk ---
FWIW, testing on LO 4452 production release with Xerial JDBC driver produces
the same error message

Confirming therefore on current 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 93098] Unexpectedly quit when use Data-Sort

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93098

raal r...@post.cz changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||r...@post.cz
 Ever confirmed|0   |1

--- Comment #1 from raal r...@post.cz ---
Hello Viruch,

Thank you for filing the bug. Please send us a sample document, as this makes
it easier for us to verify the bug. 
I have set the bug's status to 'NEEDINFO', so please do change it back to
'UNCONFIRMED' once you have attached a document.
(Please note that the attachment will be public, remove any sensitive
information before attaching it.)
How can I eliminate confidential data from a sample document?
https://wiki.documentfoundation.org/QA/FAQ#How_can_I_eliminate_confidential_data_from_a_sample_document.3F
Thank you

Cannot reproduce with Version: 5.1.0.0.alpha1+
Build ID: 2d9db406d301d722649ca539cacad823b89191ca
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2015-07-31_00:59:07

-- 
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 93093] EDITING: Paragraph Styles aren't refreshed in sidebar with special documents

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93093

--- Comment #3 from thack...@nexgo.de ---
Hello Robert, *,
I can confirm it with your attached document with LO

Version: 5.0.0.5
Build-ID: 437e4abdf9e72fd0a6e6f8697a0e659bc77f9b10
Gebietsschema: de-DE (de_DE.UTF-8)
(parallel installed, following the instructions from
https://wiki.documentfoundation.org/Installing_in_parallel/Linux) under Debian
Testing AMD64. Interestingly, I cannot confirm it with
https://wiki.documentfoundation.org/images/1/15/Base_Gesamtband_einseitig_V50.odt
(your complete guide) nor with LO
Version: 4.4.4.3
Build-ID: 40m0(Build:3)
Gebietsschema: de_DE.UTF-8
(Debian's version).
HTH
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 93095] EDITING - sqlite3 table fields considered as SQLNull datatype in table creation mode using Xerial jdbc driver

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93095

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

   What|Removed |Added

Summary|EDITING - sqlite3 table |EDITING - sqlite3 table
   |fields considered as|fields considered as
   |SQLNull datatype in table   |SQLNull datatype in table
   |creation mode   |creation mode using Xerial
   ||jdbc driver

-- 
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 91972] CustomToolPanel extension causes blank context menus

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91972

--- Comment #13 from testdru...@gmail.com ---
(In reply to Beluga from comment #12)
 (In reply to testdruide from comment #11)
  (In reply to Beluga from comment #10)
   (In reply to testdruide from comment #9)
thank you a lot. The problem is indeed disappeared.
   
   Is the problem still in 5.0 RC5 though?
  
  The problem still there in 5.0 RC5. 
  
  download here : http://dev-builds.libreoffice.org/pre-releases/win/x86/
 
 All menus and context menus work ok for me, if I am in the Custom panel.
 
 I wonder, if you should try this for your 5.0:
 https://wiki.documentfoundation.org/
 UserProfile#Resolving_corruption_in_the_user_profile
 
 Version: 5.0.0.5
 Build ID: 1b1a90865e348b492231e1c451437d7a15bb262b
 Locale: fi-FI (fi_FI)

The problem remains after the deletion of the folder user profile of
LibreOffice. I restarted the computer and nothing has change.

-- 
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 85523] Extra blank lines added to comments after each save as .DOCX

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=85523

Yousuf (Jay) Philips philip...@hotmail.com changed:

   What|Removed |Added

Summary|Extra blank lines added to  |Extra blank lines added to
   |comments after each save as |comments after each save as
   |.DOCX (win only)|.DOCX
 Whiteboard|notBibisectable |bibisectRequest filter:docx
 OS|Windows (All)   |All

--- Comment #7 from Yousuf (Jay) Philips philip...@hotmail.com ---
Thanks Maris for the test document.

The docx was created in 4.3.7 and when you open it with 4.4 and above, the
quartzite comment has 7 X's rather than 6. So this seems to be a FILEOPEN
issue that only occurs with docx.

Build ID: 902255645328efde34ddf62227c8278e8dd61ff0
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2015-07-30_05:23:12
Locale: en-US (en_US.UTF-8)

This seems somewhat different to the bug description and tommy's confirmation,
but without a document from the bug reporter, it would be hard to track that
issue down.

-- 
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 93101] Reference Error #REF! Inconsistent behaviour not complying with specifications in OpenDocument-v1.2-part2 specifications

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93101

Wolfgang Jäger j...@psilosoph.de changed:

   What|Removed |Added

 CC||j...@psilosoph.de
Version|unspecified |3.4.5 release

--- Comment #1 from Wolfgang Jäger j...@psilosoph.de ---
I experienced the bug with v4.4.4 and verified it with V5.0.0.5. Meanwhile I
also verified the same behaviour with V3.4.5 (portable). The legacy version
3.3.4. behaved in a slightly different way, but the basic bug reported was
already present there.

-- 
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 50916] Allow more than 1024 columns in calc

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=50916

--- Comment #30 from Gerry gerry.trep...@googlemail.com ---
(In reply to Jouni Järvinen from comment #29)
 Start from something. If it has to be a §for§ loop, then make it a §for§
 loop. Improve when you get better ideas. Something as slow as §for§ is
 better than nothing at all. Someone like you should know it.

The developer team has a clear understanding of the problems and potential
solutions for the 1024 columns limit. So, I don't understand your point. The
problem is that the solution entails a refactoring of (old, pre-LibreOffice)
code. Lots of work.

@Dennis Francis: Did you have time to look into the code related to the
refactoring towards 1024 columns?

-- 
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 93105] New: Crash opening xlsx file

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93105

Bug ID: 93105
   Summary: Crash opening xlsx file
   Product: LibreOffice
   Version: 4.4.2.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: avillalvi...@gmail.com

Crash when opening this xlsx file:
https://internal.ncl.ac.uk/planning/assets/documents/presreport2015.xlsx

-- 
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 93097] General Error. General input/output error with particular pptx file

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93097

Cor Nouws c...@nouenoff.nl changed:

   What|Removed |Added

  Component|Impress |filters and storage
Summary|FILEOPEN|General Error. General
   ||input/output error with
   ||particular pptx 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 50916] Allow more than 1024 columns in calc

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=50916

Jouni Järvinen jounijar...@gmail.com changed:

   What|Removed |Added

 CC||jounijar...@gmail.com

--- Comment #29 from Jouni Järvinen jounijar...@gmail.com ---
(In reply to Markus Mohrhard (retired) from comment #28)
 The problem is all the places where we iterate through each column.

Start from something. If it has to be a §for§ loop, then make it a §for§ loop.
Improve when you get better ideas. Something as slow as §for§ is better than
nothing at all. Someone like you should know it.

-- 
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 93104] New: [ODF] Add binary file types bodt, bods, bodp, etc..

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93104

Bug ID: 93104
   Summary: [ODF] Add binary file types bodt, bods,bodp, etc..
   Product: LibreOffice
   Version: 4.4.4.3 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: olivier.hal...@documentfoundation.org

It seems that Excel has a special file format that allows to save the data into
a special binary format that allows a very fast opening/saving of the data.

This is particularly useful when the spreadsheet is very large, mostly with
data. I once stumbled into such beast with a xls of 200MB that was unusable
when converted to ODF.

So why not implement a binary ODF file format, where basically we store the
document in a format that reduce the overhead of a XML parsing? 

Like Flat ODF, where data is unzipped and with just one file, the binary
ODF: 

* does not need to be compliant with any other standard,
* does not need to care about interoperability,
* will load and save much faster,
* use at your own risk.

Filetypes can be bods, bodt, bodp, bodf, bodb, bodc as suggestion.

-- 
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 93103] New: Wrong Lithuanian translation: „Susieti su dokumentu“ -?==?UTF-8?Q? „Spausdinti į failą“

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93103

Bug ID: 93103
   Summary: Wrong Lithuanian translation: „Susieti su dokumentu“
- „Spausdinti į failą“
   Product: LibreOffice
   Version: 4.4.4.3 release
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Localization
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: em...@super.lt

Created attachment 117628
  -- https://bugs.documentfoundation.org/attachment.cgi?id=117628action=edit
Dialog

In print dialog of LibreOffice 4.4.4 and 5.0.0rc5 I see inappropriate message
„Susieti su dokumentu“, but this should be „Spausdinti į failą“

-- 
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 57000] UI: No context menu available in Input Line (formula bar)

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=57000

Yousuf (Jay) Philips philip...@hotmail.com changed:

   What|Removed |Added

 CC||philip...@hotmail.com

--- Comment #6 from Yousuf (Jay) Philips philip...@hotmail.com ---
*** Bug 80461 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 80461] EDITING: context menu for formula bar input line

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=80461

Yousuf (Jay) Philips philip...@hotmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC|libreoffice-ux-advise@lists |
   |.freedesktop.org|
 Resolution|--- |DUPLICATE

--- Comment #5 from Yousuf (Jay) Philips philip...@hotmail.com ---
Closing this as a duplicate

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

-- 
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 92937] tab order in base form initially inactive

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92937

--- Comment #6 from Rolf Leggewie libreoff...@rolf.leggewie.biz ---
The problem as described is not specific to my older LO version.  I can
successfully reproduce it even in 5.1 daily dev build AND when specifying a tab
order of 1,2 instead of 0 for both fields.  The problem remains UNLESS you
also activate Automatic Control Focus.  This is at least unintuitive or
worse.

-- 
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 93077] Dialog editor: adding a language crashes LibO

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93077

raal r...@post.cz changed:

   What|Removed |Added

 CC||r...@post.cz

--- Comment #3 from raal r...@post.cz ---
No crash with Version: 5.1.0.0.alpha1+
Build ID: 2d9db406d301d722649ca539cacad823b89191ca
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2015-07-31_00:59:07

-- 
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 33223] Sidebar: as container for toolbars, ability to add functions missing from Sidebar

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=33223

--- Comment #17 from Samuel Mehrbrodt s.mehrbr...@gmail.com ---
I agree with Jay (comment 12) that the sidebar is not designed for user
customization.
If you want shortcuts to your favorite command, you have the toolbars. Why not
use them?

I would close this issue as wontfix.

-- 
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 92937] tab order in base form initially inactive

2015-08-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92937

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

   What|Removed |Added

   Severity|normal  |enhancement

-- 
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   >