[Libreoffice-commits] core.git: external/jpeg-turbo

2017-06-10 Thread jan Iversen
 external/jpeg-turbo/UnpackedTarball_jpeg-turbo.mk |1 +
 external/jpeg-turbo/jpeg-turbo.iOS.patch.1|   20 
 2 files changed, 21 insertions(+)

New commits:
commit c45f2f0940770ef09664f1a10cc874ce979bce08
Author: jan Iversen 
Date:   Sat Jun 10 21:08:16 2017 +0200

iOS, patch to jpeg-turbo

Patch allowing cputype arm64

Change-Id: Idca7d40a4186cd724599af8b4b9891f9f876aa31

diff --git a/external/jpeg-turbo/UnpackedTarball_jpeg-turbo.mk 
b/external/jpeg-turbo/UnpackedTarball_jpeg-turbo.mk
index 222ce407f1a3..3a87a578e916 100644
--- a/external/jpeg-turbo/UnpackedTarball_jpeg-turbo.mk
+++ b/external/jpeg-turbo/UnpackedTarball_jpeg-turbo.mk
@@ -19,6 +19,7 @@ $(eval $(call gb_UnpackedTarball_add_patches,jpeg-turbo,\
external/jpeg-turbo/jpeg-turbo.arm_build.patch.1 \
external/jpeg-turbo/ubsan.patch \
external/jpeg-turbo/jpeg-turbo.limits.patch.1 \
+   external/jpeg-turbo/jpeg-turbo.iOS.patch.1 \
 ))
 
 # vim: set noet sw=4 ts=4:
diff --git a/external/jpeg-turbo/jpeg-turbo.iOS.patch.1 
b/external/jpeg-turbo/jpeg-turbo.iOS.patch.1
new file mode 100644
index ..d81ab59c19ad
--- /dev/null
+++ b/external/jpeg-turbo/jpeg-turbo.iOS.patch.1
@@ -0,0 +1,20 @@
+--- jpeg.org/config.sub2017-06-10 20:48:27.0 +0200
 jpeg/config.sub2017-06-10 20:53:22.0 +0200
+@@ -253,7 +253,7 @@
+   | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | 
alpha64pca5[67] \
+   | am33_2.0 \
+   | arc | arceb \
+-  | arm | arm[bl]e | arme[lb] | armv[2-8] | armv[3-8][lb] | armv7[arm] \
++  | arm | arm[bl]e | arme[lb] | armv[2-8] | armv[3-8][lb] | armv7[arm] | 
arm64 \
+   | avr | avr32 \
+   | be32 | be64 \
+   | bfin \
+@@ -374,7 +374,7 @@
+   | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \
+   | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \
+   | alphapca5[67]-* | alpha64pca5[67]-* | arc-* | arceb-* \
+-  | arm-*  | armbe-* | armle-* | armeb-* | armv*-* \
++  | arm-*  | armbe-* | armle-* | armeb-* | armv*-* | arm64-* \
+   | avr-* | avr32-* \
+   | be32-* | be64-* \
+   | bfin-* | bs2000-* \
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 108424] Sort of anonymous ranges is saved only once per spreadsheet, even if spreadsheet contains several sorted anonymous tables

2017-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108424

andréb  changed:

   What|Removed |Added

Summary|Sort is saved only once per |Sort of anonymous ranges is
   |spreadsheet, even if|saved only once per
   |spreadsheet contains|spreadsheet, even if
   |several sorted tables   |spreadsheet contains
   ||several sorted anonymous
   ||tables
   Severity|normal  |minor

--- Comment #4 from andréb  ---
(In reply to Regina Henschel from comment #2)
> The sorting information isstored as property of a data range. You can only
> have one anonymous data range per sheet. So if you want to use more sorting
> ranges on a single sheet, you have to name the respective ranges via menu
> Data > Define Range.

Thanks for the info, Regina.  Very much appreciated.
I have now named my data ranges, & everything works like a charm.
It is definitely better to name ranges to avoid any ambiguity.

However, it would be useful to save sort info for anonymous ranges.  They could
be identified internally by the label of the the top left cell.
I'm changing the title to reflect this.
Also lowering the priority from 'normal' to 'minor' as the problem is now less
important

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


[Libreoffice-bugs] [Bug 108424] Sort is saved only once per spreadsheet, even if spreadsheet contains several sorted tables

2017-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108424

andréb  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 CC||and...@laposte.net
 Ever confirmed|1   |0

--- Comment #3 from andréb  ---
(In reply to Xisco Faulí from comment #1)
> Thank you for reporting the bug.
> it seems you're using a really old version of LibreOffice ,released more
> than 2 and a half years ago.
> Could you please try to reproduce it with the latest version of LibreOffice
> from https://www.libreoffice.org/download/libreoffice-fresh/ ?
> I have set the bug's status to 'NEEDINFO'. Please change it back to
> 'UNCONFIRMED' if the bug is still present in the latest version.

Not wanting to overwrite my installed Linux distro version, I don't recall how
to install Libreoffice at another location.
However, comment #2 indicates that it is a known problem, and gives a
workaround.

For anyone with the most recent version of Libreoffice installed, the problem
is easily verified
1) Create 2 small tables of at least 2 lines each, without a range name, at
non-overlapping locations.
2) Sort each in turn.
3) Insert a blank line in the middle of the table of each table.
4) Place the cursor inside the table NOT most recently sorted.
4) Invoke Data:refresh range
5) Note that only the table most recently sorted is sorted.  The table with the
active cursor is unchanged.

Due to these factors, I'm changing the status back to 'UNCONFIRMED'

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


[Libreoffice-bugs] [Bug 104665] customize keyboard - many key combinations missing

2017-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104665

--- Comment #4 from j...@curioussymbols.com ---
I don't think there is any issue at the OS level here -- I'm talking about
ensuring that Alt-key sequences are unique and available for all
top-of-the-screen menu options. 

Basically I expect every menu option, at all times, to be accessible with
simple key Alt+xxx keystrokes, unless that are already assigned with easy
Ctrl-... shortcuts.

In addition, I expect those keystrokes to be relatively stable over time, to
help 'muscle memory'.

But most important is that keystroke options exist. For example, in Impress
(LibreOffice 5.2.5.1) there is no keystroke for Format Character. In Calc,
there is no keystroke for Paste Special->Only Values.

Seems that some kind of 'accessibility review' might be needed to check this
issue thoroughly, since I am sure it is affect by translations (different
keystrokes in different languages) and also all the different modes that
LibreOffice can be in (Calc, Impress, etc), not sure how complex that would
be.r perhaps a debugging tool could be added to check through all menus for
available keyboard bindings at all times, for automated checking, and report
any non-shortcut-accessible menu items to a log file...?

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


[Libreoffice-bugs] [Bug 106071] Customized ctrl-alt-shift-right shortcut doesn't work

2017-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106071

--- Comment #3 from j...@curioussymbols.com ---
Hi Stuart

My steps were slightly different. I selected 'Increase Indent' and not
'Increment Indent Value'. The option 'Increase Indent' is what I wanted, and it
is what the toolbar button shows when I mouseover. I don't know what 'Increment
Indent Value' means, and did not notice it when setting this up.

I note that when I mouseover the buttons in the toolbar, then show that the
keybinding has been made -- "Increase indent (Ctrl+Alt+Shift+Right)" appears.

The other difference was that I selected this to happen only with Writer. This
was what I wanted, since I would like to keep the ctrl-alt-shift-right bindings
for other purposes in Calc etc.

I haven't tested with "Increment Indent Value"... I feel that if I must select
that one and not the other more obvious choice of "Increase Indent" then it's
still a bug :-)

Regarding the other thing -- Alt O N style keystrokes are a bit of a disaster
at the moment. Many duplicate bindings, eg Alt F V = Sa*V*e All as well as Save
To Remove Ser*V*er (used to be Print Pre*V*iew) and meanwhile there is no
binding at all for Format->Character. It should be trivial to write some checks
to catch key-binding collisions like this. Perhaps this is somehow specifically
an Ubuntu Unity (16.04) problem, not sure why that would happen, but maybe
that's it.

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


[Libreoffice-bugs] [Bug 82504] EDITING: Background color button should fill cell background and not paragraph color when in a cell

2017-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=82504

Yousuf Philips (jay)  changed:

   What|Removed |Added

 CC||gulsah.1...@gmail.com,
   ||momonas...@gmail.com
 Blocks||103100
Summary|EDITING: Background color   |EDITING: Background color
   |button should fill cell |button should fill cell
   |background and not  |background and not
   |paragraph color when in a   |paragraph color when in a
   |cell (proposed solution in  |cell
   |comment #10)|

--- Comment #25 from Yousuf Philips (jay)  ---
@Maxim, @Gulsah: Either of you want to take this on?


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103100
[Bug 103100] [META] Writer table bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 103100] [META] Writer table bugs and enhancements

2017-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103100

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||82504


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=82504
[Bug 82504] EDITING: Background color button should fill cell background and
not paragraph color when in a cell
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 106018] UI: Frame is named Object in image frame context menu

2017-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106018

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |philip...@hotmail.com
   |desktop.org |

--- Comment #7 from Yousuf Philips (jay)  ---
The simplest and best solution is to simply rename it to 'Properties' for both
frames and objects, as we use that for other objects like tables and images.

https://gerrit.libreoffice.org/38656

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


[Libreoffice-ux-advise] [Bug 106018] UI: Frame is named Object in image frame context menu

2017-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106018

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |philip...@hotmail.com
   |desktop.org |

--- Comment #7 from Yousuf Philips (jay)  ---
The simplest and best solution is to simply rename it to 'Properties' for both
frames and objects, as we use that for other objects like tables and images.

https://gerrit.libreoffice.org/38656

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


[Libreoffice-bugs] [Bug 95489] Character styles applied through the Styles menu does not function in some locales

2017-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95489

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |philip...@hotmail.com
   |desktop.org |

--- Comment #12 from Yousuf Philips (jay)  ---
Patch is in, but wont be able to be backported as it would trigger
retranslation.
https://gerrit.libreoffice.org/#/c/38655/

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


[Libreoffice-commits] core.git: 4 commits - bin/gbuild-to-ideNS onlineupdate/qa onlineupdate/README onlineupdate/source

2017-06-10 Thread Markus Mohrhard
 bin/gbuild-to-ideNS|2 -
 onlineupdate/README|   11 
 onlineupdate/qa/updater/Makefile   |   14 ++
 onlineupdate/qa/updater/README |1 
 onlineupdate/qa/updater/updater.zip|binary
 onlineupdate/source/update/updater/updater.cxx |   32 ++---
 6 files changed, 46 insertions(+), 14 deletions(-)

New commits:
commit 62a8ad385fe5644583a465debcc42db917afed56
Author: Markus Mohrhard 
Date:   Sun Jun 11 03:47:24 2017 +0200

add a way to manually test the automatic updater with a simple test project

This reduced my development iterations from around 15 minutes to a few 
seconds.

Change-Id: I758a3e534862e8feca2544ee9e80f0330d06b992

diff --git a/onlineupdate/qa/updater/Makefile b/onlineupdate/qa/updater/Makefile
new file mode 100644
index ..5b240c356d01
--- /dev/null
+++ b/onlineupdate/qa/updater/Makefile
@@ -0,0 +1,14 @@
+gb_Side := host
+include ../../../config_host.mk
+
+unpack:
+   @echo "Unpacking the updater test project"
+   @rm -r $(WORKDIR)/updater || true
+   @unzip updater.zip -d $(WORKDIR) > /dev/null
+
+call: unpack
+   @echo "Update the test project"
+   @$(INSTDIR)/program/updater $(WORKDIR)/updater/user/patch 
$(WORKDIR)/updater $(WORKDIR)/updater/user/update /replace
+
+call-gdb: unpack
+   gdb --args $(INSTDIR)/program/updater $(WORKDIR)/updater/user/patch 
$(WORKDIR)/updater $(WORKDIR)/updater/user/update /replace
diff --git a/onlineupdate/qa/updater/README b/onlineupdate/qa/updater/README
new file mode 100644
index ..dab8d8a753db
--- /dev/null
+++ b/onlineupdate/qa/updater/README
@@ -0,0 +1 @@
+After calling 'make call' the content in workdir/updater/program/datei.txt 
should say "new".
diff --git a/onlineupdate/qa/updater/updater.zip 
b/onlineupdate/qa/updater/updater.zip
new file mode 100644
index ..79b8f8ec78ec
Binary files /dev/null and b/onlineupdate/qa/updater/updater.zip differ
commit bad96903a39ab37a1feee483e98ac16560b94d2b
Author: Markus Mohrhard 
Date:   Sun Jun 11 03:46:04 2017 +0200

fix automatic updates with user profile in installation dir

Change-Id: Ice8b73b1e80ce48e14be854b29b55c037b34f981

diff --git a/onlineupdate/source/update/updater/updater.cxx 
b/onlineupdate/source/update/updater/updater.cxx
index f1800448087f..629e19e33c0c 100644
--- a/onlineupdate/source/update/updater/updater.cxx
+++ b/onlineupdate/source/update/updater/updater.cxx
@@ -2360,16 +2360,6 @@ ProcessReplaceRequest()
 NS_tsnprintf(tmpDir, sizeof(tmpDir)/sizeof(tmpDir[0]),
  NS_T("%s.bak"), destDir);
 
-NS_tchar newDir[MAXPATHLEN];
-NS_tsnprintf(newDir, sizeof(newDir)/sizeof(newDir[0]),
-#ifdef MACOSX
- NS_T("%s/Contents"),
- gWorkingDirPath);
-#else
- NS_T("%s"),
- gWorkingDirPath);
-#endif
-
 // First try to remove the possibly existing temp directory, because if 
this
 // directory exists, we will fail to rename destDir.
 // No need to error check here because if this fails, we will fail in the
@@ -2378,6 +2368,7 @@ ProcessReplaceRequest()
 
 LOG(("Begin moving destDir (" LOG_S ") to tmpDir (" LOG_S ")",
  destDir, tmpDir));
+LogFlush();
 int rv = rename_file(destDir, tmpDir, true);
 #ifdef _WIN32
 // On Windows, if Firefox is launched using the shortcut, it will hold a 
handle
@@ -2405,6 +2396,21 @@ ProcessReplaceRequest()
 return rv;
 }
 
+NS_tchar newDir[MAXPATHLEN];
+if (is_userprofile_in_instdir())
+{
+LOG(("user profile in instdir"));
+NS_tstrcpy(newDir, tmpDir);
+NS_tstrcat(newDir, gWorkingDirPath + NS_tstrlen(gInstallDirPath));
+LOG((LOG_S, newDir));
+}
+else
+{
+NS_tsnprintf(newDir, sizeof(newDir)/sizeof(newDir[0]),
+NS_T("%s"),
+gWorkingDirPath);
+}
+
 LOG(("Begin moving newDir (" LOG_S ") to destDir (" LOG_S ")",
  newDir, destDir));
 rv = rename_file(newDir, destDir, true);
@@ -2440,21 +2446,21 @@ ProcessReplaceRequest()
 NS_tchar userprofile[MAXPATHLEN];
 
 NS_tstrcpy(userprofile, gPatchDirPath);
-NS_tchar *slash = (NS_tchar *) NS_tstrrchr(userprofile, NS_T('/'));
+NS_tchar* slash = (NS_tchar *) NS_tstrrchr(userprofile, NS_T('/'));
 if (slash)
 *slash = NS_T('\0');
 NS_tstrcpy(backup_user_profile, tmpDir);
 size_t installdir_len = NS_tstrlen(destDir);
 
 NS_tstrcat(backup_user_profile, userprofile + installdir_len);
-if (slash)
-*slash = NS_T('/');
 LOG(("copy user profile back from " LOG_S " to " LOG_S, 
backup_user_profile, userprofile));
 int rv2 = rename_file(backup_user_profile, userprofile);
 if (rv2)
 {
 

[Libreoffice-bugs] [Bug 95489] Character styles applied through the Styles menu does not function in some locales

2017-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95489

--- Comment #11 from Yousuf Philips (jay)  ---
(In reply to Maxim Monastirsky from comment #10)
> The Add commands dialog uses the right names. You can insert a toolbar
> button, and then look at the xml.

Roger.

> Currently bug 108301 seems like a mix of different issues with commands,
> labels etc. I don't mind if we reopen bugs, but each bug needs to be
> concentrated on a single issue.

Well Thomas created bug 108449 think that was the issue and you closed it, so
please create a new bug with the specific issue that needs to be addressed, as
you know best. :D

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


[Libreoffice-bugs] [Bug 35588] Shortcuts to user-defined styles no longer work after renaming style

2017-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=35588

Yousuf Philips (jay)  changed:

   What|Removed |Added

 CC||c...@nouenoff.nl,
   ||momonas...@gmail.com,
   ||philip...@hotmail.com,
   ||tietze.he...@gmail.com,
   ||vstuart.fo...@utsa.edu
Summary|User-facing Style 'names'   |Shortcuts to user-defined
   |used to identify Styles |styles no longer work after
   |internally  |renaming style

--- Comment #12 from Yousuf Philips (jay)  ---
To me this isnt a bug, as you cant modify a built-in style's name which has an
internal name, so this would be limited to user-defined styles which dont have
an internal name that the shortcut can be associated with.

About the other issue of renaming a numbering style which is associated with a
paragraph style, that seems like a bug that should be reported in another bug
and fixed.

Maxim, Stuart, Cor, Heiko: What's your take?

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


CppCheck Report Update

2017-06-10 Thread cppcheck.libreoff...@gmail.com

A new cppcheck report is available at : 
http://dev-builds.libreoffice.org/cppcheck_reports/master/


Note:
The script generating this report was run at :
2017-11-06_03:31:24 with user buildslave at host vm140 as 
/home/buildslave/source/dev-tools/cppcheck/cppcheck-report.sh -s 
/home/buildslave/source/libo-core -c /home/buildslave/source/cppcheck -w 
/home/buildslave/tmp/www

It can be found and improved here:

https://gerrit.libreoffice.org/gitweb?p=dev-tools.git;a=blob;f=cppcheck/cppcheck-report.sh


___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 108456] [META] Style modify dialog bugs and enhancements

2017-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108456

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||108455


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108455
[Bug 108455] Disable style name field if style name cant be modified
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 102946] [META] Styles bugs and enhancements

2017-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102946

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on|108455  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108455
[Bug 108455] Disable style name field if style name cant be modified
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 108455] Disable style name field if style name cant be modified

2017-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108455

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks|102946  |108456


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=102946
[Bug 102946] [META] Styles bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=108456
[Bug 108456] [META] Style modify dialog bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 108456] [META] Style modify dialog bugs and enhancements

2017-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108456

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||c...@nouenoff.nl,
   ||vstuart.fo...@utsa.edu
 Ever confirmed|0   |1

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


[Libreoffice-bugs] [Bug 102019] [META] Dialog bugs and enhancements

2017-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102019

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||108456


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108456
[Bug 108456] [META] Style modify dialog bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 108456] New: [META] Style modify dialog bugs and enhancements

2017-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108456

Bug ID: 108456
   Summary: [META] Style modify dialog bugs and enhancements
   Product: LibreOffice
   Version: Inherited From OOo
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: philip...@hotmail.com
Blocks: 102019, 102946


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=102019
[Bug 102019] [META] Dialog bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=102946
[Bug 102946] [META] Styles bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 102946] [META] Styles bugs and enhancements

2017-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102946

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||108456


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108456
[Bug 108456] [META] Style modify dialog bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 108455] New: Disable style name field if style name cant be modified

2017-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108455

Bug ID: 108455
   Summary: Disable style name field if style name cant be
modified
   Product: LibreOffice
   Version: Inherited From OOo
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: philip...@hotmail.com
CC: c...@nouenoff.nl, tietze.he...@gmail.com,
vstuart.fo...@utsa.edu
Blocks: 102946

Steps:
1) Open Writer
2) Styles > Edit Style
3) Click on 'Organizer' tab if not already on it
4) Style name field is enabled, but you cant modify its name

Version: 5.5.0.0.alpha0+
Build ID: ddf8539d97ce044b7df8d51d6ec72ec864b40fb8
CPU threads: 2; OS: Linux 4.4; UI render: default; VCL: gtk2; 
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2017-06-04_22:10:59
Locale: en-US (en_US.UTF-8); Calc: group

Unlike MSO, built-in style in LO cant be modified, so if so, the style name
field should be disabled.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=102946
[Bug 102946] [META] Styles bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 102946] [META] Styles bugs and enhancements

2017-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102946

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||108455


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108455
[Bug 108455] Disable style name field if style name cant be modified
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 85940] Accessing paragraph and character styles from context menu

2017-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=85940

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |philip...@hotmail.com
   |desktop.org |

--- Comment #19 from Yousuf Philips (jay)  ---
Character styles are in.
https://gerrit.libreoffice.org/#/c/38652/

(In reply to Thomas Lendo from comment #18)
> Other main context menu entries
> ---
> Edit Paragraph Style
> Paragraph Styles >
> ---
> Character Styles >

Unfortunately that would clutter the main context menu, especially for users
who dont use styles at all, so not an option.

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


[Libreoffice-bugs] [Bug 103437] [META] Custom animation deck/tab of the sidebar

2017-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103437

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||108450


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108450
[Bug 108450] Shrinking of grow/shrink custom animation effect does not work
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 108450] Shrinking of grow/ shrink custom animation effect does not work

2017-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108450

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||103437

--- Comment #4 from Yousuf Philips (jay)  ---
I only see Emphasis > Basic > Grow and Shrink in 5.5 master, so not sure how
this is inherited from OOo.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103437
[Bug 103437] [META] Custom animation deck/tab of the sidebar
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 108451] UX: Comment textbox can't be resized or moved in edit mode

2017-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108451

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||philip...@hotmail.com
 Resolution|--- |DUPLICATE

--- Comment #1 from Yousuf Philips (jay)  ---


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

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


[Libreoffice-bugs] [Bug 68695] EDITING: Comments cannot be resized while editing - missing squares around the comment /note

2017-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=68695

Yousuf Philips (jay)  changed:

   What|Removed |Added

 CC||tele...@surfxs.nl

--- Comment #33 from Yousuf Philips (jay)  ---
*** Bug 108451 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
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 108374] Bad alloc crash when pasting RTF (in an uncommon circumstance )

2017-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108374

Telesto  changed:

   What|Removed |Added

 Status|RESOLVED|UNCONFIRMED
 Resolution|WONTFIX |---

--- Comment #4 from Telesto  ---
(In reply to Buovjaga from comment #3)
> Ok, I confirm, but it is 3.3 that crashes, so we should ignore it. Let's
> close.

Setting back to unconfirmed. LibO 5.5 is crashing when copying B2 with LibO3.3
and paste it into Lib5.5. LibO3.3 doesn't crash while copying as far I know
(don't know about pasting). Small modified steps to reproduce

1. Open attachment 133838 (bug 108332) with LibO3.0.0
2. Copy B2
3. Close LibO3.0.0
4. Open Calc in LiBO5.5.0.0
5. Special Paste -> RTF
6. CRASH

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


[Libreoffice-bugs] [Bug 108299] CALC crashes reproducibly on COPYing 3+ whole rows to clipboard with OPENGL enabled

2017-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108299

Telesto  changed:

   What|Removed |Added

 Status|NEEDINFO|NEW
 CC||tele...@surfxs.nl
Summary|CALC crashes reproducibly   |CALC crashes reproducibly
   |on COPYing 3+ whole rows to |on COPYing 3+ whole rows to
   |clipboard   |clipboard with OPENGL
   ||enabled

--- Comment #4 from Telesto  ---
Confirming that LibO keeps running after closing and or crashes with
Version: 5.5.0.0.alpha0+
Build ID: 076ed447f694239d5c67adee528ea6e471d909ff
CPU threads: 4; OS: Windows 6.19; UI render: GL; 
TinderBox: Win-x86@42, Branch:master, Time: 2017-06-09_23:54:20
Locale: nl-NL (nl_NL); Calc: CL

and with
Versie: 5.4.0.0.beta1 
Build ID: 8672113ead4e403c55e31b1d9a3d1e0f3b299577
CPU-threads: 4; Besturingssysteem:Windows 6.2; UI-render: GL; 
Locale: nl-NL (nl_NL); Calc: CL

Crash report differs a bit:
http://crashreport.libreoffice.org/stats/crash_details/adf24e23-a687-4f93-a5d9-fa8af5fe220c

Steps to Reproduce:
1. Enable OpenGL
2. Open new calc sheet (CTRL+N)
3. Click and drag on row headers to mark at least three complete rows 
4. Press CTRL+C 
5. Close LibO (Click Red Cross right top)
6. LibO Keeps running in the background

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


[Libreoffice-bugs] [Bug 108450] Shrinking of grow/ shrink custom animation effect does not work

2017-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108450

Regina Henschel  changed:

   What|Removed |Added

 CC||rb.hensc...@t-online.de
Version|5.3.3.2 release |Inherited From OOo

--- Comment #3 from Regina Henschel  ---
I do not know any version, where shrinking has worked.

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


[Libreoffice-bugs] [Bug 108454] Menu of LO Writer on transparent background?

2017-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108454

--- Comment #1 from Adalbert Hanßen  ---
Created attachment 133951
  --> https://bugs.documentfoundation.org/attachment.cgi?id=133951=edit
right upper part of LO's window after moving it off screen and back

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


[Libreoffice-bugs] [Bug 108454] New: Menu of LO Writer on transparent background?

2017-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108454

Bug ID: 108454
   Summary: Menu of LO Writer on transparent background?
   Product: LibreOffice
   Version: 5.3.3.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: adalbert.hans...@gmx.de

Created attachment 133950
  --> https://bugs.documentfoundation.org/attachment.cgi?id=133950=edit
parts of the waste paper bucket gets visible in the menu

The menu line in the uppermost portion of LO Writer's window looks like the
menu items being written on transparent background.

That's not good at all: What ever ist topmost beneath LO Writer's window shines
through. Sometime it makes the menu items not easily vislible. 

In my attached screenshot you see Xubuntu's waste paper basket shining through
and alos the blue background of my desktop. However, if the backround of my
desktop would have the same colour as the menu items, they would become
invisible.

If LO Writer is opened ontop of another application, it may also happen that
LO's menu and the other menu are superimposed. If one moves LO later, it even
gets worse.

If one moves LO's menu to the other screen and back, not everything gets
repainted which has been moved. See in my second picture.

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


[Libreoffice-bugs] [Bug 108453] Writer-UI: Text-selection highlight differs when selection extends past end of line

2017-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108453

--- Comment #1 from Adalbert Hanßen  ---
Created attachment 133949
  --> https://bugs.documentfoundation.org/attachment.cgi?id=133949=edit
selection extending past the line end: highlight less visible.

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


[Libreoffice-bugs] [Bug 108453] New: Writer-UI: Text-selection highlight differs when selection extends past end of line

2017-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108453

Bug ID: 108453
   Summary: Writer-UI: Text-selection highlight differs when
selection extends past end of line
   Product: LibreOffice
   Version: 5.3.3.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: adalbert.hans...@gmx.de

Created attachment 133948
  --> https://bugs.documentfoundation.org/attachment.cgi?id=133948=edit
Selection excluding line end: highlight ok

In the user interface of Writer selected text is usually highlighted by light
blue background for the selection.

If the selection extends past the end of a line, the light blue background
vanishes and the selection is indicated by a light blue outline around the
selection.

This is less visible, especially if one wants to check a large selection by
scrolling to one of its ends.

This error happens on a lenovo T400 under

lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 16.04.2 LTS
Release:16.04
Codename:   xenial

uname -rm
4.8.0-53-generic x86_64

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


[Libreoffice-bugs] [Bug 103866] Formula font change

2017-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103866

--- Comment #6 from Ben  ---
Any idea when the vertical alignment issue of formulas will be resolved? I have
a very large document with hundreds of formulas with this issue and am getting
close to a publication deadline.

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


[Libreoffice-bugs] [Bug 45269] Presentation does not Look the same on Linux and Windows

2017-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=45269

--- Comment #14 from Jean-Baptiste Faure  ---
Nothing changed under Linux with LO 5.4.0.0.beta2+ : same behavior, same
workaround.

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


[Libreoffice-bugs] [Bug 45048] Field name inconsistent with selection in Insert -> Fields

2017-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=45048

--- Comment #9 from Jean-Baptiste Faure  ---
Still reproducible with LO 5.4.0.0.beta2+ built at home under Ubuntu 16.04
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
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-commits] core.git: swext/mediawiki

2017-06-10 Thread Julien Nabet
 swext/mediawiki/src/com/sun/star/wiki/EditPageParser.java |   15 --
 1 file changed, 9 insertions(+), 6 deletions(-)

New commits:
commit e34b02834b24be4062ffd535aa1b929481ff427e
Author: Julien Nabet 
Date:   Sat Jun 10 10:45:23 2017 +0200

tdf#97743: mediawiki account

To find main url in header section, search link containing:
- load.php
- or opensearch_desc.php

In Wikipedia or wiki.documentfoundation.org, I haven't seen any link with 
index.php

Change-Id: Iccb27aa8aaaf936faf8ec3b3f67eaa98d0426f19
Reviewed-on: https://gerrit.libreoffice.org/38631
Tested-by: Jenkins 
Reviewed-by: Julien Nabet 

diff --git a/swext/mediawiki/src/com/sun/star/wiki/EditPageParser.java 
b/swext/mediawiki/src/com/sun/star/wiki/EditPageParser.java
index 4ef08950c11b..114709fae36e 100644
--- a/swext/mediawiki/src/com/sun/star/wiki/EditPageParser.java
+++ b/swext/mediawiki/src/com/sun/star/wiki/EditPageParser.java
@@ -103,13 +103,16 @@ public class EditPageParser extends 
HTMLEditorKit.ParserCallback
 String sName = ( String ) a.getAttribute( HTML.Attribute.HREF 
);
 if ( sName != null )
 {
-int nIndexStart = sName.indexOf( "index.php" );
-// get the main URL from the first header-link with 
index.php
-// the link with "action=edit" inside is preferable
-if ( nIndexStart>= 0
-  && ( m_sMainURL.length() == 0 || 
sName.contains("action=edit") ) )
+// get the main URL from the first header-link with 
load.php (which is used for stylesheet)
+int nPhpFileStart = sName.indexOf( "load.php" );
+if (nPhpFileStart < 0)
+// if not found, try header-link with 
opensearch_desc.php
+nPhpFileStart = sName.indexOf( "opensearch_desc.php" );
+
+if ( nPhpFileStart >= 0
+  && m_sMainURL.length() == 0 )
 {
-m_sMainURL = sName.substring( 0, nIndexStart );
+m_sMainURL = sName.substring( 0, nPhpFileStart );
 }
 }
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 107535] EDITING slow movement between cells

2017-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107535

Telesto  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||tele...@surfxs.nl
 Ever confirmed|0   |1

--- Comment #6 from Telesto  ---
Setting to NEW

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


[Libreoffice-commits] core.git: sw/inc sw/source

2017-06-10 Thread Caolán McNamara
 sw/inc/comcore.hrc |   49 +++
 sw/source/core/undo/undo.src   |   20 ++
 sw/source/uibase/docvw/docvw.hrc   |   51 -
 sw/source/uibase/docvw/docvw.src   |   20 ++
 sw/source/uibase/docvw/edtwin2.cxx |5 +++
 5 files changed, 100 insertions(+), 45 deletions(-)

New commits:
commit b80935d5c45f26876d9fa2718c7a6b9a469b12cf
Author: Caolán McNamara 
Date:   Sat Jun 10 21:03:46 2017 +0100

various extensions to REDLINE_ sequence not reflected in related resources

i.e.

commit e52f14efaa53b496599b51fb064a933183731fca
Author: Adam Co 
Date:   Sun Dec 8 17:14:14 2013 +0200

Export redline 'paragraph formatting changes' back to DOCX

 const RedlineType_t REDLINE_FMTCOLL = 0x4;// Style has been altered 
(Autoformat!).
+const RedlineType_t REDLINE_PARAGRAPH_FORMAT = 0x5;// Paragraph 
attributes have been changed

commit d688069023959ab97d14eb1dbfd5bf6ad3c1b160
Author: Adam Co 
Date:   Mon Feb 3 17:44:22 2014 +0200

Add support for 'Table Row Redlines' in SW core

 const RedlineType_t REDLINE_PARAGRAPH_FORMAT = 0x5;// Paragraph 
attributes have been changed.
+const RedlineType_t REDLINE_TABLE_ROW_INSERT = 0x6;// Table row has 
been inserted.
+const RedlineType_t REDLINE_TABLE_ROW_DELETE = 0x7;// Table row has 
been deleted.

commit 06a887ca92f35b4e44dfc638a9a444fc636bc9d0
Author: Adam Co 
Date:   Wed Feb 5 13:37:45 2014 +0200

Add support for 'Table Cell Redlines' in SW core

 const RedlineType_t REDLINE_TABLE_ROW_DELETE = 0x7;// Table row has 
been deleted.
+const RedlineType_t REDLINE_TABLE_CELL_INSERT = 0x8;// Table cell has 
been inserted.
+const RedlineType_t REDLINE_TABLE_CELL_DELETE = 0x9;// Table cell has 
been deleted.

all extend the REDLINE_* ranges, and SwRedlineData::GetDescr just adds 
GetType() of a value
in that range to the STR_UNDO_REDLINE_INSERT baseline which just maps the 
new values to
arbitrary unrelated strings

Change-Id: I44d5050ef012ac44346a7164b89a2773fb33d4dc
Reviewed-on: https://gerrit.libreoffice.org/38642
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 

diff --git a/sw/inc/comcore.hrc b/sw/inc/comcore.hrc
index 679020a5b198..c858f5cdfc20 100644
--- a/sw/inc/comcore.hrc
+++ b/sw/inc/comcore.hrc
@@ -42,29 +42,34 @@
 #define STR_UNDO_REDLINE_FORMAT (RC_COMCORE_BEGIN + 21)
 #define STR_UNDO_REDLINE_TABLE  (RC_COMCORE_BEGIN + 22)
 #define STR_UNDO_REDLINE_FMTCOLL(RC_COMCORE_BEGIN + 23)
-#define STR_START_QUOTE (RC_COMCORE_BEGIN + 25)
-#define STR_END_QUOTE   (RC_COMCORE_BEGIN + 26)
-#define STR_LDOTS   (RC_COMCORE_BEGIN + 27)
-#define STR_YIELDS  (RC_COMCORE_BEGIN + 28)
-#define STR_PARAGRAPHS  (RC_COMCORE_BEGIN + 29)
-#define STR_MULTISEL(RC_COMCORE_BEGIN + 30)
-#define STR_N_REDLINES  (RC_COMCORE_BEGIN + 32)
-#define STR_FIELD   (RC_COMCORE_BEGIN + 33)
+#define STR_UNDO_REDLINE_PARAGRAPH_FORMAT   (RC_COMCORE_BEGIN + 24)
+#define STR_UNDO_REDLINE_TABLE_ROW_INSERT   (RC_COMCORE_BEGIN + 25)
+#define STR_UNDO_REDLINE_TABLE_ROW_DELETE   (RC_COMCORE_BEGIN + 26)
+#define STR_UNDO_REDLINE_TABLE_CELL_INSERT  (RC_COMCORE_BEGIN + 27)
+#define STR_UNDO_REDLINE_TABLE_CELL_DELETE  (RC_COMCORE_BEGIN + 28)
+#define STR_START_QUOTE (RC_COMCORE_BEGIN + 29)
+#define STR_END_QUOTE   (RC_COMCORE_BEGIN + 30)
+#define STR_LDOTS   (RC_COMCORE_BEGIN + 31)
+#define STR_YIELDS  (RC_COMCORE_BEGIN + 32)
+#define STR_PARAGRAPHS  (RC_COMCORE_BEGIN + 33)
+#define STR_MULTISEL(RC_COMCORE_BEGIN + 34)
+#define STR_N_REDLINES  (RC_COMCORE_BEGIN + 35)
+#define STR_FIELD   (RC_COMCORE_BEGIN + 36)
 
-#define STR_FRAME   (RC_COMCORE_BEGIN + 34)
-#define STR_OLE (RC_COMCORE_BEGIN + 35)
-#define STR_MATH_FORMULA(RC_COMCORE_BEGIN + 36)
-#define STR_CHART   (RC_COMCORE_BEGIN + 37)
-#define STR_NOTE(RC_COMCORE_BEGIN + 38)
-#define STR_REFERENCE   (RC_COMCORE_BEGIN + 39)
-#define STR_SCRIPT  (RC_COMCORE_BEGIN + 40)
-#define STR_AUTHORITY_ENTRY (RC_COMCORE_BEGIN + 41)
-#define STR_SPECIALCHAR (RC_COMCORE_BEGIN + 42)
-#define STR_FOOTNOTE(RC_COMCORE_BEGIN + 43)
-#define 

[Libreoffice-bugs] [Bug 103187] Problems with notes in Calc

2017-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103187

--- Comment #9 from Telesto  ---
Looks like a dupe of bug 106590

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


[Libreoffice-bugs] [Bug 107180] Cut & paste of cells loose contents of comment

2017-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107180

Telesto  changed:

   What|Removed |Added

 CC||tele...@surfxs.nl

--- Comment #6 from Telesto  ---
Is the issue still present in the LibO5.3 branch? It probably fixed (bug
106590)

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


[Libreoffice-bugs] [Bug 105105] Bad allocation while removing sheets (in a 32-bit LibreOffice )

2017-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105105

--- Comment #9 from Telesto  ---
No repro with:
Version: 5.5.0.0.alpha0+
Build ID: 076ed447f694239d5c67adee528ea6e471d909ff
CPU threads: 4; OS: Windows 6.19; UI render: default; 
TinderBox: Win-x86@42, Branch:master, Time: 2017-06-09_23:54:20
Locale: nl-NL (nl_NL); Calc: CL

@Marina
Does 5.4.0.0.beta2 also crash?

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


[Libreoffice-bugs] [Bug 31231] Not modified document considered as modified

2017-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=31231

--- Comment #22 from Jean-Baptiste Faure  ---
Both files open as modified in LO 5.3.3 from Ubuntu PPA, LO 5.3.5.0.0+ built at
home and LO 5.4.0.0.beta2+ built at home.
Ubuntu 16.04 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
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.3' - 4 commits - include/oox oox/source sw/qa sw/source writerfilter/source

2017-06-10 Thread Caolán McNamara
 include/oox/drawingml/drawingmltypes.hxx  |6 
 include/oox/vml/vmlformatting.hxx |3 
 oox/source/export/vmlexport.cxx   |7 
 oox/source/vml/vmlformatting.cxx  |   10 
 oox/source/vml/vmlshape.cxx   |2 
 sw/qa/extras/ooxmlexport/data/watermark-font.docx |binary
 sw/qa/extras/ooxmlexport/ooxmlexport2.cxx |5 
 sw/qa/extras/rtfexport/data/watermark.rtf |  660 ++
 sw/qa/extras/rtfexport/rtfexport.cxx  |   11 
 sw/source/filter/ww8/rtfsdrexport.cxx |7 
 writerfilter/source/rtftok/rtfsdrimport.cxx   |   12 
 11 files changed, 717 insertions(+), 6 deletions(-)

New commits:
commit d134b1fdcf08c097a4b0450a64e1051dfb05af85
Author: Caolán McNamara 
Date:   Sat Jun 10 14:39:29 2017 +0100

coverity#1412145 Result is not floating point

Change-Id: Ia2b4c4f14f5a59dd5d24c0d0749922e0d190f53a
Reviewed-on: https://gerrit.libreoffice.org/38635
Tested-by: Jenkins 
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 

diff --git a/oox/source/export/vmlexport.cxx b/oox/source/export/vmlexport.cxx
index 7b8bb01b8f6b..33c112e0c287 100644
--- a/oox/source/export/vmlexport.cxx
+++ b/oox/source/export/vmlexport.cxx
@@ -825,7 +825,7 @@ void VMLExport::Commit( EscherPropertyContainer& rProps, 
const Rectangle& rRect
 sal_uInt32 nSize;
 if (rProps.GetOpt(ESCHER_Prop_gtextSize, nSize))
 {
-float nSizeF = (sal_Int32)nSize / 65536;
+float nSizeF = (sal_Int32)nSize / 65536.0;
 OUString aSize = OUString::number(nSizeF);
 aStyle += ";font-size:" + aSize + "pt";
 }
commit 08c566dfd79e2c364bbd1ef673ff244ff948949c
Author: Szymon Kłos 
Date:   Thu Jun 8 21:06:11 2017 +0200

VML: EMU to Points conversion

Change-Id: Icd2dbd6e894975615268dc4aa52d1d53bf9c0bca
Reviewed-on: https://gerrit.libreoffice.org/38581
Tested-by: Jenkins 
Reviewed-by: Miklos Vajna 

diff --git a/include/oox/drawingml/drawingmltypes.hxx 
b/include/oox/drawingml/drawingmltypes.hxx
index 2aac13c669a7..a845f728541f 100644
--- a/include/oox/drawingml/drawingmltypes.hxx
+++ b/include/oox/drawingml/drawingmltypes.hxx
@@ -152,6 +152,7 @@ IndexRange GetIndexRange( const css::uno::Reference< 
css::xml::sax::XFastAttribu
 
 
 const sal_Int32 EMU_PER_HMM = 360;  /// 360 EMUs per 1/100 mm.
+const sal_Int32 EMU_PER_PT = 12700;
 
 /** Converts the passed 32-bit integer value from 1/100 mm to EMUs. */
 inline sal_Int64 convertHmmToEmu( sal_Int32 nValue )
@@ -166,6 +167,11 @@ inline sal_Int32 convertEmuToHmm( sal_Int64 nValue )
 return getLimitedValue< sal_Int32, sal_Int64 >( (nValue + nCorrection) / 
EMU_PER_HMM, SAL_MIN_INT32, SAL_MAX_INT32 );
 }
 
+/** Converts the passed 64-bit integer value from EMUs to Points. */
+inline float convertEmuToPoints( sal_Int64 nValue )
+{
+return (float) nValue / EMU_PER_PT;
+}
 
 /** A structure for a point with 64-bit integer components. */
 struct EmuPoint
diff --git a/oox/source/vml/vmlformatting.cxx b/oox/source/vml/vmlformatting.cxx
index 253d9eb18dc1..d8183227d6e6 100644
--- a/oox/source/vml/vmlformatting.cxx
+++ b/oox/source/vml/vmlformatting.cxx
@@ -904,9 +904,7 @@ void TextpathModel::pushToPropMap(ShapePropertyMap& 
rPropMap, const uno::Referen
 else if (aName == "font-size")
 {
 oox::OptValue aOptString(aValue);
-sal_Int64 nEmu = lclGetEmu( rGraphicHelper, aOptString, 1 
);
-// 1 point = 1/72 inch = 12,700 EMU
-float nSize = nEmu / 12700;
+float nSize = 
drawingml::convertEmuToPoints(lclGetEmu(rGraphicHelper, aOptString, 1));
 
 uno::Reference xPropertySet(xShape, 
uno::UNO_QUERY);
 xPropertySet->setPropertyValue("CharHeight", 
uno::makeAny(nSize));
commit e3426d9a628fe3ba1cd2cb3d765c3199f9db4de7
Author: Szymon Kłos 
Date:   Wed May 31 00:03:06 2017 +0200

Watermark: VML export/import font size

Change-Id: I11409dfc621018a761c70a640938e18ae679d3f5
Reviewed-on: https://gerrit.libreoffice.org/38254
Tested-by: Jenkins 
Reviewed-by: Miklos Vajna 

diff --git a/include/oox/vml/vmlformatting.hxx 
b/include/oox/vml/vmlformatting.hxx
index efb0e6606887..7ec10d42b4ff 100644
--- a/include/oox/vml/vmlformatting.hxx
+++ b/include/oox/vml/vmlformatting.hxx
@@ -246,7 +246,8 @@ struct OOX_DLLPUBLIC TextpathModel
 TextpathModel();
 
 /** Writes the properties to the passed property map. */
-

[Libreoffice-bugs] [Bug 108452] UI: the curve tool pointer is invisible on a black background.

2017-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108452

--- Comment #1 from thekswen...@gmail.com ---
This is worse than I thought...
  many of the drawing tools have all black pointers.

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


[Libreoffice-bugs] [Bug 108452] New: UI: the curve tool pointer is invisible on a black background.

2017-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108452

Bug ID: 108452
   Summary: UI: the curve tool pointer is invisible on a black
background.
   Product: LibreOffice
   Version: 5.3.1.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: thekswen...@gmail.com

Description:
The curve tool pointer is all black.  It is invisible on slides with a lot of
black or a black background.

Steps to Reproduce:
1. Make a slide with a black background.
2. Click on the curve tool.


Actual Results:  
See that the black pointer is invisible.

Expected Results:
The pointer should be visible.


Reproducible: Always

User Profile Reset: No

Additional Info:


User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like
Gecko) Chrome/59.0.3071.86 Safari/537.36

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


[Libreoffice-commits] core.git: swext/mediawiki

2017-06-10 Thread Julien Nabet
 swext/mediawiki/src/com/sun/star/wiki/WikiDialog.java |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit c7874d890d55e9736b065c8396d65438a57b55ad
Author: Julien Nabet 
Date:   Sat Jun 10 20:27:50 2017 +0200

Typo in mediawiki: height and width mixed

It'll change nothing since InsertThrobber function (which contains these 
args)
are called with value=10 for both vars
Just for sanity sake then

Change-Id: Ie084a5a3cb15a121574aa0d06b43f1a6d34c0d09
Reviewed-on: https://gerrit.libreoffice.org/38639
Tested-by: Jenkins 
Reviewed-by: Julien Nabet 

diff --git a/swext/mediawiki/src/com/sun/star/wiki/WikiDialog.java 
b/swext/mediawiki/src/com/sun/star/wiki/WikiDialog.java
index 55893cf88e53..66bef678e4e1 100644
--- a/swext/mediawiki/src/com/sun/star/wiki/WikiDialog.java
+++ b/swext/mediawiki/src/com/sun/star/wiki/WikiDialog.java
@@ -179,8 +179,8 @@ public class WikiDialog implements XDialogEventHandler, 
XTopWindowListener
 xThrobberProps.setPropertyValue( "Name", "WikiThrobber" );
 xThrobberProps.setPropertyValue( "PositionX", 
Integer.valueOf( X ) );
 xThrobberProps.setPropertyValue( "PositionY", 
Integer.valueOf( Y ) );
-xThrobberProps.setPropertyValue( "Height", 
Integer.valueOf( Width ) );
-xThrobberProps.setPropertyValue( "Width", Integer.valueOf( 
Height ) );
+xThrobberProps.setPropertyValue( "Width", Integer.valueOf( 
Width ) );
+xThrobberProps.setPropertyValue( "Height", 
Integer.valueOf( Height ) );
 
 XNameContainer xDialogContainer = 
UnoRuntime.queryInterface( XNameContainer.class, xDialogModel );
 xDialogContainer.insertByName( "WikiThrobber", 
xThrobberModel );
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'libreoffice-5-4' - sw/inc sw/source

2017-06-10 Thread Caolán McNamara
 sw/inc/comcore.hrc  |   10 +-
 sw/source/core/doc/docredln.cxx |2 +-
 sw/source/core/undo/undo.src|   10 +-
 3 files changed, 11 insertions(+), 11 deletions(-)

New commits:
commit 04e672364a5d6b7c38f8cb6e257b8c49af3e77d2
Author: Caolán McNamara 
Date:   Sat Jun 10 17:14:52 2017 +0100

there are *two* STR_REDLINE_INSERT sequences

rename one of them to disambiguate

Change-Id: I83eb6960bdb21c8ab04e62afd1427c8cc5731336
Reviewed-on: https://gerrit.libreoffice.org/38641
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 

diff --git a/sw/inc/comcore.hrc b/sw/inc/comcore.hrc
index 6c9d6c2ae959..679020a5b198 100644
--- a/sw/inc/comcore.hrc
+++ b/sw/inc/comcore.hrc
@@ -37,11 +37,11 @@
 #define STR_HYPH_TITLE  (RC_COMCORE_BEGIN + 16)
 #define STR_SHAPE_DEFNAME   (RC_COMCORE_BEGIN + 17)
 
-#define STR_REDLINE_INSERT  (RC_COMCORE_BEGIN + 19)
-#define STR_REDLINE_DELETE  (RC_COMCORE_BEGIN + 20)
-#define STR_REDLINE_FORMAT  (RC_COMCORE_BEGIN + 21)
-#define STR_REDLINE_TABLE   (RC_COMCORE_BEGIN + 22)
-#define STR_REDLINE_FMTCOLL (RC_COMCORE_BEGIN + 23)
+#define STR_UNDO_REDLINE_INSERT (RC_COMCORE_BEGIN + 19)
+#define STR_UNDO_REDLINE_DELETE (RC_COMCORE_BEGIN + 20)
+#define STR_UNDO_REDLINE_FORMAT (RC_COMCORE_BEGIN + 21)
+#define STR_UNDO_REDLINE_TABLE  (RC_COMCORE_BEGIN + 22)
+#define STR_UNDO_REDLINE_FMTCOLL(RC_COMCORE_BEGIN + 23)
 #define STR_START_QUOTE (RC_COMCORE_BEGIN + 25)
 #define STR_END_QUOTE   (RC_COMCORE_BEGIN + 26)
 #define STR_LDOTS   (RC_COMCORE_BEGIN + 27)
diff --git a/sw/source/core/doc/docredln.cxx b/sw/source/core/doc/docredln.cxx
index 709041ae486b..046c3ce4f0e1 100644
--- a/sw/source/core/doc/docredln.cxx
+++ b/sw/source/core/doc/docredln.cxx
@@ -976,7 +976,7 @@ void SwRedlineData::SetExtraData( const SwRedlineExtraData* 
pData )
 
 OUString SwRedlineData::GetDescr() const
 {
-return SwResId(STR_REDLINE_INSERT + GetType());
+return SwResId(STR_UNDO_REDLINE_INSERT + GetType());
 }
 
 sal_uInt32 SwRangeRedline::m_nLastId = 1;
diff --git a/sw/source/core/undo/undo.src b/sw/source/core/undo/undo.src
index c433878a1fa4..34680f86bfb3 100644
--- a/sw/source/core/undo/undo.src
+++ b/sw/source/core/undo/undo.src
@@ -462,23 +462,23 @@ String STR_UNDO_COLBRKS
 {
 Text[ en-US ] = "column break";
 };
-String STR_REDLINE_INSERT
+String STR_UNDO_REDLINE_INSERT
 {
 Text [ en-US ] = "Insert $1";
 };
-String STR_REDLINE_DELETE
+String STR_UNDO_REDLINE_DELETE
 {
 Text [ en-US ] = "Delete $1";
 };
-String STR_REDLINE_FORMAT
+String STR_UNDO_REDLINE_FORMAT
 {
 Text [ en-US ] = "Attributes changed";
 };
-String STR_REDLINE_TABLE
+String STR_UNDO_REDLINE_TABLE
 {
 Text [ en-US ] = "Table changed";
 };
-String STR_REDLINE_FMTCOLL
+String STR_UNDO_REDLINE_FMTCOLL
 {
 Text [ en-US ] = "Style changed";
 };
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 108451] New: UX: Comment textbox can' t be resized or moved in edit mode

2017-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108451

Bug ID: 108451
   Summary: UX: Comment textbox can't be resized or moved in edit
mode
   Product: LibreOffice
   Version: 4.3.7.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: tele...@surfxs.nl

Description:
The comment textbox can't be resized or moved in edit mode, however it can be
changed in show mode. Not understand the logic of that. When I type something
into a commentbox I want to be able to resize it in Edit Mode.

Steps to Reproduce:
1. Open Calc
2. Insert a comment CTRL+ALT+C or Right Click context menu Insert Comment
3. Type something into the comment textbox 
4. Try to change the shape and position of the textbox. (Not possible)
5. Exit the comment box. Right Click the Cell with the comment and select Show
Comment. Now it's possible to change the position and size

Actual Results:  
It isn't possible to change size and position of the textbox in edit mode (but
in Show mode)

Expected Results:
In Edit Mode you edit. Editing means also resizing and re-positioning of the
textbox. Resizing and re-positioning under show mode is intuitive and
unproductive 


Reproducible: Always

User Profile Reset: No

Additional Info:
Found in
Version: 5.5.0.0.alpha0+
Build ID: 076ed447f694239d5c67adee528ea6e471d909ff
CPU threads: 4; OS: Windows 6.19; UI render: default; 
TinderBox: Win-x86@42, Branch:master, Time: 2017-06-09_23:54:20
Locale: nl-NL (nl_NL); Calc: CL

and in 
LibO 4.3.7


User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:45.0) Gecko/20100101
Firefox/45.0

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


[Libreoffice-commits] core.git: sw/inc sw/source

2017-06-10 Thread Caolán McNamara
 sw/inc/comcore.hrc  |   10 +-
 sw/source/core/doc/docredln.cxx |2 +-
 sw/source/core/undo/undo.src|   10 +-
 3 files changed, 11 insertions(+), 11 deletions(-)

New commits:
commit d02f6828c6c31671f9f71537bb5e6ac3d3a15328
Author: Caolán McNamara 
Date:   Sat Jun 10 17:14:52 2017 +0100

there are *two* STR_REDLINE_INSERT sequences

rename one of them to disambiguate

Change-Id: I83eb6960bdb21c8ab04e62afd1427c8cc5731336
Reviewed-on: https://gerrit.libreoffice.org/38638
Tested-by: Jenkins 
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 

diff --git a/sw/inc/comcore.hrc b/sw/inc/comcore.hrc
index 6c9d6c2ae959..679020a5b198 100644
--- a/sw/inc/comcore.hrc
+++ b/sw/inc/comcore.hrc
@@ -37,11 +37,11 @@
 #define STR_HYPH_TITLE  (RC_COMCORE_BEGIN + 16)
 #define STR_SHAPE_DEFNAME   (RC_COMCORE_BEGIN + 17)
 
-#define STR_REDLINE_INSERT  (RC_COMCORE_BEGIN + 19)
-#define STR_REDLINE_DELETE  (RC_COMCORE_BEGIN + 20)
-#define STR_REDLINE_FORMAT  (RC_COMCORE_BEGIN + 21)
-#define STR_REDLINE_TABLE   (RC_COMCORE_BEGIN + 22)
-#define STR_REDLINE_FMTCOLL (RC_COMCORE_BEGIN + 23)
+#define STR_UNDO_REDLINE_INSERT (RC_COMCORE_BEGIN + 19)
+#define STR_UNDO_REDLINE_DELETE (RC_COMCORE_BEGIN + 20)
+#define STR_UNDO_REDLINE_FORMAT (RC_COMCORE_BEGIN + 21)
+#define STR_UNDO_REDLINE_TABLE  (RC_COMCORE_BEGIN + 22)
+#define STR_UNDO_REDLINE_FMTCOLL(RC_COMCORE_BEGIN + 23)
 #define STR_START_QUOTE (RC_COMCORE_BEGIN + 25)
 #define STR_END_QUOTE   (RC_COMCORE_BEGIN + 26)
 #define STR_LDOTS   (RC_COMCORE_BEGIN + 27)
diff --git a/sw/source/core/doc/docredln.cxx b/sw/source/core/doc/docredln.cxx
index 709041ae486b..046c3ce4f0e1 100644
--- a/sw/source/core/doc/docredln.cxx
+++ b/sw/source/core/doc/docredln.cxx
@@ -976,7 +976,7 @@ void SwRedlineData::SetExtraData( const SwRedlineExtraData* 
pData )
 
 OUString SwRedlineData::GetDescr() const
 {
-return SwResId(STR_REDLINE_INSERT + GetType());
+return SwResId(STR_UNDO_REDLINE_INSERT + GetType());
 }
 
 sal_uInt32 SwRangeRedline::m_nLastId = 1;
diff --git a/sw/source/core/undo/undo.src b/sw/source/core/undo/undo.src
index c433878a1fa4..34680f86bfb3 100644
--- a/sw/source/core/undo/undo.src
+++ b/sw/source/core/undo/undo.src
@@ -462,23 +462,23 @@ String STR_UNDO_COLBRKS
 {
 Text[ en-US ] = "column break";
 };
-String STR_REDLINE_INSERT
+String STR_UNDO_REDLINE_INSERT
 {
 Text [ en-US ] = "Insert $1";
 };
-String STR_REDLINE_DELETE
+String STR_UNDO_REDLINE_DELETE
 {
 Text [ en-US ] = "Delete $1";
 };
-String STR_REDLINE_FORMAT
+String STR_UNDO_REDLINE_FORMAT
 {
 Text [ en-US ] = "Attributes changed";
 };
-String STR_REDLINE_TABLE
+String STR_UNDO_REDLINE_TABLE
 {
 Text [ en-US ] = "Table changed";
 };
-String STR_REDLINE_FMTCOLL
+String STR_UNDO_REDLINE_FMTCOLL
 {
 Text [ en-US ] = "Style changed";
 };
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 108374] Bad alloc crash when pasting RTF (in an uncommon circumstance )

2017-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108374

Buovjaga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WONTFIX

--- Comment #3 from Buovjaga  ---
Ok, I confirm, but it is 3.3 that crashes, so we should ignore it. Let's close.

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


[Libreoffice-bugs] [Bug 48099] MediaWiki Export Fails to Login to a MediaWiki-powered site for MediaWiki export

2017-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=48099

Julien Nabet  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=97
   ||743
   Assignee|libreoffice-b...@lists.free |serval2...@yahoo.fr
   |desktop.org |

--- Comment #11 from Julien Nabet  ---
I'm quite sure it's the same as tdf#97743
I submitted a patch to gerrit.
I tested it successfully with wikipedia + https://wiki.documentfoundation.org.

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


[Libreoffice-bugs] [Bug 108374] Bad alloc crash when pasting RTF (in an uncommon circumstance )

2017-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108374

--- Comment #2 from Telesto  ---
(In reply to Buovjaga from comment #1)
> I tried this, but don't get RTF as paste option. Nothing crashes it.
Hmm.. typed 'Writer' instead of 'Calc'. Step 3 should be Calc

Steps to Reproduce:
1. Open attachment 133838 (bug 108332) with LibO3.0.0
2. Copy B2
3. Open CALC (not Writer) LiBO5.5.0.0
4. Special Paste -> RTF
5. CRASH

Can't give a backtrace atm. No (prebuild) debug builds available.

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


[Libreoffice-bugs] [Bug 95489] Character styles applied through the Styles menu does not function in some locales

2017-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95489

--- Comment #10 from Maxim Monastirsky  ---
(In reply to Yousuf Philips (jay) from comment #9)
> So where can i find these internal names so i can correct all of them.
The Add commands dialog uses the right names. You can insert a toolbar button,
and then look at the xml.

> > wrt "Default Style" (comment 3 and Bug 108301 comment 0), Writer seems to
> > return the translatable name also when asking for the internal name. So we
> > need to change that, so it won't return it unless we explicitly ask for the
> > display name.
> 
> So i guess i should reopen bug 108301 for that issue right?
Currently bug 108301 seems like a mix of different issues with commands, labels
etc. I don't mind if we reopen bugs, but each bug needs to be concentrated on a
single issue.

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


[Libreoffice-bugs] [Bug 108450] Shrinking of grow/ shrink custom animation effect does not work

2017-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108450

Buovjaga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1
 OS|Windows (All)   |All

--- Comment #2 from Buovjaga  ---
Confirmed.

Arch Linux 64-bit, KDE Plasma 5
Version: 5.5.0.0.alpha0+
Build ID: 2802dca10eef67554a81cb2347d5f648fa6fcd63
CPU threads: 8; OS: Linux 4.11; UI render: default; VCL: kde4; 
Locale: fi-FI (fi_FI.UTF-8); Calc: group
Built on June 10th 2017

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


[Libreoffice-bugs] [Bug 108449] .uno: StyleApply command of built-in styles should get the internal non-localizable name

2017-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108449

Maxim Monastirsky  changed:

   What|Removed |Added

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

--- Comment #1 from Maxim Monastirsky  ---
That's already the case AFAICS.

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


[Libreoffice-bugs] [Bug 107326] [META] Writer style bugs and enhancements

2017-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107326
Bug 107326 depends on bug 108449, which changed state.

Bug 108449 Summary: .uno:StyleApply command of built-in styles should get the 
internal non-localizable name
https://bugs.documentfoundation.org/show_bug.cgi?id=108449

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 103238] [META] Customize dialog bugs and enhancements

2017-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103238
Bug 103238 depends on bug 108449, which changed state.

Bug 108449 Summary: .uno:StyleApply command of built-in styles should get the 
internal non-localizable name
https://bugs.documentfoundation.org/show_bug.cgi?id=108449

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 108450] Shrinking of grow/ shrink custom animation effect does not work

2017-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108450

--- Comment #1 from Iceflower S  ---
@Buovjaga see issue.

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


[Libreoffice-bugs] [Bug 108450] New: Shrinking of grow/ shrink custom animation effect does not work

2017-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108450

Bug ID: 108450
   Summary: Shrinking of grow/shrink custom animation effect does
not work
   Product: LibreOffice
   Version: 5.3.3.2 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: iceflo...@gmx.de

Description:
Shrink/ gow animation effect of Impress only grows, no matter which value.

@Buovjaga

Steps to Reproduce:
1. Add an Object
2. Choose shrink/grow animation effect
3. Choose a value

Actual Results:  
Shrinks everytime even if the value is below 100%.

Expected Results:
Shrinking if the value is below 100%.


Reproducible: Always

User Profile Reset: YES

Additional Info:


User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:53.0) Gecko/20100101
Firefox/53.0

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


[Libreoffice-bugs] [Bug 48918] FORMATTING: grow / shrink custom animation effect still missing

2017-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=48918

--- Comment #16 from Iceflower S  ---
(In reply to Buovjaga from comment #14)
> (In reply to Iceflower S from comment #13)
> > It seems that shrinking is not working. Daily Build 10.06. (5.5.0). It grows
> > only. 
> > 
> > 
> > Offtopic:
> > Auto preview, has a bad behavior. Type one size number and it tabs out and
> > start auto preview. Cant type more than one number... Maybe should wait for
> > enter.
> 
> That's not the topic of this report, though.
> 
> Please open a new report for the shrinking problem and add me to CC. I
> confirm it.

I answered because comment 10: "Affected users are encouraged to test the fix
and report feedback."

I will open a new issue.

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


[Libreoffice-bugs] [Bug 48918] FORMATTING: grow / shrink custom animation effect still missing

2017-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=48918

Buovjaga  changed:

   What|Removed |Added

 CC||iceflo...@gmx.de

--- Comment #15 from Buovjaga  ---
Iceflower: see previous comment.

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


[Libreoffice-bugs] [Bug 48918] FORMATTING: grow / shrink custom animation effect still missing

2017-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=48918

Buovjaga  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |FIXED

--- Comment #14 from Buovjaga  ---
(In reply to Iceflower S from comment #13)
> It seems that shrinking is not working. Daily Build 10.06. (5.5.0). It grows
> only. 
> 
> 
> Offtopic:
> Auto preview, has a bad behavior. Type one size number and it tabs out and
> start auto preview. Cant type more than one number... Maybe should wait for
> enter.

That's not the topic of this report, though.

Please open a new report for the shrinking problem and add me to CC. I confirm
it.

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


[Libreoffice-bugs] [Bug 108283] Start animation by clicking a drawn shape in ubuntu 17

2017-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108283

Buovjaga  changed:

   What|Removed |Added

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

--- Comment #4 from Buovjaga  ---
Works the same for me on Win and Lin.

Please copy and paste here the contents of your Help - About. This allows us to
know more about your system.

Set to NEEDINFO.
Change back to UNCONFIRMED after you have provided the information.

Arch Linux 64-bit, KDE Plasma 5
Version: 5.3.3.2
Build ID: 5.3.3-1
CPU Threads: 8; OS Version: Linux 4.10; UI Render: default; VCL: kde4; Layout
Engine: new; 
Locale: fi-FI (fi_FI.UTF-8); Calc: group

Version: 5.3.3.2 (x64)
Build ID: 3d9a8b4b4e538a85e0782bd6c2d430bafe583448
CPU Threads: 4; OS Version: Windows 6.19; UI Render: default; Layout Engine:
new; 
Locale: fi-FI (fi_FI); Calc: group

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


[Libreoffice-bugs] [Bug 106981] The Repeat feature when you select an Inserted Video for it to play in a Loop during a slideshow no longer works

2017-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106981

--- Comment #5 from Iceflower S  ---
Tried it with .avi, it is not working. (Daily Build 10.6. v5.5.0 win64)

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


[Libreoffice-bugs] [Bug 107919] .pdf files open as gibberish

2017-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107919

Buovjaga  changed:

   What|Removed |Added

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

--- Comment #6 from Buovjaga  ---
Maybe there is something wrong with your Linux Mint install.

But please attach the file.

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


[Libreoffice-bugs] [Bug 48918] FORMATTING: grow / shrink custom animation effect still missing

2017-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=48918

Iceflower S  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |---

--- Comment #13 from Iceflower S  ---
It seems that shrinking is not working. Daily Build 10.06. (5.5.0). It grows
only. 


Offtopic:
Auto preview, has a bad behavior. Type one size number and it tabs out and
start auto preview. Cant type more than one number... Maybe should wait for
enter.

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


[Libreoffice-bugs] [Bug 108374] Bad alloc crash when pasting RTF (in an uncommon circumstance )

2017-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108374

Buovjaga  changed:

   What|Removed |Added

   Keywords||wantBacktrace
 CC||todven...@suomi24.fi

--- Comment #1 from Buovjaga  ---
I tried this, but don't get RTF as paste option. Nothing crashes it.

Maybe get a trace with Windbg, if you want.

Arch Linux 64-bit, KDE Plasma 5
Version: 5.5.0.0.alpha0+
Build ID: 2802dca10eef67554a81cb2347d5f648fa6fcd63
CPU threads: 8; OS: Linux 4.11; UI render: default; VCL: kde4; 
Locale: fi-FI (fi_FI.UTF-8); Calc: group
Built on June 10th 2017

Arch Linux 64-bit
LibreOffice 3.3.0 
OOO330m19 (Build:6)
tag libreoffice-3.3.0.4

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


[Libreoffice-bugs] [Bug 108361] Scrolling a complex table structure seems to be slower as before

2017-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108361

Buovjaga  changed:

   What|Removed |Added

   Keywords||bibisectRequest,
   ||haveBacktrace, perf,
   ||regression
 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #3 from Buovjaga  ---
Maybe it is slightly more laggy, hard to tell. Callgrind should reveal cause in
any case.

Arch Linux 64-bit, KDE Plasma 5
Version: 5.5.0.0.alpha0+
Build ID: 2802dca10eef67554a81cb2347d5f648fa6fcd63
CPU threads: 8; OS: Linux 4.11; UI render: default; VCL: kde4; 
Locale: fi-FI (fi_FI.UTF-8); Calc: group
Built on June 10th 2017

5.4 beta2 appimage

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


[Libreoffice-bugs] [Bug 106781] Addition of a style-focused formatting toolbar

2017-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106781

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on|108449  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108449
[Bug 108449] .uno:StyleApply command of built-in styles should get the internal
non-localizable name
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 108449] .uno: StyleApply command of built-in styles should get the internal non-localizable name

2017-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108449

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||momonas...@gmail.com,
   ||philip...@hotmail.com
 Blocks|106781  |107326, 103238
 Ever confirmed|0   |1


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103238
[Bug 103238] [META] Customize dialog bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=106781
[Bug 106781] Addition of a style-focused formatting toolbar
https://bugs.documentfoundation.org/show_bug.cgi?id=107326
[Bug 107326] [META] Writer style bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-ux-advise] [Bug 106781] Addition of a style-focused formatting toolbar

2017-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106781

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on|108449  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108449
[Bug 108449] .uno:StyleApply command of built-in styles should get the internal
non-localizable name
-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Libreoffice-ux-advise mailing list
Libreoffice-ux-advise@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-ux-advise


[Libreoffice-bugs] [Bug 107326] [META] Writer style bugs and enhancements

2017-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107326

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||108449


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108449
[Bug 108449] .uno:StyleApply command of built-in styles should get the internal
non-localizable name
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 103238] [META] Customize dialog bugs and enhancements

2017-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103238

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||108449


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108449
[Bug 108449] .uno:StyleApply command of built-in styles should get the internal
non-localizable name
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 108361] Scrolling a complex table structure seems to be slower as before

2017-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108361

Buovjaga  changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #2 from Buovjaga  ---
Created attachment 133947
  --> https://bugs.documentfoundation.org/attachment.cgi?id=133947=edit
Callgrind output from 5.5

Arch Linux 64-bit, KDE Plasma 5
Version: 5.5.0.0.alpha0+
Build ID: 2802dca10eef67554a81cb2347d5f648fa6fcd63
CPU threads: 8; OS: Linux 4.11; UI render: default; VCL: kde4; 
Locale: fi-FI (fi_FI.UTF-8); Calc: group
Built on June 10th 2017

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


[GSoC] Migrating from legacy Parser to FastParser - Weekly Report

2017-06-10 Thread Mohammed Abdul Azeem
Hi,

*Week 1 and week 2*

Michael Meeks and I have been working on moving the unzipping into new
thread for over a month now. It took a couple of weeks to structure it
right and then a couple more weeks to debug our way through the bugs.
Meanwhile we discovered that there were some synchronisation problems in
package/ code which was causing intermittent stream open failure and we've
fixed it now.

*Patches*:
https://gerrit.libreoffice.org/#/c/38135/
https://gerrit.libreoffice.org/#/c/38563/

Regards,
Azeem
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 106709] Please add ability to add/delete/edit/manage outline of PDF.

2017-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106709

Buovjaga  changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #5 from Buovjaga  ---
(In reply to yousifjkadom from comment #2)
> By the way, office & ODF documents also has option to add & modify table of
> contents, so why L.O draw has no such abilities for PDF files ? Currently
> L.O draw support thumbnails only.
> 
> Best.

Because PDF is not a dynamic document. It's like if you asked "why can't
LibreOffice generate ToC from these carved stone tablets?". PDF is meant for
printing, not editing. Thus editing it is kind of like editing a photograph in
GIMP.

When you open a PDF in Draw, it stops being a PDF. It is converted to internal
Draw elements.

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


[Libreoffice-bugs] [Bug 108379] WIKIHELP: use > or ▸in menu locati =?UTF-8?Q?ons?=, not dash

2017-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108379

Buovjaga  changed:

   What|Removed |Added

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

--- Comment #1 from Buovjaga  ---
Yep, even TDF wiki uses ▸ with a special markup for menus.

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


[Libreoffice-bugs] [Bug 108448] FILTER: DOC endnotes page gains an extra paragraph each roundtrip

2017-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108448

Xisco Faulí  changed:

   What|Removed |Added

   Keywords||filter:doc
 Status|UNCONFIRMED |NEW
 CC||xiscofa...@libreoffice.org
 Ever confirmed|0   |1

--- Comment #1 from Xisco Faulí  ---
Confirmed in

Version: 5.5.0.0.alpha0+
Build ID: 6ab249ea6aecef5d3f35d624622a368061cad9c3
CPU Threads: 4; OS Version: Linux 4.8; UI Render: default; VCL: gtk3; 
Locale: ca-ES (ca_ES.UTF-8); Calc: group

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


[Libreoffice-bugs] [Bug 90486] [META] Chart bugs and enhancements

2017-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90486
Bug 90486 depends on bug 40813, which changed state.

Bug 40813 Summary: EDITING: assigning common data series properties should be 
possible
https://bugs.documentfoundation.org/show_bug.cgi?id=40813

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 62925] FORMATTING: enhancement: please add "chart styles" to the styles of Calc

2017-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=62925

Buovjaga  changed:

   What|Removed |Added

 CC||hm.rapp...@yahoo.de

--- Comment #26 from Buovjaga  ---
*** Bug 40813 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
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 40813] EDITING: assigning common data series properties should be possible

2017-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=40813

Buovjaga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||todven...@suomi24.fi
 Resolution|--- |DUPLICATE

--- Comment #9 from Buovjaga  ---


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

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


[Libreoffice-commits] core.git: external/icu

2017-06-10 Thread jan Iversen
 external/icu/UnpackedTarball_icu.mk |1 +
 external/icu/icu4c-iOS.patch.1  |   21 +
 2 files changed, 22 insertions(+)

New commits:
commit fb61026d41fd4d4fc24c151e833e2a8ae2a78d9f
Author: jan Iversen 
Date:   Sat Jun 10 20:18:43 2017 +0200

iOS icu4c patch file added

Added support for arm64 in the icu4c configuration
(done in form of a patch to the original)

Change-Id: I96508c29261531a24ae946b247b18c55d6259f51

diff --git a/external/icu/UnpackedTarball_icu.mk 
b/external/icu/UnpackedTarball_icu.mk
index 1047fdebfeaf..1ba15a448c75 100644
--- a/external/icu/UnpackedTarball_icu.mk
+++ b/external/icu/UnpackedTarball_icu.mk
@@ -34,6 +34,7 @@ $(eval $(call gb_UnpackedTarball_add_patches,icu,\
external/icu/icu4c-khmerbreakengine.patch.1 \
external/icu/icu4c-59-werror-undef.patch.1 \
external/icu/icu4c-59-werror-shadow.patch.1 \
+   external/icu/icu4c-iOS.patch.1 \
 ))
 
 $(eval $(call 
gb_UnpackedTarball_add_file,icu,source/data/brkitr/khmerdict.dict,external/icu/khmerdict.dict))
diff --git a/external/icu/icu4c-iOS.patch.1 b/external/icu/icu4c-iOS.patch.1
new file mode 100644
index ..7661c7fe4915
--- /dev/null
+++ b/external/icu/icu4c-iOS.patch.1
@@ -0,0 +1,21 @@
+diff -ur icu.org/source/config.sub icu/source/config.sub
+--- icu.org/source/config.sub  2017-01-19 19:12:50.0 +0100
 icu/source/config.sub  2017-06-10 20:07:19.0 +0200
+@@ -253,7 +253,7 @@
+   | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | 
alpha64pca5[67] \
+   | am33_2.0 \
+   | arc | arceb \
+-  | arm | arm[bl]e | arme[lb] | armv[2-8] | armv[3-8][lb] | armv7[arm] \
++  | arm | arm[bl]e | arme[lb] | armv[2-8] | armv[3-8][lb] | armv7[arm] | 
arm64 \
+   | avr | avr32 \
+   | be32 | be64 \
+   | bfin \
+@@ -368,7 +368,7 @@
+   | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \
+   | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \
+   | alphapca5[67]-* | alpha64pca5[67]-* | arc-* | arceb-* \
+-  | arm-*  | armbe-* | armle-* | armeb-* | armv*-* \
++  | arm-*  | armbe-* | armle-* | armeb-* | armv*-* | arm64-* \
+   | avr-* | avr32-* \
+   | be32-* | be64-* \
+   | bfin-* | bs2000-* \
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 108376] EDITING: Formatting (partially) lost if content is copied from a inside a cell and pasted into a new one

2017-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108376

Buovjaga  changed:

   What|Removed |Added

 CC||timbacont...@gmail.com

--- Comment #5 from Buovjaga  ---
*** Bug 108332 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
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 108332] Pasted characters use wrong formatting/font in some cases

2017-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108332

Buovjaga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||todven...@suomi24.fi
 Resolution|--- |DUPLICATE

--- Comment #2 from Buovjaga  ---
While testing this report, Telesto created bug 108376, which I think expresses
the problem more clearly. I will close this as duplicate.

So in a nutshell: if you enter B5 or B8 and select the contents before pasting,
the result is correct. If you simply paste without activating the input mode,
this crap happens.

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

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


[Libreoffice-bugs] [Bug 108448] FILTER: DOC endnotes page gains an extra paragraph each roundtrip

2017-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108448

Justin L  changed:

   What|Removed |Added

 CC||jl...@mail.com
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=55
   ||427

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


[Libreoffice-bugs] [Bug 102593] [META] Paste bugs and enhancements

2017-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102593

Buovjaga  changed:

   What|Removed |Added

 Depends on||108376


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108376
[Bug 108376] EDITING: Formatting (partially) lost if content is copied from a
inside a cell and pasted into a new one
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 55427] FILESAVE: Footnotes do not remain at end of document in .doc and .docx formats

2017-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=55427

Justin L  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 108376] EDITING: Formatting (partially) lost if content is copied from a inside a cell and pasted into a new one

2017-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108376

Buovjaga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||todven...@suomi24.fi
 Blocks||102593
 Ever confirmed|0   |1
   Severity|normal  |minor

--- Comment #4 from Buovjaga  ---
Yes, I noticed this as well while testing bug 108332, on blank documents. Good
catch that it happens when you do not enter input mode in the cell.
I could not find a duplicate for this old bug, which is weird.

Arch Linux 64-bit, KDE Plasma 5
Version: 5.5.0.0.alpha0+
Build ID: 2802dca10eef67554a81cb2347d5f648fa6fcd63
CPU threads: 8; OS: Linux 4.11; UI render: default; VCL: kde4; 
Locale: fi-FI (fi_FI.UTF-8); Calc: group
Built on June 10th 2017

Arch Linux 64-bit
Version 3.6.7.2 (Build ID: e183d5b)


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=102593
[Bug 102593] [META] Paste bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 108448] New: FILTER: DOC endnotes page gains an extra paragraph each roundtrip

2017-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108448

Bug ID: 108448
   Summary: FILTER:DOC endnotes page gains an extra paragraph each
roundtrip
   Product: LibreOffice
   Version: 3.5.0 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: jl...@mail.com

Created attachment 133946
  --> https://bugs.documentfoundation.org/attachment.cgi?id=133946=edit
endNote.odt: saving as .doc format adds an empty paragraph each time.

1.) Open the attached .odt file, and then save as .doc
2.) Close and open .doc file. Formatting isn't right and extra CR.
3.) Save again and repeat.  New CR added during each save.

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


[Libreoffice-bugs] [Bug 108318] copying an Hyperlink in a Textbox

2017-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108318

Buovjaga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||todven...@suomi24.fi
Version|5.3.2.2 release |3.6.7.2 release
 Ever confirmed|0   |1
   Severity|normal  |minor

--- Comment #1 from Buovjaga  ---
Reproduced.

_blank goes to the Frame field, not any nonexistent "destination".

Arch Linux 64-bit, KDE Plasma 5
Version: 5.5.0.0.alpha0+
Build ID: 2802dca10eef67554a81cb2347d5f648fa6fcd63
CPU threads: 8; OS: Linux 4.11; UI render: default; VCL: kde4; 
Locale: fi-FI (fi_FI.UTF-8); Calc: group
Built on June 10th 2017

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


[Libreoffice-bugs] [Bug 56028] [UI]Zooming makes cell content disappear partly

2017-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=56028

Buovjaga  changed:

   What|Removed |Added

 CC||timbacont...@gmail.com

--- Comment #11 from Buovjaga  ---
*** Bug 108274 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
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 108274] Fonts don't zoom correctly even with monospaced fonts

2017-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108274

Buovjaga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||todven...@suomi24.fi
 Resolution|--- |DUPLICATE

--- Comment #5 from Buovjaga  ---


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

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


[Libreoffice-bugs] [Bug 82504] EDITING: Background color button should fill cell background and not paragraph color when in a cell (proposed solution in comment #10)

2017-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=82504

--- Comment #24 from shunesbur...@yahoo.fr ---
I'm agree with you.
And I think is a pity, so long time and no fix for a simple think.
And it's the kind of think lot of people don't want LibreOffice because they
don't understand the logical of some options or bugs.

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


[Libreoffice-bugs] [Bug 108255] "Remove Border" checkbox adds confusion, but no functionality

2017-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108255

Buovjaga  changed:

   What|Removed |Added

   Keywords||needsUXEval
 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org,
   ||todven...@suomi24.fi

--- Comment #15 from Buovjaga  ---
UX: isn't this included in the idea of bug 87787?

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


[Libreoffice-ux-advise] [Bug 108255] "Remove Border" checkbox adds confusion, but no functionality

2017-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108255

Buovjaga  changed:

   What|Removed |Added

   Keywords||needsUXEval
 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org,
   ||todven...@suomi24.fi

--- Comment #15 from Buovjaga  ---
UX: isn't this included in the idea of bug 87787?

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


[Libreoffice-bugs] [Bug 40177] FILESAVE Draw doesn' t preserve text location exporting .odg to .svg

2017-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=40177

Buovjaga  changed:

   What|Removed |Added

   Keywords||filter:svgOpen
 Status|UNCONFIRMED |NEW
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1

--- Comment #13 from Buovjaga  ---
(In reply to Christopher M. Penalver from comment #5)
> On a very unfortunate technicality, the text doesn't move to the top left in
> a newer LO release. Instead it's gone entirely. Hence, I've re-wrote the
> Summary to better describe the bug.

Still confirmed, when I export and open it in Draw. However, the text is fine
in Firefox!

Arch Linux 64-bit, KDE Plasma 5
Version: 5.5.0.0.alpha0+
Build ID: 2802dca10eef67554a81cb2347d5f648fa6fcd63
CPU threads: 8; OS: Linux 4.11; UI render: default; VCL: kde4; 
Locale: fi-FI (fi_FI.UTF-8); Calc: group
Built on June 10th 2017

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


[Libreoffice-bugs] [Bug 82504] EDITING: Background color button should fill cell background and not paragraph color when in a cell (proposed solution in comment #10)

2017-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=82504

--- Comment #23 from bordfe...@web.de ---
This problem still exists in LO 5.3.3.2. 

My opinion is, that it is very illogical and distracting that the background
button in the table toolbar sets the paragraph background color and not the
cell background color.

In this bug report in comment 2 from sophie I found in the first place the
ability to resolve this issue: That I have to select the cell first and can
then do the backgound operations with the button in the table toolbar. It
should be enough, to put the cursor in a cell to change its background color.

I think in the table toolbar should be only functions which deal with table-
and not with paragraph-settings.

In the breeze-icon-set there should be two different icons for the buttons for
cell- and paragraph-background, too. 

It would be useful too, if the functionality would be the same in
"table-toolbar -> background color" and in the
table-properties-dialogue->Background-settings.

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


  1   2   3   >