[Libreoffice-bugs] [Bug 107644] New: Crash on inserting formula

2017-05-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107644

Bug ID: 107644
   Summary: Crash on inserting formula
   Product: LibreOffice
   Version: 5.2.6.1 rc
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Formula Editor
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: samtyg...@yahoo.co.uk

Created attachment 133085
  --> https://bugs.documentfoundation.org/attachment.cgi?id=133085=edit
backtrace

In current LO git ( ae7401002a0b6dabe4136dd8c5654ee2a54e7db6 ) I get a crash
when inserting a formula into a presentation. I am on Fedora 25.

Steps to reproduce.
1) open a new presentaton
2) Insert -> Object -> formula
3) Put anything in the formula
4) click outside the formula area to return to the presentation

Error message
soffice.bin:
/usr/local/src/libreoffice/core/comphelper/source/misc/accessibleeventnotifier.cxx:136:
bool
{anonymous}::implLookupClient(comphelper::AccessibleEventNotifier::TClientId,
std::__debug::map::iterator&): Assertion `rClients.end()
!= rPos && "AccessibleEventNotifier::implLookupClient: invalid client id "
"(did you register your client?)!"' failed.

Thread 1 "soffice.bin" received signal SIGABRT, Aborted.
__GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:58
58  }

Backtrace:
#0  0x773a391f in __GI_raise (sig=sig@entry=6) at
../sysdeps/unix/sysv/linux/raise.c:58
#1  0x773a551a in __GI_abort () at abort.c:89
#2  0x7739bda7 in __assert_fail_base (fmt=,
assertion=assertion@entry=0x7490a888 "rClients.end() != rPos &&
\"AccessibleEventNotifier::implLookupClient: invalid client id \" \"(did you
register your client?)!\"", file=file@entry=0x7490a7a0
"/usr/local/src/libreoffice/core/comphelper/source/misc/accessibleeventnotifier.cxx",
line=line@entry=136, function=function@entry=0x7490aa80 <(anonymous
namespace)::implLookupClient(unsigned int,
__gnu_debug::_Safe_iterator, std::__debug::map,
std::allocator > >&)::__PRETTY_FUNCTION__> "bool
{anonymous}::implLookupClient(comphelper::AccessibleEventNotifier::TClientId,
std::__debug::map::iterator&)") at assert.c:92
#3  0x7739be52 in __GI___assert_fail (assertion=0x7490a888
"rClients.end() != rPos && \"AccessibleEventNotifier::implLookupClient: invalid
client id \" \"(did you register your client?)!\"", file=0x7490a7a0
"/usr/local/src/libreoffice/core/comphelper/source/misc/accessibleeventnotifier.cxx",
line=136, function=0x7490aa80 <(anonymous
namespace)::implLookupClient(unsigned int,
__gnu_debug::_Safe_iterator, std::__debug::map,
std::allocator > >&)::__PRETTY_FUNCTION__> "bool
{anonymous}::implLookupClient(comphelper::AccessibleEventNotifier::TClientId,
std::__debug::map::iterator&)") at assert.c:101
#4  0x747c29a8 in (anonymous
namespace)::implLookupClient(comphelper::AccessibleEventNotifier::TClientId,
std::__debug::map, std::allocator >::iterator&) (nClient=0, rPos=...)
at
/usr/local/src/libreoffice/core/comphelper/source/misc/accessibleeventnotifier.cxx:134
#5  0x747c2ffd in
comphelper::AccessibleEventNotifier::removeEventListener(unsigned int,
com::sun::star::uno::Reference
const&) (_nClient=0, _rxListener=...) at
/usr/local/src/libreoffice/core/comphelper/source/misc/accessibleeventnotifier.cxx:238
#6  0x7fffbaca5865 in
SmGraphicAccessible::removeAccessibleEventListener(com::sun::star::uno::Reference
const&) (this=0x2d45050, xListener=...) at
/usr/local/src/libreoffice/core/starmath/source/accessibility.cxx:398
#7  0x7fffd30e3169 in
AtkListener::handleChildRemoved(com::sun::star::uno::Reference
const&,
com::sun::star::uno::Reference
const&) (this=0x2d726e0, rxParent=..., rxChild=...)
at
/usr/local/src/libreoffice/core/vcl/unx/gtk3/a11y/../../gtk/a11y/atklistener.cxx:213
#8  0x7fffd30e366b in
AtkListener::notifyEvent(com::sun::star::accessibility::AccessibleEventObject
const&) (this=0x2d726e0, aEvent=...)
at
/usr/local/src/libreoffice/core/vcl/unx/gtk3/a11y/../../gtk/a11y/atklistener.cxx:428
#9  0x747c3261 in
comphelper::AccessibleEventNotifier::addEvent(unsigned int,
com::sun::star::accessibility::AccessibleEventObject const&) (_nClient=59,
_rEvent=...) at
/usr/local/src/libreoffice/core/comphelper/source/misc/accessibleeventnotifier.cxx:269
#10 0x747c0f72 in
comphelper::OAccessibleContextHelper::NotifyAccessibleEvent(short,
com::sun::star::uno::Any const&, com::sun::star::uno::Any const&)
(this=0x2d5b1a0, _nEventId=7, _rOldValue=..., _rNewValue=...) at
/usr/local/src/libreoffice/core/comphelper/source/misc/accessiblecontexthelper.cxx:187
#11 0x7fffee347686 in
VCLXAccessibleComponent::ProcessWindowEvent(VclWindowEvent const&)
(this=0x2d5b1a0, rVclWindowEvent=...)
at

[Libreoffice-commits] core.git: Branch 'feature/mar-updater' - 3 commits - onlineupdate/inc onlineupdate/source

2017-05-04 Thread Markus Mohrhard
 onlineupdate/inc/types.hxx |   25 ++
 onlineupdate/source/update/common/readstrings.h|7 -
 onlineupdate/source/update/common/updatedefines.h  |2 
 onlineupdate/source/update/updater/archivereader.h |7 -
 onlineupdate/source/update/updater/progressui.h|3 
 onlineupdate/source/update/updater/updater.cxx |   80 +++--
 6 files changed, 104 insertions(+), 20 deletions(-)

New commits:
commit 5e8da3ee848df84e9376ee450c44ea08a4e649e0
Author: Markus Mohrhard 
Date:   Fri May 5 06:55:02 2017 +0200

second part for user profile in instdir

This handles the replacement request part.

The algorithm moves the user profile out of the backup back into the
user profile.

Change-Id: Ide45009d7a42b01ee645418b1a0c30b211842510

diff --git a/onlineupdate/source/update/common/updatedefines.h 
b/onlineupdate/source/update/common/updatedefines.h
index acca6887f422..748f9e098dd6 100644
--- a/onlineupdate/source/update/common/updatedefines.h
+++ b/onlineupdate/source/update/common/updatedefines.h
@@ -70,6 +70,7 @@ static inline int mywcsprintf(WCHAR* dest, size_t count, 
const WCHAR* fmt, ...)
 # define NS_tstat_t _stat
 # define NS_tstrcat wcscat
 # define NS_tstrcmp wcscmp
+# define NS_tstrncmp wcsncmp
 # define NS_tstricmp wcsicmp
 # define NS_tstrcpy wcscpy
 # define NS_tstrncpy wcsncpy
@@ -115,6 +116,7 @@ static inline int mywcsprintf(WCHAR* dest, size_t count, 
const WCHAR* fmt, ...)
 # define NS_tlstat lstat
 # define NS_tstrcat strcat
 # define NS_tstrcmp strcmp
+# define NS_tstrncmp strncmp
 # define NS_tstricmp strcasecmp
 # define NS_tstrcpy strcpy
 # define NS_tstrncpy strncpy
diff --git a/onlineupdate/source/update/updater/updater.cxx 
b/onlineupdate/source/update/updater/updater.cxx
index e6eb3855286c..e81fd89e840b 100644
--- a/onlineupdate/source/update/updater/updater.cxx
+++ b/onlineupdate/source/update/updater/updater.cxx
@@ -332,6 +332,32 @@ get_full_path(const NS_tchar *relpath)
 return s;
 }
 
+namespace {
+
+bool is_userprofile_in_instdir()
+{
+// the algorithm is:
+// 1.) if userprofile path length is smaller than installation dir,
+//  the profile is surely not in instdir
+// 2.) else comparing the two paths looking only at the installation dir
+//  characters should yield an equal string
+NS_tchar userprofile[MAXPATHLEN];
+NS_tstrcpy(userprofile, gPatchDirPath);
+NS_tchar *slash = (NS_tchar *) NS_tstrrchr(userprofile, NS_T('/'));
+if (slash)
+*slash = NS_T('\0');
+
+size_t userprofile_len = NS_tstrlen(userprofile);
+size_t installdir_len = NS_tstrlen(gInstallDirPath);
+
+if (userprofile_len < installdir_len)
+return false;
+
+return NS_tstrncmp(userprofile, gInstallDirPath, installdir_len) == 0;
+}
+
+}
+
 /**
  * Converts a full update path into a relative path; reverses get_full_path.
  *
@@ -2406,6 +2432,31 @@ ProcessReplaceRequest()
 return rv;
 }
 
+if (is_userprofile_in_instdir())
+{
+// 1.) calculate path of the user profile in the backup directory
+// 2.) move the user profile from the backup to the install directory
+NS_tchar backup_user_profile[MAXPATHLEN];
+NS_tchar userprofile[MAXPATHLEN];
+
+NS_tstrcpy(userprofile, gPatchDirPath);
+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)
+{
+LOG(("failed to copy user profile back"));
+}
+}
+
 #if !defined(_WIN32) && !defined(MACOSX)
 // Platforms that have their updates directory in the installation 
directory
 // need to have the last-update.log and backup-update.log files moved from 
the
commit 79ec65870e7afda17176ee9b51c2230e010ea57e
Author: Markus Mohrhard 
Date:   Fri May 5 04:46:30 2017 +0200

first step into supporting user profile in installation dir

Change-Id: I2485ad2b69ed28b7f964540ac3eecd22099b4f7c

diff --git a/onlineupdate/source/update/updater/updater.cxx 
b/onlineupdate/source/update/updater/updater.cxx
index 1e36b4d300f8..e6eb3855286c 100644
--- a/onlineupdate/source/update/updater/updater.cxx
+++ b/onlineupdate/source/update/updater/updater.cxx
@@ -735,6 +735,11 @@ struct copy_recursive_skiplist
 NS_tsnprintf(paths[index], MAXPATHLEN, NS_T("%s/%s"), path, suffix);
 }
 
+void append(unsigned index, const NS_tchar* path)
+{
+NS_tstrcpy(paths[index], path);
+}
+

[Libreoffice-bugs] [Bug 107409] FILESAVE DOC: Formula's seem to be (badly) rendered EMF images

2017-05-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107409

Buovjaga  changed:

   What|Removed |Added

   Keywords|bibisectRequest |

--- Comment #8 from Buovjaga  ---
(In reply to Bartosz from comment #7)
> Just enter in terminal
> export EMF_PLUS_DISABLE=1 
> and run LibreOffice from that terminal

or even simply
EMF_PLUS_DISABLE=1 libreoffice

Yep, confirm it resolves the 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 107090] Text is poorly rendered to presentation mode canvas with Default UI render and "Use hardware acceleration" enabled ( OpenGL and CPU only rendering is correct)

2017-05-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107090

--- Comment #11 from V Stuart Foote  ---
(In reply to V Stuart Foote from comment #10)
> Here is a weird rub to this.
> 
> If I add a text block, not only does it get pixelated when the "Use hardware
> acceleration" is enabled--but if I apply rotation to the text block it
> disappears in presentation mode!  But displays cleanly with CPU only or with
> OpenGL.
> 

This is also affecting the slide transitions. OK with OpenGL rendering, OK with
CPU only. But, set "Use hardware rendering" and the transition will be done on
a low resolution rendering, or if a rotated text block--the transition will
apply to  a blank slide. 

Tested on Windows 10 Pro 64-bit en-US with
Version: 5.3.3.2 (x64)
Build ID: 3d9a8b4b4e538a85e0782bd6c2d430bafe583448
CPU Threads: 8; OS Version: Windows 6.19; UI Render: default; Layout Engine:
new; 
Locale: en-US (en_US); 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 92796] [ODF] Writer does not remove unused page background image/ bitmap

2017-05-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92796

--- Comment #15 from Pongtawat  ---
This problem still exists in Writer 5.2.6.2 on Debian.

If I manually edit style.xml to remove the line referencing the old file, once
save by Writer, the old file will be removed automatically.

-- 
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: starmath/inc

2017-05-04 Thread Takeshi Abe
 starmath/inc/strings.hxx |2 --
 1 file changed, 2 deletions(-)

New commits:
commit bff9521fb48d33daa098794f4b2692e6b1d40273
Author: Takeshi Abe 
Date:   Fri May 5 12:18:13 2017 +0900

Drop premature mode line

Change-Id: I718184564eee226a72e4db5e804a99257d278db5

diff --git a/starmath/inc/strings.hxx b/starmath/inc/strings.hxx
index 477671bcba6c..beeb1519730c 100644
--- a/starmath/inc/strings.hxx
+++ b/starmath/inc/strings.hxx
@@ -265,8 +265,6 @@
 #define RID_XNOTPRECEDESY   " nprec  "
 #define RID_XNOTSUCCEEDSY   " nsucc  "
 
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
-
 #endif
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s 
cinkeys+=0=break: */
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 102985] [META] Font bugs and enhancements

2017-05-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102985

Volga  changed:

   What|Removed |Added

 Depends on||107056


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107056
[Bug 107056] Character deformed when exporting PDF containing Source Han Serif
font
-- 
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 107056] Character deformed when exporting PDF containing Source Han Serif font

2017-05-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107056

Volga  changed:

   What|Removed |Added

 Blocks||102985


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=102985
[Bug 102985] [META] Font 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 107634] [META] Fontwork / WordArt bugs and enhancements

2017-05-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107634

Volga  changed:

   What|Removed |Added

  Component|LibreOffice |Android Viewer
 Blocks||104594
 Depends on|104594  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=104594
[Bug 104594] Wrong text joining behavior in fontwork
-- 
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 104594] Wrong text joining behavior in fontwork

2017-05-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104594

Volga  changed:

   What|Removed |Added

 Blocks|107634  |
 Depends on||107634


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107634
[Bug 107634] [META] Fontwork / WordArt 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-commits] core.git: sc/source

2017-05-04 Thread Kohei Yoshida
 sc/source/ui/app/inputhdl.cxx |   13 +
 1 file changed, 5 insertions(+), 8 deletions(-)

New commits:
commit 4633d3d539d32236527a7056c50a04e373f8038d
Author: Kohei Yoshida 
Date:   Thu May 4 18:23:28 2017 -0400

Use std::unique_ptr for these guys.

Change-Id: I36510129f95548db3b156025a1bfe631577ec610
Reviewed-on: https://gerrit.libreoffice.org/37267
Tested-by: Jenkins 
Reviewed-by: Kohei Yoshida 

diff --git a/sc/source/ui/app/inputhdl.cxx b/sc/source/ui/app/inputhdl.cxx
index e914894145e3..dea393379fb8 100644
--- a/sc/source/ui/app/inputhdl.cxx
+++ b/sc/source/ui/app/inputhdl.cxx
@@ -2603,8 +2603,8 @@ void ScInputHandler::EnterHandler( ScEnterMode nBlockMode 
)
 bool bMatrix = ( nBlockMode == ScEnterMode::MATRIX );
 
 SfxApplication* pSfxApp = SfxGetpApp();
-EditTextObject* pObject = nullptr;
-ScPatternAttr*  pCellAttrs  = nullptr;
+std::unique_ptr pObject;
+std::unique_ptr pCellAttrs;
 boolbForget = false; // Remove due to validity?
 
 OUString aString = GetEditText(mpEditEngine.get());
@@ -2742,7 +2742,7 @@ void ScInputHandler::EnterHandler( ScEnterMode nBlockMode 
)
 if ( pCommonAttrs )
 {
 ScDocument* pDoc = pActiveViewSh->GetViewData().GetDocument();
-pCellAttrs = new ScPatternAttr( pDoc->GetPool() );
+pCellAttrs = o3tl::make_unique(pDoc->GetPool());
 pCellAttrs->GetFromEditItemSet( pCommonAttrs );
 delete pCommonAttrs;
 }
@@ -2798,7 +2798,7 @@ void ScInputHandler::EnterHandler( ScEnterMode nBlockMode 
)
 if (bAttrib)
 {
 mpEditEngine->ClearSpellErrors();
-pObject = mpEditEngine->CreateTextObject();
+pObject.reset(mpEditEngine->CreateTextObject());
 }
 else if (bAutoComplete) // Adjust Upper/Lower case
 {
@@ -2893,7 +2893,7 @@ void ScInputHandler::EnterHandler( ScEnterMode nBlockMode 
)
 
 ScInputStatusItem aItem( FID_INPUTLINE_STATUS,
  aCursorPos, aCursorPos, aCursorPos,
- aString, pObject );
+ aString, pObject.get() );
 
 if (!aMisspellRanges.empty())
 aItem.SetMisspellRanges();
@@ -2917,9 +2917,6 @@ void ScInputHandler::EnterHandler( ScEnterMode nBlockMode 
)
 pExecuteSh->AdjustBlockHeight();
 }
 
-delete pCellAttrs;
-delete pObject;
-
 HideTip();
 HideTipBelow();
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 107634] [META] Fontwork / WordArt bugs and enhancements

2017-05-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107634

Volga  changed:

   What|Removed |Added

 Blocks|104594  |
 Depends on||104594


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=104594
[Bug 104594] Wrong text joining behavior in fontwork
-- 
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 71732] [META] Bugs related to text rendering, typography and font features in LO

2017-05-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=71732

Volga  changed:

   What|Removed |Added

 Depends on|104594  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=104594
[Bug 104594] Wrong text joining behavior in fontwork
-- 
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 104594] Wrong text joining behavior in fontwork

2017-05-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104594

Volga  changed:

   What|Removed |Added

 Blocks|71732   |107634
 Depends on|107634  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=71732
[Bug 71732] [META] Bugs related to text rendering, typography and font features
in LO
https://bugs.documentfoundation.org/show_bug.cgi?id=107634
[Bug 107634] [META] Fontwork / WordArt 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 107521] Improve DirectWrite implementation font rendering on Windows

2017-05-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107521

V Stuart Foote  changed:

   What|Removed |Added

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

-- 
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 86001] Calc: FORMATTING Cannot turn spell check off by selecting Language [None]

2017-05-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=86001

Kohei Yoshida  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |kohei.yosh...@collabora.com
   |desktop.org |

--- Comment #6 from Kohei Yoshida  ---
I'm currently looking into this.

-- 
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 106990] font rendering got worse looking in 5.3.2.2 ( for Default rendering, OpenGL not affected)

2017-05-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106990

V Stuart Foote  changed:

   What|Removed |Added

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

-- 
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 71732] [META] Bugs related to text rendering, typography and font features in LO

2017-05-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=71732
Bug 71732 depends on bug 106990, which changed state.

Bug 106990 Summary: font rendering got worse looking in 5.3.2.2 (for Default 
rendering, OpenGL not affected)
https://bugs.documentfoundation.org/show_bug.cgi?id=106990

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WONTFIX

-- 
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 106990] font rendering got worse looking in 5.3.2.2 ( for Default rendering, OpenGL not affected)

2017-05-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106990

V Stuart Foote  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WONTFIX

--- Comment #53 from V Stuart Foote  ---
For folks not happy with the OpenGL and Default rendering of Seoge UI (system
font from Win 7 -> Win 10) it is a simple process to set a font replacement for
Segoe UI which is not well rendered.

Tools -> Options -> Fonts:  "Apply replacement table" checked active,

Select "Segoe UI" for the "From:" entry, and a suitable San-Serif font for
"Replace with:", then OK to apply.

"Noto Sans" is a good fit if installed, or the "Open Sans" font (bundled with
LibreOffice). "DejaVu Sans" (also bundled) works as well but has smaller
metrics than "Segoe UI" and the UI shrinks. The old "Tahoma" font is used for
Windows XP and earlier but folks might like that as well.

Until work for bug 107521 can improve DirectWrite rendering and restore more
appealing rendering of the native Segoe UI system font (for both OpenGL and
Default rendering) these alternate fonts are DirectWrite grayscale rendered by
LibreOffice cleaner than the Windows system font Segoe UI.

Moving this to WONTFIX

-- 
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 107613] Text colour change in a new line not working

2017-05-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107613

3191602...@qq.com changed:

   What|Removed |Added

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

--- Comment #4 from 3191602...@qq.com ---


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

-- 
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 107613] Text colour change in a new line not working

2017-05-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107613

--- Comment #3 from 3191602...@qq.com ---
(In reply to Telesto from comment #2)
> Looks like bug 105293

Yes it is the same issue. I did scroll through the bugs but must have missed
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 31814] EMF regression: failure of displaying ChemDraw objects

2017-05-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=31814

Bartosz  changed:

   What|Removed |Added

 Resolution|WORKSFORME  |DUPLICATE

--- Comment #33 from Bartosz  ---


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

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


Om Wadetwar

2017-05-04 Thread om wadetwar
All of my past & future contributions to LibreOffice may be licensed
under the MPLv2/LGPLv3+ dual license.

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


[Libreoffice-bugs] [Bug 107409] FILESAVE DOC: Formula's seem to be (badly) rendered EMF images

2017-05-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107409

--- Comment #7 from Bartosz  ---
Just enter in terminal
export EMF_PLUS_DISABLE=1 
and run LibreOffice from that terminal

-- 
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 107409] FILESAVE DOC: Formula's seem to be (badly) rendered EMF images

2017-05-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107409

--- Comment #6 from Bartosz  ---
Please check if setting the Environment variable EMF_PLUS_DISALE to 1, resolve
that 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-commits] core.git: sc/qa sc/source

2017-05-04 Thread Winfried Donkers
 sc/qa/unit/data/functions/statistical/fods/chisq.test.fods |  609 ++--
 sc/qa/unit/data/functions/statistical/fods/chitest.fods|  659 +++--
 sc/qa/unit/ucalc_formula.cxx   |   26 
 sc/source/core/tool/interpr3.cxx   |   34 
 4 files changed, 753 insertions(+), 575 deletions(-)

New commits:
commit a7f1df962c1c6cb0e1d51d8a67f0190c64962544
Author: Winfried Donkers 
Date:   Wed Mar 29 18:24:33 2017 +0200

tdf#106796 Make CHITEST and CHISQ.TEST comply with ODFF1.2 and improve

interoperability with Excel.

Note: the functions now don't accept empty datasets, just like Excel.
This is not fully compliant with ODFF1.2. A change request to make ODFF
reflect this behaviour would be appropiate.

Change-Id: I70225a4dc8e20a035d25af4290137714cda95624
Reviewed-on: https://gerrit.libreoffice.org/35864
Reviewed-by: Eike Rathke 
Tested-by: Jenkins 

diff --git a/sc/qa/unit/data/functions/statistical/fods/chisq.test.fods 
b/sc/qa/unit/data/functions/statistical/fods/chisq.test.fods
index 1e4ba54e961b..9eac30114eb7 100644
--- a/sc/qa/unit/data/functions/statistical/fods/chisq.test.fods
+++ b/sc/qa/unit/data/functions/statistical/fods/chisq.test.fods
@@ -1,13 +1,13 @@
 
 
 http://www.w3.org/1999/xlink; 
xmlns:dc="http://purl.org/dc/elements/1.1/; 
xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" 
xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" 
xmlns:presentation="urn:oasis:names:tc:opendocument:xmlns:presentation:1.0" 
xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" 
xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" 
xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" 
xmlns:math="http://www.w3.org/1998/Math/MathML; 
xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:scr
 ipt="urn:oasis:names:tc:opendocument:xmlns:script:1.0" 
xmlns:config="urn:oasis:names:tc:opendocument:xmlns:config:1.0" 
xmlns:ooo="http://openoffice.org/2004/office; 
xmlns:ooow="http://openoffice.org/2004/writer; 
xmlns:oooc="http://openoffice.org/2004/calc; 
xmlns:dom="http://www.w3.org/2001/xml-events; 
xmlns:xforms="http://www.w3.org/2002/xforms; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xmlns:rpt="http://openoffice.org/2005/report; 
xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" 
xmlns:xhtml="http://www.w3.org/1999/xhtml; 
xmlns:grddl="http://www.w3.org/2003/g/data-view#; 
xmlns:tableooo="http://openoffice.org/2009/table; 
xmlns:drawooo="http://openoffice.org/2010/draw; 
xmlns:calcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0"
 
xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0"
 xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" 
xmlns:form
 x="urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0" 
xmlns:css3t="http://www.w3.org/TR/css3-text/; office:version="1.2" 
office:mimetype="application/vnd.oasis.opendocument.spreadsheet">
- 
2017-02-24T19:11:51.019270939P0D1LibreOfficeDev/5.4.0.0.alpha0$Linux_X86_64
 
LibreOffice_project/36de6c50684c8241969a2064d30aff41e0bc5d97
+ 
2017-02-24T19:11:51.019270939P0D1LibreOfficeDev/5.4.0.0.alpha1$Linux_X86_64
 
LibreOffice_project/6d424f07701bf26d8fb173563b567d5f097c33e2
  
   
0
0
98520
-   12262
+   16164

 
  view1
@@ -31,8 +31,8 @@
false
   
   
-   4
-   1
+   2
+   29
0
0
0
@@ -50,7 +50,7 @@
   
  
  Sheet2
- 1241
+ 1048
  0
  100
  60
@@ -91,10 +91,12 @@
true
true
true
+   true
+   true
false
12632256
false
-   Lexmark-E352dn
+   Generic 
Printer

 
  cs
@@ -125,14 +127,12 @@
  
 

-   true
-   true
3
1
true
1
true
-   sgH+/0xleG1hcmstRTM1MmRuQ1VQUzpMZXhtYXJrLUUzNTJkbgAWAAMA0wAIAFZUAAAkbQAASm9iRGF0YSAxCnByaW50ZXI9TGV4bWFyay1FMzUyZG4Kb3JpZW50YXRpb249UG9ydHJhaXQKY29waWVzPTEKY29sbGF0ZT1mYWxzZQptYXJnaW5kYWp1c3RtZW50PTAsMCwwLDAKY29sb3JkZXB0aD0yNApwc2xldmVsPTAKcGRmZGV2aWNlPTEKY29sb3JkZXZpY2U9MApQUERDb250ZXhEYXRhCkR1cGxleDpOb25lAElucHV0U2xvdDpUcmF5MQBQYWdlU2l6ZTpMZXR0ZXIAABIAQ09NUEFUX0RVUExFWF9NT0RFDwBEdXBsZXhNb2RlOjpPZmY=
+   

[Libreoffice-bugs] [Bug 107638] Copy & Paste to Excel in SYLK format may not paste contents in clipboard if content 's length >= 256

2017-05-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107638

--- Comment #3 from himajin100...@gmail.com ---
I see. Honestly speaking, I was thinking LibreOffice's dropping support for
SYLK format in order to avoid confusion on users' side could be 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 107642] [META] Paragraph dialog bugs and enhancements

2017-05-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107642

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||82436, 88764, 98211, 101895


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=82436
[Bug 82436] EDITING: Tab stops not retained when indent set in paragraph dialog
https://bugs.documentfoundation.org/show_bug.cgi?id=88764
[Bug 88764] The orca screen reader does not consistantly speak control names
when navigating in the paragraph dialog box
https://bugs.documentfoundation.org/show_bug.cgi?id=98211
[Bug 98211] RTL: Paragraph dialog justified combobox doesnt list 'right'
https://bugs.documentfoundation.org/show_bug.cgi?id=101895
[Bug 101895] Paragraph dialog units shown as "ch" and "lines" when "Enable char
unit" is enabled by default
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 82436] EDITING: Tab stops not retained when indent set in paragraph dialog

2017-05-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=82436

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||107642


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107642
[Bug 107642] [META] Paragraph 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 101895] Paragraph dialog units shown as "ch" and "lines" when " Enable char unit" is enabled by default

2017-05-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101895

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||107642


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107642
[Bug 107642] [META] Paragraph 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 98211] RTL: Paragraph dialog justified combobox doesnt list 'right'

2017-05-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98211

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||107642


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107642
[Bug 107642] [META] Paragraph 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 88764] The orca screen reader does not consistantly speak control names when navigating in the paragraph dialog box

2017-05-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88764

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||107642


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107642
[Bug 107642] [META] Paragraph 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 102019] [META] Dialog bugs and enhancements

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

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||107642


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107642
[Bug 107642] [META] Paragraph 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 107643] 1.15 Line spacing has wrong preview in Paragraph dialog

2017-05-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107643

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||107642


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107642
[Bug 107642] [META] Paragraph 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 107642] [META] Paragraph dialog bugs and enhancements

2017-05-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107642

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||102019
 Depends on||107643


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=107643
[Bug 107643] 1.15 Line spacing has wrong preview in Paragraph dialog
-- 
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 107643] New: 1.15 Line spacing has wrong preview in Paragraph dialog

2017-05-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107643

Bug ID: 107643
   Summary: 1.15 Line spacing has wrong preview in Paragraph
dialog
   Product: LibreOffice
   Version: 5.3.0.3 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Keywords: implementationError, regression
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: philip...@hotmail.com

Samuel added 1.15 to the list of line spacing in the paragraph dialog in bug
85949, but unfortunately the preview in the dialog is now wrong as it isnt
being rendered on what value is there in the dialog, but what entry is selected
in the list, which it now has taken over the position of where 1.5 used to be.

-- 
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 85949] Adding '1.15 Lines' to line spacing drop downs

2017-05-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=85949

Yousuf Philips (jay)  changed:

   What|Removed |Added

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

-- 
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 107642] [META] Paragraph dialog bugs and enhancements

2017-05-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107642

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC|todven...@suomi24.fi,   |c...@nouenoff.nl,
   |xiscofa...@libreoffice.org  |vstuart.fo...@utsa.edu
Version|5.4.0.0.alpha1+ Master  |unspecified
 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 107567] Text previews in Paragraph dialog not showing correctly for RTL

2017-05-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107567

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||107642


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107642
[Bug 107642] [META] Paragraph 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 89028] Apply formatting changes without leaving the character or paragraph dialog

2017-05-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89028

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||107642


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107642
[Bug 107642] [META] Paragraph 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 85949] Adding '1.15 Lines' to line spacing drop downs

2017-05-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=85949

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||107642


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107642
[Bug 107642] [META] Paragraph 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 107642] New: [META] Paragraph dialog bugs and enhancements

2017-05-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107642

Bug ID: 107642
   Summary: [META] Paragraph dialog bugs and enhancements
   Product: LibreOffice
   Version: 5.4.0.0.alpha1+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: philip...@hotmail.com
CC: todven...@suomi24.fi, xiscofa...@libreoffice.org
Depends on: 107567, 85949, 89028


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=85949
[Bug 85949] Adding '1.15 Lines' to line spacing drop downs
https://bugs.documentfoundation.org/show_bug.cgi?id=89028
[Bug 89028] Apply formatting changes without leaving the character or paragraph
dialog
https://bugs.documentfoundation.org/show_bug.cgi?id=107567
[Bug 107567] Text previews in Paragraph dialog not showing correctly for RTL
-- 
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 83071] UI: User interface for outline numbering is confusing with possibilities offered both at Format >Paragraph ... Outline numbering and at Tools>Outline numbering

2017-05-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=83071

Yousuf Philips (jay)  changed:

   What|Removed |Added

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

-- 
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 83071] UI: User interface for outline numbering is confusing with possibilities offered both at Format >Paragraph ... Outline numbering and at Tools>Outline numbering

2017-05-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=83071

Yousuf Philips (jay)  changed:

   What|Removed |Added

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

-- 
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 95885] CALC: Add new toolbar and toggle icons for Cell Protection

2017-05-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95885

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

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

tdf#95885 Add new toolbar and toggle icons for Cell Protection

It will be available in 5.4.0.

The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are 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-ux-advise] [Bug 95885] CALC: Add new toolbar and toggle icons for Cell Protection

2017-05-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95885

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:5.4.0

-- 
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 84675] Add missing BASIC function and constant documentation

2017-05-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=84675

Olivier Hallot  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |olivier.hallot@documentfoun
   |desktop.org |dation.org

--- Comment #8 from Olivier Hallot  ---
I'm attaching here the pdf and ods files from the forum archives.

However I can't get file 

LibreOffice BASIC Functions including Parameters.pdf 

from the archives, so if you have it somewhere, please attach it here.

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


[Libreoffice-commits] core.git: icon-themes/breeze icon-themes/breeze_dark icon-themes/elementary icon-themes/galaxy icon-themes/tango officecfg/registry sc/inc sc/sdi sc/source sc/uiconfig

2017-05-04 Thread Gulsah Kose
 icon-themes/breeze/links.txt  |3 +
 icon-themes/breeze_dark/links.txt |3 +
 icon-themes/elementary/links.txt  |2 
 icon-themes/galaxy/links.txt  |2 
 icon-themes/tango/links.txt   |3 +
 officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu |8 ++
 sc/inc/sc.hrc |1 
 sc/sdi/formatsh.sdi   |1 
 sc/sdi/scalc.sdi  |   18 ++
 sc/source/ui/view/formatsh.cxx|   27 
++
 sc/source/ui/view/tabview3.cxx|2 
 sc/uiconfig/scalc/toolbar/formatobjectbar.xml |1 
 12 files changed, 71 insertions(+)

New commits:
commit 9691f2652f157f375881aea3bf5e39d72a133e0f
Author: Gulsah Kose 
Date:   Tue Mar 14 15:35:26 2017 +0300

tdf#95885 Add new toolbar and toggle icons for Cell Protection

Change-Id: Ib0d7f2a8cc07988d27f5cf96e5c57727ad1eca71
Signed-off-by: Gulsah Kose 
Reviewed-on: https://gerrit.libreoffice.org/35218
Tested-by: Jenkins 
Reviewed-by: Eike Rathke 

diff --git a/icon-themes/breeze/links.txt b/icon-themes/breeze/links.txt
index 652711c99e75..79a3d7e75062 100644
--- a/icon-themes/breeze/links.txt
+++ b/icon-themes/breeze/links.txt
@@ -1361,3 +1361,6 @@ cmd/lc_columnoperations.png cmd/lc_entirecolumn.png
 cmd/sc_columnoperations.png cmd/sc_entirecolumn.png 
 cmd/lc_rowoperations.png cmd/lc_entirerow.png 
 cmd/sc_rowoperations.png cmd/sc_entirerow.png
+
+cmd/sc_cellprotection.png cmd/sc_protect.png
+cmd/lc_cellprotection.png cmd/lc_protect.png
diff --git a/icon-themes/breeze_dark/links.txt 
b/icon-themes/breeze_dark/links.txt
index c8af3adff72f..56dbccf6bce5 100644
--- a/icon-themes/breeze_dark/links.txt
+++ b/icon-themes/breeze_dark/links.txt
@@ -1360,3 +1360,6 @@ cmd/lc_columnoperations.png cmd/lc_entirecolumn.png
 cmd/sc_columnoperations.png cmd/sc_entirecolumn.png 
 cmd/lc_rowoperations.png cmd/lc_entirerow.png 
 cmd/sc_rowoperations.png cmd/sc_entirerow.png
+
+cmd/sc_cellprotection.png cmd/sc_protect.png
+cmd/lc_cellprotection.png cmd/lc_protect.png
diff --git a/icon-themes/elementary/links.txt b/icon-themes/elementary/links.txt
index 247a0a39abb6..8232190685dc 100644
--- a/icon-themes/elementary/links.txt
+++ b/icon-themes/elementary/links.txt
@@ -668,3 +668,5 @@ cmd/lc_columnoperations.png cmd/lc_entirecolumn.png
 cmd/sc_columnoperations.png cmd/sc_entirecolumn.png
 cmd/lc_rowoperations.png cmd/lc_entirerow.png
 cmd/sc_rowoperations.png cmd/sc_entirerow.png
+
+cmd/sc_cellprotection.png cmd/sc_protect.png
diff --git a/icon-themes/galaxy/links.txt b/icon-themes/galaxy/links.txt
index c6113afc67c7..a401ae66c0e0 100644
--- a/icon-themes/galaxy/links.txt
+++ b/icon-themes/galaxy/links.txt
@@ -148,3 +148,5 @@ cmd/lc_columnoperations.png cmd/lc_entirecolumn.png
 cmd/sc_columnoperations.png cmd/sc_entirecolumn.png 
 cmd/lc_rowoperations.png cmd/lc_entirerow.png 
 cmd/sc_rowoperations.png cmd/sc_entirerow.png
+
+cmd/sc_cellprotection.png cmd/sc_protect.png
diff --git a/icon-themes/tango/links.txt b/icon-themes/tango/links.txt
index 272425875a99..54ecb6575daf 100644
--- a/icon-themes/tango/links.txt
+++ b/icon-themes/tango/links.txt
@@ -601,3 +601,6 @@ cmd/lc_columnoperations.png cmd/lc_entirecolumn.png
 cmd/sc_columnoperations.png cmd/sc_entirecolumn.png 
 cmd/lc_rowoperations.png cmd/lc_entirerow.png 
 cmd/sc_rowoperations.png cmd/sc_entirerow.png
+
+cmd/sc_cellprotection.png cmd/sc_protect.png
+cmd/lc_cellprotection.png cmd/lc_protect.png
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
index 6c0ebf974d89..a558ff95 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
@@ -610,6 +610,14 @@
   1
 
   
+  
+
+  Cell Protection
+
+
+  9
+
+  
   
 
   Print Area
diff --git a/sc/inc/sc.hrc b/sc/inc/sc.hrc
index aa32f3c66a42..db37b7729ac2 100644
--- a/sc/inc/sc.hrc
+++ b/sc/inc/sc.hrc
@@ -644,6 +644,7 @@
 #define FID_SHOW_ALL_NOTES  (SID_NEW_SLOTS+102)
 #define FID_HIDE_ALL_NOTES  (SID_NEW_SLOTS+103)
 #define FID_DELETE_ALL_NOTES(SID_NEW_SLOTS+104)
+#define SID_SCATTR_CELLPROTECTION (SID_NEW_SLOTS+105)
 
 // idl parameter
 
diff --git a/sc/sdi/formatsh.sdi b/sc/sdi/formatsh.sdi
index cb2a76cb57da..3663955aadfa 100644
--- a/sc/sdi/formatsh.sdi
+++ b/sc/sdi/formatsh.sdi
@@ -76,6 +76,7 @@ interface FormatForSelection
 SID_ALIGN_ANY_VDEFAULT  [ 

[Libreoffice-bugs] [Bug 107641] FILEOPEN XLSX: Database ranges column has extra dropdown arrows

2017-05-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107641

--- Comment #3 from Gabor Kelemen  ---
Created attachment 133081
  --> https://bugs.documentfoundation.org/attachment.cgi?id=133081=edit
The two example files in Calc 5.4alpha

-- 
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 107641] FILEOPEN XLSX: Database ranges column has extra dropdown arrows

2017-05-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107641

Gabor Kelemen  changed:

   What|Removed |Added

   Keywords||filter:xlsx
 CC||ba...@caesar.elte.hu

-- 
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 107641] FILEOPEN XLSX: Database ranges column has extra dropdown arrows

2017-05-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107641

--- Comment #2 from Gabor Kelemen  ---
Created attachment 133080
  --> https://bugs.documentfoundation.org/attachment.cgi?id=133080=edit
The two example files in Excel 2013

-- 
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 107641] FILEOPEN XLSX: Database ranges column has extra dropdown arrows

2017-05-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107641

--- Comment #1 from Gabor Kelemen  ---
Created attachment 133079
  --> https://bugs.documentfoundation.org/attachment.cgi?id=133079=edit
Same example file but with switched sheets

-- 
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 107641] New: FILEOPEN XLSX: Database ranges column has extra dropdown arrows

2017-05-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107641

Bug ID: 107641
   Summary: FILEOPEN XLSX: Database ranges column has extra
dropdown arrows
   Product: LibreOffice
   Version: 5.4.0.0.alpha1+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: kelem...@ubuntu.com

Created attachment 133078
  --> https://bugs.documentfoundation.org/attachment.cgi?id=133078=edit
Example file with data range on the second sheet

Attached file was made with Excel 2013, and has a database range defined on the
second sheet for A1:A4 with the first sheet being empty.

When opened in a current Calc 5.4 master it has dropdown arrows in all cells of
the given column have extra dropdown arrows, while in Excel only the top cell
has a dropdown. The ones at the top 4 cells display the usual filter widget,
the others don't do anything.

I think it is an important detail that the range is on the second sheet, as if
I switch the two sheets in Excel the problem does not appear.

-- 
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: scaddins/source

2017-05-04 Thread Winfried Donkers
 scaddins/source/analysis/financial.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 87a5be1cb579cb1e215c39990986c0a770c18b50
Author: Winfried Donkers 
Date:   Wed May 3 16:12:50 2017 +0200

tdf#107566 adjust constraints for Add-In function YIELDMAT.

Constraints are adjusted to make Calc behave the same as Excel.
Constraint for rate is less severe than ODFF1.2, but a rate of 0 is
mathematically no problem and Excel allows a rate of 0.
Constraint that Settlement date cannot be before Issue date is neither
mentioned in ODFF1.2 nor in Excel's help text for YIELDMAT, but is applied
by Excel. In reality, a settlement before issue is not possible.

Change-Id: I9c19d33abe8518311606fcee1c9dea32438d61a4
Reviewed-on: https://gerrit.libreoffice.org/37206
Tested-by: Jenkins 
Reviewed-by: Eike Rathke 

diff --git a/scaddins/source/analysis/financial.cxx 
b/scaddins/source/analysis/financial.cxx
index 70cc6e37a5e5..d5ad25e6dbb4 100644
--- a/scaddins/source/analysis/financial.cxx
+++ b/scaddins/source/analysis/financial.cxx
@@ -333,7 +333,7 @@ double SAL_CALL AnalysisAddIn::getYielddisc( const 
css::uno::Reference< css::bea
 double SAL_CALL AnalysisAddIn::getYieldmat( const css::uno::Reference< 
css::beans::XPropertySet >& xOpt,
 sal_Int32 nSettle, sal_Int32 nMat, sal_Int32 nIssue, double fRate, double 
fPrice, const css::uno::Any& rOB )
 {
-if( fPrice <= 0.0 || fRate <= 0.0 || nSettle >= nMat )
+if( fPrice <= 0.0 || fRate < 0.0 || nSettle >= nMat || nSettle < nIssue)
 throw css::lang::IllegalArgumentException();
 
 double fRet = GetYieldmat( GetNullDate( xOpt ),  nSettle, nMat, nIssue, 
fRate, fPrice, getDateMode( xOpt, rOB ) );
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'libreoffice-5-3' - oox/source

2017-05-04 Thread Thomas Beck
 oox/source/drawingml/fillproperties.cxx |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit da8e35e190b96a2cbd26f848bcd2acd139618ebb
Author: Thomas Beck 
Date:   Fri Apr 7 15:04:25 2017 +0200

tdf#106520 xlsx: black square where image should be

Reversed order of Transforms. Duotone will now be applied after a
ColorChange due to the ColorChange Transform not being able to
distinguish the colors properly anymore after Duotone had been applied.

This seems to better match what MSO is doing there.

Change-Id: I6ca66cc411c3e2a3d009325f0f1641c560949a54
Reviewed-on: https://gerrit.libreoffice.org/36263
Reviewed-by: Katarina Behrens 
Tested-by: Katarina Behrens 
(cherry picked from commit 184362002955d750c6597a444ae5240cf15932ac)
Reviewed-on: https://gerrit.libreoffice.org/37236
Tested-by: Jenkins 
Reviewed-by: Bartosz Kosiorek 

diff --git a/oox/source/drawingml/fillproperties.cxx 
b/oox/source/drawingml/fillproperties.cxx
index ed8dbfcc5741..ed01746b4c64 100644
--- a/oox/source/drawingml/fillproperties.cxx
+++ b/oox/source/drawingml/fillproperties.cxx
@@ -77,7 +77,7 @@ Reference< XGraphic > lclCheckAndApplyDuotoneTransform( const 
BlipFillProperties
 return xGraphic;
 }
 
-Reference< XGraphic > lclCheckAndApplyChangeColorTransform( const 
BlipFillProperties , Reference< XGraphic > & xGraphic,
+Reference< XGraphic > lclCheckAndApplyChangeColorTransform( const 
BlipFillProperties , Reference< XGraphic >  const & xGraphic,
 const 
GraphicHelper& rGraphicHelper, const sal_Int32 nPhClr )
 {
 if( aBlipProps.maColorChangeFrom.isUsed() && 
aBlipProps.maColorChangeTo.isUsed() )
@@ -709,8 +709,8 @@ void GraphicProperties::pushToPropMap( PropertyMap& 
rPropMap, const GraphicHelpe
 if( maBlipProps.mxGraphic.is() )
 {
 // created transformed graphic
-Reference< XGraphic > xGraphic = lclCheckAndApplyDuotoneTransform( 
maBlipProps, maBlipProps.mxGraphic, rGraphicHelper, API_RGB_TRANSPARENT );
-xGraphic = lclCheckAndApplyChangeColorTransform( maBlipProps, 
xGraphic, rGraphicHelper, API_RGB_TRANSPARENT );
+Reference< XGraphic > xGraphic = 
lclCheckAndApplyChangeColorTransform(maBlipProps, maBlipProps.mxGraphic, 
rGraphicHelper, API_RGB_TRANSPARENT);
+xGraphic = lclCheckAndApplyDuotoneTransform(maBlipProps, xGraphic, 
rGraphicHelper, API_RGB_TRANSPARENT);
 
 if (eColorMode == ColorMode_STANDARD && nBrightness == 70 && nContrast 
== -70)
 // map MSO 'washout' to our Watermark colormode
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: shell/source

2017-05-04 Thread Thomas Beck
 shell/source/win32/SysShExec.cxx |   22 ++
 1 file changed, 22 insertions(+)

New commits:
commit ad711bc6e2cc35c2ed114fff15008d5bbcfcf21c
Author: Thomas Beck 
Date:   Wed May 3 12:57:11 2017 +0200

tdf#107587 Opening Hyperlink opens Browser in Background.

Added neccessary WinAPI calls to bring called window into the
Foreground.

Change-Id: I080968f655e2230d1a514b3ef91bf916d904d844
Reviewed-on: https://gerrit.libreoffice.org/37196
Tested-by: Jenkins 
Reviewed-by: Thorsten Behrens 

diff --git a/shell/source/win32/SysShExec.cxx b/shell/source/win32/SysShExec.cxx
index 274f000f05bb..59243289ad1e 100644
--- a/shell/source/win32/SysShExec.cxx
+++ b/shell/source/win32/SysShExec.cxx
@@ -323,6 +323,28 @@ void SAL_CALL CSysShExec::execute( const OUString& 
aCommand, const OUString& aPa
 static_cast< XSystemShellExecute* >(this),
 psxErr);
 }
+else
+{
+// Get Permission make changes to the Window of the created Process
+HWND procHandle = 0;
+DWORD procId = GetProcessId(sei.hProcess);
+AllowSetForegroundWindow(procId);
+
+// Get the handle of the created Window
+DWORD check = 0;
+GetWindowThreadProcessId(procHandle, );
+SAL_WARN_IF(check != procId, "shell", "Could not get handle of process 
called by shell.");
+
+// Move created Window into the foreground
+if(procHandle != 0)
+{
+SetForegroundWindow(procHandle);
+SetActiveWindow(procHandle);
+}
+}
+
+// Close the handle for the created childprocess when we are done
+CloseHandle(sei.hProcess);
 }
 
 // XServiceInfo
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 90801] UI font in menubar is not affected by font substitution

2017-05-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90801

--- Comment #22 from V Stuart Foote  ---
(In reply to V Stuart Foote from comment #21)
> The font substitution works correctly and includes the main menu.
> 
> On a Windows system a substitute for Segoe UI with a serif font--Liberation
> Serif shows the replacement for the system font.
> 
> Assume it also behaves on the various Linux DEs

Sorry that was testing on both Windows 10 and Windows 8.1 with
Version: 5.3.2.2 (x64)
Build ID: 6cd4f1ef626f15116896b1d8e1398b56da0d0ee1
CPU Threads: 8; OS Version: Windows 6.19; UI Render: default; Layout Engine:
new; 
Locale: en-US (en_US); 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 90801] UI font in menubar is not affected by font substitution

2017-05-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90801

V Stuart Foote  changed:

   What|Removed |Added

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

--- Comment #21 from V Stuart Foote  ---
The font substitution works correctly and includes the main menu.

On a Windows system a substitute for Segoe UI with a serif font--Liberation
Serif shows the replacement for the system font.

Assume it also behaves on the various Linux DEs

-- 
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 'libreoffice-5-3' - sw/source

2017-05-04 Thread LeMoyne Castle
 sw/source/core/unocore/unotbl.cxx |4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

New commits:
commit 066cd52857ad9c2494c584bc36b38fc34836d10f
Author: LeMoyne Castle 
Date:   Tue Apr 25 22:44:16 2017 -0600

tdf#107350 - prevent crash in unotbl.cxx

check pointer and throw exception instead of SIGABRT
when reading data from text tables that have
varying row &/or col lengths from
 - merged cells after first row,
 - split cells in first row, etc.

add backstop safety check -> exception because
 - complexity check fails (wrong/not called)
 - OOo uno api doc calls for exception when
   text table is 'too complex'
v2:  better error message for crash point and
   its parallel (getData[Array])

Change-Id: Ifb844c3e29042dab6b6cdb2448f7728e6ccb631d
Reviewed-on: https://gerrit.libreoffice.org/37002
Tested-by: Jenkins 
Reviewed-by: Björn Michaelsen 
(cherry picked from commit eea79562f1a5785a8a22cde732a091725e46bbad)
Reviewed-on: https://gerrit.libreoffice.org/37264
Reviewed-by: Michael Stahl 

diff --git a/sw/source/core/unocore/unotbl.cxx 
b/sw/source/core/unocore/unotbl.cxx
index 0eab02785d22..4087921e9666 100644
--- a/sw/source/core/unocore/unotbl.cxx
+++ b/sw/source/core/unocore/unotbl.cxx
@@ -3697,7 +3697,7 @@ uno::Sequence SAL_CALL 
SwXCellRange::getDataArray()
 {
 auto pCell(static_cast(pCurrentCell->get()));
 if(!pCell)
-throw uno::RuntimeException();
+throw uno::RuntimeException("Table too complex", 
static_cast(this));
 rCellAny = pCell->GetAny();
 ++pCurrentCell;
 }
@@ -3764,6 +3764,8 @@ SwXCellRange::getData() throw (uno::RuntimeException, 
std::exception)
 rRow = uno::Sequence(nColCount);
 for(auto& rValue : rRow)
 {
+if (!(*pCurrentCell).is())
+throw uno::RuntimeException("Table too complex", 
static_cast(this));
 rValue = (*pCurrentCell)->getValue();
 ++pCurrentCell;
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 34133] Add ability to automatically compress and resize images

2017-05-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=34133

--- Comment #49 from Joey Reid  ---
(In reply to Heiko Tietze from comment #47)
> (In reply to Joey Reid from comment #46)
> How would you do that when the action is
> executed immediately before save without always nagging with confirmation
> boxes? 

I suggest you try this feature on MS Office. 

File->Save As->Option->Tools->Compress picture

Or with our Impress Presentation Minimizer. Bug 34557 is a dupe of this.

Neither of these requires any nagging and are both easier to access then buried
in with the many options under tools. And more importantly they allow you to
resize your document when you are done with it. This is by far the most common
use case.

> The only alternative is to refuse this enhancement and to provide
> only manual compression.

Why are you ruling out MS Office's approach? Or Impress's approach? Both of
these are far more flexible.

-- 
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 107638] Copy & Paste to Excel in SYLK format may not paste contents in clipboard if content 's length >= 256

2017-05-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107638

Yousuf Philips (jay)  changed:

   What|Removed |Added

Summary|Copy & Paste to Excel may   |Copy & Paste to Excel in
   |not paste contents in   |SYLK format may not paste
   |clipboard if content's  |contents in clipboard if
   |length >= 256   |content's length >= 256

-- 
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-05-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102593

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||107638


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107638
[Bug 107638] Copy & Paste to Excel may not paste contents in clipboard if
content's length >= 256
-- 
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 107638] Copy & Paste to Excel may not paste contents in clipboard if content' s length >= 256

2017-05-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107638

Yousuf Philips (jay)  changed:

   What|Removed |Added

 CC||philip...@hotmail.com
 Blocks||102593

--- Comment #2 from Yousuf Philips (jay)  ---
In Excel 2013, default paste results in nothing appearing in both A1 and A2,
but believe this may be a problem with Excel more than its a problem from
LibreOffice's side. Excel is choosing the wrong paste option, as many of the
other paste special options (DIF, HTML, Unicode Text, Text) all work fine and
its 'keep source formatting' and 'match destination formatting' paste options
do work fine as well.


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 107638] Copy & Paste to Excel may not paste contents in clipboard if content' s length >= 256

2017-05-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107638

Eike Rathke  changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

-- 
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 107638] Copy & Paste to Excel may not paste contents in clipboard if content' s length >= 256

2017-05-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107638

Eike Rathke  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |NOTOURBUG

--- Comment #1 from Eike Rathke  ---
Just a guess: Excel doesn't handle more than 255 characters when importing SYLK
format. Calc exports that fine, just save your test to a filename.slk and
inspect or try to open with Excel.
There's probably nothing we can do.

-- 
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: cppcanvas/source

2017-05-04 Thread Bartosz Kosiorek
 cppcanvas/source/mtfrenderer/emfplus.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a2c14edcc5cbf87c3c229361e02415bcedcd7b87
Author: Bartosz Kosiorek 
Date:   Wed May 3 21:43:19 2017 +0200

Fix number of EmfPlusEndContainer record

EmfPlusEndContainer record closes a graphics state container
that was previously opened by a begin container operation.

Change-Id: I80d977ba53b98ef87b70e0dca2008c1980f901f9
Reviewed-on: https://gerrit.libreoffice.org/37217
Tested-by: Jenkins 
Reviewed-by: Bartosz Kosiorek 

diff --git a/cppcanvas/source/mtfrenderer/emfplus.cxx 
b/cppcanvas/source/mtfrenderer/emfplus.cxx
index fdcd7e031f4d..4d4bfb528d61 100644
--- a/cppcanvas/source/mtfrenderer/emfplus.cxx
+++ b/cppcanvas/source/mtfrenderer/emfplus.cxx
@@ -100,7 +100,7 @@ namespace
 #define EmfPlusRecordTypeRestore 0x4026
 //TODO EmfPlusRecordTypeBeginContainer 0x4027
 #define EmfPlusRecordTypeBeginContainerNoParams 0x4028
-#define EmfPlusRecordTypeEndContainer 0x4027
+#define EmfPlusRecordTypeEndContainer 0x4029
 #define EmfPlusRecordTypeSetWorldTransform 0x402A
 #define EmfPlusRecordTypeResetWorldTransform 0x402B
 #define EmfPlusRecordTypeMultiplyWorldTransform 0x402C
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: sd/source

2017-05-04 Thread Michael Stahl
 sd/source/ui/presenter/CanvasUpdateRequester.cxx |   13 +++--
 1 file changed, 7 insertions(+), 6 deletions(-)

New commits:
commit 670631cae260263e4822d8aa63bc5c2e4349c796
Author: Michael Stahl 
Date:   Thu May 4 22:18:05 2017 +0200

sd: oops, skipped one entry on every erase by incrementing

Thanks Noel for the hint.

Change-Id: I4992ce6d92ea185c7ab2f3ca452d3920204bb9f7

diff --git a/sd/source/ui/presenter/CanvasUpdateRequester.cxx 
b/sd/source/ui/presenter/CanvasUpdateRequester.cxx
index ee385533773f..456c37d43a58 100644
--- a/sd/source/ui/presenter/CanvasUpdateRequester.cxx
+++ b/sd/source/ui/presenter/CanvasUpdateRequester.cxx
@@ -44,10 +44,14 @@ std::shared_ptr 
CanvasUpdateRequester::Instance (
 static std::vector> s_RequesterMap;
-for (auto it = s_RequesterMap.begin(); it != s_RequesterMap.end(); ++it)
+for (auto it = s_RequesterMap.begin(); it != s_RequesterMap.end(); )
 {
 uno::Reference const xCanvas(it->first);
-if (xCanvas == rxSharedCanvas)
+if (!xCanvas.is())
+{
+it = s_RequesterMap.erase(it); // remove stale entry
+}
+else if (xCanvas == rxSharedCanvas)
 {
 std::shared_ptr pRequester(it->second);
 if (pRequester)
@@ -64,10 +68,7 @@ std::shared_ptr 
CanvasUpdateRequester::Instance (
 }
 else
 {
-if (!xCanvas.is())
-{
-it = s_RequesterMap.erase(it); // remove stale entry
-}
+++it;
 }
 }
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 107639] User feedback that slide transition doesnt work due to OpenGL version

2017-05-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107639

--- Comment #3 from Yousuf Philips (jay)  ---
Yes hiding them is not an option as a user may receive a file with it already
set and that would cause problems. Graying they out could be one option, though
i dont think graying out the text is good, as the user still should be able to
set the non-supported transition.

I think having a single not supported, warning or error icon (e.g.
/core/icon-themes/galaxy/vcl/res/warningbox.png) appear instead of the default
icon would be best option and then the tooltip could be appended to mention
that its not supported (e.g. 'Honeycomb (not supported)').

-- 
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 106343] child windows corrupted [ radeon evergreen_cs_track_validate_texture:831 texture invalid]

2017-05-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106343

Xisco Faulí  changed:

   What|Removed |Added

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

--- Comment #3 from Xisco Faulí  ---
Closing as RESOLVED WORKSFORME as per comment 2

-- 
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 106343] child windows corrupted [ radeon evergreen_cs_track_validate_texture:831 texture invalid]

2017-05-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106343

Andi  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #2 from Andi  ---
Hi JBF,

1/ I tried that but it didn`t make a difference
2/ I am now working with release 5.3.1.2 ( as shown by rpm -qi libreoffice) and
with this version the problem did not appear again. 
3/ I did not try a 5.2.x version.

However I have also updated 
MESA to 17.0.1

Sorry for the late reply. I think we should close this.
Thanks for double checking.

Best Regards
Andi

-- 
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 34133] Add ability to automatically compress and resize images

2017-05-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=34133

--- Comment #48 from Jérôme  ---
An other solution is be asking to the user the first time he is inserting an
image. Next the user choice is saved into the user environnement.

A small indicator over the image could show if it has been automatically
compressed or not. When clicking on this indicator a popup window would ask
again the question to the user.

-- 
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 107625] Envelope dialog: Make dialog more a11y friendly

2017-05-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107625

--- Comment #9 from Heiko Tietze  ---
(In reply to Yousuf Philips (jay) from comment #8)
> (In reply to Alex ARNAUD from comment #7)
> > I propose this two behavior : 
> > - Disabling the usage of tab in theses fields
> 
> This would be the safest thing to do as long as the fields dont need the use
> of a tab character in them. @Regina, @Cor, @Heiko: Input please.

The labels have accelerators so you get out of this input field with
alt+D/T/F... in case of English. Disabling tabs makes it impossible to simulate
columns, which might be interesting for envelopes. -> WONTFIX

Another observation in this dialog is at the Printer tab where the first
selection with icons is not labeled. It is part of the tab sequence but without
a focus frame so hardly to recognize.

-- 
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: sd/source

2017-05-04 Thread Michael Stahl
 sd/source/ui/presenter/CanvasUpdateRequester.cxx |   58 ---
 sd/source/ui/presenter/CanvasUpdateRequester.hxx |   14 +
 sd/source/ui/presenter/PresenterCanvas.cxx   |9 +--
 sd/source/ui/presenter/PresenterCanvas.hxx   |2 
 4 files changed, 53 insertions(+), 30 deletions(-)

New commits:
commit baa253d00ab6aa67fa100472db00227baa14c87a
Author: Michael Stahl 
Date:   Thu May 4 16:17:16 2017 +0200

sd: fix atexit crash in CanvasUpdateRequester::maRequesterMap


https://retrace.fedoraproject.org/faf/problems/bthash/?bth=2c9e4b335a4f17dea5e095f0a3e8f79aa40943cb

Clearly it's a really bad idea to own these objects at shutdown, so
instead use weak references, and also ensure that the
CanvasUpdateRequester is not deleted before the event is dispatched
just in case.

Change-Id: Iee8a109fe5969b2a3345e0ef266aee014962ae57

diff --git a/sd/source/ui/presenter/CanvasUpdateRequester.cxx 
b/sd/source/ui/presenter/CanvasUpdateRequester.cxx
index 90202e8138b4..ee385533773f 100644
--- a/sd/source/ui/presenter/CanvasUpdateRequester.cxx
+++ b/sd/source/ui/presenter/CanvasUpdateRequester.cxx
@@ -20,6 +20,7 @@
 #include "CanvasUpdateRequester.hxx"
 #include 
 #include 
+#include 
 
 using namespace ::com::sun::star;
 using namespace ::com::sun::star::uno;
@@ -36,30 +37,53 @@ public:
 
 //= CanvasUpdateRequester =
 
-CanvasUpdateRequester::RequesterMap CanvasUpdateRequester::maRequesterMap;
-
 std::shared_ptr CanvasUpdateRequester::Instance (
 const Reference& rxSharedCanvas)
 {
-RequesterMap::const_iterator iRequester;
-for (iRequester=maRequesterMap.begin(); iRequester!=maRequesterMap.end(); 
++iRequester)
+// this global must not own anything or we crash on shutdown
+static std::vector> s_RequesterMap;
+for (auto it = s_RequesterMap.begin(); it != s_RequesterMap.end(); ++it)
 {
-if (iRequester->first == rxSharedCanvas)
-return iRequester->second;
+uno::Reference const xCanvas(it->first);
+if (xCanvas == rxSharedCanvas)
+{
+std::shared_ptr pRequester(it->second);
+if (pRequester)
+{
+return pRequester;
+}
+else
+{
+std::shared_ptr const pNew(
+new CanvasUpdateRequester(rxSharedCanvas), Deleter());
+it->second = pNew;
+return pNew;
+}
+}
+else
+{
+if (!xCanvas.is())
+{
+it = s_RequesterMap.erase(it); // remove stale entry
+}
+}
 }
 
 // No requester for the given canvas found.  Create a new one.
 std::shared_ptr pRequester (
 new CanvasUpdateRequester(rxSharedCanvas), Deleter());
-
maRequesterMap.push_back(RequesterMap::value_type(rxSharedCanvas,pRequester));
+s_RequesterMap.push_back(std::make_pair(rxSharedCanvas, pRequester));
 return pRequester;
 }
 
+
 CanvasUpdateRequester::CanvasUpdateRequester (
-const Reference& rxCanvas)
-: mxCanvas(rxCanvas),
-  mnUserEventId(nullptr),
-  mbUpdateFlag(false)
+const Reference& rxCanvas)
+: mxCanvas(rxCanvas)
+, m_pUserEventId(nullptr)
+, mbUpdateFlag(false)
 {
 Reference xComponent (mxCanvas, UNO_QUERY);
 if (xComponent.is())
@@ -70,16 +94,16 @@ CanvasUpdateRequester::CanvasUpdateRequester (
 
 CanvasUpdateRequester::~CanvasUpdateRequester()
 {
-if (mnUserEventId != nullptr)
-Application::RemoveUserEvent(mnUserEventId);
+assert(m_pUserEventId == nullptr);
 }
 
 void CanvasUpdateRequester::RequestUpdate (const bool bUpdateAll)
 {
-if (mnUserEventId == nullptr)
+if (m_pUserEventId == nullptr)
 {
+m_pThis = shared_from_this(); // keep instance alive until dispatch
 mbUpdateFlag = bUpdateAll;
-mnUserEventId = Application::PostUserEvent(LINK(this, 
CanvasUpdateRequester, Callback));
+m_pUserEventId = Application::PostUserEvent(LINK(this, 
CanvasUpdateRequester, Callback));
 }
 else
 {
@@ -89,12 +113,14 @@ void CanvasUpdateRequester::RequestUpdate (const bool 
bUpdateAll)
 
 IMPL_LINK_NOARG(CanvasUpdateRequester, Callback, void*, void)
 {
-mnUserEventId = nullptr;
+m_pUserEventId = nullptr;
 if (mxCanvas.is())
 {
 mxCanvas->updateScreen(mbUpdateFlag);
 mbUpdateFlag = false;
 }
+assert(m_pThis);
+m_pThis.reset(); // possibly delete "this"
 }
 
 } } // end of namespace ::sd::presenter
diff --git a/sd/source/ui/presenter/CanvasUpdateRequester.hxx 
b/sd/source/ui/presenter/CanvasUpdateRequester.hxx
index a712cc502200..471b9ab53b72 100644
--- a/sd/source/ui/presenter/CanvasUpdateRequester.hxx
+++ b/sd/source/ui/presenter/CanvasUpdateRequester.hxx
@@ -22,10 +22,8 @@
 
 

[Libreoffice-bugs] [Bug 34133] Add ability to automatically compress and resize images

2017-05-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=34133

--- Comment #47 from Heiko Tietze  ---
(In reply to Joey Reid from comment #46)
> How would I or any creative professional maintain the necessary high
> resolution...?

Expert users switch off the option and get the max quality unless the images
are compressed manually (or at some defined situations). Again, the decision
was made having feedback in mind. How would you do that when the action is
executed immediately before save without always nagging with confirmation
boxes? The only alternative is to refuse this enhancement and to provide only
manual compression, maybe with multiselection.

-- 
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 107639] User feedback that slide transition doesnt work due to OpenGL version

2017-05-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107639

--- Comment #2 from Heiko Tietze  ---
To gray-out icon and text sounds reasonable and easy to understand though some
people may wonder why a disabled state is still selectable. Alternatively we
could write the name in italic or strikeout, hard to recognize and not easy to
understand, or paint a cross over/x the icon. We could also put them into an
experimental mode, no idea if that works, meaning the options are hidden when
the option is not checked.
In the end it sounds to me like the easiest solution to gray-out the icon.

-- 
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 91282] Fullscreen toolbar disappears after docking it, leaving fullscreen mode and re-entering

2017-05-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91282

--- Comment #12 from pubpe...@laposte.net ---
Still exist in LO 5.2.6.2.

-- 
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 107637] get focus on comment without mouse

2017-05-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107637

Cor Nouws  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||c...@nouenoff.nl
   Hardware|x86 (IA32)  |All
Version|5.3.2.2 release |Inherited From OOo
 Ever confirmed|0   |1
 OS|Windows (All)   |All

--- Comment #1 from Cor Nouws  ---
(In reply to Regina Henschel from comment #0)
> Make a draw document and insert a comment. Save and reopen the document.
> Now try to get focus on the comment [would have a small black border]. I'm
> not able to do this without mouse. [After it has focus you press space bar
> to open the comment so you can read or edit it.]

for me, clicking directly opens the comment, that looks as a yellow box on
top.. (daily build and 5.3.2.2 on Linux)
However, the comment indeed cannot get focus without a mouse.
Same in 3.3.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: editeng/source include/editeng include/svx svx/source

2017-05-04 Thread Jochen Nitschke
 editeng/source/editeng/editview.cxx |4 -
 editeng/source/editeng/impedit.cxx  |   76 ++--
 editeng/source/editeng/impedit.hxx  |6 +-
 editeng/source/outliner/outlvw.cxx  |4 -
 include/editeng/editdata.hxx|8 +--
 include/editeng/editview.hxx|4 -
 include/editeng/outliner.hxx|4 -
 include/svx/svdomeas.hxx|2 
 include/svx/svdotable.hxx   |2 
 include/svx/svdotext.hxx|4 -
 svx/source/svdraw/svdedxv.cxx   |8 +--
 svx/source/svdraw/svdomeas.cxx  |   24 +--
 svx/source/svdraw/svdotxed.cxx  |   26 ++--
 svx/source/table/svdotable.cxx  |   12 ++---
 14 files changed, 92 insertions(+), 92 deletions(-)

New commits:
commit fadf6427a9cbf351727e1412d8079757a994085b
Author: Jochen Nitschke 
Date:   Wed May 3 09:45:25 2017 +0200

convert EVAnchorMode enum to scoped enum

change values to match position in definition to their meaning

Change-Id: Ia96e0c7e0c70c847dea518ef871608516542d3cb
Reviewed-on: https://gerrit.libreoffice.org/37186
Tested-by: Jenkins 
Reviewed-by: Noel Grandin 

diff --git a/editeng/source/editeng/editview.cxx 
b/editeng/source/editeng/editview.cxx
index c89573dc6e80..c1ebe72c3212 100644
--- a/editeng/source/editeng/editview.cxx
+++ b/editeng/source/editeng/editview.cxx
@@ -725,12 +725,12 @@ void EditView::SetInsertMode( bool bInsert )
 pImpEditView->SetInsertMode( bInsert );
 }
 
-void EditView::SetAnchorMode( EVAnchorMode eMode )
+void EditView::SetAnchorMode( EEAnchorMode eMode )
 {
 pImpEditView->SetAnchorMode( eMode );
 }
 
-EVAnchorMode EditView::GetAnchorMode() const
+EEAnchorMode EditView::GetAnchorMode() const
 {
 return pImpEditView->GetAnchorMode();
 }
diff --git a/editeng/source/editeng/impedit.cxx 
b/editeng/source/editeng/impedit.cxx
index 382daf5c1a22..71c1471a8961 100644
--- a/editeng/source/editeng/impedit.cxx
+++ b/editeng/source/editeng/impedit.cxx
@@ -89,7 +89,7 @@ ImpEditView::ImpEditView( EditView* pView, EditEngine* pEng, 
vcl::Window* pWindo
 bReadOnly   = false;
 bClickedInSelection = false;
 eSelectionMode  = EE_SELMODE_TXTONLY;
-eAnchorMode = ANCHOR_TOP_LEFT;
+eAnchorMode = EEAnchorMode::TopLeft;
 nInvMore= 1;
 nTravelXPos = TRAVEL_X_DONTKNOW;
 nControl= EVControlBits::AUTOSCROLL | 
EVControlBits::ENABLEPASTE;
@@ -691,23 +691,23 @@ void ImpEditView::RecalcOutputArea()
 aNewSz.Width() = 
pEditEngine->pImpEditEngine->GetPaperSize().Width();
 switch ( eAnchorMode )
 {
-case ANCHOR_TOP_LEFT:
-case ANCHOR_VCENTER_LEFT:
-case ANCHOR_BOTTOM_LEFT:
+case EEAnchorMode::TopLeft:
+case EEAnchorMode::VCenterLeft:
+case EEAnchorMode::BottomLeft:
 {
 aNewTopLeft.X() = aAnchorPoint.X();
 }
 break;
-case ANCHOR_TOP_HCENTER:
-case ANCHOR_VCENTER_HCENTER:
-case ANCHOR_BOTTOM_HCENTER:
+case EEAnchorMode::TopHCenter:
+case EEAnchorMode::VCenterHCenter:
+case EEAnchorMode::BottomHCenter:
 {
 aNewTopLeft.X() = aAnchorPoint.X() - aNewSz.Width() / 2;
 }
 break;
-case ANCHOR_TOP_RIGHT:
-case ANCHOR_VCENTER_RIGHT:
-case ANCHOR_BOTTOM_RIGHT:
+case EEAnchorMode::TopRight:
+case EEAnchorMode::VCenterRight:
+case EEAnchorMode::BottomRight:
 {
 aNewTopLeft.X() = aAnchorPoint.X() - aNewSz.Width() - 1;
 }
@@ -722,23 +722,23 @@ void ImpEditView::RecalcOutputArea()
 aNewSz.Height() = 
pEditEngine->pImpEditEngine->GetPaperSize().Height();
 switch ( eAnchorMode )
 {
-case ANCHOR_TOP_LEFT:
-case ANCHOR_TOP_HCENTER:
-case ANCHOR_TOP_RIGHT:
+case EEAnchorMode::TopLeft:
+case EEAnchorMode::TopHCenter:
+case EEAnchorMode::TopRight:
 {
 aNewTopLeft.Y() = aAnchorPoint.Y();
 }
 break;
-case ANCHOR_VCENTER_LEFT:
-case ANCHOR_VCENTER_HCENTER:
-case ANCHOR_VCENTER_RIGHT:
+case EEAnchorMode::VCenterLeft:
+case EEAnchorMode::VCenterHCenter:
+case EEAnchorMode::VCenterRight:
 {
 aNewTopLeft.Y() = aAnchorPoint.Y() - aNewSz.Height() / 2;
 }
 break;
-case ANCHOR_BOTTOM_LEFT:
-case ANCHOR_BOTTOM_HCENTER:
-case ANCHOR_BOTTOM_RIGHT:
+case EEAnchorMode::BottomLeft:
+case EEAnchorMode::BottomHCenter:
+case EEAnchorMode::BottomRight:
  

[Libreoffice-bugs] [Bug 103002] custom line style not saved if «fit to line width» unchecked.

2017-05-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103002

pubpe...@laposte.net changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |INVALID

--- Comment #3 from pubpe...@laposte.net ---
I try to make the same document from the beginnig and the problem does not
appear anymore.
I think it was a problem in the file. If someone wants to investigate I can
give him the file, otherwise I think this bug can be closed.

-- 
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 107639] User feedback that slide transition doesnt work due to OpenGL version

2017-05-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107639

Michael Meeks  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #1 from Michael Meeks  ---
Sure - I guess we could grey them out - but still make them selectable ? ;-)
Ultimately - even if they don't work there is still state there that people can
legimitately select - so hiding / making them non-selectable doesn't sound
perfect; and we'd want to show the state of the document even if we have to
fall back to a cut I think. But really a UX question =)

-- 
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 107640] Editing cells in Calc causes overprint of data already entered

2017-05-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107640

--- Comment #1 from Mac Duff  ---

If screen capture images would help please advise how to attache same.

-- 
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 107640] New: Editing cells in Calc causes overprint of data already entered

2017-05-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107640

Bug ID: 107640
   Summary: Editing cells in Calc causes overprint of data already
entered
   Product: LibreOffice
   Version: 5.1.6.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: pdgfel...@gmail.com

Description:
When editing cells in Calc a new character added to the existing entry causes
all the characters to overlap or overpring making the cell unreadable

Steps to Reproduce:
1.enter numerical data in to a cell
2.move to the next cell then return to the first cell
3.attempt to add a digit 

Actual Results:  
The existing data appears to compress with the digits or characters overlapping
making the entry unreadable

Expected Results:
All characters should be readable


Reproducible: Always

User Profile Reset: Yes

Additional Info:
[Information automatically included from LibreOffice]
Locale: en-US
Module: TextDocument
[Information guessed from browser]
OS: Linux (All)
OS is 64bit: yes
This computer is using Mint 18 KDE version with Plasma 5.85.  I have tried
playing around with default font sizes on both LibreOffice and System fonts and
forcing system fonts to various values but nothing changes the problem. 
Builds ID: LibreOffice 5.1.6.2


User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like
Gecko) Chrome/58.0.3029.96 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-bugs] [Bug 94691] [META] OpenGL bugs

2017-05-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94691

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||107639


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107639
[Bug 107639] User feedback that slide transition doesnt work due to OpenGL
version
-- 
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 84416] 3-D slide transitions not working on Windows

2017-05-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=84416

Yousuf Philips (jay)  changed:

   What|Removed |Added

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

-- 
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 107639] New: User feedback that slide transition doesnt work due to OpenGL version

2017-05-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107639

Bug ID: 107639
   Summary: User feedback that slide transition doesnt work due to
OpenGL version
   Product: LibreOffice
   Version: 5.4.0.0.alpha1+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: philip...@hotmail.com
CC: c...@nouenoff.nl, michael.me...@collabora.com,
tietze.he...@gmail.com, vstuart.fo...@utsa.edu
Blocks: 94691, 103704

Michael stated in bug 84416 comment 18, "I -guess- we should file a new bug to
provide the user some feedback on which transitions are not available / working
perfectly because of GL version.", so here is the bug report for it.

@Michael: Did you have any particular type of feedback in mind?


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=94691
[Bug 94691] [META] OpenGL bugs
https://bugs.documentfoundation.org/show_bug.cgi?id=103704
[Bug 103704] [META] Slide transition 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 103704] [META] Slide transition bugs and enhancements

2017-05-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103704

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||107639


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107639
[Bug 107639] User feedback that slide transition doesnt work due to OpenGL
version
-- 
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 107638] New: Copy & Paste to Excel may not paste contents in clipboard if content' s length >= 256

2017-05-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107638

Bug ID: 107638
   Summary: Copy & Paste to Excel may not paste contents in
clipboard if content's length >= 256
   Product: LibreOffice
   Version: 5.3.3.1 rc
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: himajin100...@gmail.com

Description:
See STEPS TO REPRODUCE

Steps to Reproduce:
1. Open LibreOffice Calc
2. in Cell A1, type as follows
= REPT("a",255)
3. in Cell A2, type as follows
= REPT("a",256)
4. Select A1:A2 in Calc
5. Open Excel(I used Excel 2016)
6. Select A1:A2 cell in Excel
7. 
DO any of the following to reproduce the problem.

7-a. Ctrl + V
7-b. Click the toolbar button with "Paste" as its title
7-c. select context menu item "Paste Special", choose "SYLK" format 

DONT DO the following.

7-d. Select Paste options like "Keep source formatting" nor "Match destination
formatting" in context menu.

Actual Results:  
In Excel 
A1 will show 255 'a' letters
A2 will show nothing

Expected Results:
In Excel 
A1 will show 255 'a' letters
A2 will show 256 'a' letters


Reproducible: Always

User Profile Reset: No

Additional Info:
I guess that SYLK only supports 255 characters as its cell content and that
Excel tries to parse data with this type in a strict way. Then, Excel tries not
to paste invalid data.


User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:55.0) Gecko/20100101
Firefox/55.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: helpcontent2

2017-05-04 Thread Eike Rathke
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8538f28377356a8abd1826c011b2e2cb33dacec2
Author: Eike Rathke 
Date:   Thu May 4 19:57:05 2017 +0200

Updated core
Project: help  727765e3fcf246c9b8adc27097c89e5678e8b910

Remove erroneous commit of source/text/sbasic/shared/03030108.xhp.rej

Change-Id: I2d5cb2f514d1a1564868d0abf442cd01ff28e7c7

diff --git a/helpcontent2 b/helpcontent2
index ba4ed13b45fc..727765e3fcf2 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit ba4ed13b45fc390205c1f888f805b56c62994a11
+Subproject commit 727765e3fcf246c9b8adc27097c89e5678e8b910
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] help.git: source/text

2017-05-04 Thread Eike Rathke
 source/text/sbasic/shared/03030108.xhp.rej |   14 --
 1 file changed, 14 deletions(-)

New commits:
commit 727765e3fcf246c9b8adc27097c89e5678e8b910
Author: Eike Rathke 
Date:   Thu May 4 19:57:05 2017 +0200

Remove erroneous commit of source/text/sbasic/shared/03030108.xhp.rej

Change-Id: I2d5cb2f514d1a1564868d0abf442cd01ff28e7c7

diff --git a/source/text/sbasic/shared/03030108.xhp.rej 
b/source/text/sbasic/shared/03030108.xhp.rej
deleted file mode 100644
index 45fcd1f0f..0
--- a/source/text/sbasic/shared/03030108.xhp.rej
+++ /dev/null
@@ -1,14 +0,0 @@
-diff a/source/text/sbasic/shared/03030108.xhp 
b/source/text/sbasic/shared/03030108.xhp (rejected hunks)
-@@ -34,7 +34,11 @@
- CdateFromIso function
- 
- CDateFromIso Function 
[Runtime]
--Returns the internal date number from a string that contains a date 
in ISO format.
-+Returns the internal date number from a string that contains a date 
in ISO format (MMDD or -MM-DD).
-+The year part 
must consist of either two (supported only in YYMMDD format without separators 
for compatibility) or at least four digits. With four digits leading zeros must 
be given if the absolute value is less than 1000, it can be negative with a 
leading minus sign if the date passed denotes a year before the common area 
(BCE) and it can have more than four digits if the absolute value is greater 
than . The formatted string can be in the range "-327680101" to 
"327671231", or "-32768-01-01" to "32767-12-31".
-+An invalid 
date results in an error. Year 0 is not accepted, the last day BCE is 
-0001-12-31 and the next day CE is 0001-01-01. Dates before 1582-10-15 are in 
the proleptic Gregorian calendar.
-+When converting a 
date serial number to a printable string, for example for the Print or MsgBox 
command, the locale's default calendar is used and at that 1582-10-15 cutover 
date may switch to the Julian calendar, which can result in a different date 
being displayed than expected. Use the CDateToIso Function [Runtime] to convert such date number to 
a string representation in the proleptic Gregorian calendar.
-+The -MM-DD 
format with separators is supported since %PRODUCTNAME 5.3.4. Years less than 
100 or greater than  are accepted since %PRODUCTNAME 5.4 if not in VBA 
compatibility mode.
- 
- Syntax:
- 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] help.git: 2 commits - source/text

2017-05-04 Thread Eike Rathke
 source/text/sbasic/shared/03030108.xhp |   13 +
 source/text/sbasic/shared/03030108.xhp.rej |   14 ++
 2 files changed, 23 insertions(+), 4 deletions(-)

New commits:
commit ba4ed13b45fc390205c1f888f805b56c62994a11
Author: Eike Rathke 
Date:   Thu May 4 19:55:13 2017 +0200

CDateFromIso: also with separators; date range and year representation

Change-Id: Ifd83a84b300074be10fe039ba2e30b94f6bf1327

diff --git a/source/text/sbasic/shared/03030108.xhp 
b/source/text/sbasic/shared/03030108.xhp
index cc780b0bc..63b47a236 100644
--- a/source/text/sbasic/shared/03030108.xhp
+++ b/source/text/sbasic/shared/03030108.xhp
@@ -34,7 +34,11 @@
 CdateFromIso function
 
 CDateFromIso Function 
[Runtime]
-Returns the internal date number from a string that contains a date 
in ISO format.
+Returns the internal date number from a string that contains a date 
in ISO format (MMDD or -MM-DD).
+The year part 
must consist of either two (supported only in YYMMDD format without separators 
for compatibility) or at least four digits. With four digits leading zeros must 
be given if the absolute value is less than 1000, it can be negative with a 
leading minus sign if the date passed denotes a year before the common area 
(BCE) and it can have more than four digits if the absolute value is greater 
than . The formatted string can be in the range "-327680101" to 
"327671231", or "-32768-01-01" to "32767-12-31".
+An invalid 
date results in an error. Year 0 is not accepted, the last day BCE is 
-0001-12-31 and the next day CE is 0001-01-01. Dates before 1582-10-15 are in 
the proleptic Gregorian calendar.
+When converting a 
date serial number to a printable string, for example for the Print or MsgBox 
command, the locale's default calendar is used and at that 1582-10-15 cutover 
date may switch to the Julian calendar, which can result in a different date 
being displayed than expected. Use the CDateToIso Function [Runtime] to convert such date number to 
a string representation in the proleptic Gregorian calendar.
+The -MM-DD 
format with separators is supported since %PRODUCTNAME 5.3.4. Years less than 
100 or greater than  are accepted since %PRODUCTNAME 5.4 if not in VBA 
compatibility mode.
 
 Syntax:
 
@@ -44,11 +48,12 @@
 Internal date number
 Parameters:
 
-String: A string that contains a date in ISO format. The year may 
have two or four digits.
+String: A string that contains a date in ISO format.
 
 
 Example:
-dateval = CDateFromIso("20021231")
-returns 12/31/2002 in the date format of your system
+dateval = 
CDateFromIso("20021231")
+dateval = 
CDateFromIso("2002-12-31")
+return both 
12/31/2002 in the date format of your system
 
 
commit ef3d847d9a93abd7e183a1babf9652ca729c8c49
Author: Eike Rathke 
Date:   Thu May 4 19:42:40 2017 +0200

CDateFromIso: also with separators; date range and year representation

Change-Id: Ib946c3654805f8ae4bff1c7e3a0a26083bfb8df6

diff --git a/source/text/sbasic/shared/03030108.xhp.rej 
b/source/text/sbasic/shared/03030108.xhp.rej
new file mode 100644
index 0..45fcd1f0f
--- /dev/null
+++ b/source/text/sbasic/shared/03030108.xhp.rej
@@ -0,0 +1,14 @@
+diff a/source/text/sbasic/shared/03030108.xhp 
b/source/text/sbasic/shared/03030108.xhp (rejected hunks)
+@@ -34,7 +34,11 @@
+ CdateFromIso function
+ 
+ CDateFromIso Function 
[Runtime]
+-Returns the internal date number from a string that contains a date 
in ISO format.
++Returns the internal date number from a string that contains a date 
in ISO format (MMDD or -MM-DD).
++The year part 
must consist of either two (supported only in YYMMDD format without separators 
for compatibility) or at least four digits. With four digits leading zeros must 
be given if the absolute value is less than 1000, it can be negative with a 
leading minus sign if the date passed denotes a year before the common area 
(BCE) and it can have more than four digits if the absolute value is greater 
than . The formatted string can be in the range "-327680101" to 
"327671231", or "-32768-01-01" to "32767-12-31".
++An invalid 
date results in an error. Year 0 is not accepted, the last day BCE is 
-0001-12-31 and the next day CE is 0001-01-01. Dates before 1582-10-15 are in 
the proleptic Gregorian calendar.
++When converting a 
date serial number to a printable string, for example for the Print or MsgBox 
command, the locale's default calendar is used and at that 1582-10-15 cutover 
date may switch to the Julian calendar, which can result in a different date 
being displayed than expected. Use the CDateToIso Function [Runtime] to convert such date number to 
a string representation in the proleptic Gregorian calendar.
++The -MM-DD 
format with separators is supported since %PRODUCTNAME 5.3.4. Years less than 
100 or greater than  are accepted since %PRODUCTNAME 5.4 if not in VBA 
compatibility mode.
+ 
+ Syntax:
+ 

[Libreoffice-commits] core.git: helpcontent2

2017-05-04 Thread Eike Rathke
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e79bc6f2f47d13ab66702d64da21a7d4b226
Author: Eike Rathke 
Date:   Thu May 4 19:55:13 2017 +0200

Updated core
Project: help  ba4ed13b45fc390205c1f888f805b56c62994a11

CDateFromIso: also with separators; date range and year representation

Change-Id: Ifd83a84b300074be10fe039ba2e30b94f6bf1327

diff --git a/helpcontent2 b/helpcontent2
index fb9858706e57..ba4ed13b45fc 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit fb9858706e57e5e000326ccaabda5e7578bf33be
+Subproject commit ba4ed13b45fc390205c1f888f805b56c62994a11
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 107249] Rendering of system font vertically cramped in 5.3+

2017-05-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107249

raal  changed:

   What|Removed |Added

   Keywords|bibisectRequest |bibisected, bisected
 CC||r...@post.cz

--- Comment #19 from raal  ---
bisected:
author  Khaled Hosny 2016-11-09 13:22:43 (GMT)
committer   Khaled Hosny 2016-11-22 15:32:11
(GMT)
commit  34d7602954d4483b3bc9db700e7df2c15348947a (patch)
tree8dcfb93fc29815fd89481a7840d64d6c187534db
parent  c855aec445628f96d3d32cfde6efd4e51e4489c9 (diff)
tdf#55469 Consistent line spacing across platforms

-- 
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 107637] New: get focus on comment without mouse

2017-05-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107637

Bug ID: 107637
   Summary: get focus on comment without mouse
   Product: LibreOffice
   Version: 5.3.2.2 release
  Hardware: x86 (IA32)
OS: Windows (All)
Status: UNCONFIRMED
  Keywords: accessibility
  Severity: normal
  Priority: medium
 Component: Draw
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: rb.hensc...@t-online.de

Make a draw document and insert a comment. Save and reopen the document.
Now try to get focus on the comment [would have a small black border]. I'm not
able to do this without mouse. [After it has focus you press space bar to open
the comment so you can read or edit it.]

You can traverse normal shapes with the tab-key. But the comment is not in that
cycle. Comments are not listed in Navigator, so access via Navigator is not
possible. Commands for editing or open comments does not exist in any menu, so
that way exists neither.

Request: Implement a way to set focus on comments without mouse.

-- 
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 107529] Image disappears when inserting 2 images at the same location

2017-05-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107529

raal  changed:

   What|Removed |Added

   Keywords|bibisectRequest |bibisected, bisected
 CC||r...@post.cz,
   ||zolnaitamas2...@gmail.com

--- Comment #3 from raal  ---
This seems to have begun at the below commit.
Adding Cc: to Zolnai Tamás ; Could you possibly take a look at this one?
Thanks

3efb3f9793bf3cd8aefe4671e95b723cd99a991f is the first bad commit
commit 3efb3f9793bf3cd8aefe4671e95b723cd99a991f
Author: Matthew Francis 
Date:   Wed May 27 19:17:52 2015 +0800

source-hash-ab00ac3e88e0a28d0e38c5968c23014a6a8fb194

commit ab00ac3e88e0a28d0e38c5968c23014a6a8fb194
Author: Zolnai Tamás 
AuthorDate: Sat Feb 21 19:48:33 2015 +0100
Commit: Zolnai Tamás 
CommitDate: Sun Feb 22 11:59:20 2015 +0100

More improvements of graphic cache size handling

* ImplFillSwappedGraphicObject method is part of
the old caching mechanism which interferes with
the newer one, so remove this method.
* Use Graphic size directly becuase in some case
it does not match with the GraphicObject's
size.
* Assertions to avoid underflow of mnUsedSize

-- 
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 87544] MENUS: Edit > Paste entry enabled when in Read-Only Mode

2017-05-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=87544

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||102593

--- Comment #5 from Yousuf Philips (jay)  ---
Still happening.

Version: 5.4.0.0.alpha0+
Build ID: 74ccd02eda2d6325a27266fd935aba29b3d75020
CPU threads: 2; OS: Linux 4.4; UI render: default; VCL: gtk2; 
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2017-04-27_23:51:14
Locale: en-US (en_US.UTF-8); Calc: group

(In reply to Maxim Monastirsky from comment #3)
> Although I'm not sure why we don't do the same for the toolbar. There was
> similar code for the toolbar, but it was removed in 2009 (with no
> explanation in the commit message). Does it mean that the underlying problem
> is already fixed, and we can remove this workaround from the menu code too?

Sorry for the delayed reply. Not sure what the underlying problem is, but how
can we find out.


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 102593] [META] Paste bugs and enhancements

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

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||87544


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=87544
[Bug 87544] MENUS: Edit > Paste entry enabled when in Read-Only Mode
-- 
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 107613] Text colour change in a new line not working

2017-05-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107613

--- Comment #2 from Telesto  ---
Looks like bug 105293

-- 
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 103370] [META] Outline/Chapter numbering bugs and enhancements

2017-05-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103370

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||76817, 107573
Summary|[META] Outline numbering|[META] Outline/Chapter
   |bugs and enhancements   |numbering bugs and
   ||enhancements


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=76817
[Bug 76817] Outline Numbering for DOCX not working when new headings inserted
in between (to reproduce, see comment 15/17/19)
https://bugs.documentfoundation.org/show_bug.cgi?id=107573
[Bug 107573] Rename Tools > Outline Numbering to Chapter Numbering
-- 
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 103429] [META] Toolbar split and group buttons bugs and enhancements

2017-05-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103429

--- Comment #3 from Yousuf Philips (jay)  ---
For those interested in coding these types of controls, Maxim's comment at bug
86567 comment 12 would be helpful.

-- 
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 34133] Add ability to automatically compress and resize images

2017-05-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=34133

--- Comment #46 from Joey Reid  ---
@ Heiko Tietze 

As some who has used this feature in Word on a regular basis for my work, could
you please explain how your proposed solution would be of any use? For example,
I published a physical and electronic newsletter for my organization. For the
physical copy that gets printed, I need the absolute highest quality for the
images to look professional, but the electronic copies must be kept under a
certain size or they cannot be emailed out. 

How would I or any creative professional maintain the necessary high
resolution, uncompressed images for printing if the compression is done at
insert time? Did you consider how this is used in the real-world before making
your decision? I hope you reconsider.

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