[Libreoffice-bugs] [Bug 93758] distro-install-desktop-integration uses non portable rmdir and possibly erroneous presumption of INSTALLDIRNAME

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

--- Comment #1 from Richard PALO rich...@netbsd.org ---
Perhaps the intent was something like:
# we do not want some stuff from the plain packages
 
if test -d $DESTDIR/$INSTALLDIR ; then
   rm -rf $DESTDIR/$INSTALLDIRNAME/*
   rmdir -p $DESTDIR/$INSTALLDIRNAME 2/dev/null
fi

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


[Libreoffice-bugs] [Bug 93758] distro-install-desktop-integration uses non portable rmdir and possibly erroneous presumption of INSTALLDIRNAME

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

--- Comment #2 from Richard PALO rich...@netbsd.org ---
Oops, wrong window copied, this is what I meant:
# we do not want some stuff from the plain packages
 
if test -d $DESTDIR/$INSTALLDIR ; then
   rm -f $DESTDIR/$INSTALLDIR/*
   rmdir -p $DESTDIR/$INSTALLDIR 2/dev/null
fi

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


[Libreoffice-bugs] [Bug 93758] distro-install-desktop-integration uses non portable rmdir and possibly erroneous presumption of INSTALLDIRNAME

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

--- Comment #3 from Richard PALO rich...@netbsd.org ---
(In reply to Richard PALO from comment #2)
 Oops, wrong window copied, this is what I meant:
 # we do not want some stuff from the plain packages  

 if test -d $DESTDIR/$INSTALLDIR ; then
  rm -f $DESTDIR/$INSTALLDIR/*
  rmdir -p $DESTDIR/$INSTALLDIR 2/dev/null
 fi

but with `rm -rf'

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


[Libreoffice-bugs] [Bug 91488] [META] RenderContext related issues

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

Björn Michaelsen bjoern.michael...@canonical.com changed:

   What|Removed |Added

 Depends on||92079

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


[Libreoffice-bugs] [Bug 92079] Basic Dialog image background not set

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

Björn Michaelsen bjoern.michael...@canonical.com changed:

   What|Removed |Added

 Blocks||91488

--- Comment #7 from Björn Michaelsen bjoern.michael...@canonical.com ---
As per description this seems to be bibisected down to a RenderContext change,
thus blocking on the tracker 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 91061] LO writer shows only 1 page of a .docx file when the actual doc is 11 pages

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

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

   What|Removed |Added

 CC||m.wegh...@posteo.de
 Whiteboard|bibisectRequest |bibisected

--- Comment #7 from Michael Weghorn m.wegh...@posteo.de ---
bibisect result (using the bibisect-43all repository):

cca0c04dccc1fb2827c929ff2ced5bdb80f915bc is the first bad commit
commit cca0c04dccc1fb2827c929ff2ced5bdb80f915bc
Author: Bjoern Michaelsen bjoern.michael...@canonical.com
Date:   Mon Dec 10 13:59:49 2012 +

source-hash-179a6db61ee30cf776747802f06edeef45fec461

commit 179a6db61ee30cf776747802f06edeef45fec461
Author: Stephan Bergmann sberg...@redhat.com
AuthorDate: Thu Sep 20 15:00:50 2012 +0200
Commit: Stephan Bergmann sberg...@redhat.com
CommitDate: Thu Sep 20 15:46:10 2012 +0200

Add RPATH to liblangtag

...so that it consistenly uses the LO versions of libxml2/glibc libs at
runtime.

Change-Id: I89b7fd13a8b5b7e697ec21db74fdf8ef088fdb92

:100644 100644 0db5496d578aee0f311b6b436680c59b73990919
a20479cbaa3727d1fffd44cec83df218caf9dbf1 Mautogen.log
:100644 100644 9d6d729645ee9eb52da162b30afbf62384c4c4a0
49251f9d0d9ad42539c025f06a312edf63e0b41d Mccache.log
:100644 100644 3f6b5520d512c29e42d8fe27fd72e98da1762290
683966615e12c7b0a8993adef9a738759e4faca1 Mcommitmsg
:100644 100644 1b411631e7205c2292a5adc8e89f0680544c50ad
a4aa952a0ad0e855345b715c8e45251d33d44dba Mdev-install.log
:100644 100644 0d5ebfee43862a6bbb779cc9a5d0e39f94e9964a
f5770dac159934eaa657aff7a3555ca4e47f58f4 Mmake.log
:04 04 23983a1399e57fdfe5a617f46deea580ab98d3cd
4afde4b72a0a3d21e49d8028e71372ab39154161 Mopt


$ git bisect log
# bad: [2e0fa432485d1db6abd355dad8ccb06f0b97e4fb]
source-hash-ce90f99a2d66c2b998ad3f9f028e2ea623a757f5
# good: [65fd30f5cb4cdd37995a33420ed8273c0a29bf00]
source-hash-d6cde02dbce8c28c6af836e2dc1120f8a6ef9932
git bisect start 'last40onmaster' 'oldest'
# good: [aed6d9e275e4560aa251d23dd7ba6a0a725afab7]
source-hash-c77918bb03974ff9be90c889f77e62ea0755052f
git bisect good aed6d9e275e4560aa251d23dd7ba6a0a725afab7
# good: [241d451e09694446622f9767fb76db50481c9e32]
source-hash-c3aa1cefdc6521d34a2a32c20bae1593e1edb5ba
git bisect good 241d451e09694446622f9767fb76db50481c9e32
# bad: [91fed7198400158ba17622fa48f1c85063ba839f]
source-hash-7c4d3ea6ba4d42b4dda5148a00c8c411b5d7703d
git bisect bad 91fed7198400158ba17622fa48f1c85063ba839f
# good: [cd18cb7f47f7e956c6d19bd0f31a6e30d1173b29]
source-hash-558476135865d9ae7b8801a82c177fd1098386ff
git bisect good cd18cb7f47f7e956c6d19bd0f31a6e30d1173b29
# bad: [8a8370d143cc6c103ed5bf21b849bb7b8309618d]
source-hash-69222d71221d0ec81a3dbf01789456bcf2dde0da
git bisect bad 8a8370d143cc6c103ed5bf21b849bb7b8309618d
# bad: [bb53f5537f5dd98997a2148f6a8eafb10d449831]
source-hash-93effcb0a2eade8309c53b74d0ea22e8a2217661
git bisect bad bb53f5537f5dd98997a2148f6a8eafb10d449831
# bad: [56de98328b5e6e28aae1f5a8574c4d6500abdf82]
source-hash-5f91f8a368343d8921a01edb7359cd300892f09d
git bisect bad 56de98328b5e6e28aae1f5a8574c4d6500abdf82
# bad: [cca0c04dccc1fb2827c929ff2ced5bdb80f915bc]
source-hash-179a6db61ee30cf776747802f06edeef45fec461
git bisect bad cca0c04dccc1fb2827c929ff2ced5bdb80f915bc
# first bad commit: [cca0c04dccc1fb2827c929ff2ced5bdb80f915bc]
source-hash-179a6db61ee30cf776747802f06edeef45fec461


In the last good commit, the document has 17 pages, in the first bad commit,
it is only one page.

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


[Libreoffice-bugs] [Bug 93757] Using function wizard causes UI fault

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

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

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||serval2...@yahoo.fr
 Resolution|--- |DUPLICATE

--- Comment #1 from Julien Nabet serval2...@yahoo.fr ---
Just for information, it's fixed from 5.0.2

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

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


[Libreoffice-bugs] [Bug 93760] New: Strange behaviour with numbering when printing a selection

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

Bug ID: 93760
   Summary: Strange behaviour with numbering when printing a
selection
   Product: LibreOffice
   Version: 4.4.5.2 release
  Hardware: Other
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: cpm...@gmx.de

Created attachment 118254
  -- https://bugs.documentfoundation.org/attachment.cgi?id=118254action=edit
Original File including a screenshot of the printing result

When printing a selection of a text which contains a numbered list, the whole
text (or at least parts of it) gets numbers attached before printing!
The failure is visible in the pre-view.
The bug does not show up, if the numbered list is not part of the 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 93759] New: Mouse position and selection does not match

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

Bug ID: 93759
   Summary: Mouse position and selection does not match
   Product: LibreOffice
   Version: 5.0.0.5 release
  Hardware: Other
OS: Mac OS X (All)
Status: UNCONFIRMED
  Severity: major
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: gautam.sam...@gmail.com

Created attachment 118253
  -- https://bugs.documentfoundation.org/attachment.cgi?id=118253action=edit
Screen Recording demo for bug

Mac Version 10.10.5
Libre Office downloaded and installed from http://www.libreoffice.org/

When the Libre Office window is not full screen and if you move it around the
mouse position does not correlate with the selection.

See attached screen recording.

Even though I first noticed this in Calc, I was replicate it in Writer too.

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


[Libreoffice-bugs] [Bug 93372] Format of a table is ignored - character only shown in standard-high

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

Björn Michaelsen bjoern.michael...@canonical.com changed:

   What|Removed |Added

 Blocks||91488

--- Comment #4 from Björn Michaelsen bjoern.michael...@canonical.com ---
As per comment 2, this seems to be render context related, thus blocking the
tracker issue 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 93438] Impress generate abnormal style when copy-pasting from Writer with Chinese UI

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

Mark Hung mark...@gmail.com changed:

   What|Removed |Added

Summary|Copy and paste from Writer  |Impress generate abnormal
   |to Impress and the Impress  |style when copy-pasting
   |file can't be saved |from Writer with Chinese UI
 OS|Windows (All)   |All

--- Comment #4 from Mark Hung mark...@gmail.com ---
When user use Chinese UI, style names are converted to Chinese. However when
paste special ( with RTF), Chinese stylenames weren't handled properly,
breaking into multiple token so that it generate abnormal styles with empty
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 93759] Mouse position and selection does not match

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

--- Comment #1 from steve -_- st...@openmailbox.org ---
Hi Gautam, thanks for the good report. This is extremely annoying behavior.

With 10.10.5 and LO Version: 5.1.0.0.alpha1+
Build ID: c9df840d207c8d965b2df993e0a90be89f52c254
TinderBox: MacOSX-x86_64@49-TDF, Branch:master, Time: 2015-08-27_02:25:46
Locale: de-DE (de.UTF-8)

I was not able to reproduce the problem.

Also not reproduced in Version: 4.4.3.2
Build ID: 88805f81e9fe61362df02b9941de8e38a9b5fd16
Locale: de_

Did you try to reset your user profile?
https://wiki.documentfoundation.org/UserProfile#Resetting_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 93761] New: LibreOffice upgrade will not install due to Error 1303 insufficient privileges in program folder

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

Bug ID: 93761
   Summary: LibreOffice upgrade will not install due to Error 1303
insufficient privileges in program folder
   Product: LibreOffice
   Version: 5.0.1.2 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: blocker
  Priority: medium
 Component: Installation
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: m...@home.nl

Created attachment 118255
  -- https://bugs.documentfoundation.org/attachment.cgi?id=118255action=edit
installation error window

I tried to update from the first x64 5 release to the second release. It failed
with an error 1303, the installation procedure could write in the LibreOffice 5
program directory.

I could not install the previous version either (same error), and deleting the
program folder was impossible to (Damned Windows 10...)

So I'm left with no LibreOffice at all :-)

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


[Libreoffice-bugs] [Bug 92776] UI: Tab names unreadable in GTK3 with Ambiance theme

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

Luke lukebe...@hotmail.com changed:

   What|Removed |Added

 CC||momonas...@gmail.com

--- Comment #6 from Luke lukebe...@hotmail.com ---
Maxim is working on theme consistency issues. See Bug 93558

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


[Libreoffice-bugs] [Bug 93665] START CENTER: Entries without preview should have white background behind icon

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

--- Comment #5 from andreas_k kain...@gmail.com ---
looking good to me too. I don't want to make an white background.

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


[Libreoffice-bugs] [Bug 91488] [META] RenderContext related issues

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

Björn Michaelsen bjoern.michael...@canonical.com changed:

   What|Removed |Added

 Depends on||93372

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


[Libreoffice-bugs] [Bug 93757] New: Using function wizard causes UI fault

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

Bug ID: 93757
   Summary: Using function wizard causes UI fault
   Product: LibreOffice
   Version: 5.0.1.2 release
  Hardware: Other
OS: Mac OS X (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: zillabug...@yahoo.de

After editing a formula with the function wizard, row and column selection is
not possible. Blue frame stays on screen.

How to reproduce:
Open an empty spreadsheet
Put in 1,2,3 in A1, A2, A3
Go to A4 an put in =SUM(A1:A3)
Got to A4 and open the function wizard and cancel the operation

Now the effect is there.

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


[Libreoffice-bugs] [Bug 92776] UI: Tab names unreadable in GTK3 with Ambiance theme

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

Luke lukebe...@hotmail.com changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 90214] Ruler Should be White When Dark Themes Used

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

Luke lukebe...@hotmail.com changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 93758] New: distro-install-desktop-integration uses non portable rmdir and possibly erroneous presumption of INSTALLDIRNAME

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

Bug ID: 93758
   Summary: distro-install-desktop-integration uses non portable
rmdir and possibly erroneous presumption of
INSTALLDIRNAME
   Product: Document Liberation Project
   Version: unspecified
  Hardware: Other
OS: Solaris
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: General
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: rich...@netbsd.org

here:
124 # we do not want some stuff from the plain packages
 
125 if test -d $DESTDIR/opt ; then 
 
126 rm -f $DESTDIR/opt/$INSTALLDIRNAME 
 
127 rmdir --ignore-fail-on-non-empty $DESTDIR/opt  
 
128 fi  

I see two issues:
1) why the presumption of the subdirectory $DESTDIR/opt?
   also, $INSTALLDIRNAME should perhaps be $INSTALLDIR in this context
2) non portable use of rmdir  (gnu rmdir)
   perhaps `rmdir -p $DESTDIR/$INSTALLDIR 2/dev/null'
   after adapting the previous 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 93185] Can't change the color of text in table control field of a database form

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

Björn Michaelsen bjoern.michael...@canonical.com changed:

   What|Removed |Added

 Blocks||91488

--- Comment #17 from Björn Michaelsen bjoern.michael...@canonical.com ---
As per comment 15, this seems to be render context related, thus blocking the
tracker issue 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 91488] [META] RenderContext related issues

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

Björn Michaelsen bjoern.michael...@canonical.com changed:

   What|Removed |Added

 Depends on||93185

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


[Libreoffice-bugs] [Bug 93753] Forms and Drawings do not show up in exported pdf

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

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

   What|Removed |Added

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

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

Please could you attach a sample file with the issue, remember to clear any
private/confidential information, this is a public site.

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


[Libreoffice-bugs] [Bug 93600] Condition Formatting: Entering = in comparison value crashes program

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

--- Comment #7 from Julien Nabet serval2...@yahoo.fr ---
Laszlo: noticing
http://cgit.freedesktop.org/libreoffice/core/commit/?id=fd28dea50930797652afbdce6992bea08c56caa0,
I thought you might be interested in this one. 

With this naive patch, I got no crash:
diff --git a/sc/source/ui/condformat/condformatdlgentry.cxx
b/sc/source/ui/condformat/condformatdlgentry.cxx
index 7785c0d..148f076 100644
--- a/sc/source/ui/condformat/condformatdlgentry.cxx
+++ b/sc/source/ui/condformat/condformatdlgentry.cxx
@@ -320,6 +320,10 @@ IMPL_LINK(ScConditionFrmtEntry, OnEdChanged, Edit*, pEdit)

 // Recognized col/row name or string token, warn the user
 formula::FormulaToken* token = ta-First();
+
+if (!token)
+return 0;
+
 formula::StackVar t = token-GetType();
 OpCode op = token-GetOpCode();
 if( ( op == ocColRowName ) ||

Is it ok or am I just hiding the problem?

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


[Libreoffice-bugs] [Bug 85161] File open: symbol 005E not shown in .docx file

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

--- Comment #9 from Juha juha.kallioko...@hotmail.com ---
Sorry.

I tried this one:
http://dev-builds.libreoffice.org/daily/master/Win-x86_64@62-TDF/2015-08-23_00.19.44/

But still, I'm having the same 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 93539] FILEOPEN: crash when loading an .odg file created by LibO 4.x

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

--- Comment #4 from tommy27 ba...@quipo.it ---
LibO 5.0.1.2 has been releases.
please, upgrade and retest.

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


[Libreoffice-bugs] [Bug 86838] Portrait printing prints rotated 90 degrees in OS X with Letter page format (Brother and HP printers)

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

tommy27 ba...@quipo.it changed:

   What|Removed |Added

  Component|Writer  |Printing and PDF export

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


[Libreoffice-bugs] [Bug 93600] Condition Formatting: Entering = in comparison value crashes program

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

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

   What|Removed |Added

 CC||serval2...@yahoo.fr

--- Comment #5 from Julien Nabet serval2...@yahoo.fr ---
Created attachment 118256
  -- https://bugs.documentfoundation.org/attachment.cgi?id=118256action=edit
bt with debug symbols

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 93664] filter a list with merged cells does not work

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

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

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #4 from m.a.riosv miguelange...@libreoffice.org ---
Change to unconfirmed, so other person can 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 93587] insert draw ole object

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

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

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #3 from Julien Nabet serval2...@yahoo.fr ---
Following Raal's comment= 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 93539] FILEOPEN: crash when loading an .odg file created by LibO 4.x

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

--- Comment #5 from raanan.bar...@sfr.fr ---
Problem solved, no crash with 5.0.1.2 with the same 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 93539] FILEOPEN: crash when loading an .odg file created by LibO 4.x

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

tommy27 ba...@quipo.it changed:

   What|Removed |Added

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

--- Comment #6 from tommy27 ba...@quipo.it ---
nice to hear that.
status - RESOLVED WORKSFORME

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


[Libreoffice-bugs] [Bug 93536] Crash when launching Tools AutoText (comment 6)

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

--- Comment #13 from Julien Nabet serval2...@yahoo.fr ---
Created attachment 118257
  -- https://bugs.documentfoundation.org/attachment.cgi?id=118257action=edit
bt with debug symbols

On pc Debian x86-64 with master sources updated today, I reproduced the crash
with
Menu Tools/Autotext

With F3 (different from the shortcut Ctrl-F3 indicated in menu!), I've got only
a popup telling:
Autotext for Shortcut '' not found.

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


[Libreoffice-bugs] [Bug 93536] Crash when launching Tools AutoText (comment 6)

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

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

   What|Removed |Added

 CC||michael.me...@collabora.com
 Blocks||91310

--- Comment #14 from Julien Nabet serval2...@yahoo.fr ---
Michael: thought it might be related to vclPtr, do you confirm?

BTW, with export SAL_USE_VCLPLUGIN=gen , I've also got a crash but with:
warn:legacy.tools:8230:1:vcl/source/window/dialog.cxx:816:
Dialog::StartExecuteModal() - Parent already modally disabled, use another
parent to ensure modality!

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


[Libreoffice-bugs] [Bug 91310] [META] Fallout from VclPtr merge

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

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

   What|Removed |Added

 Depends on||93536

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


[Libreoffice-bugs] [Bug 93669] Problem with printing multi-sided documents via Fax-Printer

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

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

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #4 from m.a.riosv miguelange...@libreoffice.org ---
As I can't reproduce, changed the status to unconfirmed, so let's someone else
testing 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 93761] LibreOffice upgrade will not install due to Error 1303 insufficient privileges in program folder

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

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

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||miguelangelrv@libreoffice.o
   ||rg
 Resolution|--- |NOTABUG
   Severity|blocker |normal

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

Please take a look to this thread.
https://ask.libreoffice.org/en/question/42393/error-1303-the-installer-has-insufficient-priveledges-to-access-this-directory-cprogram-files-x86libreoffice4program-the-installation-cannot-continue/

Resolved as notabug, please if you are not agree reopen 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 93141] last colon of emojis not correctly removed by AutoCorrect in Calc and Impress

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

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||nem...@numbertext.org
Version|5.0.0.5 release |5.0.0.4 rc
Summary|AutoCorrect leaves behind   |last colon of emojis not
   |colon in Calc and Impress   |correctly removed by
   ||AutoCorrect in Calc and
   ||Impress
 Ever confirmed|0   |1
 Whiteboard||implementationError

--- Comment #4 from tommy27 ba...@quipo.it ---
ok, you are right. 
bug reproduced under Win8.1 x64 using LibO 5.0.0.4 and a recent 5.1.0.0 alpha
daily build

the :emoji: autocorrect does not work as expected in Calc and Impress and has a
buggy behaviour in respect to Writer.

if you type :beta: in Writer you correctly get β

while if you type it in Calc or Impress you get β: which is incorrect

I edit summary notes and alerted Lazlo Nemeth who's the main developer of this
code part.

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


[Libreoffice-bugs] [Bug 93600] Condition Formatting: Entering = in comparison value crashes program

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

--- Comment #6 from Julien Nabet serval2...@yahoo.fr ---
Some gdb session:
Breakpoint 1, ScConditionFrmtEntry::OnEdChanged (this=0x736faa0,
pEdit=0x73994a0)
at
/home/julien/compile-libreoffice/libreoffice/sc/source/ui/condformat/condformatdlgentry.cxx:311
311boost::scoped_ptrScTokenArray ta(aComp.CompileString(aFormula));
(gdb) n
314if( ta-GetCodeError() )
(gdb) p ta
$1 = 
  boost::scoped_ptr {formula::FormulaTokenArray = {_vptr.FormulaTokenArray =
0x2aaacfe2b7d0 vtable for ScTokenArray+16, pCode = 0x0, pRPN = 0x0, nLen = 0,
nRPN = 0, nIndex = 0, nError = 0, nMode = NORMAL, bHyperLink = false,
mbFromRangeName = false}, mnHashValue = 1, meVectorState =
FormulaVectorEnabled}
(gdb) p aFormula
$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 93762] New: 5.0.0.5 does not detect that an update is available

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

Bug ID: 93762
   Summary: 5.0.0.5 does not detect that an update is available
   Product: LibreOffice
   Version: 5.0.0.5 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: major
  Priority: medium
 Component: Base
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: raanan.bar...@sfr.fr

I was informed through a bug report that 5.0.1.2 was available and was asked to
check if it solved the issue I raised for 5.0.0.5

I tried Help/Check for updates in 5.0.0.5 for update and LO reported LO 5.0 is
up to date.

this means that early users of 5.0 will not know that 5.0.1.2 is available.

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


[Libreoffice-bugs] [Bug 93764] New: Paragraph border added to paragraph area

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

Bug ID: 93764
   Summary: Paragraph border added to paragraph area
   Product: LibreOffice
   Version: 5.0.0.2 rc
  Hardware: x86 (IA32)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: major
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: marvin.lud...@web.de

Created attachment 118258
  -- https://bugs.documentfoundation.org/attachment.cgi?id=118258action=edit
Border 5.0.2 vs 4.4.5

See attached screenshot

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


[Libreoffice-bugs] [Bug 93600] Condition Formatting: Entering = in comparison value crashes program

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

--- Comment #8 from Katarina Behrens (CIB) katarina.behr...@cib.de ---
Slightly different approach: https://gerrit.libreoffice.org/18126 but maybe
also totally off ... depends on whether '=' can be matched as cell value or
it's essentially and error

Julien: maybe combine our two patches, two wrongs can cancel each other :D and
make it right

OP: To match formula cells, 'formula is' (instead of 'cell value is') item is
much better choice

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


[Libreoffice-bugs] [Bug 93765] New: ReportBuilder : Grapphs are not visualized. Error Message

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

Bug ID: 93765
   Summary: ReportBuilder : Grapphs are not visualized. Error
Message
   Product: LibreOffice
   Version: 5.0.1.2 release
  Hardware: x86 (IA32)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: blocker
  Priority: medium
 Component: Base
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: christian.carro...@wanadoo.fr

Created attachment 118259
  -- https://bugs.documentfoundation.org/attachment.cgi?id=118259action=edit
error message

From version 5.0.0 (likewise 5.0.1.2) the graphs in the report (reportbuilder
in base) are not visualized. Instead an error message :
Org.libreoffice.reportExucution : Namespace is not defined ...

You will find the error message in the attachment.

The same report in version 4.4.5.2 the graphs are proprely viewed.

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


[Libreoffice-bugs] [Bug 93600] Condition Formatting: Entering = in comparison value crashes program

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

--- Comment #9 from Julien Nabet serval2...@yahoo.fr ---
(In reply to Katarina Behrens (CIB) from comment #8)
 Slightly different approach: https://gerrit.libreoffice.org/18126 but maybe
 also totally off ... depends on whether '=' can be matched as cell value or
 it's essentially and error
 
 Julien: maybe combine our two patches, two wrongs can cancel each other :D
 and make it right
 
 OP: To match formula cells, 'formula is' (instead of 'cell value is') item
 is much better choice
Sorry I hadn't seen you had submitted a patch to review. I don't know what
should be done here. Perhaps we should ask advice to Calc experts?

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


[Libreoffice-bugs] [Bug 93177] Zoom: Fit width not automatically updated in Impress/Draw

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

Laurent BP jumbo4...@yahoo.fr changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||jumbo4...@yahoo.fr
Version|5.0.0.3 rc  |Inherited From OOo
Summary|Fit width does not function |Zoom: Fit width not
   |automatically in|automatically updated in
   |Impress/Draw|Impress/Draw
 Ever confirmed|0   |1

--- Comment #3 from Laurent BP jumbo4...@yahoo.fr ---
Confirmed with LibO 3.3.0 RC4 and AOO 3.4.0
Change version accordingly

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


[Libreoffice-bugs] [Bug 73709] URL hyperlinks damaged when clicked in rapid sequence in a table

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

--- Comment #53 from Joop Lanting j.f.lant...@inter.nl.net ---
Just installed 5.0.1.2 on 10.10.5 and I can reassure you that the problem is
still there.
In case you worried about it.
;JOOP!

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


[Libreoffice-bugs] [Bug 93713] Unprotect Cells missing from Table Menu and Table Toolbar (comment 6)

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

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

   What|Removed |Added

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

--- Comment #19 from V Stuart Foote vstuart.fo...@utsa.edu ---
So, in master Writer's reworked Table menu already has the Unprotect Cells
with Jay's rework for bug 91781, so that will be in 5.1 (and folks should can
compare with a test drive of master).

For a 5.0.2 build, we don't need that entire patch cherry picked, rather just
insert the .uno:UnsetCellsReadOnly command adjacent to .uno:Protect in
sw/uiconfig/swriter/menubar/menubar.xml to resolve this.

@Jay, are you set up for a a 5.0 build?

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


[Libreoffice-bugs] [Bug 93762] 5.0.0.5 does not detect that an update is available

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

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

   What|Removed |Added

  Component|Base|LibreOffice
 OS|Windows (All)   |All

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


[Libreoffice-bugs] [Bug 93761] LibreOffice upgrade will not install due to Error 1303 insufficient privileges in program folder

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

Dirk Munk m...@home.nl changed:

   What|Removed |Added

   Priority|medium  |highest
 Status|RESOLVED|REOPENED
 Resolution|NOTABUG |---
 Ever confirmed|0   |1
   Severity|normal  |blocker

--- Comment #2 from Dirk Munk m...@home.nl ---
Thanks for your reply.

First of all, I never had to use admin privileges, so this behaviour is
different from the many updates I installed before.


Secondly, Windows 10 has no Install as Administrator option, so that solution
doesn't work. I found a way to add this option (the fix is meant for Windows
8), but that doesn't help, the same error.
(
http://www.howtogeek.com/178826/how-to-force-an-msi-package-to-install-using-administrator-mode/
)

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


[Libreoffice-bugs] [Bug 93761] LibreOffice upgrade will not install due to Error 1303 insufficient privileges in program folder

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

--- Comment #3 from Dirk Munk m...@home.nl ---
The elevated administrator account is disabled by default in Windows 10. I
enabled it, didn't work either.

Even if solutions like these would work, I'm sure you will agree it's not the
way consumers should install an office package.

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


[Libreoffice-bugs] [Bug 93505] Sidebar: Crash when modifying trend line

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

Laurent BP jumbo4...@yahoo.fr changed:

   What|Removed |Added

Summary|Crash when modifying trend  |Sidebar: Crash when
   |line|modifying trend line

--- Comment #9 from Laurent BP jumbo4...@yahoo.fr ---
Workaround: disable View  Sidebar

Add Sidebar to summary

It seems that Area property is requested for trend line, but there is no such
property. I noticed that in Sidebar, when selecting a series, Area property is
enable and corresponds to Line color of the series. Modifying line color of a
series has no effect. Area property should be removed from data series as well
as from trend line.

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


[Libreoffice-bugs] [Bug 92702] Toolbar: Visible Buttons can't be en-/disabled if they are not displayed

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

--- Comment #4 from Laurent BP jumbo4...@yahoo.fr ---
Still present with master Version: 5.1.0.0.alpha1+
Build ID: b2363e98af7b0281279617e43b8fec5b898b9120
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2015-08-26_00:57:35
Locale: fr-FR (fr_FR.UTF-8)

and current 5.0 Version: 5.0.2.0.0+
Build ID: 47fb13510fe249bdc0c0b3bb8d9d5d8009a8974b
TinderBox: Linux-rpm_deb-x86_64@46-TDF, Branch:libreoffice-5-0, Time:
2015-08-29_05:47:46
Locale: fr-FR (fr_FR.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 93761] LibreOffice upgrade will not install due to Error 1303 insufficient privileges in program folder

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

--- Comment #6 from Dirk Munk m...@home.nl ---
This was an upgrade from a previous LibreOffice 5 installation. That
installation went fine, no problem what so ever.

If I install the package as administrator, then I have the highest privileges,
but that doesn't work either.

The upgrade procedure will remove the previous LibreOffice version, and that
happened. So there's nothing to uninstall. It has left the LibreOffice 5
directory and the empty program subdirectory. For some reason that directory
can not be romoved.

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


[Libreoffice-bugs] [Bug 93763] New: Styles and Formatting

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

Bug ID: 93763
   Summary: Styles and Formatting
   Product: LibreOffice
   Version: 5.0.1.2 release
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: dmdcare...@care2.com

Windows 10

Selecting Format, Styles and Formatting does not produce the dialogue box.
Pressing F11 does not produce the dialogue box.

I can only access Styles and formatting via the sidebar.

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


[Libreoffice-bugs] [Bug 93124] PPT import: slide titles are misplaced

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

--- Comment #1 from Mike Kaganski mikekagan...@hotmail.com ---
Saving copy of this file as pptx using MS PowerPoint and opening it with LO,
everything shows right.

The difference is that in pptx version, the Full width checkbox is set, and
naturally, the text anchor is set to middle-bottom; while in ppt version, the
text anchor point is in the left-bottom corner (select title border, then menu
Format-Text, first tab).

Setting the flag makes everything right. By the way, the same applies to Bug
41245 and AOO#119885.

So, in essence, it seems that ppt version fails to set the Full width flag.

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


[Libreoffice-bugs] [Bug 86838] Portrait printing prints rotated 90 degrees in OS X with Letter page format (Brother and HP printers)

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

--- Comment #20 from Al Maloney aosd...@gmail.com ---
tommy27

If the problem lies with the printers, how does one explain the behaviour in my
comment 17?

Using both the Brother and the HP printers, the problem is resolved in the
release version but persists in the Dev version.

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


[Libreoffice-bugs] [Bug 93536] Crash when launching Tools AutoText (comment 6)

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

--- Comment #15 from Laurent BP jumbo4...@yahoo.fr ---
(In reply to Julien Nabet from comment #13)
 With F3 (different from the shortcut Ctrl-F3 indicated in menu!), I've got
 only a popup telling:
 Autotext for Shortcut '' not found.
Ctrl+F3 should launch AutoText dialog (Tools  AutoText or Edit  AutoText in
all versions up to 5.0.x).
If you type the name of an autotext already defined (for instance dt or fn or
lorem), then hit F3, you get the autotext. If you hit F3 without character
before cursor, then LibO looks for an autotext named '' which does not exist
and it tells you that it can not find it. So it is working as expected.

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


[Libreoffice-bugs] [Bug 93762] 5.0.0.5 does not detect that an update is available

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

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

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||f...@libreoffice.org,
   ||vstuart.fo...@utsa.edu
 Ever confirmed|0   |1

--- Comment #1 from V Stuart Foote vstuart.fo...@utsa.edu ---
The ref PHP update script has not been updated yet.

@Adolfo, did Cloph get you set up to be able to edit it? Or are we still one
deep and we need to add it to his list when he's back from vacation?

=-ref-=
http://cgit.freedesktop.org/libreoffice/website/tree/check.php?h=update

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


[Libreoffice-bugs] [Bug 93505] Crash when modifying trend line

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

--- Comment #8 from Laurent BP jumbo4...@yahoo.fr ---
With Version: 5.1.0.0.alpha1+
Build ID: b2363e98af7b0281279617e43b8fec5b898b9120
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2015-08-26_00:57:35
Locale: fr-FR (fr_FR.UTF-8)
crash still exists, but recovery of document is proposed.

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


[Libreoffice-bugs] [Bug 93178] Add master elements management panel in properties in Impress

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

--- Comment #4 from Bastián Díaz diaz.bast...@openmailbox.org ---
(In reply to Yousuf (Jay) Philips from comment #3)
 
 As part of bug 89466, 'Display Objects from Master' and 'Display Background
 from Master' checkboxes are coming to the sidebar. 

Yes. It's the same central idea, which I think is a duplicate bug report.

About the associate
 problem you mentioned, i believe master view is for positioning of the
 various master elements and normal view is for where they can be modified.

Yes. I agree and I think there is a problem. According to their logic normal
view is to modify the elements, but the date, Footer and page number can
not be formatted in the normal view.

- If I need to change for these three elements I use styles (modifies the three
elements with the same characteristics).
- If I need a font size, font color or and different font per elemento, I have
to modify the master view (the changes are made for all slides occupy the
master page).
- I can not enter text or custom fields from normal view. Eg footer can be used
to describe bibliographic sources legend image, diagram, chart, subtitle, etc.
(can be done from Insert|Header and Footer entering text per slide, but is
unintuitive).

Other office suits, show these objects (date, footer, and page number) as
another placeholder, which delivers more dynamism to the user to use these
elements.

cheers

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


[Libreoffice-bugs] [Bug 93761] LibreOffice upgrade will not install due to Error 1303 insufficient privileges in program folder

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

--- Comment #4 from Dirk Munk m...@home.nl ---
Since a first install seems to work, I tried to remove the whole LibreOffice 5
directory tree.

I can not delete the program subdirectory, not even in administrator mode:

C:\Program Files\LibreOffice 5rmdir program
Access is denied.

C:\Program Files\LibreOffice 5attrib -r -s program
Access denied - C:\Program Files\LibreOffice 5\program

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


[Libreoffice-bugs] [Bug 93761] LibreOffice upgrade will not install due to Error 1303 insufficient privileges in program folder

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

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

   What|Removed |Added

 Status|REOPENED|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #5 from m.a.riosv miguelange...@libreoffice.org ---
Sorry but I think how to admin system security to install a package is not a
not something that LIbreOffice can and must modify.

I can install with Win10x64, system ask me to allow the installation but that's
all.

May be some Win configuration option is creating the issue. User without or
with limited rights. I think the level established in User Account Control.
From 0 to 3 I have level 2.

Delete a program like breOffice by hand it's not the way.

To remove a program there is as option in the system configuration for
Aggregate and Remove programs, where to select the program and remove it, it
works fine for me with LIbreOffice.
The problem to remove folders, may be is the same limitation than for install
or if some LibreOffice program is running in background, the system doesn't
allow remove the program file and of course any directory in their path.

Perhaps trying to install with a new administrator user, if working in it,
could help you to find the differences in the user's rights.

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


[Libreoffice-bugs] [Bug 86838] Portrait printing prints rotated 90 degrees in OS X with Letter page format (Brother and HP printers)

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

--- Comment #21 from tommy27 ba...@quipo.it ---
Please download the latest daily build and tell if the issue is still there

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


[Libreoffice-bugs] [Bug 93761] LibreOffice upgrade will not install due to Error 1303 insufficient privileges in program folder

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

Dirk Munk m...@home.nl changed:

   What|Removed |Added

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

--- Comment #7 from Dirk Munk m...@home.nl ---
After a reboot the program subdirectory was gone. 

It seems the uninstall procedure tried to delete the program directory, but the
delete operation did not complete for what ever reason, and left de program
subdirectory in an unknown state.

Anyway I also deleted the LibreOffice 5 directory, and then did a new attempt
to install the new version, and this time I succeeded.

Anyway, the procedure you advised in your first reply is not possible for Wind
8, 8.1 en 10. There is no install as administrator option !!

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


[Libreoffice-bugs] [Bug 93765] ReportBuilder : Grapphs are not visualized. Error Message

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

christian.carro...@wanadoo.fr changed:

   What|Removed |Added

   Keywords||regression
   Priority|medium  |high

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


[Libreoffice-bugs] [Bug 93244] Widescreen aspect ratio (16:9) by default in Impress

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

--- Comment #2 from Bastián Díaz diaz.bast...@openmailbox.org ---
(In reply to Yousuf (Jay) Philips from comment #1)
 presently dont have any 16:9 templates, so that is another reason not to go
 to that ratio presently.

From my point of view, switching to 16: 9 motivate users to create templates
that format screen. (ideally all template should be in both formats 16:9 and
4:3).
I'm working on some contributions that I hope to share in a week.


 
 In the upcoming 5.1 release, users will have easy access to change the slide
 ratio in the sidebar (bug 89466).

Great!

Cheers.

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


[Libreoffice-bugs] [Bug 93763] Styles and Formatting

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

MM plokk...@fastmail.fm changed:

   What|Removed |Added

 OS|All |Windows (All)

--- Comment #1 from MM plokk...@fastmail.fm ---
Unconfirmed with v5.0.1.2 under mint 17.2 x64.

Windows only ?

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


[Libreoffice-bugs] [Bug 93766] Calc Crash Access Violation

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

--- Comment #3 from Robert Gonzalez MX riggra...@gmail.com ---
Created attachment 118263
  -- https://bugs.documentfoundation.org/attachment.cgi?id=118263action=edit
Windows XP Error reporting 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 93766] Calc Crash Access Violation

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

--- Comment #2 from Robert Gonzalez MX riggra...@gmail.com ---
Created attachment 118262
  -- https://bugs.documentfoundation.org/attachment.cgi?id=118262action=edit
Backtrace Windows XP SP3

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


[Libreoffice-bugs] [Bug 93766] Calc Crash Access Violation

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

Robert Gonzalez MX riggra...@gmail.com changed:

   What|Removed |Added

 CC||riggra...@gmail.com

--- Comment #1 from Robert Gonzalez MX riggra...@gmail.com ---
Created attachment 118261
  -- https://bugs.documentfoundation.org/attachment.cgi?id=118261action=edit
Screenshoots and some descriptions

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


[Libreoffice-bugs] [Bug 93536] Crash when launching Tools AutoText (comment 6)

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

--- Comment #18 from Maxim Monastirsky momonas...@gmail.com ---
(In reply to Laurent BP from comment #17)
 In comment 10, I indicated that commit
 https://gerrit.libreoffice.org/17281/
 is fixing this crash.
Not exactly. That commit only makes the code with the crash to not execute, so
that crash could still show itself in other places.

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


[Libreoffice-bugs] [Bug 70712] KDE: Support of opening and saving to a remote fs via KIO

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

--- Comment #6 from Maxim Monastirsky momonas...@gmail.com ---
(In reply to Yousuf (Jay) Philips from comment #5)
 I believe this bug maybe related or a duplicate of bug 67527
No. Bug 67527 is about using GIO on KDE system, this one is about KIO support.

 and bug 49776 shouldnt have been closed as a duplicate of this
Agree. Bug 49776 is either fixed as per Bug 49776 comment 6, or a variation of
(one of the issues discussed in) Bug 67527.

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


[Libreoffice-bugs] [Bug 93772] switching context does not un-bind framebuffers correctly ...

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

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

   What|Removed |Added

 CC||qui...@gmail.com

--- Comment #2 from Michael Meeks michael.me...@collabora.com ---
master: https://gerrit.libreoffice.org/18132
-5-0: https://gerrit.libreoffice.org/18135

Seems to make life rather better (for me at least) - I get working toolbar
pop-downs on windows.

Review appreciated etc.

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


[Libreoffice-bugs] [Bug 93568] Tweak config defaults just for Windows ...

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

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

   What|Removed |Added

 CC||tima...@gmail.com

--- Comment #1 from Michael Meeks michael.me...@collabora.com ---
Andras created a nice patch for this as/when here:
https://gerrit.libreoffice.org/#/c/18102/

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


[Libreoffice-bugs] [Bug 93536] Crash when launching Tools AutoText (comment 6)

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

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

   What|Removed |Added

 Whiteboard|| target:5.1.0

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


[Libreoffice-bugs] [Bug 93536] Crash when launching Tools AutoText (comment 6)

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

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

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

tdf#93536 - avoid crash when calling ToTop on disposed window.

It will be available in 5.1.0.

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

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


[Libreoffice-bugs] [Bug 93536] Crash when launching Tools AutoText (comment 6)

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

--- Comment #20 from Michael Meeks michael.me...@collabora.com ---
Patch for the 2nd crash above - which is a vclptr issue in this commit:
https://gerrit.libreoffice.org/18136 rubber stamp appreciated etc. =)

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


[Libreoffice-bugs] [Bug 93713] Unprotect Cells missing from Table Menu and Table Toolbar (comment 6)

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

--- Comment #20 from Yousuf (Jay) Philips philip...@hotmail.com ---
(In reply to Maxim Monastirsky from comment #6)
 @Charles: As a workaround you can add it yourself to any menu or toolbar.
 You can find it at the Add commands dialog under the Table category.
 (And the 'Version' field should list the earliest affected version, so I
 reverted your change there.)

@Charles: Even easier, both protect and unprotect buttons are in the table
toolbar, but hidden by default, so right-click on the toolbar and click
'Customize Toolbar' to enable them.

 @Jay: Any chance of adding this command to the Table menu in 5-0? I think we
 should consider this despite the UI freeze, because users won't find how to
 unprotect cells.

(In reply to V Stuart Foote from comment #19)
 @Jay, are you set up for a a 5.0 build?

@Maxim, @Stuart: Yes adding it to the table menu, similar to 5.1, would likely
be the simplest thing to do for 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 93761] LibreOffice upgrade will not install due to Error 1303 insufficient privileges in program folder

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

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

   What|Removed |Added

 Resolution|FIXED   |NOTABUG

--- Comment #8 from m.a.riosv miguelange...@libreoffice.org ---
As you like, but in any case it was not a LibreOffice 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 86838] Portrait printing prints rotated 90 degrees in OS X with Letter page format (Brother and HP printers)

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

--- Comment #22 from Al Maloney aosd...@gmail.com ---
on Mac OS X 10.9.5


The problem exists with
Version: 5.0.2.0.0+
Build ID: 47fb13510fe249bdc0c0b3bb8d9d5d8009a8974b
TinderBox: MacOSX-x86_64@49-TDF, Branch:libreoffice-5-0, Time:
2015-08-29_05:47:31
Locale: en-US (en.UTF-8)


It also exists with
Version: 5.0.1.0.0+
Build ID: c0b75759ace5d0aca033504bc1cb2179fcce47d1
TinderBox: MacOSX-x86_64@49-TDF, Branch:libreoffice-5-0, Time:
2015-08-07_08:05:34
Locale: en-US (en.UTF-8)

It does not exist with
Version: 5.0.1.2
Build ID: 81898c9f5c0d43f3473ba111d7b351050be20261
Locale: en-CA (en.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 93766] Calc Crash Access Violation

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

--- Comment #4 from Robert Gonzalez MX riggra...@gmail.com ---
Created attachment 118264
  -- https://bugs.documentfoundation.org/attachment.cgi?id=118264action=edit
Backtrace in Windows 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 93634] getDisplayDirectory returns an empty string for Windows filepicker

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

--- Comment #1 from Regina Henschel rb.hensc...@t-online.de ---
The error is in file core\fpicker\source\win32\filepicker\VistaFilePicker.cxx;
method VistaFilePicker::getDisplayDirectory(); line#249
-const OUString sDirectory = rRequest-getArgumentOrDefault(PROP_FILENAME,
OUString());
+const OUString sDirectory = rRequest-getArgumentOrDefault(PROP_DIRECTORY,
OUString());

patch is waiting in https://gerrit.libreoffice.org/#/c/18127/

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


[Libreoffice-bugs] [Bug 93767] New: Comment boxes do not print (PDF/paper)

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

Bug ID: 93767
   Summary: Comment boxes do not print (PDF/paper)
   Product: LibreOffice
   Version: 5.0.1.2 release
  Hardware: Other
OS: Mac OS X (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: or...@orionkidder.org

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

LO 5.X doesn't generate comment boxes in PDF when in margins is checked (see
attachment). LO 4.X does print them.

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


[Libreoffice-bugs] [Bug 93769] New tab sets of styles or design has the same icon as styles.

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

Yan Pashkovsky yanp...@gmail.com changed:

   What|Removed |Added

 CC||yanp...@gmail.com

--- Comment #1 from Yan Pashkovsky yanp...@gmail.com ---
Created attachment 118267
  -- https://bugs.documentfoundation.org/attachment.cgi?id=118267action=edit
scr

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


[Libreoffice-bugs] [Bug 93771] New: libwps: Doesnt import charts

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

Bug ID: 93771
   Summary: libwps: Doesnt import charts
   Product: Document Liberation Project
   Version: unspecified
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: General
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: philip...@hotmail.com

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

I created a spreadsheet in Quattro Pro X7 and exported in v6 format so
LibreOffice could open it, but unfortunately i didnt import the charts. I've
included in the attachment a sample spreadsheet and exporting it to pdf and xls
to assist in the conversion.

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


[Libreoffice-bugs] [Bug 93536] Crash when launching Tools AutoText (comment 6)

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

--- Comment #16 from Maxim Monastirsky momonas...@gmail.com ---
(In reply to Julien Nabet from comment #14)
 Michael: thought it might be related to vclPtr, do you confirm?
Like I explained in comment 7, we have here 2 problems. The first one isn't
related to VclPtr. But the second one could be indeed related.

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


[Libreoffice-bugs] [Bug 93763] Styles and Formatting

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

Maxim Monastirsky momonas...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||momonas...@gmail.com
 Resolution|--- |DUPLICATE

--- Comment #2 from Maxim Monastirsky momonas...@gmail.com ---
Look at attachment 118235 for a workaround.

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

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


[Libreoffice-bugs] [Bug 93753] Forms and Drawings do not show up in exported pdf

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

--- Comment #2 from Ricardo Vieira ricardo.vie...@tecnico.ulisboa.pt ---
Created attachment 118269
  -- https://bugs.documentfoundation.org/attachment.cgi?id=118269action=edit
broken ods file

This is the broken ods file i created a new one and copied the content to the
new one and it works now. The text boxes in the top do not appear in the PDF

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


[Libreoffice-bugs] [Bug 93753] Forms and Drawings do not show up in exported pdf

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

--- Comment #3 from Ricardo Vieira ricardo.vie...@tecnico.ulisboa.pt ---
Created attachment 118270
  -- https://bugs.documentfoundation.org/attachment.cgi?id=118270action=edit
generated pdf

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


[Libreoffice-bugs] [Bug 83546] SIDEBAR: content panels in tray don't open with accelerators when sidebar is enabled but fully hidden

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

Maxim Monastirsky momonas...@gmail.com changed:

   What|Removed |Added

 CC||dmdcare...@care2.com

--- Comment #16 from Maxim Monastirsky momonas...@gmail.com ---
*** Bug 93763 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 93766] Calc Crash Access Violation

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

--- Comment #5 from Robert Gonzalez MX riggra...@gmail.com ---
Created attachment 118271
  -- https://bugs.documentfoundation.org/attachment.cgi?id=118271action=edit
Screenshoot

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


[Libreoffice-bugs] [Bug 93772] New: switching context does not un-bind framebuffers correctly ...

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

Bug ID: 93772
   Summary: switching context does not un-bind framebuffers
correctly ...
   Product: LibreOffice
   Version: unspecified
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: graphics stack
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: michael.me...@collabora.com

This leaves the code with the impression that a framebuffer is bound to the
previous context - and stops us binding it again - which looks problematic:

151523 glDebugMessageInsert(source = GL_DEBUG_SOURCE_APPLICATION, type =
GL_DEBUG_TYPE_OTHER, id = 1, severity = GL_DEBUG_SEVERITY_LOW, length = 55, buf
= PaintHelper::DoPaint on class SvxColorValueSet '' start)
...

151563 glBindFramebuffer(target = GL_FRAMEBUFFER, framebuffer = 6)
151564 glDebugMessageInsert(source = GL_DEBUG_SOURCE_APPLICATION, type =
GL_DEBUG_TYPE_OTHER, id = 1, severity = GL_DEBUG_SEVERITY_LOW, length = 21, buf
= Binding framebuffer 6)
151567 glFramebufferTexture2D(target = GL_FRAMEBUFFER, attachment =
GL_COLOR_ATTACHMENT0, textarget = GL_TEXTURE_2D, texture = 0, level = 0)
151569 glDeleteTextures(n = 1, textures = 152)
151570 glDebugMessageInsert(source = GL_DEBUG_SOURCE_APPLICATION, type =
GL_DEBUG_TYPE_OTHER, id = 1, severity = GL_DEBUG_SEVERITY_LOW, length = 10, buf
= ::drawRect)

151574 wglMakeCurrent(hdc = 0x69011402, hglrc = 0x10003) = TRUE
151576 glGenTextures(n = 1, textures = 152)
151577 glBindTexture(target = GL_TEXTURE_2D, texture = 152)
151578 glTexParameteri(target = GL_TEXTURE_2D, pname = GL_TEXTURE_WRAP_S, param
= GL_CLAMP_TO_EDGE)
151579 glTexParameteri(target = GL_TEXTURE_2D, pname = GL_TEXTURE_WRAP_T, param
= GL_CLAMP_TO_EDGE)
151580 glTexParameteri(target = GL_TEXTURE_2D, pname = GL_TEXTURE_MIN_FILTER,
param = GL_NEAREST)
151581 glTexParameteri(target = GL_TEXTURE_2D, pname = GL_TEXTURE_MAG_FILTER,
param = GL_NEAREST)
151582 glTexImage2D(target = GL_TEXTURE_2D, level = 0, internalformat =
GL_RGBA, width = 222, height = 16, border = 0, format = GL_RGBA, type =
GL_UNSIGNED_BYTE, pixels = NULL)
151583 glBindTexture(target = GL_TEXTURE_2D, texture = 0)
151585 glDebugMessageInsert(source = GL_DEBUG_SOURCE_APPLICATION, type =
GL_DEBUG_TYPE_OTHER, id = 1, severity = GL_DEBUG_SEVERITY_LOW, length = 38, buf
= Attaching texture 152 to framebuffer 6)
151586 glFramebufferTexture2D(target = GL_FRAMEBUFFER, attachment =
GL_COLOR_ATTACHMENT0, textarget = GL_TEXTURE_2D, texture = 152, level = 0)
151587 glGetError() = GL_INVALID_OPERATION

Unless I'm mistaken doing a wglMakeCurrent switches context, and we should
re-bind the framebuffer to the next context before trying to bind a texture
there.

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


[Libreoffice-bugs] [Bug 93772] switching context does not un-bind framebuffers correctly ...

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

--- Comment #1 from Michael Meeks michael.me...@collabora.com ---
working ... have a patch - just polishing the test.

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


[Libreoffice-bugs] [Bug 93529] OpenGL tracker bug ...

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

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

   What|Removed |Added

 Depends on||93772

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


[Libreoffice-bugs] [Bug 93772] switching context does not un-bind framebuffers correctly ...

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

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

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||markus.mohrhard@googlemail.
   ||com
 Blocks||93529
 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 93536] Crash when launching Tools AutoText (comment 6)

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

--- Comment #17 from Laurent BP jumbo4...@yahoo.fr ---
In comment 10, I indicated that commit
https://gerrit.libreoffice.org/17281/
is fixing this crash. This commit is still under review. We just need to wait
that Ashod finishes his patch, and test again when it will be merged.

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


[Libreoffice-bugs] [Bug 93766] New: Calc Crash Access Violation

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

Bug ID: 93766
   Summary: Calc Crash Access Violation
   Product: LibreOffice
   Version: 5.0.1.2 release
  Hardware: Other
OS: Windows (All)
Status: UNCONFIRMED
  Severity: major
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: riggra...@gmail.com

Created attachment 118260
  -- https://bugs.documentfoundation.org/attachment.cgi?id=118260action=edit
Test Calc file

When editing a spreadsheet Calc crashes.
Version: 5.0.1.2 Release
Build ID: 81898c9f5c0d43f3473ba111d7b351050be20261
Locale: es-MX (es_MX)
Windows XP SP3 and Windows 10

Changing between sheets in a file, after saving some changes, unexpectedly
hangs or crashes.
I've made tests in Windows XP SP3 and in Windows 10.
I am attaching a file with screenshoots and some descriptions. Also some
Windows XP error reporting files.
Backtraces in WinXp and Windows 10 and a test file

Steps to reproduce:
Open file Test 20150829 SimJub.ods
password 20150829
Try to input formulas referenced to another sheet with keyboard, using =
ctrl-pgup or ctrl-pgdn  as needed or intended, moving with the arrow keys to
select a cell and finishing with enter key.
save the file
repeat the process
Because of the multiple crashes I have experienced, every change I do to the
spreadsheet, y have to save it with ctrl-s. So the workflow is to input a
formula, save the file, change between sheets to review the changes. So the
ctrl-pgup and pgdn is intensive.
Notice that when changing between sheets the refreshing of the cells in Windows
10 is slow, even not displayed if the ctrl-pgup or pgdn are kept pressed.

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


[Libreoffice-bugs] [Bug 93770] New: Libreoffice can't install update for spellchecker 3.0, it crashes

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

Bug ID: 93770
   Summary: Libreoffice can't install update for spellchecker 3.0,
it crashes
   Product: LibreOffice
   Version: unspecified
  Hardware: Other
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Extensions
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: yanp...@gmail.com

User-Agent:   Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36
(KHTML, like Gecko) Chrome/44.0.2403.157 Safari/537.36
Build Identifier: LibreOffice 5.0.1.2

Don't know about other extensions, but Libreoffice crashes after trying to
update spellchecker form 2.9.1 to 3.0 It downloads extension and then after 10
seconds freezes

Reproducible: Always

Steps to Reproduce:
1. Install spellchecker 2.9.1
2. Try to update it to 3.0
AFAIR on linux updating to 3.0 was successful (but I updated from 4.4)



[Information automatically included from LibreOffice]
Locale: ru
Module: TextDocument
[Information guessed from browser]
OS: Windows (All)
OS is 64bit: no


Reset User Profile?No

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


[Libreoffice-bugs] [Bug 93769] New tab sets of styles or design has the same icon as styles.

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

Maxim Monastirsky momonas...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||momonas...@gmail.com
 Resolution|--- |DUPLICATE

--- Comment #2 from Maxim Monastirsky momonas...@gmail.com ---
(In reply to Yan Pashkovsky from comment #0)
 I don't know how, but new tab appeared in writer.
You probably enabled experimental features.

 It was not enlisted of 5.0 changes
Because it's still WIP.

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

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


[Libreoffice-bugs] [Bug 91511] Sidebar: two different decks share the same icon

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

Maxim Monastirsky momonas...@gmail.com changed:

   What|Removed |Added

 CC||yanp...@gmail.com

--- Comment #4 from Maxim Monastirsky momonas...@gmail.com ---
*** Bug 93769 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


  1   2   >