[Libreoffice-bugs] [Bug 61972] FILEOPEN: ENHANCEMENT - Support reference to document directory for back end database location

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=61972

tommy27  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=97
   ||330

-- 
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 97330] Enable support for 'portable split databases' in Base

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97330

tommy27  changed:

   What|Removed |Added

 CC||ba...@quipo.it
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=61
   ||972

-- 
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 97331] Crash conditional formatting, when scrolling on Icon set

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97331

--- Comment #5 from m.a.riosv  ---
Created attachment 122172
  --> https://bugs.documentfoundation.org/attachment.cgi?id=122172=edit
Screenshot crash scrolling mouse wheel.

Same crash scrolling with the mouse wheel in the style list 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 97298] Wrong color of background graphics in PDF export

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97298

--- Comment #14 from Ofir  ---
OpenGL ON/OFF has no effect.

Can you please try to reproduce it with Windows 7 or Ubuntu 14.04 and
LibreOffice 5.1.0.2?

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


[Libreoffice-bugs] [Bug 96434] Activate usage data collection from commandline

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96434

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

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

tdf#96434 Activate usage data collection from commandline.

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


[Libreoffice-bugs] [Bug 96434] Activate usage data collection from commandline

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96434

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


[Libreoffice-bugs] [Bug 97331] Crash conditional formatting, when scrolling on Icon set

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97331

--- Comment #3 from Yan Pashkovsky  ---
LO crashes, so I guess this bug must be marked as CRITICAL

-- 
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 97331] Crash conditional formatting, when scrolling on Icon set

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97331

--- Comment #4 from Julien Nabet  ---
Sorry I forgot to pinpoint something:
it crashes in acceptableWheelScrollTarget method so
shouldReusePreviousMouseWindow must return true.
Reading this part:
   1320 //If the last event at the same absolute screen position was handled by
a
   1321 //different window then reuse that window if the event occurs within
1/2 a
   1322 //second, i.e. so scrolling down something like the calc sidebar that
contains
   1323 //widgets that respond to wheel events will continue to send the event
to the
   1324 //scrolling widget in favour of the widget that happens to end up under
the
   1325 //mouse.
   1326 static bool shouldReusePreviousMouseWindow(const SalWheelMouseEvent&
rPrevEvt, const SalWheelMouseEvent& rEvt)
   1327 {
   1328 return (rEvt.mnX == rPrevEvt.mnX && rEvt.mnY == rPrevEvt.mnY &&
rEvt.mnTime-rPrevEvt.mnTime < 500/*ms*/);
   1329 }
it means you must scroll fast enough to reproduce the crash (less than 0.5s
between each scroll)
Indeed, if I wait, let's say 1 sec for example, between each scroll, I got no
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 96614] Not possible to re-anchor the picture with footer involved

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96614

szots...@gmail.com changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #2 from szots...@gmail.com ---
I use openSUSE Leap 42.1 x64 Linux with KDE 5.

1.) Click on the picture above the footer (anchor is invisible)
2.) Select the frame in the footer -> the anchor appears above the picture
where a new line begins
3.) Click on the anchor -> the anchor disappears immediately and the blinking
cursor takes over

-- 
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 97328] Calc Compare Document (Spreadsheet Compare) doesn't compare Sheets names.

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97328

Francisco José Cañizares Santofimia  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=97
   ||327

-- 
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 97327] Calc Compare Document (Spreadsheet Compare) doesn't works well when comparing documents with different number of Sheets.

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97327

Francisco José Cañizares Santofimia  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=97
   ||328

-- 
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 90407] AutoFit option not exported in PowerPoint

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90407

raal  changed:

   What|Removed |Added

 Status|NEEDINFO|NEW

--- Comment #5 from raal  ---
duplicate bug 96409 with test file, setting to NEW

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


[Libreoffice-bugs] [Bug 97312] FILEOPEN: Table in a DOC file displayed outside of page border

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97312

MM  changed:

   What|Removed |Added

   Keywords||regression
 Status|UNCONFIRMED |NEW
Version|5.1.0.2 rc  |4.1.6.2 release
 Ever confirmed|0   |1
 OS|Windows (All)   |All

--- Comment #2 from MM  ---
Unconfirmed with v3.3.4 under windows 7 x64.
Confirmed with v4.1.6.2 under mint 16 x64.
Confirmed with v5.1.0.2 under ubuntu 14.04 x64.

That's not the only problem with this doc. From v4.2 there's a blank page
added, which wasn't there with v4.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 58344] FORMATTING: new presentation inherits 'Tasks-Pane - Masters Used - Background preview'

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=58344

Jean-Baptiste Faure  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||jbfa...@libreoffice.org
 Resolution|--- |WORKSFORME

--- Comment #10 from Jean-Baptiste Faure  ---
Based on comment #6 I do not reproduce with LibreOffice 5.1.1.0.0+ nor
5.0.5.0.0+ both built at home under Ubuntu 15.10 x86-64.

Closing as WorksForMe. Please feel free to reopen if you disagree.

Best regards. JBF

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


[Libreoffice-bugs] [Bug 97324] EDITING: unwanted insertion/change of letters while typing ("Record Changes" and "Show Changes" ON)

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97324

tommy27  changed:

   What|Removed |Added

Summary|Editing |EDITING: unwanted
   ||insertion/change of letters
   ||while typing ("Record
   ||Changes" and "Show Changes"
   ||ON)

-- 
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 97324] Editing

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97324

tommy27  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||ba...@quipo.it
 Ever confirmed|0   |1

--- Comment #6 from tommy27  ---
@JIM7
please tell the exact LibO version you are using and the exact Window version
of your PC (including 32 or 64 bit)

last available LibO release in 5.0.4.2 so if you are not up to date, download
it and install it.

if you are already using that release, please try reetting the user profile
https://wiki.documentfoundation.org/UserProfile

then tell if this fix things or issue persists.

status -> NEEDINFO

-- 
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 90407] AutoFit option not exported in PowerPoint

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90407

--- Comment #4 from 2460...@gmail.com ---
Hello, I am not the OP but I posted a very similar bug report with attatchments
reference no. 96409. My bug was marked a dupe and closed while this one has
been abandoned by the OP.

Please could you consider my post as a follow up to this one (in response the
NEEDINFO request). The bug is a real kiler for compatiblity with Powerpoint, as
you can imagine - the Autofit is not exported to doc format and hence all the
text boxes are mis-sized!

https://bugs.documentfoundation.org//show_bug.cgi?id=96409

-- 
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 97183] Blacked Toolbar Icon Background When Using Breeze Theme

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97183

--- Comment #3 from thanosshad...@yahoo.com ---
Can I add something I just found out yesterday? This issue is present in most
linux distributions I have tested except Kubuntu (and probably other Ubuntu
flavours - not sure about derivatives though)...

-- 
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 97333] New: impossible to create chart

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97333

Bug ID: 97333
   Summary: impossible to create chart
   Product: LibreOffice
   Version: 5.0.4.2 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: sharck...@yahoo.com

Created attachment 122171
  --> https://bugs.documentfoundation.org/attachment.cgi?id=122171=edit
file to replicate the mentined problem

Hi,

I'm trying to create a chart based on a imported TXT file.

After formatting the columns I select the data and use Insert->Chart ...
The program freezes ... 

We can say that we have 50K lines of data ... sure, but we also have 8 cores @
4GHz and 16G of RAM ... the whole file is just a little over 1 Mbyte ...
something is wrong here.

The same data with a M$ product ... graph is instant ...

I'm really trying to use open software and promote this in my organization ...
but man ... it's hard sometime ... sorry, but I just had to say this.

Attached you can find the txt file for you to try.

Thanks and Regards,
George

-- 
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 97298] Wrong color of background graphics in PDF export

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97298

--- Comment #13 from tommy27  ---
does turning OpenGL ON/OFF from the "Tools/Options/View" menu make any
difference?

-- 
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 97331] Crash conditional formatting, when scrolling on Icon set

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97331

Yan Pashkovsky  changed:

   What|Removed |Added

 CC||yanp...@gmail.com
Version|5.2.0.0.alpha0+ Master  |5.0.1.2 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 92284] "Bad Allocation" error problem in Impress

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92284

herman.via...@edpnet.be changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #7 from herman.via...@edpnet.be ---
Used my presentation on LO 5.0.4 on Win 10: all slides show correctly in
editing and "show" mode, and I was able to do changes and save te file.
Trying to do the same in LO 5.0.4 on Mageia 5: slides slow OK in the preview
pane up to slide 192, but selecting slide 183 gives a empty screen in the
editing pane (the small icon for the presence of a graphical file shows, nut
not the actual image). The slide show gives already up at slide 13, so it
behaves even worse than LO 4.4.7

-- 
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 92049] icon changes do not affect drop-down icons in New menu until close

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92049

Maxim Monastirsky  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=96
   ||736
Summary|icon theme changes do not   |icon changes do not affect
   |affect icons in New/Save|drop-down icons in New menu
   |drop-down menus until close |until close

-- 
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 96736] Save toolbar dropdown doesn't update icons after theme change

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96736

Maxim Monastirsky  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=92
   ||049

-- 
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 58349] Turn Border button into a split button

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=58349

Maxim Monastirsky  changed:

   What|Removed |Added

 CC||fpobl...@kamanga.cl

--- Comment #13 from Maxim Monastirsky  ---
*** Bug 97320 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 97320] Save last clicked choice

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97320

Maxim Monastirsky  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Maxim Monastirsky  ---
Thanks for reporting. This was requested already in Bug 58349, so closing this
bug as a duplicate.

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

-- 
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 96482] cannot access columns of a tablecontrol in design mode

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96482

--- Comment #18 from t...@tim-passingham.co.uk ---
Works for me - ubuntu 14.04 64 bit LO 5.1.0.2.

Many thanks.

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


[Libreoffice-bugs] [Bug 92531] PRINTING: Draw fails to print large drawings over correctly sized multiple pages

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92531

MarjaE  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|WONTFIX |---

--- Comment #11 from MarjaE  ---
(In reply to Randolph from comment #7)
> Yes, I can confirm this is not a problem in v5.0.5.

I don't have 5.0.5, but this is still a major problem in 5.0.4. Only solution
I've found is to duplicate the file, merge all objects into one group, create
as many slides as needed pages, and orient the group appropriately in each
page.

If this has been fixed between 5.0.4 and 5.0.5, that's one thing, but "won't
fix" implies that this will remain broken and will continue to require
ridiculous workarounds.

-- 
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 97298] Wrong color of background graphics in PDF export

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97298

--- Comment #16 from Ofir  ---
Please test 5.1.0.2 on Windows 7.

-- 
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 97298] Wrong color of background graphics in PDF export

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97298

Ofir  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |INSUFFICIENTDATA

--- Comment #19 from Ofir  ---
This bug have too many useless posts.
I'll create a new one.

-- 
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 97298] Wrong color of background graphics in PDF export

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97298

--- Comment #21 from Ofir  ---
tommy27: please don't comment on the new issue.
Thanks

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


[Libreoffice-bugs] [Bug 97323] Sverweis (VLOOKUP) - bug?

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97323

GerardF  changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 CC||gerard.farg...@orange.fr
 Resolution|--- |NOTABUG

--- Comment #4 from GerardF  ---
LO Help :
https://help.libreoffice.org/index.php?title=Calc/Spreadsheet_Functions=en-US=WIN=5.2#bm_id3152809

"If the SortOrder parameter is omitted or set to TRUE or one, it is assumed
that the data is sorted in ascending order. In this case, if the exact
SearchCriterion is not found, the last value that is smaller than the criterion
will be returned"

Not a bug.

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


[Libreoffice-bugs] [Bug 97327] Calc Compare Document (Spreadsheet Compare) doesn't works well when comparing documents with different number of Sheets.

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97327

--- Comment #2 from raal  ---
*** Bug 97328 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 97328] Calc Compare Document (Spreadsheet Compare) doesn't compare Sheets names.

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97328

raal  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||r...@post.cz
 Resolution|--- |DUPLICATE

--- Comment #1 from raal  ---
Hello, solving Bug 97327 will also solve this bug. If Bug 97327 will be solved,
then after compare you will see all content of the renamed sheet. If you don't
agree, set again to unconfirmed.

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

-- 
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 97335] Scrolling Bug in LibreOffice, Safari, and Firefox

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97335

MarjaE  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |INVALID

--- Comment #2 from MarjaE  ---
Had to turn off middle mouse button functions, quit libreoffice, and restart,
but finally freed middle mouse button for other apps. I guess that solved my
button, but having to quit to see the effects of settings changes makes it
harder to diagnose settings-related problems.

-- 
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 97336] New: Allow changes to Preferences to immediately take effect

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97336

Bug ID: 97336
   Summary: Allow changes to Preferences to immediately take
effect
   Product: LibreOffice
   Version: 5.0.1.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: erw...@alumni.beloit.edu

I had some trouble debuggging a scrolling issue.

Preferences > View > Mddle Mouse Button > Automatic Scrolling was interfering
with another scrolling tool using the same button. Changing this to > No
Function didn't seem to help.

I had to change it to > No Function, quit, and restart before I realized that
was the fix.

I think, if these immediately took effect, then this would make it easier for
users to diagnose and fix these issues.

I don't know whether this is practical though.

-- 
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 97333] impossible to create chart

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97333

--- Comment #4 from MM  ---
Looks like the hang is fixed with v5.1.0.2 under ubuntu 14.04 x64, but not on
v5.0.5.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 97334] [Numbers] Add iWorks' Numbers missing functions

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97334

--- Comment #1 from Dennis Roczek  ---
https://wiki.documentfoundation.org/Functions_comparison_of_LibreOffice_Calc_and_Numbers

-- 
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 97323] Sverweis (VLOOKUP) - bug?

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97323

--- Comment #2 from khrehfeld  ---
Created attachment 122173
  --> https://bugs.documentfoundation.org/attachment.cgi?id=122173=edit
LibreOffice Calc: trying a summary of several spreadsheets in one spreadsheet
using SVERWEIS (VLOOKUP)

LibreOfficeCalc programm
Comments/description are on the first spreadsheet

-- 
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 97327] Calc Compare Document (Spreadsheet Compare) doesn't works well when comparing documents with different number of Sheets.

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97327

raal  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||r...@post.cz
Version|unspecified |3.5.0 release
 Ever confirmed|0   |1

--- Comment #1 from raal  ---
I can confirm with Version: 5.2.0.0.alpha0+
Build ID: e1367aaf7d9cc93bbbe3ba64015fde3469c61c6e
CPU Threads: 4; OS Version: Linux 4.2; UI Render: default; 
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2016-01-20_23:32:01
and LO 3.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 97335] New: Scrolling Bug in LibreOffice, Safari, and Firefox

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97335

Bug ID: 97335
   Summary: Scrolling Bug in LibreOffice, Safari, and Firefox
   Product: LibreOffice
   Version: 5.0.1.2 release
  Hardware: All
OS: Mac OS X (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: erw...@alumni.beloit.edu

Hi,

I use Scroll+ to allow me to scroll with my coordination issues and rsi. After
trying to debug Firefox, Scroll+ failed in LibreOffice, Safari, and Firefox,
while it continues to work in other applications. I'm wondering if there is a
common implementation of scrolling, or scrolling accessibility tools, in the
three, that would fail together, without failing in other apps. I know this is
really weird...

-- 
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 97335] Scrolling Bug in LibreOffice, Safari, and Firefox

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97335

--- Comment #1 from MarjaE  ---
Okay, somehow the scrolling options and hardware acceleration had turned back
on in Firefox. I turned them back off, fixing the problem in both Firefox and
Safari (???) but not LibreOffice.

I need to use the middle mouse button with Sroll+, so I need to disable tools
that use the middle mouse button for other features, including other scroll
settings. However, disabling the middle mouse button in LibreOffice preferences
doesn't disable its middle-mouse-button scrolling or enable Scroll+'s
middle-mouse-button scrolling.

-- 
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 97333] impossible to create chart

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97333

--- Comment #3 from geo  ---

Hi,

I can confirm it's not blocking anymore with 5.2.0.0.alpha0+ (x64) but it's
still painfully slow.

Looks like OpenGL is enabled but Hw acceleration is grayed out.

Thanks

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


[Libreoffice-bugs] [Bug 97336] Allow changes to Preferences to immediately take effect

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97336

--- Comment #1 from MarjaE  ---
Alternatively, the preferences could note that changes will take place after
restart.

-- 
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 97334] New: [Numbers] Add iWorks' Numbers missing functions

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97334

Bug ID: 97334
   Summary: [Numbers] Add iWorks' Numbers missing functions
   Product: LibreOffice
   Version: Inherited From OOo
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: dennisroc...@libreoffice.org

I have analyzed all Apple's iWorks Numbers functions finally. I will also post
my list to the wiki later this weekend.

We do not support all functions of Numbers. The help is accessible at
https://manuals.info.apple.com/en_US/Formulas_and_Functions_User_Guide.pdf

Basically all functions do explain themself, some remarks in brackets:
BASETONUM (similar to hex2bin etc. just with another base)
DAYNAME (DAYNAME(1) = Sunday)
DUR2DAYS
DUR2HOURS
DUR2MILLISECONDS
DUR2MINUTES
DUR2SECONDS
DUR2WEEKS
MONTHNAME (MONTHNAME(11) = November)
NUMTOBASE (see BASETONUM)
STRIPDURATION (similar to DUR2DAYS, seems to be included for compatibility with
other spreadsheet software, dunno which one it is or where the difference to
DUR2DAYS is)

I think we should support these functions for compatibility reasons (and for
importing .number pages in the DLP project)

-- 
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 97333] impossible to create chart

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97333

Cor Nouws  changed:

   What|Removed |Added

 CC||c...@nouenoff.nl

--- Comment #2 from Cor Nouws  ---
and please look at influence of settings: Tools > Options > LibreOffice
> View .. OpenGL and .. Hardware Acceleration.

-- 
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 97298] Wrong color of background graphics in PDF export

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97298

--- Comment #17 from tommy27  ---
I told you I really had no time and can't assure I will.

however I doubt I will reproduce a bug you already saw in 5.0.4.2 that I did
not reproduce even after testing it with the same release and 2 different
Windows machines (7x64 and 8.1x64)

did you reset the user profile?

-- 
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 97337] REGRESSION: Background graphics cause artifacts in PDF export

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97337

--- Comment #2 from Ofir  ---
Created attachment 122179
  --> https://bugs.documentfoundation.org/attachment.cgi?id=122179=edit
PDF exported from LibreOffice showing the issue

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


[Libreoffice-bugs] [Bug 97337] REGRESSION: Background graphics cause artifacts in PDF export

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97337

--- Comment #1 from Ofir  ---
Created attachment 122178
  --> https://bugs.documentfoundation.org/attachment.cgi?id=122178=edit
PDF exported from PowerPoint 2013 showing the expected result

-- 
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 97005] LOOL UX: Strike-through together with numbering/bullets does not work correctly

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97005

--- Comment #1 from Pranav Kant  ---
This seems to be working fine for me. Can you still reproduce 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 60557] EDITING - Insert-Envelope dialog's Printer tab - Envelope orientation icons seem to be incorrect (Canon printer)

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=60557

Jean-Baptiste Faure  changed:

   What|Removed |Added

Version|unspecified |3.3.3 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 97332] SVG: Incorrect fill color

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97332

raal  changed:

   What|Removed |Added

 CC||r...@post.cz

--- Comment #1 from raal  ---
Created attachment 122175
  --> https://bugs.documentfoundation.org/attachment.cgi?id=122175=edit
comparison with FF

I can not confirm with Version: 5.2.0.0.alpha0+
Build ID: e1367aaf7d9cc93bbbe3ba64015fde3469c61c6e
CPU Threads: 4; OS Version: Linux 4.2; UI Render: default; 
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2016-01-20_23:32:01

-- 
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 97298] Wrong color of background graphics in PDF export

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97298

--- Comment #18 from Ofir  ---
Please test 5.1.0.2 on Windows 7.

-- 
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 97332] SVG: Incorrect fill color

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97332

--- Comment #2 from Xisco Faulí  ---
Created attachment 122176
  --> https://bugs.documentfoundation.org/attachment.cgi?id=122176=edit
how it looks for 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 97298] Wrong color of background graphics in PDF export

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97298

--- Comment #20 from tommy27  ---
feel free to open a new one but please understand that the version field MUST
indicate the earliest version you saw a bug (in this case 5.0.4.2) not the
latest.

and also try to reset the user profile to see if the issue persists.
if your bug is due to a user profile corruption you will continue to reproduce
it unlike other users

-- 
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 97323] Sverweis (VLOOKUP) - bug?

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97323

--- Comment #3 from khrehfeld  ---
Created attachment 122174
  --> https://bugs.documentfoundation.org/attachment.cgi?id=122174=edit
Bug? using SVERWEIS/VLOOKUP

LibreOfficeCalc program, using SVERWEIS/VLOOKUP

-- 
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 92531] PRINTING: Draw fails to print large drawings over correctly sized multiple pages

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92531

Beluga  changed:

   What|Removed |Added

 Status|REOPENED|NEW

--- Comment #12 from Beluga  ---
(In reply to MarjaE from comment #11)
> (In reply to Randolph from comment #7)
> > Yes, I can confirm this is not a problem in v5.0.5.
> 
> I don't have 5.0.5, but this is still a major problem in 5.0.4. Only
> solution I've found is to duplicate the file, merge all objects into one
> group, create as many slides as needed pages, and orient the group
> appropriately in each page.
> 
> If this has been fixed between 5.0.4 and 5.0.5, that's one thing, but "won't
> fix" implies that this will remain broken and will continue to require
> ridiculous workarounds.

Joel just meant it as a reference to the backportRequest:4.4

But if you are still seeing it in 5.0.4 we have to set to NEW.

5.0.5 was nowhere in sight in 2015-08-05 when Randolph commented. He just
forgot one zero: 5.0.0.5.
https://wiki.documentfoundation.org/ReleasePlan/5.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 97337] New: REGRESSION: Background graphics cause artifacts in PDF export

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97337

Bug ID: 97337
   Summary: REGRESSION:  Background graphics cause artifacts in
PDF export
   Product: LibreOffice
   Version: 5.1.0.2 rc
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Printing and PDF export
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ofirr@gmail.com

Created attachment 122177
  --> https://bugs.documentfoundation.org/attachment.cgi?id=122177=edit
PPTX showing this issue

The attached PPTX has background graphics in the master slide (white circles).
When exporting to PDF, the circle on the right turns to dark blue and there are
several diagonal black lines.

The PPTX is created with PowerPoint 2013 with the ion template.

Reproducible with LibreOffice 5.1.0.2 and 5.2.0.0.alpha0+ on Windows 7
Reproducible with LibreOffice 5.1.0.2 on Ubuntu 14.04.
Both are clean machines without anything installed beside LibreOffice (not even
MS Office).

LibreOffice 5.0.4.2 doesn't have this issue so it looks like a regression.

-- 
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 96736] Save toolbar dropdown doesn't update icons after theme change

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96736

Maxim Monastirsky  changed:

   What|Removed |Added

 CC||tietze.he...@gmail.com

--- Comment #3 from Maxim Monastirsky  ---
*** Bug 97317 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 97317] Icon in the new save split button is not adjusted to changed icon set

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97317

--- Comment #2 from Maxim Monastirsky  ---
New and Save buttons aren't the same problem.

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

-- 
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 97333] impossible to create chart

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97333

raal  changed:

   What|Removed |Added

  Component|Calc|Chart

-- 
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 97333] impossible to create chart

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97333

raal  changed:

   What|Removed |Added

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

--- Comment #1 from raal  ---
I can confirm with 5.0.4 - cpu at 100%
but works in Version: 5.2.0.0.alpha0+ (x64)
Build ID: cfe08df695c046371c4361a434176e6381e3e064
CPU Threads: 1; OS Version: Windows 6.19; UI Render: default; 
TinderBox: Win-x86_64@62-TDF, Branch:MASTER, Time: 2015-12-15_13:10:55
Win10

Please test with dev version, seems to be fixed.
http://dev-builds.libreoffice.org/daily/master/
Thank you

-- 
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 97298] Wrong color of background graphics in PDF export

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97298

--- Comment #15 from tommy27  ---
just tested under Win7x64 using LibO 5.0.4.2 (sorry but I had no time to
download and install 5.1.0.2) and I still have a correct PDF output like in my
previous attachment. I do not have any Linux machine to test.

did you try resetting the user profile?
https://wiki.documentfoundation.org/UserProfile

-- 
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 97298] Wrong color of background graphics in PDF export

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97298

Ofir  changed:

   What|Removed |Added

Version|5.0.4.2 release |5.1.0.2 rc

-- 
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 97298] Wrong color of background graphics in PDF export

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97298

--- Comment #22 from tommy27  ---
I'll comment on any issue I want.

Learn how to use a bug tracker and be polite with other users.

-- 
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 97298] Wrong color of background graphics in PDF export

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97298

tommy27  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=97
   ||337

-- 
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 97298] Wrong color of background graphics in PDF export

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97298

--- Comment #24 from tommy27  ---

the fact you are using a clean Windows machine doesn't imply you have a clean
LibO user profile.

so please reset it and tell if it fixes things.

and stop being rude.

-- 
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 69861] Page wrapping and pagination problem

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=69861

Jean-Baptiste Faure  changed:

   What|Removed |Added

 CC||jbfa...@libreoffice.org

--- Comment #12 from Jean-Baptiste Faure  ---
LibreOffice 5.1.1.0.0+ opens the file, it find 43 pages and this number does
not change.

Best regards. JBF

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


[Libreoffice-bugs] [Bug 97338] Criterion in Query fails in GUI when using DATEADD function, but runs in SQLView. Query can then only be edited, saved and run in Sqlview. Query runs normally, but canno

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97338

Bob  changed:

   What|Removed |Added

Summary|Date Criterion in Query |Criterion in Query fails in
   |fails in GUI criterion  |GUI when using DATEADD
   |when using DATEADD function |function,  but runs in
   |fails,  but runs in |SQLView. Query can then
   |SQLView. Query can then |only be edited, saved and
   |only be edited and run in   |run in Sqlview. Query runs
   |Sqlview |normally, but cannot be
   ||edited in GUI.

-- 
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 97339] EDITING: quotation marks in italics can't be erased

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97339

m.a.riosv  changed:

   What|Removed |Added

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

--- Comment #1 from m.a.riosv  ---
Please @Trey, could you attach a sample file, as little as possible, where to
reproduce the issue.

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


[Libreoffice-bugs] [Bug 97331] Crash conditional formatting, when scrolling on Icon set

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97331

Luke Picciau  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

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


[Libreoffice-bugs] [Bug 97337] Background graphics cause artifacts in PDF export

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97337

tommy27  changed:

   What|Removed |Added

   Keywords||regression
 CC||ba...@quipo.it
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=97
   ||298
Summary|REGRESSION:  Background |Background graphics cause
   |graphics cause artifacts in |artifacts in PDF export
   |PDF export  |

--- Comment #3 from tommy27  ---
retested under Windows 8.1 x64 using LibO  5.2.0.0.alpha0+
Build ID: c81eddbb20c84280aa64c712e34c829380b24527
CPU Threads: 4; OS Version: Windows 6.2; UI Render: default; 
TinderBox: Win-x86@62-merge-TDF, Branch:MASTER, Time: 2016-01-22_04:18:42
Locale: it-IT (it_IT)

the bug is not reproducible on my system and I get a correct PDF output unlike
the attached PDF from the bug reporter

as in Bug 97298 I suggested the reporter to reset the User Profile in order to
exclude a corrupted profile as root of the issue.

instructions here: https://wiki.documentfoundation.org/UserProfile

P.S. moved "regression" from summary notes to keywords field which is the
correct place for that

-- 
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 97321] visualizzazione/scelta di una data in tendina

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97321

m.a.riosv  changed:

   What|Removed |Added

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

--- Comment #1 from m.a.riosv  ---
Please instead a screenshot could attach a sample file, as minimal as possible.

-- 
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 97333] impossible to create chart

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97333

--- Comment #5 from Cor Nouws  ---
(In reply to geo from comment #3)

> Looks like OpenGL is enabled but Hw acceleration is grayed out.

Try it without, please (don't forget to restart LibreOffice after changing the
setting)

-- 
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 66776] Importing .xls: Change in Cell Border Width Conversion

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=66776

Jeff Evans  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #3 from Jeff Evans  ---
Bug was resolved some time ago, as noted by Yousouf above.
Just checked previously suppled sample and get satisfactory results in LO 5.0.3
vs MS Office 2010.

Thanks.

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


[Libreoffice-bugs] [Bug 90116] SIDEBAR: Conditional formatting tab

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90116

Rishabh  changed:

   What|Removed |Added

   Assignee|kris.kr...@gmail.com|libreoffice-b...@lists.free
   ||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 97340] New: Calc crashes on filtering with select checkbox with space bar

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97340

Bug ID: 97340
   Summary: Calc crashes on filtering with select checkbox with
space bar
   Product: LibreOffice
   Version: unspecified
  Hardware: x86-64 (AMD64)
OS: Mac OS X (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: inyun2us...@gmail.com

Created attachment 122181
  --> https://bugs.documentfoundation.org/attachment.cgi?id=122181=edit
Just right before pressing space bar then it crashes

-- 
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 97340] Calc crashes on filtering with select checkbox with space bar

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97340

Jeong-Hwi RA  changed:

   What|Removed |Added

 Attachment #122181|Just right before pressing  |in filter, Just right
description|space bar then it crashes   |before pressing space bar
   ||then it crashes

-- 
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 97298] Wrong color of background graphics in PDF export

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97298

--- Comment #23 from Ofir  ---
I asked you not to comment on the new issue and you are suggesting me to reset
the profile although I wrote that I was testing on a clean Ubuntu and Windows 7
machines without anything else installed.

If you don't have time to test this issue on Windows 7 with LibreOffice 5.1.0.2
please let someone else that has the time to test 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 97324] EDITING: unwanted insertion/change of letters while typing ("Record Changes" and "Show Changes" ON)

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97324

--- Comment #8 from JIM7  ---
I went to: Tools ▸ AutoCorrect Options
I unchecked almost everything.
I think I fixed it. Prelim test is good.
I'll keep in touch, if my fix 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
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 97339] New: EDITING: quotation marks in italics can't be erased

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97339

Bug ID: 97339
   Summary: EDITING: quotation marks in italics can't be erased
   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: tlange...@shaw.ca

quotation marks when changed to italics can't be erased.  moving or erasing
text does not move quotation marks.  Its like their on a separate layer, and
won't go away even with reboot.

-- 
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 71089] Legacy draw:custom_shape cannot be converted to draw:frame.

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=71089

Jean-Baptiste Faure  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||jbfa...@libreoffice.org
 Resolution|--- |WONTFIX

--- Comment #4 from Jean-Baptiste Faure  ---
As Edward did not explain what would be the gain if this conversion was
possible, I close this enhancement request as WontFix.
Feel free to reopen if you disagree. In this case please explain what the gain
would be.

Best regards. JBF

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


[Libreoffice-bugs] [Bug 97324] EDITING: unwanted insertion/change of letters while typing ("Record Changes" and "Show Changes" ON)

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97324

--- Comment #9 from JIM7  ---
Okay, I found what was doing it.
In: Tool/AutoCorrect/options
If you have (T) check marked on "Use replacement table"
You will encounter my problem.
:)
I suggest you have the default be unchecked.
:)

-- 
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 82396] Sidebar: Incorrect behavior regarding real-time update of values in "Position and Size"

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=82396

Rishabh  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |kris.kr...@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 97324] EDITING: unwanted insertion/change of letters while typing ("Record Changes" and "Show Changes" ON)

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97324

--- Comment #7 from JIM7  ---
LO: version 5.0.4.2
Win XP sp3
32 bit

-- 
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 97324] EDITING: unwanted insertion/change of letters while typing ("Record Changes" and "Show Changes" ON)

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97324

tommy27  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
Version|unspecified |5.0.4.2 release
 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 97298] Wrong color of background graphics in PDF export

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97298

--- Comment #25 from tommy27  ---
and remember I already tested on a Win7 machine the bug you described in
5.0.4.2 without seeing any issue (check my previous attachment) so it makes me
think that the bug is not in LibO but probably in your computer... maybe that
machine is not so clean as you were thinking

-- 
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 97338] New: Date Criterion in Query fails in GUI criterion when using DATEADD function fails, but runs in SQLView. Query can then only be edited and run in Sqlview

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97338

Bug ID: 97338
   Summary: Date Criterion in Query fails in GUI criterion  when
using DATEADD function fails,  but runs in SQLView.
Query can then only be edited and run in Sqlview
   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: b...@telpro.co.za

Using >= DATEADD( 'dd', - 180, CURRENT_DATE ) in GUI gives a Syntax error when
trying to add directly into GUI. Workaround is to add it in SQLVIEW AND TO SAVE
IN SQLVIEW. Do not try run Query or SAVE in GUI as you will need to start all
over, by deleting criterion , switching to SQLVIEW and re-editing. Query will
run normally if saved and closed in SQLVIEW. 

GUI rules of syntax table a little fussy it seems.

Sample SQL Below. 

SELECT 
"ItemMaster"."ItemNo", 
"ItemSOHMonthly"."MonthEnd",
 "ItemSalesMonthly"."SalesQty",
 "ItemSOHMonthly"."SOHQty" 

FROM
 "ItemSOHMonthly" "ItemSOHMonthly",
 "ItemMaster" "ItemMaster",
 "ItemSalesMonthly" "ItemSalesMonthly"

WHERE
"ItemSOHMonthly"."ItemNo" = "ItemMaster"."ItemNo" 

AND
 "ItemSalesMonthly"."ItemNo" = "ItemMaster"."ItemNo"

AND 
"ItemSalesMonthly"."MonthEnd" = "ItemSOHMonthly"."MonthEnd" 

AND 
"ItemMaster"."ItemNo" = :ItemNo

AND
"ItemSOHMonthly"."MonthEnd" >= DATEADD( 'dd', - 180, CURRENT_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 96877] Crashes during development

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96877

--- Comment #7 from t...@tim-passingham.co.uk ---
Created attachment 122180
  --> https://bugs.documentfoundation.org/attachment.cgi?id=122180=edit
Test Database form

I can now regularly reproduce one case where Base crashes. Tested on:

Version: 5.1.0.2
Build ID: 1:5.1.0~rc2-0ubuntu1~trusty0
CPU Threads: 8; OS Version: Linux 4.2; UI Render: default; 
Locale: en-GB (en_GB.UTF-8)




Open emptylms.odb
Go to Forms
Edit AlbumArtists form
Change the shape of a push button

The, open Tools, Macros, Organise Macros, Libreoffice Basic..
Select emptylms.odb, standard, select any macro module and Edit

Close the AlbumArtists form with the x in the corner, and Save
Close the odb with the x in the corner, and Save

Base crashes and sometimes offers to restart now, sometimes not.

This seems a relatively mild case of a crash, but during rapid development I
can get dozens such each day, by no means all done this way - I haven't yet
managed to reproduce others, but there are several that seem to occur when
closing forms (not necessarily the whole odb).  Sometimes it says there is a
frame error on restart.

This isn't a working odb, since the tables were imported from the true
application using odbc and didn't import properly.  That doesn't affect the
crashes.

-- 
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 42788] FORMATTING - Numbering/ordered list results in misaligned text after a certain level: default indent does not match with the width of numbers/bullets

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=42788

Christopher M. Penalver  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED
 QA Contact||christopher.m.penalver@gmai
   ||l.com

--- Comment #24 from Christopher M. Penalver  
---
Fixed in:
Version: 5.2.0.0.alpha0+
Build ID: 3fc292f7b32f30b98dad208eb03e086b927d38a2
CPU Threads: 2; OS Version: Windows 6.19; UI Render: default; 
TinderBox: Win-x86@39, Branch:master, Time: 2016-01-22_23:56:18
Locale: en-US (en_US)

-- 
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 97331] Crash conditional formatting, when scrolling on Icon set

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97331

Luke Picciau  changed:

   What|Removed |Added

 CC||luke.b.picc...@gmail.com

--- Comment #6 from Luke Picciau  ---
Was able to reproduce on Ubuntu

OS: Ubuntu 15.10
LO Version: 5.0.4.2
Build ID: 1:5.0.4~rc2-0ubuntu1~wily1
Locale: en-AU (en_AU.UTF-8)

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


[Libreoffice-bugs] [Bug 97320] Save last clicked choice

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97320

--- Comment #2 from Fernando Poblete  ---
Don't forget about the wrong actual size of a line or column when you click to
change its wide or 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 97341] New: Comment box is too narrow in LibreOffice Writer

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97341

Bug ID: 97341
   Summary: Comment box is too narrow in LibreOffice Writer
   Product: LibreOffice
   Version: unspecified
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: uuu8bwjnlabp...@jetable.org

Created attachment 122182
  --> https://bugs.documentfoundation.org/attachment.cgi?id=122182=edit
Screenshot showing narrow comment window

Hi,

For years, the column dedicated to comments on the screen has been too narrow
in LibreOffice Writer (10 characters wide: 1-3 words). This has been true for
different Linux versions and LO reinstals over the past few years (of course, I
kept my home over the years).

I thought this was unfortunate-yet-normal behavior before noticing other users
(on other machines) had much wider comments. Everything else seems to behave
fine.

This "bug" has been described by other users (with screenshots) here:
http://en.libreofficeforum.org/node/10452
and here:
https://ask.libreoffice.org/en/question/52442/comment-window-is-too-narrow-in-libreoffice-writer/
Please see also screenshot attached.

Thank you.

LinuxMint 17.2 Raphaela
LO Version: 4.4.3.2
Build ID: 40m0(Build:2)

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


[Libreoffice-bugs] [Bug 97170] OpenCL Hangs Calc When Open Spreadsheet with Simple Formula

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97170

Kevin Suo  changed:

   What|Removed |Added

   Keywords||haveBacktrace
 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

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


[Libreoffice-bugs] [Bug 70857] Freezes to show formating dialog with CJK UI in Ubuntu (Summary in Comment 23)

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=70857

Kevin Suo  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #36 from Kevin Suo  ---
Close as WORKSFORME as I do not reproduce this in the most recent versions of
LibreOffice under Ubuntu 15.10.

-- 
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 97225] Orientation changes in columns

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97225

--- Comment #7 from raal  ---
I can not confirm with Version: 5.2.0.0.alpha0+
Build ID: e1367aaf7d9cc93bbbe3ba64015fde3469c61c6e
CPU Threads: 4; OS Version: Linux 4.2; UI Render: default; 
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2016-01-20_23:32:01
and Win10 - version 5.0.4.

For the test, could you rename your LibreOffice directory profile (see
https://wiki.documentfoundation.org/UserProfile) and give it a new try? Thank
you

-- 
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 97342] New: PDF files open in Writer instead of Draw ( Debian Jessie )

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97342

Bug ID: 97342
   Summary: PDF files open in Writer instead of Draw ( Debian
Jessie )
   Product: LibreOffice
   Version: 4.3.3.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: goranmumino...@gmail.com

Even trying from Draw directly to edit a PDF file, it opens the file in Writer
instead.  This bug might have been fixed in later versions, excuse me I didn't
check, but this is what Debian has in the repositories.

Version: 4.3.3.2
Build ID: 430m0(Build:2)


Debian GNU/Linux 8 (jessie) 64-bit

Gnome Version 3.14.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 97344] New: Filter items disappear after press space bar

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97344

Bug ID: 97344
   Summary: Filter items disappear after press space bar
   Product: LibreOffice
   Version: 5.2.0.0.alpha0+ Master
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: r...@post.cz

Created attachment 122184
  --> https://bugs.documentfoundation.org/attachment.cgi?id=122184=edit
test file with screenshots

Steps
 - open file 
 - click on the filter
 - click into the filter items - into white area
 - press space key

Actual results
All items disapper

expected results
One item selected and after space bar press this item unticked

See printscreens in the 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 97170] OpenCL Hangs Calc When Open Spreadsheet with Simple Formula

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97170

--- Comment #9 from Kevin Suo  ---
Created attachment 122183
  --> https://bugs.documentfoundation.org/attachment.cgi?id=122183=edit
windbg backtrace

I have generated a backtrace file. Set to NEW.

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


[Libreoffice-bugs] [Bug 97343] New: Image resizing

2016-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97343

Bug ID: 97343
   Summary: Image resizing
   Product: LibreOffice
   Version: 5.1.0.2 rc
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Draw
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: sur...@hotmail.com

Hello,

I made several researches for existing reported issue before reporting this bug
that I noticed since a long time.

Actually, in Draw, when I try to resize an image or any shape created within
this application, I can't do it other than the top left corner. Even if any
other option is selected, the shape is resized from the top left corner.

Steps to reproduce

1. Open Draw
2. Draw any shape (square, circle, ...)
3. Place it on the top left corner (to have a good reference point)
4. Open "place and size" popup window
5. Change the size of the shape
6. Choose "from the center" for example
7. Press OK

Here you can notice that the shape is resized from the top left corner. This is
the case even if another option is selected.

Sorry if ever this is a duplicate of an existing reported issue.

Hpapy to help

Bunty

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