[Libreoffice-bugs] [Bug 97513] In Pivot tables, compute sum for numbers and counts for other formats by default

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97513

--- Comment #5 from Heiko Tietze  ---
I was looking for a reason to change it in general. The more variants we have
in the program, like ifthen sum or count, the harder is it for users to figure
out why things happens - and the complexity of the code increases.

So the question is why not always (row/col, with/without NAN) calculate the
number of values?

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


[Libreoffice-bugs] [Bug 38915] Multiple soffice.bin soffice.exe

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=38915

Michael Meeks  changed:

   What|Removed |Added

 CC||sberg...@redhat.com

--- Comment #17 from Michael Meeks  ---
It is some interesting research from aptitude - in general, I'd suggest that
someone clueful in this area (eg. Stephan) looks at his re-ordering of those
two lines, and that we commit a smaller patch (with git there is no need for
all that commenting in-line) - and credit aptitude for the insight in the
commit msg text.

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


[Libreoffice-bugs] [Bug 97555] unsuitable colour feedback when selecting multiple sheet in calc

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97555

--- Comment #4 from riccardo.arzen...@yacme.com ---
I really like the idea of a black corner folded.

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


[Libreoffice-bugs] [Bug 97513] In Pivot tables, compute sum for numbers and counts for other formats by default

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97513

--- Comment #6 from raal  ---
(In reply to Heiko Tietze from comment #5)

> So the question is why not always (row/col, with/without NAN) calculate the
> number of values?

Because when you change the default (from SUM to COUNT), users will be angry.
When you do what Milan suggested, it's clear enhancement. btw. that's the
behaviour how Excel works.

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


[Libreoffice-bugs] [Bug 94632] Light sifr and breeze icon themes for dark OS themes

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94632

--- Comment #18 from Heiko Tietze  ---
(In reply to Jean-François Fortin Tam from comment #17)
> It may be worth considering automatically toggling the use of the "inverted"
> variant when detecting that the user is running with the "prefer dark
> variant" GTK3 setting active (this can be found in the appearance settings
> in gnome-tweak-tool, for example). ...

And if someone has figured out how to change the theme under Windows? Or take
KDE, which is a big tweaking machine on its own. What I mean is you cannot
trust in a certain tool. But it should be rather an easy hack to calculate the
brightness from the system's background color, and adjust the icon set when set
to automatic.

I'm using this code 

  l:=ColorToRGB(Value);
  if (l and $00FF) shr 16+
 (l and $FF00) shr 8+
 (l and $00FF) > 500 then
Result:=clBlack else
Result:=clWhite;

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


[Libreoffice-bugs] [Bug 97591] Clipboard contains wrong target for RTF

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97591

Christian Rösch  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #3 from Christian Rösch  ---
Problem also exists in latest downloadable version:

Version: 5.0.4.2
Build ID: 2b9802c1994aa0b7dc6079e128979269cf95bc78
Locale: en-US (en_US.UTF-8)

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


[Libreoffice-bugs] [Bug 34467] FORMATTING: Fit to Frame for text boxes is broken

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=34467

--- Comment #46 from Thomas Krumbein  ---
(In reply to Regina Henschel from comment #45)
> If you use "ODF 1.2" and not "ODF 1.2 extended" for save and load, then the
> feature "fit to frame" will work as in older versions.

Sorry Regina - I just checked this on Win 10 with LibO 5.0.3  - this is not
right.

"Fit to frame" does still not work. No change to prior versions.

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


[Libreoffice-bugs] [Bug 83299] Format > Sections is disabled when the cursor is inside a protected section

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=83299

--- Comment #17 from e...@doxos.eu ---
I re-tried with my attachment 105494 and LO 5.0.3rc2 still exhibits the
erroneous behavior -- I can fill the form fields (darker ones), but whenever I
try to modify something outside of the fields (such as editing the -
text), I get a popup saying: "Write-protected content cannot be be changed. /
No modifications will be accepted.". No change from 4.x.

With Mohammed's document (attachment 116204), Format/Section is disabled as
well, but I can edit the document freely.

I'd call this bug in Word import (since the section structure is missing in the
ODT), but unless someone else has the issue, I won't reopen the bug.

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


[Libreoffice-bugs] [Bug 97543] INSERT: SVG and attributes ignored

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97543

Xisco Faulí  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 97631] New: cell with =24/2 formatted as date causes saved file to violate specification

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97631

Bug ID: 97631
   Summary: cell with =24/2 formatted as date causes saved file to
violate specification
   Product: LibreOffice
   Version: 5.0.4.2 release
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: matkoni...@gmail.com

To reproduce:

create a new file
put =24/2 into A1 cell
format A1 cell as time (Format | Number Format | Time)
save as test.ods

Time format may be also achieved by putting 23:00 in A2 and copying format from
A2 to A1 cell.

This cell is saved as "00:00:00"
what appears to violate specification - see
http://books.evc-cit.info/odbook/ch05.html#table-number-cells-section

Problem encountered as it crashed python library processing .ods files - see
https://github.com/pyexcel/pyexcel-ods/issues/6

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


[Libreoffice-bugs] [Bug 97632] New: Export PDF "selection" option do no work

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97632

Bug ID: 97632
   Summary: Export PDF "selection" option do no work
   Product: LibreOffice
   Version: 5.0.2.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: matthieu.pe...@gmail.com

Created attachment 122431
  --> https://bugs.documentfoundation.org/attachment.cgi?id=122431&action=edit
Example file that fail "selection" restricted the export

hi, way to reproduce !

* Open Impress
* Create a diagram with several object (e.g. square, connectors).
* Select several (all) objects in the sheet.
* Export to pdf using "selection" option.

=> the created PDF is not trimmed to the previously selected elements (complete
sheet is exported).

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


[Libreoffice-bugs] [Bug 97570] Entering Listbox in a form does not give the wizard to establish the links

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97570

raal  changed:

   What|Removed |Added

   Keywords||regression
 CC||r...@post.cz

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


[Libreoffice-bugs] [Bug 97616] bad conditional formatting

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97616

Aldo  changed:

   What|Removed |Added

 Attachment #122422|0   |1
is obsolete||

--- Comment #4 from Aldo  ---
Created attachment 122432
  --> https://bugs.documentfoundation.org/attachment.cgi?id=122432&action=edit
File ods

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


[Libreoffice-bugs] [Bug 97616] bad conditional formatting

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97616

Aldo  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|NOTABUG |---
   Assignee|libreoffice-b...@lists.free |studiom...@teletu.it
   |desktop.org |
 Ever confirmed|0   |1

--- Comment #5 from Aldo  ---
Created attachment 122433
  --> https://bugs.documentfoundation.org/attachment.cgi?id=122433&action=edit
image of the screen

This is what I see on the screen

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


[Libreoffice-bugs] [Bug 94913] Microsoft Word Citations

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94913

Andrey L  changed:

   What|Removed |Added

 CC||andreyl@gmail.com

--- Comment #5 from Andrey L  ---
Any updates? Is it possible to accelerate bugfix for fee?

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


[Libreoffice-bugs] [Bug 94913] Microsoft Word Citations

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94913

--- Comment #6 from Beluga  ---
(In reply to Andrey L from comment #5)
> Any updates? Is it possible to accelerate bugfix for fee?

Yes. Contact some of these guys:
https://www.documentfoundation.org/certification/developers/

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


[Libreoffice-bugs] [Bug 83890] HTML export numbering confusion

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=83890

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|| target:5.2.0

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


[Libreoffice-bugs] [Bug 83890] HTML export numbering confusion

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=83890

--- Comment #4 from Commit Notification 
 ---
Marc Bessières committed a patch related to this issue.
It has been pushed to "master":

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

tdf#83890 sw html export: fix missing start numbering attribute

It will be available in 5.2.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
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 97587] Software interpreter for SUM treats empty cells as #VALUE!

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97587

Commit Notification  changed:

   What|Removed |Added

 Whiteboard| target:5.2.0   | target:5.2.0 target:5.1.1

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


[Libreoffice-bugs] [Bug 97587] Software interpreter for SUM treats empty cells as #VALUE!

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97587

--- Comment #8 from Commit Notification 
 ---
Tor Lillqvist committed a patch related to this issue.
It has been pushed to "libreoffice-5-1":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=aa064e8209e57ac91f16305d38e657d12a42093f&h=libreoffice-5-1

tdf#97587: Treat plain NaNs as zero in the software interpreter for SUM

It will be available in 5.1.1.

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
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 97634] New: cannot change date in spinner

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97634

Bug ID: 97634
   Summary: cannot change date in spinner
   Product: LibreOffice
   Version: 5.0.4.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Base
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: dennisgdani...@gmail.com

I set spinner for date field
open form
cannot change DAY but can change /MM

please see video
https://youtu.be/7UqLQ15ERWs?t=1m30s


Version: 5.0.4.2
Build ID: 1:5.0.4~rc2-0ubuntu1~trusty1
Locale: en-US (en_US.UTF-8)

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


[Libreoffice-bugs] [Bug 72438] LibreLogo: icons in Logo toolbar replaced by text only

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=72438

--- Comment #13 from Thomas Krumbein  ---
Bug is still present in all 5.x versions on Windows.

Only the first created document will show Icons in the toolbar - all later
created new documents will have only Helptext instead of Icons.
See picture attached (secondDok_LibreLogo.jpg)

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


[Libreoffice-bugs] [Bug 72438] LibreLogo: icons in Logo toolbar replaced by text only

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=72438

--- Comment #14 from Thomas Krumbein  ---
Created attachment 122434
  --> https://bugs.documentfoundation.org/attachment.cgi?id=122434&action=edit
two documents - second without Icons

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


[Libreoffice-bugs] [Bug 94865] MENU: Duplicate accelerators in en_US version

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94865

--- Comment #14 from Commit Notification 
 ---
akki95 committed a patch related to this issue.
It has been pushed to "master":

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

tdf#94865: MENU: Duplicate accelerators in en_US version

It will be available in 5.2.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
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 41722] conditional formatting does not export to excel

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=41722

Duncan  changed:

   What|Removed |Added

 Status|RESOLVED|UNCONFIRMED
Version|3.4.3 release   |5.0.1.2 release
 Resolution|INVALID |---
 Ever confirmed|1   |0
 OS|Linux (All) |Windows (All)

--- Comment #6 from Duncan  ---
I am having an issue which matches this description. I have changed the version
and hardware to refelct my system. For reference the original report was in
3.4.3 on linux.

I will redescribe the issue:
When saving a document in xlsx (office open version) format with conditional
formatting that changes the style of cells based on their text content
(contains string), then opening the document in MS Excel (tested with 2007 and
2010), the conditional formatting is not shown.

If the user creates conditional formatting in msxl and opens it in calc the
formatting is shown correctly. If the user changes anything on this page in
calc and then saves, then opens again in msxl the formatting is gone again.

In the msxl conditional formatting 'manage rules' menu all the rules are
present as normal, but none of them are working. If the edit rule screen is
opened for each rule and then closed again with the 'ok' button (no actual
changes necessary), the formatting reappears and shows correctly.

Saving in msxl and opening in calc does not result in any issue.

This feels like a microsoft bug to me but if it is then I am out of luck so
here's hoping.

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


[Libreoffice-bugs] [Bug 41722] conditional formatting does not export to excel

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=41722

--- Comment #7 from Duncan  ---
Created attachment 122435
  --> https://bugs.documentfoundation.org/attachment.cgi?id=122435&action=edit
Conditional formatting example saved with LibreOffice

Opening this in MS Excel does not show any conditional formatting

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


[Libreoffice-bugs] [Bug 41722] conditional formatting does not export to excel

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=41722

--- Comment #8 from Duncan  ---
Created attachment 122436
  --> https://bugs.documentfoundation.org/attachment.cgi?id=122436&action=edit
Conditional formatting example saved with MS Office

Opening this in either office program shows the formatting correctly

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


[Libreoffice-bugs] [Bug 96267] LibreLogo initialisation fails

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96267

Thomas Krumbein  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #9 from Thomas Krumbein  ---
Sorry for delay.

No different Python installation. Only python with comes with LibreOffice.

Standard LibO Windows build has the version python 3.3 included.

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


[Libreoffice-bugs] [Bug 97635] New: Beanshell Editor: Tab doesn't work

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97635

Bug ID: 97635
   Summary: Beanshell Editor: Tab doesn't work
   Product: LibreOffice
   Version: Inherited From OOo
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: samuel.mehrbr...@cib.de

In the Beanshell Editor, indenting code with Tab doesn't work.

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


[Libreoffice-bugs] [Bug 97635] Beanshell Editor: Tab doesn't work

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97635

Samuel Mehrbrodt (CIB)  changed:

   What|Removed |Added

 CC||samuel.mehrbr...@cib.de
   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
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 97635] Beanshell Editor: Shift-Tab doesn't work

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97635

Samuel Mehrbrodt (CIB)  changed:

   What|Removed |Added

Summary|Beanshell Editor: Tab   |Beanshell Editor: Shift-Tab
   |doesn't work|doesn't work

--- Comment #1 from Samuel Mehrbrodt (CIB)  ---
Oops .. Tab does work, but Shift-Tab doesn't.

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


[Libreoffice-bugs] [Bug 97636] New: Beanshell Editor: Add Undo/Redo functionality

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97636

Bug ID: 97636
   Summary: Beanshell Editor: Add Undo/Redo functionality
   Product: LibreOffice
   Version: Inherited From OOo
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: samuel.mehrbr...@cib.de

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


[Libreoffice-bugs] [Bug 97637] New: Beanshell Editor: Tab width too large

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97637

Bug ID: 97637
   Summary: Beanshell Editor: Tab width too large
   Product: LibreOffice
   Version: Inherited From OOo
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: samuel.mehrbr...@cib.de

The default tab width in the Beanshell Editor is very large.
It should be 4 characters by default.

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


[Libreoffice-bugs] [Bug 97638] New: Beanshell Editor: Add syntax highlighting

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97638

Bug ID: 97638
   Summary: Beanshell Editor: Add syntax highlighting
   Product: LibreOffice
   Version: Inherited From OOo
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: samuel.mehrbr...@cib.de

Beanshell editor should have syntax highlighting for Java

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


[Libreoffice-bugs] [Bug 97639] New: [META] Beanshell Editor bugs and enhancements

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97639

Bug ID: 97639
   Summary: [META] Beanshell Editor bugs and enhancements
   Product: LibreOffice
   Version: Inherited From OOo
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: samuel.mehrbr...@cib.de

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


[Libreoffice-bugs] [Bug 97635] Beanshell Editor: Shift-Tab doesn't work

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97635

Samuel Mehrbrodt (CIB)  changed:

   What|Removed |Added

 Blocks||97639

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


[Libreoffice-bugs] [Bug 97638] Beanshell Editor: Add syntax highlighting

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97638

Samuel Mehrbrodt (CIB)  changed:

   What|Removed |Added

 Blocks||97639

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


[Libreoffice-bugs] [Bug 97639] [META] Beanshell Editor bugs and enhancements

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97639

Samuel Mehrbrodt (CIB)  changed:

   What|Removed |Added

 CC||samuel.mehrbr...@cib.de
 Depends on||97635, 97636, 97637, 97638,
   ||97640

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


[Libreoffice-bugs] [Bug 97640] Beanshell Editor: Use fixed font

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97640

Samuel Mehrbrodt (CIB)  changed:

   What|Removed |Added

 Blocks||97639

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


[Libreoffice-bugs] [Bug 97640] New: Beanshell Editor: Use fixed font

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97640

Bug ID: 97640
   Summary: Beanshell Editor: Use fixed font
   Product: LibreOffice
   Version: Inherited From OOo
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: samuel.mehrbr...@cib.de

A fixed font should be used for the Beanshell editor.

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


[Libreoffice-bugs] [Bug 97637] Beanshell Editor: Tab width too large

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97637

Samuel Mehrbrodt (CIB)  changed:

   What|Removed |Added

 Blocks||97639

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


[Libreoffice-bugs] [Bug 97636] Beanshell Editor: Add Undo/Redo functionality

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97636

Samuel Mehrbrodt (CIB)  changed:

   What|Removed |Added

 Blocks||97639

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


[Libreoffice-bugs] [Bug 97639] [META] Beanshell Editor bugs and enhancements

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97639

Samuel Mehrbrodt (CIB)  changed:

   What|Removed |Added

 Depends on||97641

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


[Libreoffice-bugs] [Bug 97641] Beanshell Editor: Translations missing

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97641

Samuel Mehrbrodt (CIB)  changed:

   What|Removed |Added

 CC||samuel.mehrbr...@cib.de
 Blocks||97639

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


[Libreoffice-bugs] [Bug 97641] New: Beanshell Editor: Translations missing

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97641

Bug ID: 97641
   Summary: Beanshell Editor: Translations missing
   Product: LibreOffice
   Version: Inherited From OOo
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: samuel.mehrbr...@cib.de

The frame title and the buttons are not translated.

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


[Libreoffice-bugs] [Bug 97642] New: Beanshell Editor: Use native theming for swing controls

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97642

Bug ID: 97642
   Summary: Beanshell Editor: Use native theming for swing
controls
   Product: LibreOffice
   Version: Inherited From OOo
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: samuel.mehrbr...@cib.de

The dialog should use the SystemLookAndFeel for swing controls.

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


[Libreoffice-bugs] [Bug 97642] Beanshell Editor: Use native theming for swing controls

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97642

Samuel Mehrbrodt (CIB)  changed:

   What|Removed |Added

 CC||samuel.mehrbr...@cib.de
 Blocks||97639

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


[Libreoffice-bugs] [Bug 97639] [META] Beanshell Editor bugs and enhancements

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97639

Samuel Mehrbrodt (CIB)  changed:

   What|Removed |Added

 Depends on||97642

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


[Libreoffice-bugs] [Bug 97639] [META] Beanshell Editor bugs and enhancements

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97639

Samuel Mehrbrodt (CIB)  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

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


[Libreoffice-bugs] [Bug 34467] FORMATTING: Fit to Frame for text boxes is broken

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=34467

--- Comment #47 from Regina Henschel  ---
(In reply to Thomas Krumbein from comment #46)
> (In reply to Regina Henschel from comment #45)
> > If you use "ODF 1.2" and not "ODF 1.2 extended" for save and load, then the
> > feature "fit to frame" will work as in older versions.
> 
> Sorry Regina - I just checked this on Win 10 with LibO 5.0.3  - this is not
> right.
> 
> "Fit to frame" does still not work. No change to prior versions.

It works here for LO 5.2 and for LO4.2. The essential part is, that you have to
_save_ it in "ODF 1.2". When you then reload the file, you will see that it
fits to frame.

The reason for the trouble is, that "ODF 1.2 extended" writes the attribute
value "shrink-to-fit" for the attribute "draw:fit-to-size". Strict ODF 1.2 only
allows "true" or "false" as values and "ODF 1.2" indeed writes "true" as value.
So if you have ever saved it in "ODF 1.2 extended", it has the wrong value and
you first have to repair it.

You can exchange "shrink-to-fit" with "true" directly in the file source if you
want. But opening and saving in "ODF 1.2" works as well.

I have written issue #97630 for a suggestion to get both features.

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


[Libreoffice-bugs] [Bug 94851] Images are not printed (paper and PDF) with OpenGL activated

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94851

Timur  changed:

   What|Removed |Added

   Keywords|bibisectRequest |
   Hardware|x86-64 (AMD64)  |All

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


[Libreoffice-bugs] [Bug 97543] INSERT: SVG and attributes ignored

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97543

Yousuf (Jay) Philips  changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED

--- Comment #4 from Yousuf (Jay) Philips  ---
Verified. Please backport to 5.1. :D

Version: 5.2.0.0.alpha0+
Build ID: 6d68e88a0fc5a54bbb826379163bd0b9c6eae0fb
CPU Threads: 2; OS Version: Linux 4.2; UI Render: default; 
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2016-02-08_08:05:38
Locale: en-US (en_US.UTF-8)

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


[Libreoffice-bugs] [Bug 97643] New: Cannot insert a new record within a table or create a relationship (FK/PK) between two fields

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97643

Bug ID: 97643
   Summary: Cannot insert a new record within a table or create a
relationship (FK/PK) between two fields
   Product: LibreOffice
   Version: 5.0.4.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Base
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: camilleri@gmail.com

Created attachment 122437
  --> https://bugs.documentfoundation.org/attachment.cgi?id=122437&action=edit
attachment

I created a new table named 'payment-agent' but I have no way of inserting a
new record or creating a relationship between entity.payment-agent-id and
payment-agent.payment-agent-id.

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


[Libreoffice-bugs] [Bug 97643] Cannot insert a new record within a table or create a relationship (FK/PK) between two fields

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97643

--- Comment #1 from Jonathan Camilleri  ---
Created attachment 122438
  --> https://bugs.documentfoundation.org/attachment.cgi?id=122438&action=edit
screenshot

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


[Libreoffice-bugs] [Bug 97644] New: Next to complete fail after switching on 'Use OpenGL for all rendering'.

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97644

Bug ID: 97644
   Summary: Next to complete fail after switching on 'Use OpenGL
for all rendering'.
   Product: LibreOffice
   Version: 5.1.0.3 rc
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: j...@psilosoph.de

Created attachment 122439
  --> https://bugs.documentfoundation.org/attachment.cgi?id=122439&action=edit
the mentioned file supplied by the user 'Lem3' in the mentioned thread; renamed
by 'Lupp'

For some issues I regularly keep OpenGL rendering not selected for some time
now.
Trying to help a user with an issue described by this thread:
http://en.libreofficeforum.org/node/10136 
I had to switch on OpenGL rendering. This resulted in a mess.

Version: 5.1.0.3 (x64)
Build ID: 5e3e00a007d9b3b6efb6797a8b8e57b51ab1f737
CPU Threads: 4; OS Version: Windows 6.29; UI Render: default; 
Locale: de-DE (de_DE)
(In addition) UI language: English (Great Britain)

Steps to reproduce the problem (uncertain; I did not try a second time.)
1. Have OpenGL switched off. (V5.1.0.3 on Win 8.1
2. Open the attached file I downloded myself from the link in post #5 of the
mentioned thread.
3. (At least I did choosing column N: Check the claims of the poster;
negative!)
4. Select OpenGL rendering under 'View' since this was the poster's setting.
5. Close the document and close LibO.
6. Doubleclick the downloaded example file.
Expected: LibO should start, open, and render the contained Document.
Observed: 
LibO starts (partially?). 
The Window title is set to the filename.
The document is not rendered (no view of it at all).
No menu is present. No PickList preview. No lefthand column with controls.
7. Reset the user profile
Expected: Problem solved so far.
Observed: No remedy!
8. Repair the LibO installation. Some extra steps. Restore your user profile
specifics.

In my case: Success, fortunately.

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


[Libreoffice-bugs] [Bug 97645] New: manual pagebreak - dialog did not accept change of page-template

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97645

Bug ID: 97645
   Summary: manual pagebreak - dialog did not accept change of
page-template
   Product: LibreOffice
   Version: 5.1.0.1 rc
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: t...@mic-consulting.de

When trying to use a manual page-break in writer additional with changeing
pagenumber, the dialog does not accept an ne template (so optionboxes for
changing pagenumber are not active...)

how to reproduce:

- open a new Writer doc
- fill in some text
- now insert a manual pagebreak using the dialog (menu: insert -> manual break)
- selection is: pagebreak
- change the value of the following listbox - select a new template

listbox will not accept new value - still shown -none-

option boxes are not activ. 

By the way: even the listbox did not shown the selected template, the template
is accepted internal and will be used if you click on ok-button (try with
landscape-template).

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


[Libreoffice-bugs] [Bug 97643] Cannot insert a new record within a table or create a relationship (FK/PK) between two fields

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97643

--- Comment #2 from Jonathan Camilleri  ---
Comment on attachment 122438
  --> https://bugs.documentfoundation.org/attachment.cgi?id=122438
screenshot

No option to edit or insert visible, is this due to the maximum length that a
fieldname can have or the special characters?

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


[Libreoffice-bugs] [Bug 95310] Application menu items to start with temporary or new user profile

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95310

Yousuf (Jay) Philips  changed:

   What|Removed |Added

 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org,
   ||philip...@hotmail.com,
   ||qu...@runcibility.com
Summary|Enhancement: Disable|Application menu items to
   |profile 'one time' menu |start with temporary or new
   |item|user profile

--- Comment #6 from Yousuf (Jay) Philips  ---
Definitely a useful feature and one that i had thought about suggesting. Being
able to test whether a bug is available with a new user profile without having
to rename the current profile, test, and then rename it back would be quite
useful for QA.

On a different note, I have reported a number of bugs where the corrupted user
profile would stop me from opening LibreOffice, so having a menu item resetting
the user profile would be extremely useful to regular end users.

I would assume the activation of both these options would be accessible by
commandline switches, similar to the below.

`$ ./soffice --temp-profile`
`$ ./soffice --new-profile`

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


[Libreoffice-bugs] [Bug 97642] Beanshell Editor: Use native theming for swing controls

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97642

Samuel Mehrbrodt (CIB)  changed:

   What|Removed |Added

   Keywords||difficultyBeginner,
   ||easyHack, skillJava
 Status|UNCONFIRMED |NEW
 CC||libreoffice@lists.freedeskt
   ||op.org
 Ever confirmed|0   |1

--- Comment #1 from Samuel Mehrbrodt (CIB)  ---
EasyHack:
The source is in
scripting/java/com/sun/star/script/framework/provider/beanshell

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


[Libreoffice-bugs] [Bug 97640] Beanshell Editor: Use fixed font

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97640

Samuel Mehrbrodt (CIB)  changed:

   What|Removed |Added

   Keywords||difficultyBeginner,
   ||easyHack, skillJava
 Status|UNCONFIRMED |NEW
 CC||libreoffice@lists.freedeskt
   ||op.org,
   ||samuel.mehrbr...@cib.de
 Ever confirmed|0   |1

--- Comment #1 from Samuel Mehrbrodt (CIB)  ---
EasyHack:
The source is in
scripting/java/com/sun/star/script/framework/provider/beanshell

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


[Libreoffice-bugs] [Bug 90285] Crash copying sheets

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90285

Timur  changed:

   What|Removed |Added

 CC||er...@redhat.com

--- Comment #9 from Timur  ---
Eike, since Kohei is not following this, I was free to add you. 
If not your field, or somebody else's, please note. Thank you.

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


[Libreoffice-bugs] [Bug 97626] copy field increments numbers

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97626

raal  changed:

   What|Removed |Added

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

--- Comment #1 from raal  ---
Hello John,

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

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


[Libreoffice-bugs] [Bug 34467] FORMATTING: Fit to Frame for text boxes is broken

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=34467

--- Comment #48 from Thomas Krumbein  ---
(In reply to Regina Henschel from comment #47)
> (In reply to Thomas Krumbein from comment #46)
> > (In reply to Regina Henschel from comment #45)
[..]
> It works here for LO 5.2 and for LO4.2. The essential part is, that you have
> to _save_ it in "ODF 1.2". When you then reload the file, you will see that
> it fits to frame.
[..]
> 
> You can exchange "shrink-to-fit" with "true" directly in the file source if
> you want. But opening and saving in "ODF 1.2" works as well.
> 
> I have written issue #97630 for a suggestion to get both features.

ok, Regina, your are right. 

To change all the options, create the Frame, put in the text, store Document as
1.2, reopen ist and the text is "fit to frame";))

But I guess, this is not the target of this issue.

As a "normal" user I expect the following behaveor:

- create an new draw -document (i.e.) 
- create a new (text-)frame
- edit some text
- change the property of the textframe (fit to frame) 

--> and now I want to see the expanded text fitting to the frame! On my screen!
(at this time we do not have any storing-prozess)

Or: if I change first the propertie of the textframe - my input-text should fit
to frame during eding:)

So, your discription will create an new issue: a created file will change it
viewing after storing and reopening..

Maybe, that there is a different issue in fileformat using - but this does not
influence this issue here:)

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


[Libreoffice-bugs] [Bug 97598] Incorrectly formatted / displayed

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97598

raal  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

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


[Libreoffice-bugs] [Bug 97513] In Pivot tables, compute sum for numbers and counts for other formats by default

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97513

--- Comment #7 from Milan Bouchet-Valat  ---
That's right. Another point is that users already have to take into account
different behaviors depending on whether the values are numeric or not: sum
produces an empty result when applied to non-numeric values.

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


[Libreoffice-bugs] [Bug 97556] resurrect windows build system

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97556

David Tardon  changed:

   What|Removed |Added

  Component|Extensions  |General
Version|5.2.0.0.alpha0+ Master  |unspecified
Product|LibreOffice |libetonyek

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


[Libreoffice-bugs] [Bug 97645] manual pagebreak - dialog did not accept change of page-template

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97645

Thomas Krumbein  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from Thomas Krumbein  ---
Just checked with version 5.1.0.3 on Win 10 (32 bit version).

Worked as expected - so error is maybe fixed.

Can closed this bug report.

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


[Libreoffice-bugs] [Bug 97646] InputStreamToXInputStreamAdapter doesn't work

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97646

--- Comment #1 from Samuel Mehrbrodt (CIB)  ---
Created attachment 122440
  --> https://bugs.documentfoundation.org/attachment.cgi?id=122440&action=edit
Beanshell Macro

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


[Libreoffice-bugs] [Bug 97646] New: InputStreamToXInputStreamAdapter doesn't work

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97646

Bug ID: 97646
   Summary: InputStreamToXInputStreamAdapter doesn't work
   Product: LibreOffice
   Version: Inherited From OOo
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: BASIC
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: samuel.mehrbr...@cib.de

See the attached Beanshell Macro.
When using line 22 instead 23, the script doesn't work anymore.
This is probably because InputStreamToXInputStreamAdapter doesn't implement
XSeekable (while ByteArrayToXInputStreamAdapter does)

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


[Libreoffice-bugs] [Bug 97645] manual pagebreak - dialog did not accept change of page-template

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97645

Cor Nouws  changed:

   What|Removed |Added

 CC||c...@nouenoff.nl
 Resolution|FIXED   |WORKSFORME

--- Comment #2 from Cor Nouws  ---
Hi Thomas,

There was some issue (don't know the #) with list controls that were working
badly under Windows. Must have been that one.

We set to WorksForMe if there is no clear code-commit involved.
Ciao - Cor

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


[Libreoffice-bugs] [Bug 97647] New: Writer loses last string in doc format for MS Word

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97647

Bug ID: 97647
   Summary: Writer loses last string in doc format for MS Word
   Product: LibreOffice
   Version: 5.0.4.2 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: povzhik...@belinvestbank.by

Created attachment 122441
  --> https://bugs.documentfoundation.org/attachment.cgi?id=122441&action=edit
Screenshots

I made doc file in LO 5.0.4 and try to open it in MS word 2013. 
Document has 4 strings ,I see 4 in LO, but I don't see last string in MS Word,
only 3.
When I change and save this document in MS Word, last string appears.

When I try .docx, no prolems.

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


[Libreoffice-bugs] [Bug 97647] Writer loses last string in doc format for MS Word

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97647

Povzhik Maksim  changed:

   What|Removed |Added

   Keywords||filter:doc

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


[Libreoffice-bugs] [Bug 95024] Support for new Hungarian orthography

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95024

--- Comment #4 from Commit Notification 
 ---
László Németh committed a patch related to this issue.
It has been pushed to "master":

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

tdf#95024 Update Hungarian Autocorrect patterns

It will be available in 5.2.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
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 95024] Support for new Hungarian orthography

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95024

Commit Notification  changed:

   What|Removed |Added

 Whiteboard| target:5.1.0 target:5.0.4  | target:5.1.0 target:5.0.4
   ||target:5.2.0

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


[Libreoffice-bugs] [Bug 95024] Support for new Hungarian orthography

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95024

Commit Notification  changed:

   What|Removed |Added

 Whiteboard| target:5.1.0 target:5.0.4  | target:5.1.0 target:5.0.4
   |target:5.2.0|target:5.2.0 target:5.1.1

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


[Libreoffice-bugs] [Bug 95024] Support for new Hungarian orthography

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95024

--- Comment #5 from Commit Notification 
 ---
László Németh committed a patch related to this issue.
It has been pushed to "libreoffice-5-1":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=572252b562075825a0ee7e8b6c2421d16e48f98c&h=libreoffice-5-1

tdf#95024 Update Hungarian Autocorrect patterns

It will be available in 5.1.1.

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
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 34467] FORMATTING: Fit to Frame for text boxes is broken

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=34467

V Stuart Foote  changed:

   What|Removed |Added

 CC||vstuart.fo...@utsa.edu

--- Comment #49 from V Stuart Foote  ---
(In reply to Thomas Krumbein from comment #48)
...
> --> and now I want to see the expanded text fitting to the frame! On my
> screen!
> (at this time we do not have any storing-prozess)
> 
> Or: if I change first the propertie of the textframe - my input-text should
> fit to frame during eding:)
> 

During editing (creating a new Text Box or editing and existing) the Fit to
Frame stretching does work correctly, it is just interplay of the commands
linked to the Text Box dialog that remain scrambled.

You can directly manipulate the anisotropic stretch to fill the frame (creating
an SVG meta) as follows:

1. select Text box Frame--triple click the text in the text box, the text
should highlight and the blue text box should show, then click the frame--
status bar will show "Text Frame 'SOMETEXT...' selected"
2. open the context menu -> Text dialog
3. uncheck all boxes in the Text section, and OK out
4. enter a +F8 to toggle the uno:TextFitToSize command
5. the text box may momentarily shrink to fit width of text, if so click
outside the text box
6. text will expand anisotrophically to fill the frame
7. a second +F8 will toggle the text back to its unstretched size.

It is the Text dialog that remains incorrect. It is not correctly applying the
stretch when the "Fit to frame" box is checked--but it will remove the stretch
when unchecked.

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


[Libreoffice-bugs] [Bug 97374] FILEOPEN: Impress crashes loading a file with Page Title field

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97374

Rosemary Sebastian  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 96656] All up-down arrows in numerical input fields are not visible anymore

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96656

Thomas Krumbein  changed:

   What|Removed |Added

 Status|NEEDINFO|NEW

--- Comment #7 from Thomas Krumbein  ---
Confirm bug  in RC3 (5.1.0.3) on windows 10.

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


[Libreoffice-bugs] [Bug 97542] INSERT: SVG text fill color not used

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97542

--- Comment #5 from JoNi  ---
Created attachment 122442
  --> https://bugs.documentfoundation.org/attachment.cgi?id=122442&action=edit
yellow rectangle with radial gradient text

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


[Libreoffice-bugs] [Bug 97542] INSERT: SVG text fill color not used

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97542

--- Comment #6 from JoNi  ---
Created attachment 122443
  --> https://bugs.documentfoundation.org/attachment.cgi?id=122443&action=edit
gradial filled rectangle with yellow text

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


[Libreoffice-bugs] [Bug 97648] New: Horizontal line is not imported

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97648

Bug ID: 97648
   Summary: Horizontal line is not imported
   Product: LibreOffice
   Version: 5.2.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: oliver.spe...@cib.de

Created attachment 122444
  --> https://bugs.documentfoundation.org/attachment.cgi?id=122444&action=edit
Document with green horizontal line

Line picture is not visible.


 


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


[Libreoffice-bugs] [Bug 41722] conditional formatting does not export to excel

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=41722

--- Comment #9 from Duncan  ---
I updated to the newest stable (5.0.4.2 (x64)) and was still able to reproduce
the issue as described

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


[Libreoffice-bugs] [Bug 60268] FORMATTING: incorrect display of square root and cdot under Windows 8 and 10

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=60268

--- Comment #40 from Platon Efimov  ---
Created attachment 122445
  --> https://bugs.documentfoundation.org/attachment.cgi?id=122445&action=edit
Broken root under Windows 10

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


[Libreoffice-bugs] [Bug 54227] TABLES: single decimal tab in a paragraph in a table adjust text BEFORE the tabulation

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=54227

--- Comment #6 from hastokke...@bigfoot.com ---
Sorry for my late response.

The same TAB problem in tables occurs in LibreOffice 3.3.4 under Win XP, so it
is an old phenomenon.

Same for 5.0.3 and 5.0.4, and just adding a decimal tab in a cells ruler will
change the placement of a number/text in the cell, even without any tabulation
in the cell.

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


[Libreoffice-bugs] [Bug 97649] New: Frame minimum height not imported

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97649

Bug ID: 97649
   Summary: Frame minimum height not imported
   Product: LibreOffice
   Version: 5.2.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: oliver.spe...@cib.de

Created attachment 122446
  --> https://bugs.documentfoundation.org/attachment.cgi?id=122446&action=edit
Frame with minimum height

Frame in bugdoc should have a height of 2.54 cm

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


[Libreoffice-bugs] [Bug 97650] New: Dropdown field in frame is not imported

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97650

Bug ID: 97650
   Summary: Dropdown field in frame is not imported
   Product: LibreOffice
   Version: 5.2.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: oliver.spe...@cib.de

Created attachment 122447
  --> https://bugs.documentfoundation.org/attachment.cgi?id=122447&action=edit
Frame with two dropdown fields inside and outside of a frame

The dropdown field inside of the frame is missing.

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


[Libreoffice-bugs] [Bug 84296] FILEOPEN: Opening svg on Windows gives error

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=84296

Yousuf (Jay) Philips  changed:

   What|Removed |Added

 Blocks||88277

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


[Libreoffice-bugs] [Bug 79854] FILEOPEN: opening this svg file in LibO Draw doesnt show correctly

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=79854

Yousuf (Jay) Philips  changed:

   What|Removed |Added

 Blocks||88277

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


[Libreoffice-bugs] [Bug 79261] FILEOPEN: SVG not rendered correctly

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=79261

Yousuf (Jay) Philips  changed:

   What|Removed |Added

 Blocks||88277

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


[Libreoffice-bugs] [Bug 88277] Meta: SVG fileOpen filter (Draw)

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88277

Yousuf (Jay) Philips  changed:

   What|Removed |Added

 CC||philip...@hotmail.com
 Depends on||79854, 79261, 84296

--- Comment #8 from Yousuf (Jay) Philips  ---
Adding some of my svgOpen bugs.

Bug 79854 - FILEOPEN: opening this svg file in LibO Draw doesnt show correctly
Bug 79261 - FILEOPEN: SVG not rendered correctly
Bug 84296 - FILEOPEN: Opening svg on Windows gives error

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


[Libreoffice-bugs] [Bug 88462] convert manual XInterface implementations into ::cppu::WeakComponentImplHelper

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88462

--- Comment #5 from kerem  ---
I sent following for this patch;

https://gerrit.libreoffice.org/#/c/22213/

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


[Libreoffice-bugs] [Bug 54227] TABLES: single decimal tab in a paragraph in a table adjust text BEFORE the tabulation

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=54227

hastokke...@bigfoot.com changed:

   What|Removed |Added

Version|3.5.6.2 release |Inherited From OOo

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


[Libreoffice-bugs] [Bug 97538] INSERT: SVG image cropped

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97538

Yousuf (Jay) Philips  changed:

   What|Removed |Added

 Blocks||88278

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


[Libreoffice-bugs] [Bug 97531] INSERT: Gradients in SVG shown as solid color

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97531

Yousuf (Jay) Philips  changed:

   What|Removed |Added

 Blocks||88278

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


[Libreoffice-bugs] [Bug 97534] INSERT: SVG smoothness of lines change on zoom level and refresh

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97534

Yousuf (Jay) Philips  changed:

   What|Removed |Added

 Blocks||88278

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


[Libreoffice-bugs] [Bug 97536] INSERT: SVG shapes have light outlines

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97536

Yousuf (Jay) Philips  changed:

   What|Removed |Added

 Blocks||88278

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


[Libreoffice-bugs] [Bug 97585] INSERT: SVG background not shown

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97585

Yousuf (Jay) Philips  changed:

   What|Removed |Added

 Blocks||88278

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


[Libreoffice-bugs] [Bug 97541] INSERT: Part of SVG shape not rendered

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97541

Yousuf (Jay) Philips  changed:

   What|Removed |Added

 Blocks||88278

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


[Libreoffice-bugs] [Bug 97537] INSERT: SVG text color and style incorrect

2016-02-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97537

Yousuf (Jay) Philips  changed:

   What|Removed |Added

 Blocks||88278

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


  1   2   3   >