[Libreoffice-bugs] [Bug 89228] Allow to use Apache OpenOffice 4.0+ extensions

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89228

Robinson Tryon (qubit) qu...@runcibility.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||qu...@runcibility.com
 Ever confirmed|0   |1

--- Comment #1 from Robinson Tryon (qubit) qu...@runcibility.com ---
(In reply to Lukas Jelinek from comment #0)
 Developers of Apache OpenOffice changed slightly the API for extensions. It
 has caused that the current AOO extensions are unusable in LibreOffice.
 Please make relevant changes to allow to use these extensions.

If it's not too much work, this sounds like it could give our users some more
flexibility.

Status - NEW

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


[Libreoffice-bugs] [Bug 89417] Crash when activating Tools Options LibreOffice View use hardware acceleration

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89417

--- Comment #5 from Caolán McNamara caol...@redhat.com ---
Well its the oor:finalized=true which makes it throw the configmgr
modification of finalized item exception

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


[Libreoffice-bugs] [Bug 89417] Crash when activating Tools Options LibreOffice View use hardware acceleration

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89417

--- Comment #6 from Stephan Bergmann sberg...@redhat.com ---
When configmgr is asked to change a finalized value via

  xNameReplace-replaceByName( OUString(ForceSafeServiceImpl),
   makeAny(!_bEnabled) );

in CanvasSettings::EnabledHardwareAcceleration (cui/source/options/optgdlg.cxx)
it throws a css::lang::IllegalArgumentException in
configmgr::Access::checkFinalized (configmgr/source/access.cxx) that is
apparently not handled properly.

The Options dialog appears to handle the possibility of the underlying
configuration value being finalized for only a few of the configuration values
exposed through the dialog.  One example is m_pFileDialogCB/m_pFileDlgROImage
in OfaMiscTabPage (also cui/source/options/optgdlg.cxx), which is supposed to
show a lock and disable the checkbox of Use LbireOffice dialogs when the
underlying configuration value is finalized.

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


[Libreoffice-bugs] [Bug 83169] CRASH after copying a cell with URL then deleting whole row

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=83169

Caolán McNamara caol...@redhat.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED
   Assignee|libreoffice-b...@lists.free |caol...@redhat.com
   |desktop.org |
 Whiteboard|PossibleRegression  |BSA target:4.3.6

--- Comment #8 from Caolán McNamara caol...@redhat.com ---
The EditView is NULL so this was fixed by
http://cgit.freedesktop.org/libreoffice/core/commit/?h=libreoffice-4-3id=2962addb8bdc6207302283407b5de0d65fa7445f

commit 2962addb8bdc6207302283407b5de0d65fa7445f
Author: Caolán McNamara caol...@redhat.com
Date:   Wed Nov 19 16:39:55 2014 +

Resolves: rhbz#1165444 abrt crash with NULL pView

Change-Id: I37f02f16209f274cf0358defba6bfa109948990f
(cherry picked from commit 755209d88073fd497b884b8de1348ec75c2df7eb)
Reviewed-on: https://gerrit.libreoffice.org/13156
Reviewed-by: Andras Timar andras.ti...@collabora.com
Tested-by: Andras Timar andras.ti...@collabora.com

where we now check for that NULL

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


[Libreoffice-bugs] [Bug 89420] Expert Configuration: DocBoundaries IsVisible boolean property is not honored for Draw component, unable to turn off margin markings

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89420

V Stuart Foote vstuart.fo...@utsa.edu changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||vstuart.fo...@utsa.edu
Summary|Allow hiding of page|Expert Configuration:
   |margins / borders   |DocBoundaries IsVisible
   ||boolean property is not
   ||honored for Draw component,
   ||unable to turn off margin
   ||markings
 Ever confirmed|0   |1
   Severity|enhancement |normal

--- Comment #1 from V Stuart Foote vstuart.fo...@utsa.edu ---
Page margins are set from the Tools - Options - Appearance: General Text
boundaries value.  If you set that the same color as the Document background
the margins will disappear.

Color can also be adjusted from Expert Configuration--but uses the internal
color index reference not a direct color name or hex value, so a bit
cumbersome.

Additionally you can toggle the DocBoundaries IsVisble boolean on and off from
Expert Configuration:

/org.openoffice.Office.UI/ColorScheme/ColorSchemes/org.openoffice.Office.UI:ColorScheme[LibreOffice]/DocBoundaries
 IsVisible

but the IsVisible property is not being honored in Draw--that is an issue,
adjusting summary to 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 82661] Paragraph background fills all space above paragraph

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=82661

--- Comment #19 from Pierre C pierre.choffar...@free.fr ---
Same problem on Android beta

Yes, this is a real problem, a clear regression, and the workaround is to go
back to 4.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 82661] Paragraph background fills all space above paragraph

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=82661

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

   What|Removed |Added

   Priority|medium  |highest
   Severity|normal  |major

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


[Libreoffice-bugs] [Bug 89405] FILESAVE: export to MS Word 97-2003 (DOC) corrupts comments

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89405

--- Comment #4 from Piet van Oostrum p...@vanoostrum.org ---
I found that Apache OpenOffice 4.0.1 does it right. Both the file I attached to
this bug report and my original, much bigger 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 89420] Expert Configuration: DocBoundaries IsVisible boolean property is not honored for Draw component, unable to turn off margin markings

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89420

--- Comment #2 from samtuke m...@samtuke.com ---
Thanks for the quick and in-depth reply!

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


[Libreoffice-bugs] [Bug 82661] Paragraph background fills all space above paragraph

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=82661

--- Comment #20 from superki...@sissaoui.com ---
For instance, 4.3.5.2 does not suffer of this bug. I've installed this version
to go 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 86468] FILEOPEN: DOC import splits the page into two - Section break problem

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=86468

Joel Madero jmadero@gmail.com changed:

   What|Removed |Added

   Priority|medium  |highest
 CC||jmadero@gmail.com
   Hardware|Other   |All

--- Comment #9 from Joel Madero jmadero@gmail.com ---
@Timur - in the future please do not put bugs that you report on the MAB list.
It's really quite impossible for people to be unbiased with their own bug
reports. I am not going to remove the bug but I don't see why it should be on
the MAB list (we have a single test). 

Also for MAB please ensure that the priority is set to highest

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


[Libreoffice-bugs] [Bug 82326] FILESAVE: osl::Thread::create failed when saving Calc file open for at while

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=82326

--- Comment #11 from PISSOTTE franck.pisso...@laposte.net ---
(In reply to PISSOTTE from comment #9)
 Created attachment 113436 [details]
 screen capture
 
 cant open a spreadsheet file whith several tabs one of them is big.
 very annoying i need to do some work this this file.
 any workarround to use or convert the file?

same probleme with LibreOffice_4.4.1.1_Win_x86

i reverted to LibreOffice_4.3.5_Win_x86
who works

also 4.4 selecting a range with mouse is unusable.

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


[Libreoffice-bugs] [Bug 50699] Template Changer: Allow ability to change a document's associated template

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=50699

--- Comment #27 from Joel Madero jmadero@gmail.com ---
That clearly wasn't what I was saying at all. What I was saying is that when
users who know no code say how easy things are to implement, they are likely
mistaken. Just because an extension is well commented does not mean it's easy
to implement (I would personally love to see CT2N brought into core...but it's
not so easy).

I have no issue with this ability being brought into core - all I'm saying is
that: (1) it needs to be in c++; and (2) it's likely not as easy as one might
assume if they aren't aware of c++ and the 10,000,000 lines of code that we
already have.


If you choose to take this as a personal insult, that's on you. I also am not a
programmer (I dabble in C++ but this would be well above my abilities). And,
I've been told on a number of occasions that things I assumed would be easy to
do, would in fact be either impossible or really really hard. That's all I was
saying...sorry if you read more into my comment than I intended

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


[Libreoffice-bugs] [Bug 50699] Template Changer: Allow ability to change a document's associated template

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=50699

--- Comment #26 from Pierre C pierre.choffar...@free.fr ---
@Joel Madero

in other words : IF I don't know C++ I just have to shut up. Without this
Knowledge, I'm not allowed to give my point view on this bug.

Oh yes I can, but I won't be heard... 

OK So I'm wasting my time filling bugs. That wasn't clear for me. Now it is.

thanks a lot

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


[Libreoffice-bugs] [Bug 89414] Upside down checkboxes when 'Use OpenGL for rendering' is on

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89414

Jean-Baptiste Faure jbfa...@libreoffice.org 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 89414] Upside down checkboxes when 'Use OpenGL for rendering' is on

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89414

Jean-Baptiste Faure jbfa...@libreoffice.org changed:

   What|Removed |Added

 CC||jbfa...@libreoffice.org

--- Comment #2 from Jean-Baptiste Faure jbfa...@libreoffice.org ---
Created attachment 113437
  -- https://bugs.documentfoundation.org/attachment.cgi?id=113437action=edit
screencopy with OpenGL

I can confirm that with LibreOffice 4.4.2.0.0+ built at home under Ubuntu 14.10
x86-64.

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 50699] Template Changer: Allow ability to change a document's associated template

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=50699

--- Comment #24 from Pierre C pierre.choffar...@free.fr ---
@Joel Madero
That's clear... And easy.

This extension is not written in JAVA but OOBasic.

This extension does not work since some OOBASIC functions were depreciated

This extension is (were) one of the most popular on Both LO an LO

Styles are a great OO/LO feature

So, where is the problem telling that linking an existing doc to an existing
template should be a core feature of LO ?

The code is on the extension, less than 200 lines, and the code is highly
commented. (that mean less than 100 real lines of code)

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


[Libreoffice-bugs] [Bug 89190] Text doesn't appear when another textbox has animation

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89190

Chris King ck...@troy.edu changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #4 from Chris King ck...@troy.edu ---
Because the bug has been reproduced, (comment #3), I've changed the status back
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 50699] Template Changer: Allow ability to change a document's associated template

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=50699

--- Comment #28 from Pierre C pierre.choffar...@free.fr ---
I did not take this as a personal insult but as an easy way to solve a problem
or to answer a question.

I don't know C++, but many other languages. Changing template link is just
modifying XML. I'm sure it's not very difficult. It 's just the choice to not
consider this as a priority. And I accept this choice. It just have to be
assumed.

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


[Libreoffice-bugs] [Bug 89410] LibreOffice interpretation of XLSX file's floating point numbers does not match Excel

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89410

Jean-Baptiste Faure jbfa...@libreoffice.org changed:

   What|Removed |Added

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

--- Comment #4 from Jean-Baptiste Faure jbfa...@libreoffice.org ---
If there is a bug somewhere, I think it is on the MS-Excel side which doesn't
show the last digit. You can't ask LibreOffice to deteriorate its result in
order to mimic MS-Excel. Please report the bug to Microsoft.

Closing as NotOurBug.

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 82326] FILESAVE: osl::Thread::create failed when saving Calc file open for at while

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=82326

--- Comment #10 from Joel Madero jmadero@gmail.com ---
I can open the attached file fine.
Ubuntu 14.10
LibreOffice 4.4.0.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 89058] VIEWING: Horizontal Scoll Bar Arrows located to extreme right

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89058

Rostislav 'R.Yu.' Okulov ogldel...@mail.ru changed:

   What|Removed |Added

 CC||ogldel...@mail.ru
 Whiteboard|bibisectRequest |bibisected

--- Comment #7 from Rostislav 'R.Yu.' Okulov ogldel...@mail.ru ---
# bad: [4a3091e95fa263d3e2dd81e56e83996f0bb12287]
source-hash-2b5b04e1e62914bf0902dfd7943cdc44499c47a6
git bisect bad 4a3091e95fa263d3e2dd81e56e83996f0bb12287
# good: [812c4a492375ac47b3557fbb32f5637fc89d60d9]
source-hash-dea4a3b9d7182700abeb4dc756a24a9e8dea8474
git bisect good 812c4a492375ac47b3557fbb32f5637fc89d60d9
# good: [5d0dfb8e62ae61a240f8313c594d4560e7c8e048]
source-hash-0c6cd530de13f80795881f61064f1bf1dcc4ea81
git bisect good 5d0dfb8e62ae61a240f8313c594d4560e7c8e048
# bad: [7dfacd0b8bd828331d74c0f79de6e8924bc4e6a5]
source-hash-f93ce4f7eb90093d0ea3115d0a1c614612676dbd
git bisect bad 7dfacd0b8bd828331d74c0f79de6e8924bc4e6a5
# good: [1a63057f6378db7c6b8af1171b7b140f7583f246]
source-hash-59f84b4a2c082382767f12e0c7a06a3f0b52e721
git bisect good 1a63057f6378db7c6b8af1171b7b140f7583f246
# good: [2fdc98d4cfbffea5b33224bd2106aeb3b74b84a7]
source-hash-d4a8fa7db0ed4faae00408fbda2352379774cfc0
git bisect good 2fdc98d4cfbffea5b33224bd2106aeb3b74b84a7
# bad: [3ff4aa6b7f147a98388d57e35368311034bceab6]
source-hash-35e260c4a3e886c4177b232871f9f2775cd5c5f5
git bisect bad 3ff4aa6b7f147a98388d57e35368311034bceab6
# good: [67b357d7f313d5ff960b6cf6646053b11e04ef7c]
source-hash-bf640ba048704220292411e4f2bcc0d3c62caa32
git bisect good 67b357d7f313d5ff960b6cf6646053b11e04ef7c
# bad: [40670b887ae1c990ca10b37710cba6ab54e74300]
source-hash-fe9f8144c7a1a5e51544b4dacb8a2d7e70b321ee
git bisect bad 40670b887ae1c990ca10b37710cba6ab54e74300
# good: [bae1511898673d4c0ef583d050fc6c1a3661a775]
source-hash-27d79b12e17a93f6e4eab2a3c09d423a4a04a63d
git bisect good bae1511898673d4c0ef583d050fc6c1a3661a775
# first bad commit: [40670b887ae1c990ca10b37710cba6ab54e74300]
source-hash-fe9f8144c7a1a5e51544b4dacb8a2d7e70b321ee

40670b887ae1c990ca10b37710cba6ab54e74300 is the first bad commit
commit 40670b887ae1c990ca10b37710cba6ab54e74300
Author: Bjoern Michaelsen bjoern.michael...@canonical.com
Date:   Sun Oct 19 01:33:23 2014 +

source-hash-fe9f8144c7a1a5e51544b4dacb8a2d7e70b321ee

commit fe9f8144c7a1a5e51544b4dacb8a2d7e70b321ee
Author: Markus Mohrhard markus.mohrh...@googlemail.com
AuthorDate: Mon Aug 25 16:11:54 2014 +0200
Commit: Markus Mohrhard markus.mohrh...@googlemail.com
CommitDate: Tue Aug 26 13:34:03 2014 +0200

move method documentation to the header file

Change-Id: I7d4f77c50a8b6b2b0d7c0868c73b0cb13f952421

:100644 100644 616f22676ee6e170445be33047a61e6a0bfca9bf
92780d1a277a2de1d7d320a562288a6da8ddd7e0 M  ccache.log
:100644 100644 6f8fab3a1532ca6e4875551815665c188d1b0539
d848246be29eb9c2fdf416eb3dd849f584f43c07 M  commitmsg
:100644 100644 1f86582d0cef6d5e72fa1c1a1342b2f469fa67ba
2ab4ff0d03499f61bea71951794580ea61e5fa80 M  make.log
:04 04 c7a9f52bf117560a8661f7128b9ce5bdacf18b86
1869ed0462a878bfb2afb3ebff5293a623932d21 M  opt

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


[Libreoffice-bugs] [Bug 82326] FILESAVE: osl::Thread::create failed when saving Calc file open for at while

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=82326

PISSOTTE franck.pisso...@laposte.net changed:

   What|Removed |Added

 CC||franck.pisso...@laposte.net

--- Comment #9 from PISSOTTE franck.pisso...@laposte.net ---
Created attachment 113436
  -- https://bugs.documentfoundation.org/attachment.cgi?id=113436action=edit
screen capture

cant open a spreadsheet file whith several tabs one of them is big.
very annoying i need to do some work this this file.
any workarround to use or convert 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 50699] Template Changer: Allow ability to change a document's associated template

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=50699

--- Comment #25 from Joel Madero jmadero@gmail.com ---
From my understanding it still has to be written in C++. If it's so clear and
commented - feel free to create a C++ patch and submit it to gerrit.

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


[Libreoffice-bugs] [Bug 50699] Template Changer: Allow ability to change a document's associated template

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=50699

Joel Madero jmadero@gmail.com changed:

   What|Removed |Added

 CC|jmadero@gmail.com   |

--- Comment #29 from Joel Madero jmadero@gmail.com ---
Last post on this (removing myself from cc) but need to say that we have no
collective priority - we are a team of volunteers who individually choose
what we want to implement. For more information (while not exactly on point, it
gives a clear explanation of how there really is no collective priority):
http://joelmadero.wordpress.com/2014/10/11/user-expectations-and-the-reality-of-our-community/?sn=cc=326#comment-326

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


[Libreoffice-bugs] [Bug 89421] New: Move/Copy Sheet dialog should remember last used Action

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89421

Bug ID: 89421
   Summary: Move/Copy Sheet dialog should remember last used
Action
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: adamj...@gmail.com

The Move/Copy Sheet dialog always defaults to Move, even if you have
literally just performed a Copy action.

It should remember the last action you did and default to that.

This is especially notable when you are working within a single document and
moving/copying sheets, as a sheet that is moved within one document can lead
to data loss if you don't realize that you didn't make a copy, and edit the
new sheet.

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


[Libreoffice-bugs] [Bug 72152] StartCenter does not respect page orientation of Calc spreadsheets in recent files list

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=72152

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

   What|Removed |Added

 CC||serval2...@yahoo.fr

--- Comment #4 from Julien Nabet serval2...@yahoo.fr ---
On pc Debian x86-64 with master sources updated today, I could reproduce this.

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


[Libreoffice-bugs] [Bug 89089] Editing: no key board shortcut to apply default formatting including removing applied character styles

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89089

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

   What|Removed |Added

 Whiteboard|EasyHack DifficultyBeginner |NeedsDevEval
   |SkillCpp TopicUI|

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


[Libreoffice-bugs] [Bug 62950] EDITING Add option to set default of pasting to 'paste text without formatting'

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=62950

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

   What|Removed |Added

 Whiteboard|EasyHack|NeedsDevEval
   |DifficultyInteresting   |
   |SkillCpp TopicUI|

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


[Libreoffice-bugs] [Bug 62948] IDE Object catalog: Enter does not openen a selected module/function

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=62948

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

   What|Removed |Added

 Whiteboard|EasyHack|NeedsDevEval
   |DifficultyInteresting   |
   |SkillCpp TopicUI|

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


[Libreoffice-bugs] [Bug 62949] IDE Object catalog: Allow searching a module name with typing the first letter

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=62949

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

   What|Removed |Added

 Whiteboard|EasyHack|NeedsDevEval
   |DifficultyInteresting   |
   |SkillCpp TopicUI|

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


[Libreoffice-bugs] [Bug 89105] replace all hangs in long paragraph

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89105

Rostislav 'R.Yu.' Okulov ogldel...@mail.ru changed:

   What|Removed |Added

 CC||ogldel...@mail.ru
 Whiteboard|bibisectRequest |bibisected

--- Comment #2 from Rostislav 'R.Yu.' Okulov ogldel...@mail.ru ---
# bad: [423a84c4f7068853974887d98442bc2a2d0cc91b]
source-hash-c15927f20d4727c3b8de68497b6949e72f9e6e9e
git bisect bad 423a84c4f7068853974887d98442bc2a2d0cc91b
# good: [65fd30f5cb4cdd37995a33420ed8273c0a29bf00]
source-hash-d6cde02dbce8c28c6af836e2dc1120f8a6ef9932
git bisect good 65fd30f5cb4cdd37995a33420ed8273c0a29bf00
# good: [e02439a3d6297a1f5334fa558ddec5ef4212c574]
source-hash-6b8393474974d2af7a2cb3c47b3d5c081b550bdb
git bisect good e02439a3d6297a1f5334fa558ddec5ef4212c574
# bad: [4850941efe43ae800be5c76e1102ab80ac2c085d]
source-hash-980a6e552502f02f12c15bfb1c9f8e6269499f4b
git bisect bad 4850941efe43ae800be5c76e1102ab80ac2c085d
# skip: [a043626b542eb8314218d7439534dce2fc325304]
source-hash-9379a922c07df3cdb7d567cc88dfaaa39ead3681
git bisect skip a043626b542eb8314218d7439534dce2fc325304
# skip: [aba65c3e4c0df07e4909aeefb758cdb688242bf6]
source-hash-827524abfb4b577d08276fde40929a9adfb7ff1a
git bisect skip aba65c3e4c0df07e4909aeefb758cdb688242bf6
# skip: [aba65c3e4c0df07e4909aeefb758cdb688242bf6]
source-hash-827524abfb4b577d08276fde40929a9adfb7ff1a
git bisect skip aba65c3e4c0df07e4909aeefb758cdb688242bf6
# skip: [aba65c3e4c0df07e4909aeefb758cdb688242bf6]
source-hash-827524abfb4b577d08276fde40929a9adfb7ff1a
git bisect skip aba65c3e4c0df07e4909aeefb758cdb688242bf6
# skip: [aba65c3e4c0df07e4909aeefb758cdb688242bf6]
source-hash-827524abfb4b577d08276fde40929a9adfb7ff1a
git bisect skip aba65c3e4c0df07e4909aeefb758cdb688242bf6
# good: [65fd30f5cb4cdd37995a33420ed8273c0a29bf00]
source-hash-d6cde02dbce8c28c6af836e2dc1120f8a6ef9932
git bisect good 65fd30f5cb4cdd37995a33420ed8273c0a29bf00
# good: [c81a8a0dcfc1ed095a80e4485c89dd0fcaf73f31]
source-hash-c69ed33628ec0b7abf6296539cf280d6c4265930
git bisect good c81a8a0dcfc1ed095a80e4485c89dd0fcaf73f31
# good: [c81a8a0dcfc1ed095a80e4485c89dd0fcaf73f31]
source-hash-c69ed33628ec0b7abf6296539cf280d6c4265930
git bisect good c81a8a0dcfc1ed095a80e4485c89dd0fcaf73f31
# good: [30cde618212ecaf5725321372bd1b8339f8e2b9f]
source-hash-137f872aa8e6e598e7c7ed1ffa4d21e580e22bdb
git bisect good 30cde618212ecaf5725321372bd1b8339f8e2b9f
# good: [30cde618212ecaf5725321372bd1b8339f8e2b9f]
source-hash-137f872aa8e6e598e7c7ed1ffa4d21e580e22bdb
git bisect good 30cde618212ecaf5725321372bd1b8339f8e2b9f
# bad: [306d62ec4b911895f08f2bb8efefebed7ac795f0]
source-hash-735bd120c9ee2d9bb3514907936c27efb75d7282
git bisect bad 306d62ec4b911895f08f2bb8efefebed7ac795f0
# bad: [306d62ec4b911895f08f2bb8efefebed7ac795f0]
source-hash-735bd120c9ee2d9bb3514907936c27efb75d7282
git bisect bad 306d62ec4b911895f08f2bb8efefebed7ac795f0
# bad: [306d62ec4b911895f08f2bb8efefebed7ac795f0]
source-hash-735bd120c9ee2d9bb3514907936c27efb75d7282
git bisect bad 306d62ec4b911895f08f2bb8efefebed7ac795f0
# good: [65fd30f5cb4cdd37995a33420ed8273c0a29bf00]
source-hash-d6cde02dbce8c28c6af836e2dc1120f8a6ef9932
git bisect good 65fd30f5cb4cdd37995a33420ed8273c0a29bf00
# good: [835ce851abe657bb5a8238693ea924287e6890c0]
source-hash-1e53784811458563b36fd4cbaa15c2f526a7161b
git bisect good 835ce851abe657bb5a8238693ea924287e6890c0
# good: [835ce851abe657bb5a8238693ea924287e6890c0]
source-hash-1e53784811458563b36fd4cbaa15c2f526a7161b
git bisect good 835ce851abe657bb5a8238693ea924287e6890c0
# good: [7d9e0cb59cf7fe20b31a5c291238b5391834c278]
source-hash-c828319753558e25a48ce7808604bcc648f2483d
git bisect good 7d9e0cb59cf7fe20b31a5c291238b5391834c278
# good: [03bcabfd9fda01b23178104f5c1b8e2e0053e6b2]
source-hash-007bf2b8c04090920b54e914ac75fc13720b450c
git bisect good 03bcabfd9fda01b23178104f5c1b8e2e0053e6b2
# first bad commit: [306d62ec4b911895f08f2bb8efefebed7ac795f0]
source-hash-735bd120c9ee2d9bb3514907936c27efb75d7282

306d62ec4b911895f08f2bb8efefebed7ac795f0 is the first bad commit
commit 306d62ec4b911895f08f2bb8efefebed7ac795f0
Author: Bjoern Michaelsen bjoern.michael...@canonical.com
Date:   Sat May 10 21:19:04 2014 +

source-hash-735bd120c9ee2d9bb3514907936c27efb75d7282

commit 735bd120c9ee2d9bb3514907936c27efb75d7282
Author: Caolán McNamara caol...@redhat.com
AuthorDate: Mon Dec 16 19:21:35 2013 +
Commit: Gerrit Code Review ger...@gerrit.libreoffice.org
CommitDate: Mon Dec 16 19:21:49 2013 +

Updated core
Project: help  a527273352071934f391c38c9e22395d168d79cd

:100644 100644 77fe8f0417e6a56eeb3df9da365e111f163db948
53e2b709f28d0f924ad98e51c9b1b98aaa208546 M  ccache.log
:100644 100644 8ccce3d41d3e599c351b824ed36d520ea8d7f49c
6fb511269af05ab7b64408daa4e888945cd4ab68 M  commitmsg
:100644 100644 ead0101ca49cfe17daa14aaa64ea05cbeff03692

[Libreoffice-bugs] [Bug 68975] FORMATTING: Impress does not apply some formatting of the master page to the slides (see comment2)

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=68975

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

   What|Removed |Added

 Whiteboard|BSA EasyHack|NeedsDevEval

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


[Libreoffice-bugs] [Bug 64439] Add Backup Reset Profile Button to Advanced Options

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=64439

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

   What|Removed |Added

 Whiteboard|ProposedEasyHack|NeedsDevEval

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


[Libreoffice-bugs] [Bug 63898] Allow embed color palettes in all LibreOffice documents

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=63898

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

   What|Removed |Added

 Whiteboard|ProposedEasyHack|NeedsDevEval

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


[Libreoffice-bugs] [Bug 67555] Adding a word to a custom dictionary overwrites NTFS symbolic link to dictionary

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=67555

Jon Grossart j...@grossart.net changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

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


[Libreoffice-bugs] [Bug 50699] Template Changer: Allow ability to change a document's associated template

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=50699

Jon Grossart j...@grossart.net changed:

   What|Removed |Added

  Component|Extensions  |LibreOffice

--- Comment #30 from Jon Grossart j...@grossart.net ---
Since it's my bug, and it should be core functionality, and it was imported
from the old tracker, I've updated it to LibreOffice.

The reasons for that over writer, is that Impress also uses templates, and this
functionality should exist there as well.

So, Writer and Impress both need it.

The extensions at best is a short term workaround in any fashion, as it should
be core functionality as it ties in so explicitly with templates and styles.

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


[Libreoffice-bugs] [Bug 79381] Color of non-printable characters is hard-coded to light blue

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=79381

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

   What|Removed |Added

 Whiteboard|BSA proposedEasyHack|NeedsDevEval

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


[Libreoffice-bugs] [Bug 57879] EDITING : consider an underscore to be part of a string

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=57879

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

   What|Removed |Added

 Whiteboard|EasyHack DifficultyBeginner |NeedsDevEval
   |SkillCpp TopicUI|

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


[Libreoffice-bugs] [Bug 84514] Plot options in chart series format are not shown for charts with internal data

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=84514

Katarina Behrens bu...@bubli.org changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |bu...@bubli.org
   |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 72437] [UI] File Open dialog: change behaviour of Ctrl+Shft+N to create new folder

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=72437

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

   What|Removed |Added

 Whiteboard|couldbeeasyhack |NeedsDevEval

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


[Libreoffice-bugs] [Bug 50746] UI: Under customize Edit menu options: add the option paste unformatted text

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=50746

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

   What|Removed |Added

 Whiteboard|EasyHack DifficultyBeginner |NeedsDevEval
   |SkillCpp|

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


[Libreoffice-bugs] [Bug 49464] Add Ctrl-Shift-F for repeated search in basic IDE

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=49464

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

   What|Removed |Added

 Whiteboard|EasyHack DifficultyBeginner |NeedsDevEval
   |SkillCpp TopicUI|

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


[Libreoffice-bugs] [Bug 72152] StartCenter does not respect page orientation of Calc spreadsheets in recent files list

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=72152

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

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |serval2...@yahoo.fr
   |desktop.org |

--- Comment #5 from Julien Nabet serval2...@yahoo.fr ---
Submitted a patch to review, see https://gerrit.libreoffice.org/#/c/14512/

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


[Libreoffice-bugs] [Bug 89214] Mailmerge: 4.4: loosing numbered and bulleted lists in target documents

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89214

--- Comment #3 from Joe P. jdpellegr...@comcast.net ---
Just an update. I did a bisect however in performing the bisect I ran into a
minor problem. It seems that the final step doing the mail merge and saving
the result failed in some of the tested versions. This was performed on
43-all, of the builds tested that worked, I did not encounter a problem with
the formatting, yet. Anyway, the log below are the results that I got with a
bisect and marking bad those builds which failed to write a mail-merge.

# bad: [423a84c4f7068853974887d98442bc2a2d0cc91b]
source-hash-c15927f20d4727c3b8de68497b6949e72f9e6e9e
# good: [65fd30f5cb4cdd37995a33420ed8273c0a29bf00]
source-hash-d6cde02dbce8c28c6af836e2dc1120f8a6ef9932
git bisect start 'latest' 'oldest'
# bad: [e02439a3d6297a1f5334fa558ddec5ef4212c574]
source-hash-6b8393474974d2af7a2cb3c47b3d5c081b550bdb
git bisect bad e02439a3d6297a1f5334fa558ddec5ef4212c574
# good: [8f4aeaad2f65d656328a451154142bb82efa4327]
source-hash-1885266f274575327cdeee9852945a3e91f32f15
git bisect good 8f4aeaad2f65d656328a451154142bb82efa4327
# good: [9995fae0d8a24ce31bcb5e9cd0459b69cfbf7a02]
source-hash-8600bc24bbc9029e92bea6102bff2921bc10b33e
git bisect good 9995fae0d8a24ce31bcb5e9cd0459b69cfbf7a02
# good: [8ad82bc1416a07501651e8d96fe268e47d3931d3]
source-hash-13821254f88d2c5488fba9fe6393dcf4ae810db4
git bisect good 8ad82bc1416a07501651e8d96fe268e47d3931d3
# bad: [d084d250b04446535ca1d7c29cf2062e6bd042b3]
source-hash-688f72e3a2c3ef923389bbd21f6aea3afe1114db
git bisect bad d084d250b04446535ca1d7c29cf2062e6bd042b3
# bad: [013adf05b6bf8e5d44a4e820d43177d7fb749079]
source-hash-a16a4006e40bdb2cb4671846295fe2bf5a856e68
git bisect bad 013adf05b6bf8e5d44a4e820d43177d7fb749079
# bad: [ff4b17247dc05a006a5c4c57dced132c87f2396c]
source-hash-d74ba0c4147f33abd9d0c03883cc88f15e160ee5
git bisect bad ff4b17247dc05a006a5c4c57dced132c87f2396c
# bad: [54c7e3977148ffe7631292f2f7d6d60cf7c86bbc]
source-hash-5ad95cec96f6f08c55bb226a6eaeb1eeb95c1279
git bisect bad 54c7e3977148ffe7631292f2f7d6d60cf7c86bbc
# bad: [891878bfdd77870aa99f3f9cc6ee6169c4d1c886]
source-hash-ef4b5aad82da7133e89e37e3e04791398d6fb3a6
git bisect bad 891878bfdd77870aa99f3f9cc6ee6169c4d1c886

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


[Libreoffice-bugs] [Bug 89190] Text doesn't appear when another textbox has animation and hardware acceleration is enabled

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89190

Jean-Baptiste Faure jbfa...@libreoffice.org changed:

   What|Removed |Added

Summary|Text doesn't appear when|Text doesn't appear when
   |another textbox has |another textbox has
   |animation   |animation and hardware
   ||acceleration is enabled

--- Comment #5 from Jean-Baptiste Faure jbfa...@libreoffice.org ---
Updated summary.

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 89415] The problem of sorting data via AutoFilter; header with dropdowns sorted (header with empty cells)

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89415

raal r...@post.cz changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
Summary|The problem of sorting data |The problem of sorting data
   |via AutoFilter  |via AutoFilter; header with
   ||dropdowns sorted (header
   ||with empty cells)
 Ever confirmed|0   |1

--- Comment #2 from raal r...@post.cz ---
I can confirm with LO 4.4.0.3, win7.

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


[Libreoffice-bugs] [Bug 89423] Small icon for deleting table is missing

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89423

--- Comment #3 from Mark Hung mark...@gmail.com ---
Step1. Insert a table 
Step2. Tools - Options - Icon size and style, select Small 
Step3. Tools - Options - Icon size and style, select Large

In Step 2, Table Bar has a 'Delete Table' button without icon.
In Step 3, saw the icon instead. 

Verified with 4.4.0.3, in two UI language settings ( Traditional Chinese and
English. )

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


[Libreoffice-bugs] [Bug 63690] replace RTL_CONTEXT_ macros with SAL_INFO

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=63690

--- Comment #26 from Adolfo Jayme f...@libreoffice.org ---
For the record:

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

Related: tdf#63690 - add stubs for removed rtl_logfile functions.

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


[Libreoffice-bugs] [Bug 89325] selecting the slide design is not available

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89325

--- Comment #3 from Jean-Baptiste Faure jbfa...@libreoffice.org ---
Created attachment 113442
  -- https://bugs.documentfoundation.org/attachment.cgi?id=113442action=edit
Master Pages in Impress

In Impress we call that master pages.

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 89326] separating a image and text is not available in libre office impress

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89326

--- Comment #6 from Jean-Baptiste Faure jbfa...@libreoffice.org ---
Screen copy is useless here if you do not provide your own test file in
OpenDocument format (.odp).

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 89424] New: Ability to set cell contents as anchor text and being able to edit the anchor text for a hyper link, in cell itself

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89424

Bug ID: 89424
   Summary: Ability to set cell contents as anchor text and being
able to edit the anchor text for a hyper link, in cell
itself
   Product: LibreOffice
   Version: 4.3.5.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: vkmr2...@outlook.com

Open a calc spreadsheet and save it. On the Sheet1, enter some text in a cell.
Insert Sheet2 in spreadsheet. Goto Insert  Hyperlink  Document  Path and
select the current spreadsheet.
In Same Hyperlink Dialog  Further settings  Text  input the anchor text.
Click Apply  Close.
Now We want to be able to set the *cell contents* itself as hyperlink like
excel does, without needing separate anchor text.
and be able to edit the anchor text of the hyperlink in the cell itself, like
excel allows it.

see also closely related Bug 87957

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 62955] UI When opening a Macro (Alt-F11) allow searching a module/ function name with typing the first letter

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=62955

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

   What|Removed |Added

 Whiteboard|EasyHack|NeedsDevEval
   |DifficultyInteresting   |
   |SkillCpp TopicUI|

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


[Libreoffice-bugs] [Bug 35591] Incorrect print range detection in calc, hidden cells are not handled correct

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=35591

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

   What|Removed |Added

 Whiteboard|ProposedEasyHack|

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


[Libreoffice-bugs] [Bug 80715] Search and replace with over 16k+ replacements halts LibO

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=80715

Michael Stahl mst...@redhat.com changed:

   What|Removed |Added

 CC||bjoern.michaelsen@canonical
   ||.com, caol...@redhat.com

--- Comment #18 from Michael Stahl mst...@redhat.com ---
this pathological case is changing quite a bit:

4.0.6 asks to disable undo, can do it in 2-3 minutes
 creating 17 paragraphs

4.1.6/4.2.8 asks to disable undo, goes into infinite loop
 because paragraphs cannot be merged due to 64k char limit and
 likely the code removed by the commit in comment #15 was
 somehow handling that corner case

4.3.6/4.4 does not ask to disable undo, but needs 50 minutes to do it,
 creating one  1 million char paragraph

current master goes into infinite loop because of recent
 Ring boost-ification

i have fixed the 4.2 infinite loop bug and the boost-Ring bugs,
but not for the 4.3 big-paragraph slowdown.

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


[Libreoffice-bugs] [Bug 78174] Build failure: undefined reference to `non-virtual thunk to WindowListenerMultiplexer::acquire()' etc. in svx/source/fmcomp/fmgridif.cxx

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=78174

Michael Stahl mst...@redhat.com changed:

   What|Removed |Added

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

--- Comment #12 from Michael Stahl mst...@redhat.com ---
the GCC bug now has a reduced reproducer for the bug

work-around pushed to master

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


[Libreoffice-bugs] [Bug 89421] Move/Copy Sheet dialog should remember last used Action

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89421

raal r...@post.cz changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||r...@post.cz
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=68
   ||582
 Resolution|--- |WONTFIX

--- Comment #1 from raal r...@post.cz ---
There is request in bug 68582 for split Move/Copy item in menu. With resolving
of bug 68582 this bug is also solved.
Closing as wontfix.

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


[Libreoffice-bugs] [Bug 68582] split Move/Copy Sheet item in sheet tab menu

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=68582

raal r...@post.cz changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 89418] Query don't work with directly connect at Microsoft Access file (not Access 2007)

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89418

raal r...@post.cz changed:

   What|Removed |Added

 CC||r...@post.cz

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

Thank you for reporting the bug. Please attach a sample document, as this makes
it easier for us to verify the bug. 
I have set the bug's status to 'NEEDINFO'. Please change it back to
'UNCONFIRMED' once the requested document is provided.
(Please note that the attachment will be public, remove any sensitive
information before attaching it. 
See
https://wiki.documentfoundation.org/QA/FAQ#How_can_I_eliminate_confidential_data_from_a_sample_document.3F
for help on how to do so.)

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


[Libreoffice-bugs] [Bug 89418] Query don't work with directly connect at Microsoft Access file (not Access 2007)

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89418

raal r...@post.cz changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 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 89425] New: Centering slide/page when changing

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89425

Bug ID: 89425
   Summary: Centering slide/page when changing
   Product: LibreOffice
   Version: 4.5.0.0.alpha0+ Master
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: ux-advise
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: philip...@hotmail.com
CC: libreoffice-ux-adv...@lists.freedesktop.org

Caolan mentioned in bug 83588 comment 8 that code to center a slide/page in
Impress/Draw happens when changing the slide/page, but i havent been able to
observe this behaviour and it would be useful for this to work.

This didnt work in 3.3.0, 4.2.6, 4.3.6, or master on Linux.

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


[Libreoffice-bugs] [Bug 80657] UI: Addition of navigator page number field to Page Preview Toolbar

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=80657

--- Comment #8 from Jay Philips philip...@hotmail.com ---
@Cor: 'needDevEval', not 'NeedsDevEval', is described as Use when you think a
bug will qualify as an easy hack and you are requesting a developer to
confirm., but a developer (meeks) has already confirmed this, so why are you
replacing the whiteboard keywords?

https://wiki.documentfoundation.org/QA/Bugzilla/Fields/Whiteboard/Advanced#needDevEval

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


[Libreoffice-bugs] [Bug 89423] Small icon for deleting table is missing

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89423

Adolfo Jayme f...@libreoffice.org changed:

   What|Removed |Added

   Priority|medium  |low
 Status|RESOLVED|NEW
 Resolution|INVALID |---
 Ever confirmed|0   |1

--- Comment #4 from Adolfo Jayme f...@libreoffice.org ---
It’s not an invalid issue just because the icon is not exposed by default.

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


[Libreoffice-bugs] [Bug 89422] Tooltips of numbered lists samples are inconsistent

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89422

Adolfo Jayme f...@libreoffice.org changed:

   What|Removed |Added

Version|3.3.0 release   |4.4.0.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 82610] DEC2HEX function not working in macro, Affects Analysis AddIn functions.

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=82610

raal r...@post.cz changed:

   What|Removed |Added

 Status|RESOLVED|NEW
 Resolution|DUPLICATE   |---
Summary|DEC2HEX function not|DEC2HEX function not
   |working in macro|working in macro, Affects
   ||Analysis AddIn functions.

--- Comment #4 from raal r...@post.cz ---
Setting back to NEW. Examples from Bug 78929 are solved, bug 78929 is solved -
no Err:508.


oSheet.getCellByPosition(2, 0).setFormula(= DEC2HEX(A1)) - error  #NAME?

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


[Libreoffice-bugs] [Bug 89426] New: text wrap broken when rotate = 180 degrees

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89426

Bug ID: 89426
   Summary: text wrap broken when rotate = 180 degrees
   Product: LibreOffice
   Version: 4.2.7.2 release
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: t...@tim-richardson.net

Created attachment 113443
  -- https://bugs.documentfoundation.org/attachment.cgi?id=113443action=edit
simple demostration

Reported against earliest known affected version. Also present in 4.4.0

To reproduce, enter some text in A1.
enter a lot of text in A2, and request word wrap.
In cell A2, choose rotation 110 degrees. For me, this rotates and tries to wrap
the text.
Increase rotation to 180 degrees. There is no word wrapping and the text is not
truncated at the edge of the cell.

This actually happens before 180 degrees.
This was observed in 4.2.7 in Ubuntu, and in 4.4.0 Ubuntu and OS X.

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


[Libreoffice-bugs] [Bug 67712] form controls and draw objects anchored to cell but changes position after reopening

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=67712

Markus Mohrhard markus.mohrh...@googlemail.com changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |markus.mohrhard@googlemail.
   |desktop.org |com

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


[Libreoffice-bugs] [Bug 89393] FILEOPEN: Draw Import filter writerperfect: table in Microsoft Publisher document displays cells in wrong position

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89393

David Tardon dtar...@redhat.com changed:

   What|Removed |Added

 CC||dtar...@redhat.com
 Attachment #113398|application/x-ole-storage   |application/x-mspublisher
  mime type||

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


[Libreoffice-bugs] [Bug 85867] LibreOffice slow at rendering charts involving a large number of data points

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=85867

--- Comment #6 from Pierre-Eric Pelloux-Prayer pell...@gmail.com ---
Created attachment 113432
  -- https://bugs.documentfoundation.org/attachment.cgi?id=113432action=edit
2nd version

This patch changes the way line drawing is done. Instead of using the
drawPolyPolygon method, each polygon is drawn separatly.

Pro: render time is acceptable
Con: ?

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


[Libreoffice-bugs] [Bug 85867] LibreOffice slow at rendering charts involving a large number of data points

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=85867

--- Comment #8 from Pierre-Eric Pelloux-Prayer pell...@gmail.com ---
Other potential approaches:
 * improve TrapezoidSubdivider performance on large set (b2dtrapezoid), maybe
using spatial partitioning.
 * add a proper DrawLine primitive

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


[Libreoffice-bugs] [Bug 89393] multi-paragraph cell content partially moves to following cell

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89393

David Tardon dtar...@redhat.com changed:

   What|Removed |Added

  Component|Draw|General
Version|4.4.1.1 rc  |unspecified
Product|LibreOffice |libmspub
Summary|FILEOPEN: Draw Import   |multi-paragraph cell
   |filter writerperfect: table |content partially moves to
   |in Microsoft Publisher  |following cell
   |document displays cells in  |
   |wrong position  |

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


[Libreoffice-bugs] [Bug 64573] Photo Album: Add Captions feature

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=64573

--- Comment #11 from Eike Rathke er...@redhat.com ---
The attached example presentation on the last slide has Click to add Title so
I'd use that. For size I'd use the width of the image/slide and height as in
the example, which looks like ~3 text lines.

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


[Libreoffice-bugs] [Bug 84483] PRINTING: Print dialogue called from print preview causes writer to crash

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=84483

--- Comment #2 from peterpan obsazeny...@volny.cz ---
Hello Jacques, 

I probably missed Your reaction, so I got back now. Sorry for the delay. 

I have just tried on Version: 4.4.0.3 build ID:
de093506bcdc5fafd9023ee680b8c60e3e0645d7 with W7_64
Locale: cs_CZ and it still crashes. 


Steps to reproduce:
1. create random document with revisions/track changes and notes/comments
2. go to print preview
3. push print
4. at the print dialogue select to put comments on side of printed page.
5. LO crashes when that selection is made.

I checked now on other W7_64 machine and W8.1 one and it crashes on all of
them. I used the attached document. 

peterpan

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


[Libreoffice-bugs] [Bug 84483] PRINTING: Print dialogue called from print preview causes writer to crash

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=84483

peterpan obsazeny...@volny.cz changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

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


[Libreoffice-bugs] [Bug 88485] unable to select the right column characters in catalog table on math editor

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88485

Matthew Francis fdb...@neosheffield.co.uk changed:

   What|Removed |Added

   Keywords||bisected
 Whiteboard|bibisectRequest |bibisected

--- Comment #4 from Matthew Francis fdb...@neosheffield.co.uk ---
It appears this was introduced with the ui conversion

commit d484b12a851df24b2c5779b73c231a20a55a0374
Author: Alia Almusaireae almusair...@kacst.edu.sa
Date:   Mon May 20 10:27:27 2013 +0300

catalog.ui widget

Change-Id: I1a67c1c9b30b56d3c0739c2f77abfc24a941dad4

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


[Libreoffice-bugs] [Bug 56959] libvisio: Draw does not import properly MS Visio connectors

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=56959

--- Comment #17 from Lee lee...@hotmail.com ---
Problem still exists

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


[Libreoffice-bugs] [Bug 89417] New: Crash when activating Tools Options LibreOffice View use hardware acceleration

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89417

Bug ID: 89417
   Summary: Crash when activating Tools  Options  LibreOffice 
View  use hardware acceleration
   Product: LibreOffice
   Version: 4.4.1.1 rc
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: graphics stack
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: c...@nouenoff.nl

doing so, displays LibreOffice Fatal Error message configmngr modification of
finalized item
and then 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 89417] Crash when activating Tools Options LibreOffice View use hardware acceleration

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89417

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

   What|Removed |Added

 CC||c...@nouenoff.nl

--- Comment #1 from Cor Nouws c...@nouenoff.nl ---
Versie: 4.4.1.1 
Build ID: b5ac74bf8683a92078a2bc8aff97d4b436af63cb
Locale: nl_NL

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


[Libreoffice-bugs] [Bug 89418] New: Query don't work with directly connect at Microsoft Access file (not Access 2007)

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89418

Bug ID: 89418
   Summary: Query don't work with directly connect at Microsoft
Access file (not Access 2007)
   Product: LibreOffice
   Version: 4.3.5.2 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Base
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: mariano.ca...@outlook.com

On my file .odb connected directly at Microsoft Access file, now my Query get
this error : 
SQL Status: 3075
Error code: -2147217900
Syntax error (missing operator) in query expression ''2012-2013' `Campagna`'.

This is the query : 
SELECT '2012-2013' AS `Campagna`, 'OLIO' AS `Prodotto`, `DO_NUDOC` AS `NrDoc`,
`DO_DTDOC` AS `DataDoc`, `DO_DESTI` AS `Cliente`, `DO_TOTAL` AS `TotFattura`
FROM `DOCUMENTI` 
WHERE `DO_TPDOC` = 'FT' 
AND `DO_DESTI` IN ( '222', '180' )

If I connect my .odb via ODBC the query work fine, but i have worked correctly
with LO  4.3 and direct connection at file .mdb
Tried on 2 pc with LO 4.3.5 and 4.1.1
OO 4.1.1 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 69973] gtk+ recent-files integration improvements

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=69973

Michael Meeks michael.me...@collabora.com changed:

   What|Removed |Added

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

--- Comment #4 from Michael Meeks michael.me...@collabora.com ---
Sure - so we do a call there that in AddDocumentToPickList does:

if ( aURL.GetProtocol() == INET_PROT_FILE )
Application::AddToRecentDocumentList( aURL.GetURLNoPass(
INetURLObject::NO_DECODE ),
 (pFilter) ?
pFilter-GetMimeType() : OUString(),
 (pFilter) ?
pFilter-GetServiceName() : OUString() );


Which (AFAICS) should not really be filtering out only file URLs (at least
here) but ... that ends up here:

GtkRecentManager *manager = gtk_recent_manager_get_default ();
gtk_recent_manager_add_item (manager, sGtkURL.getStr());

And (I guess) it is entirely possible that this now works properly =)

I believe the file-selector in other apps uses this, as that now synchronizes
without exiting libreoffice, we can close this guy =)

Thanks for the poke.

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


[Libreoffice-bugs] [Bug 88953] GetExitCodeProcess call crashes Calc 4.4.0 but not 4.3.5, 4.3.4 or earlier

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88953

--- Comment #2 from Roman Polach r0pol...@gmail.com ---
The problem is still present in 4.4.1.1 (rc1).

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


[Libreoffice-bugs] [Bug 69973] gtk+ recent-files integration improvements

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=69973

--- Comment #5 from Julien Nabet serval2...@yahoo.fr ---
Thank you Michael for your feedback.

Side question: I'm just wondering if we could/should remove SFX_EVENT_CLOSEDOC
since I can't imagine a use case that will need it.
It would allow us to save 1 call to AddDocumentToPickList.

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


[Libreoffice-bugs] [Bug 89422] New: Tooltips of numbered lists samples are inconsistent

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89422

Bug ID: 89422
   Summary: Tooltips of numbered lists samples are inconsistent
   Product: LibreOffice
   Version: 3.3.0 release
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: mark...@gmail.com

Created attachment 113438
  -- https://bugs.documentfoundation.org/attachment.cgi?id=113438action=edit
Numbering type tab of style numbering rule dialog

Tooltips of numbered lists samples are inconsistent. For example, the tooltip
of Chinese number become A) B) C) ... if the language setting is Chinese
traditional ( ZH_TW ).

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


[Libreoffice-bugs] [Bug 89422] Tooltips of numbered lists samples are inconsistent

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89422

--- Comment #1 from Mark Hung mark...@gmail.com ---
Created attachment 113439
  -- https://bugs.documentfoundation.org/attachment.cgi?id=113439action=edit
Dropdown of numbering type selection

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


[Libreoffice-bugs] [Bug 89414] Upside down checkboxes when 'Use OpenGL for rendering' is on

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89414

Adolfo Jayme f...@libreoffice.org changed:

   What|Removed |Added

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

--- Comment #3 from Adolfo Jayme f...@libreoffice.org ---
Jay: *please*, please, run a Bugzilla search before reporting bugs you see on
random websites…

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

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


[Libreoffice-bugs] [Bug 88831] When OpenGL is enabled, drop-down arrows, check marks, scrollbars etc. are upside down

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88831

Adolfo Jayme f...@libreoffice.org changed:

   What|Removed |Added

 CC||philip...@hotmail.com

--- Comment #12 from Adolfo Jayme f...@libreoffice.org ---
*** Bug 89414 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 89423] New: Small icon for deleting table is missing

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89423

Bug ID: 89423
   Summary: Small icon for deleting table is missing
   Product: LibreOffice
   Version: 4.4.0.3 release
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: mark...@gmail.com

Created attachment 113440
  -- https://bugs.documentfoundation.org/attachment.cgi?id=113440action=edit
Deleting table icon (small) of Table toolbar is missing

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


[Libreoffice-bugs] [Bug 89423] Small icon for deleting table is missing

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89423

V Stuart Foote vstuart.fo...@utsa.edu changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||vstuart.fo...@utsa.edu
 Resolution|--- |INVALID

--- Comment #1 from V Stuart Foote vstuart.fo...@utsa.edu ---
Sorry, there has never been such button action on a toolbar.

Back to the 3.3.0.4 release Tables have been deleted incrementally by row or
column toolbar buttons. 

Or completely from the Table - Delete - Table menu button action -- which
remains sane and consistent UI.

Resolving invalid.

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


[Libreoffice-bugs] [Bug 85867] LibreOffice slow at rendering charts involving a large number of data points

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=85867

Pierre-Eric Pelloux-Prayer pell...@gmail.com changed:

   What|Removed |Added

 CC||pell...@gmail.com

--- Comment #4 from Pierre-Eric Pelloux-Prayer pell...@gmail.com ---
Created attachment 113430
  -- https://bugs.documentfoundation.org/attachment.cgi?id=113430action=edit
1st version

First approach: do not use the generic 'draw lines as polypolygon' code path,
but use the simpler 'draw lines as hair line'.

Pros: render times are acceptable
Cons: ignore line width, so graph looks different (line graphs have a default
line width of 80)

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


[Libreoffice-bugs] [Bug 85867] LibreOffice slow at rendering charts involving a large number of data points

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=85867

--- Comment #3 from Pierre-Eric Pelloux-Prayer pell...@gmail.com ---
Here's my understanding of the problem.
Line graph are drawn using the PolygonStrokePrimitive2D primitive (see
sdrdecompositiontools.cxx)
When the UI is frozen, the stacktrace is:
(gdb) bt 10
#0  solveHorizontalEdges (rTrDeSimpleEdges=std::vector of length 3567, capacity
4096 = {...}, this=0x7fffb3c0) at basegfx/source/polygon/b2dtrapez
oid.cxx:475
#1  TrapezoidSubdivider (rSourcePolyPolygon=..., this=0x7fffb3c0) at
basegfx/source/polygon/b2dtrapezoid.cxx:591
#2  basegfx::tools::trapezoidSubdivide (ro_Result=std::vector of length 0,
capacity 0, rSourcePolyPolygon=...) at basegfx/source/polygon/b2dtrapezoid.
cxx:956
#3  0x7fffe0a663ff in X11SalGraphicsImpl::drawPolyPolygon (this=0x1bd26d0,
rOrigPolyPoly=..., fTransparency=0) at vcl/unx/generic/gdi/gdiimpl.cxx:
1554
#4  0x72493769 in SalGraphics::DrawPolyPolygon (this=0x1bd4c50,
i_rPolyPolygon=..., i_fTransparency=i_fTransparency@entry=0,
i_pOutDev=i_pOutDev@entry=0x1bd89a8) at /home/pierre
-eric/code/libreoffice/vcl/source/gdi/salgdilayout.cxx:457
#5  0x7237de27 in OutputDevice::drawLine (this=this@entry=0x1bd89a8,
aLinePolyPolygon=..., rInfo=...) at vcl/source/outdev/line.cxx:260
#6  0x7237f4a5 in OutputDevice::drawPolyLine
(this=this@entry=0x1bd89a8, rPoly=..., rLineInfo=...) at
vcl/source/outdev/polyline.cxx:247
#7  0x7237eee6 in OutputDevice::DrawPolyLine (this=0x1bd89a8,
rB2DPolygon=..., fLineWidth=fLineWidth@entry=5.2791686397418474,
eLineJoin=eLineJoin@entry=basegfx::B2DLINEJOIN_ROU
ND, eLineCap=eLineCap@entry=com::sun::star::drawing::LineCap_BUTT) at
vcl/source/outdev/polyline.cxx:215
#8  0x7fffee7f1fee in
drawinglayer::processor2d::VclProcessor2D::RenderPolygonStrokePrimitive2D
(this=this@entry=0x1c2f0b0, rPolygonStrokeCandidate=...) at
breoffice/drawinglayer/source/processor2d/vclprocessor2d.cxx:1322
#9  0x7fffee7ed695 in
drawinglayer::processor2d::VclPixelProcessor2D::processBasePrimitive2D
(this=0x1c2f0b0, rCandidate=...) at drawinglayer/sour
ce/processor2d/vclpixelprocessor2d.cxx:1074

The polypolygon to trapezoid method is complex and doesn't scale well when
10.000+ edges are involved.

I tested various patches but I'm not sure which one is better

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


[Libreoffice-bugs] [Bug 85867] LibreOffice slow at rendering charts involving a large number of data points

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=85867

--- Comment #7 from Pierre-Eric Pelloux-Prayer pell...@gmail.com ---
Created attachment 113433
  -- https://bugs.documentfoundation.org/attachment.cgi?id=113433action=edit
Screenshot with draw_as_hair_polygon.patch applied

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


[Libreoffice-bugs] [Bug 89416] Number of selected rows and columns in status bar is shown wrong if filter is applied

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89416

--- Comment #2 from Timon kaktebyaviru...@gmail.com ---
Yes, you are right. But in my opinion it is an error.

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


[Libreoffice-bugs] [Bug 88190] FILEOPEN Can't Edit .PPS Files

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88190

Matthew Francis fdb...@neosheffield.co.uk changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE
 Whiteboard|bibisectRequest |

--- Comment #7 from Matthew Francis fdb...@neosheffield.co.uk ---
In fact on further investigation this has never worked as requested.

Bug 45233 introduced a context menu to go to the editor (Edit Presentation),
but didn't do anything to the behaviour of pressing Escape. It is also
suggested in bug 45233 comment 21 that the current behaviour of closing on
Escape is what Powerpoint does.

I don't reproduce any crash on 4.4.0.3/OSX,Linux, and if there is one that's a
separate issue.


To edit a .pps, just use the mouse context menu - Edit Presentation

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

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


[Libreoffice-bugs] [Bug 70719] [UI] Add filter information on amount of selected rows (selected X from Y) in Calc status bar

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=70719

raal r...@post.cz changed:

   What|Removed |Added

 CC||kaktebyaviru...@gmail.com

--- Comment #1 from raal r...@post.cz ---
*** Bug 89416 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 89416] Number of selected rows and columns in status bar is shown wrong if filter is applied

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89416

raal r...@post.cz changed:

   What|Removed |Added

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

--- Comment #3 from raal r...@post.cz ---
Thanks for info, closing as duplicate. Not judging if error or enhancement.
It's a new feature in 4.3 
https://wiki.documentfoundation.org/ReleaseNotes/4.3#Number_selected_rows_and_columns_in_status_bar

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

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


[Libreoffice-bugs] [Bug 88190] FILEOPEN Can't Edit .PPS Files

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88190

Matthew Francis fdb...@neosheffield.co.uk changed:

   What|Removed |Added

   Keywords|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 85867] LibreOffice slow at rendering charts involving a large number of data points

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=85867

--- Comment #5 from Pierre-Eric Pelloux-Prayer pell...@gmail.com ---
Created attachment 113431
  -- https://bugs.documentfoundation.org/attachment.cgi?id=113431action=edit
Screenshot with draw_as_hair_line.patch applied

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


[Libreoffice-bugs] [Bug 51566] RFE: Full-screen mode in Draw

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=51566

--- Comment #2 from samtuke m...@samtuke.com ---
Has this feature yet been implemented, or is it still missing?

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


[Libreoffice-bugs] [Bug 48123] FILEOPEN: Anchors do not keep setting to value To Cell with an xls file.

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=48123

--- Comment #7 from Timur gti...@gmail.com ---
I don't see how Bug 89289 is a duplicate of Bug 48123. 
Bug 89289 is about proper picture preview during Optimal row hight with
anchor To Cell, both for setting in LO or opening xls(x). 
Bug 48123 is about keeping anchor To Cell when saving as XLS. And it seems
resolved, please test and mark as WFM.

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


[Libreoffice-bugs] [Bug 89289] Optimal row hight shrinks picture anchored To Cell to minimal cell height

2015-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89289

--- Comment #7 from Timur gti...@gmail.com ---
I don't see how Bug 89289 is a duplicate of Bug 48123. 
Bug 89289 is about proper picture preview during Optimal row hight with
anchor To Cell, both for setting in LO or opening xls(x). 
Bug 48123 is about keeping anchor To Cell when saving as XLS. And it seems
resolved, please test and mark as WFM.

-- 
You are receiving this mail because:
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   >