[Libreoffice-bugs] [Bug 111450] [META] SVG fileSave filter (Draw)

2018-12-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111450

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Depends on||122203


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=122203
[Bug 122203] FILESAVE: Rotated text with special char 'middledot' in exported
SVG file is corrupted
-- 
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 122203] FILESAVE: Rotated text with special char 'middledot' in exported SVG file is corrupted

2018-12-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122203

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Blocks||111450
   Keywords||filter:svg


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=111450
[Bug 111450] [META] SVG fileSave filter (Draw)
-- 
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 90796] [META] HiDPI / Retina bugs

2018-12-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90796

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Depends on||122218


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=122218
[Bug 122218] After Update to 6.1.4 on macOS fonts are blurred on retina display
-- 
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 122218] After Update to 6.1.4 on macOS fonts are blurred on retina display

2018-12-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122218

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Blocks||90796


Referenced Bugs:

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


[Libreoffice-commits] core.git: vcl/unx

2018-12-20 Thread Libreoffice Gerrit user
 vcl/unx/gtk3/gtk3gtkinst.cxx |3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 35c3b8cccacbe9f68ed123fff83f42ff35085ce6
Author: Noel Grandin 
AuthorDate: Thu Dec 20 14:21:42 2018 +0200
Commit: Noel Grandin 
CommitDate: Fri Dec 21 08:52:43 2018 +0100

hook up m_nHAdjustChangedSignalId

to the other places that need to deal with it

found by loplugin:unusedfields

Change-Id: Ice46c1fce19afcac92854a5a8a204b71d178977f
Reviewed-on: https://gerrit.libreoffice.org/65491
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 
Tested-by: Jenkins
Reviewed-by: Noel Grandin 

diff --git a/vcl/unx/gtk3/gtk3gtkinst.cxx b/vcl/unx/gtk3/gtk3gtkinst.cxx
index 2f0966fb6e40..deed77f11858 100644
--- a/vcl/unx/gtk3/gtk3gtkinst.cxx
+++ b/vcl/unx/gtk3/gtk3gtkinst.cxx
@@ -3129,6 +3129,7 @@ public:
 virtual void disable_notify_events() override
 {
 g_signal_handler_block(m_pVAdjustment, m_nVAdjustChangedSignalId);
+g_signal_handler_block(m_pHAdjustment, m_nHAdjustChangedSignalId);
 GtkInstanceContainer::disable_notify_events();
 }
 
@@ -3136,6 +3137,7 @@ public:
 {
 GtkInstanceContainer::enable_notify_events();
 g_signal_handler_unblock(m_pVAdjustment, m_nVAdjustChangedSignalId);
+g_signal_handler_unblock(m_pHAdjustment, m_nHAdjustChangedSignalId);
 }
 
 virtual ~GtkInstanceScrolledWindow() override
@@ -3161,6 +3163,7 @@ public:
 enable_notify_events();
 }
 g_signal_handler_disconnect(m_pVAdjustment, m_nVAdjustChangedSignalId);
+g_signal_handler_disconnect(m_pHAdjustment, m_nHAdjustChangedSignalId);
 }
 };
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 121674] Cannot select field in Writer Input List

2018-12-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121674

Bich 30  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Resolution|NOTABUG |---
 Status|RESOLVED|REOPENED

--- Comment #17 from Bich 30  ---
Hi Xisco,
I do not want to edit the "Input List" type field.
I know how to create fields of type "Input List".
I want to see the "Input List" type fields in the document in the same way as
the "variable" type fields.

-- 
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 103309] [META] Print dialog bugs and enhancements

2018-12-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103309

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Depends on||122166


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=122166
[Bug 122166] Print page layout fails on screen 4:3
-- 
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 122166] Print page layout fails on screen 4:3

2018-12-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122166

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Blocks||103309


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103309
[Bug 103309] [META] Print 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 122166] Print page layout fails on screen 4:3

2018-12-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122166

--- Comment #4 from Roman Kuznetsov <79045_79...@mail.ru> ---
(In reply to Durgapriyanka from comment #2)
> Thank you for reporting the bug. I can not reproduce the bug in 
> 
> Version: 6.3.0.0.alpha0+
> Build ID: 3c964980da07892a02d5ac721d80558c459532d0
> CPU threads: 2; OS: Windows 6.1; UI render: default; VCL: win; 
> TinderBox: Win-x86@42, Branch:master, Time: 2018-12-12_02:07:45
> Locale: en-US (en_US); UI-Language: en-US
> Calc: threaded
> 
> 
> But, it is reproducible in 
> 
> Version: 6.1.3.2
> Build ID: 86daf60bf00efa86ad547e59e09d6bb77c699acb
> CPU threads: 2; OS: Windows 6.1; UI render: default; 
> Locale: en-US (en_US); Calc: group threaded

In 6.3 Print dialogue was reworked

-- 
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 107158] [META] Notebookbar Groupedbar

2018-12-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107158

Vera Blagoveschenskaya  changed:

   What|Removed |Added

 Depends on||122235


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=122235
[Bug 122235] LO: Radiobutton 'Groupedbar Compact' is not selected in right Menu
-- 
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 122235] LO: Radiobutton 'Groupedbar Compact' is not selected in right Menu

2018-12-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122235

Vera Blagoveschenskaya  changed:

   What|Removed |Added

 Blocks||107158


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107158
[Bug 107158] [META] Notebookbar Groupedbar
-- 
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 121404] Formatted autocorrect is lost

2018-12-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121404

--- Comment #11 from Timur  ---
OK, no need to quote previous comment. 
Please make clear is it just "With" not seen but being replaced, or really
missing so not replaced at all?

-- 
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: scp2/source solenv/bin

2018-12-20 Thread Libreoffice Gerrit user
 scp2/source/ooo/file_library_ooo.scp |2 +-
 scp2/source/ooo/ure.scp  |8 
 solenv/bin/modules/installer/windows/file.pm |6 +++---
 3 files changed, 8 insertions(+), 8 deletions(-)

New commits:
commit 1ae12fe4b0c610f205b9e39d74276c55a03c4fca
Author: Andrea Gelmini 
AuthorDate: Wed Dec 19 22:29:46 2018 +0100
Commit: Julien Nabet 
CommitDate: Fri Dec 21 08:48:10 2018 +0100

Fix typo in code

It passed "make check" on Linux

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

diff --git a/scp2/source/ooo/file_library_ooo.scp 
b/scp2/source/ooo/file_library_ooo.scp
index d014bf55c1a2..350b0363a763 100644
--- a/scp2/source/ooo/file_library_ooo.scp
+++ b/scp2/source/ooo/file_library_ooo.scp
@@ -63,7 +63,7 @@ End
 
 File gid_File_Lib_Policy_Cli_Oootypes_Config
 TXT_FILE_BODY;
-Styles = (PACKED, ASSIGNCOMPOMENT);
+Styles = (PACKED, ASSIGNCOMPONENT);
 Name = "cli_oootypes.config";
 Dir = gid_Brand_Dir_Program;
 AssignComponent = gid_File_Lib_Policy_Cli_Oootypes_Assembly;
diff --git a/scp2/source/ooo/ure.scp b/scp2/source/ooo/ure.scp
index a75aeb4dbb8f..09109ebc41e6 100644
--- a/scp2/source/ooo/ure.scp
+++ b/scp2/source/ooo/ure.scp
@@ -110,7 +110,7 @@ End
 
 File gid_File_Dl_Policy_Cli_Ure_Config
 TXT_FILE_BODY;
-Styles = (PACKED, ASSIGNCOMPOMENT);
+Styles = (PACKED, ASSIGNCOMPONENT);
 Name = "cli_ure.config";
 Dir = SCP2_URE_DL_DIR;
 AssignComponent = gid_File_Dl_Policy_Cli_Ure_Assembly;
@@ -144,7 +144,7 @@ End
 
 File gid_File_Dl_Policy_Cli_Basetypes_Config
 TXT_FILE_BODY;
-Styles = (PACKED, ASSIGNCOMPOMENT);
+Styles = (PACKED, ASSIGNCOMPONENT);
 Name = "cli_basetypes.config";
 Dir = SCP2_URE_DL_DIR;
 AssignComponent = gid_File_Dl_Policy_Cli_Basetypes_Assembly;
@@ -178,7 +178,7 @@ End
 
 File gid_File_Dl_Policy_Cli_Uretypes_Config
 TXT_FILE_BODY;
-Styles = (PACKED, ASSIGNCOMPOMENT);
+Styles = (PACKED, ASSIGNCOMPONENT);
 Name = "cli_uretypes.config";
 Dir = SCP2_URE_DL_DIR;
 AssignComponent = gid_File_Dl_Policy_Cli_Uretypes_Assembly;
@@ -212,7 +212,7 @@ End
 
 File gid_File_Lib_Policy_Cli_Cppuhelper_Config
 TXT_FILE_BODY;
-Styles = (PACKED, ASSIGNCOMPOMENT);
+Styles = (PACKED, ASSIGNCOMPONENT);
 Name = "cli_cppuhelper.config";
 Dir = SCP2_URE_DL_DIR;
 AssignComponent = gid_File_Lib_Policy_Cli_Cppuhelper_Assembly;
diff --git a/solenv/bin/modules/installer/windows/file.pm 
b/solenv/bin/modules/installer/windows/file.pm
index 081edde6db99..d3771fae0b94 100644
--- a/solenv/bin/modules/installer/windows/file.pm
+++ b/solenv/bin/modules/installer/windows/file.pm
@@ -199,11 +199,11 @@ sub get_file_component_name
 
 my $componentname = "";
 
-# Special handling for files with ASSIGNCOMPOMENT
+# Special handling for files with ASSIGNCOMPONENT
 
 my $styles = "";
 if ( $fileref->{'Styles'} ) { $styles = $fileref->{'Styles'}; }
-if ( $styles =~ /\bASSIGNCOMPOMENT\b/ )
+if ( $styles =~ /\bASSIGNCOMPONENT\b/ )
 {
 $componentname = 
get_component_from_assigned_file($fileref->{'AssignComponent'}, $filesref);
 }
@@ -333,7 +333,7 @@ sub get_file_component_name
 
 
 # Returning the component name for a defined file gid.
-# This is necessary for files with flag ASSIGNCOMPOMENT
+# This is necessary for files with flag ASSIGNCOMPONENT
 
 
 sub get_component_from_assigned_file
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 108800] [META] Print related issues

2018-12-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108800

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Depends on||122182


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=122182
[Bug 122182] Spreadsheet printing error
-- 
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 122182] Spreadsheet printing error

2018-12-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122182

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Blocks||108800


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108800
[Bug 108800] [META] Print related issues
-- 
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 122235] LO: Radiobutton 'Groupedbar Compact' is not selected in right Menu

2018-12-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122235

--- Comment #2 from Vera Blagoveschenskaya  ---
Created attachment 147730
  --> https://bugs.documentfoundation.org/attachment.cgi?id=147730=edit
scr-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 122235] LO: Radiobutton 'Groupedbar Compact' is not selected in right Menu

2018-12-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122235

--- Comment #1 from Vera Blagoveschenskaya  ---
Created attachment 147729
  --> https://bugs.documentfoundation.org/attachment.cgi?id=147729=edit
scr-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 122235] New: LO: Radiobutton 'Groupedbar Compact' is not selected in right Menu

2018-12-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122235

Bug ID: 122235
   Summary: LO: Radiobutton 'Groupedbar Compact' is not selected
in right Menu
   Product: LibreOffice
   Version: 6.2.0.0.beta1+
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ver...@basealt.ru

Description:
Radiobutton 'Groupedbar Compact' is not selected in right Menu

Steps to Reproduce:
1. Open LO Writer
2. View -> User interface -> Groupedbar Compact (view changes)
3. Open at the right Menu -> User interface

Actual Results:
Radiobutton 'Groupedbar Compact' is not selected

See screens

Expected Results:
'Radiobutton Groupedbar' is selected


Reproducible: Always


User Profile Reset: No



Additional Info:
Reproduced for


Version: 6.2.0.1
Build ID: 0412ee99e862f384c1106d0841a950c4cfaa9df1
CPU threads: 1; OS: Linux 4.14; UI render: default; VCL: kde5; 
Locale: ru-RU (ru_RU.UTF-8); UI-Language: en-US
Calc: threaded

Reproduced for 

Version: 6.2.0.1
Build ID: 0412ee99e862f384c1106d0841a950c4cfaa9df1
CPU threads: 1; OS: Linux 4.14; UI render: default; VCL: gtk3; 
Locale: ru-RU (ru_RU.UTF-8); UI-Language: en-US
Calc: threaded

-- 
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: connectivity/source dbaccess/source include/connectivity svx/source

2018-12-20 Thread Libreoffice Gerrit user
 connectivity/source/commontools/ParameterSubstitution.cxx |5 +--
 connectivity/source/commontools/predicateinput.cxx|   22 ++
 connectivity/source/drivers/ado/APreparedStatement.cxx|5 +--
 connectivity/source/drivers/file/FStatement.cxx   |2 -
 connectivity/source/drivers/macab/MacabStatement.cxx  |2 -
 connectivity/source/drivers/mork/MStatement.cxx   |2 -
 connectivity/source/parse/sqlbison.y  |8 ++---
 connectivity/source/parse/sqlnode.cxx |5 +--
 dbaccess/source/core/api/SingleSelectQueryComposer.cxx|8 ++---
 dbaccess/source/ui/inc/QueryDesignView.hxx|2 -
 dbaccess/source/ui/querydesign/QueryDesignView.cxx|4 +-
 dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx |9 +
 dbaccess/source/ui/querydesign/querycontroller.cxx|9 ++---
 include/connectivity/predicateinput.hxx   |4 +-
 include/connectivity/sqlparse.hxx |6 +--
 svx/source/fmcomp/gridcell.cxx|2 -
 svx/source/form/filtnav.cxx   |2 -
 svx/source/form/sqlparserclient.cxx   |4 +-
 svx/source/inc/sqlparserclient.hxx|2 -
 19 files changed, 47 insertions(+), 56 deletions(-)

New commits:
commit d425658bd9fd8e315e4931afb544bc845da0360e
Author: Noel Grandin 
AuthorDate: Wed Dec 19 16:10:51 2018 +0200
Commit: Noel Grandin 
CommitDate: Fri Dec 21 08:26:15 2018 +0100

pass OSQLParseNode around by unique_ptr

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

diff --git a/connectivity/source/commontools/ParameterSubstitution.cxx 
b/connectivity/source/commontools/ParameterSubstitution.cxx
index dfec360b23e5..a8efa6c6a694 100644
--- a/connectivity/source/commontools/ParameterSubstitution.cxx
+++ b/connectivity/source/commontools/ParameterSubstitution.cxx
@@ -83,12 +83,11 @@ namespace connectivity
 OSQLParser aParser( m_xContext );
 OUString sErrorMessage;
 OUString sNewSql;
-OSQLParseNode* pNode = aParser.parseTree(sErrorMessage,_sText);
+std::unique_ptr pNode = 
aParser.parseTree(sErrorMessage,_sText);
 if(pNode)
 {   // special handling for parameters
-OSQLParseNode::substituteParameterNames(pNode);
+OSQLParseNode::substituteParameterNames(pNode.get());
 pNode->parseNodeToStr( sNewSql, xConnection );
-delete pNode;
 sRet = sNewSql;
 }
 }
diff --git a/connectivity/source/commontools/predicateinput.cxx 
b/connectivity/source/commontools/predicateinput.cxx
index fbc9c0bbb40e..b7a08ef57309 100644
--- a/connectivity/source/commontools/predicateinput.cxx
+++ b/connectivity/source/commontools/predicateinput.cxx
@@ -123,9 +123,9 @@ namespace dbtools
 }
 
 
-OSQLParseNode* OPredicateInputController::implPredicateTree(OUString& 
_rErrorMessage, const OUString& _rStatement, const Reference< XPropertySet > & 
_rxField) const
+std::unique_ptr 
OPredicateInputController::implPredicateTree(OUString& _rErrorMessage, const 
OUString& _rStatement, const Reference< XPropertySet > & _rxField) const
 {
-OSQLParseNode* pReturn = const_cast< OSQLParser& >( m_aParser 
).predicateTree( _rErrorMessage, _rStatement, m_xFormatter, _rxField );
+std::unique_ptr pReturn = const_cast< OSQLParser& >( 
m_aParser ).predicateTree( _rErrorMessage, _rStatement, m_xFormatter, _rxField 
);
 if ( !pReturn )
 {   // is it a text field ?
 sal_Int32 nType = DataType::OTHER;
@@ -242,7 +242,7 @@ namespace dbtools
 // parse the string
 OUString sError;
 OUString sTransformedText( _rPredicateValue );
-OSQLParseNode* pParseNode = implPredicateTree( sError, 
sTransformedText, _rxField );
+std::unique_ptr pParseNode = implPredicateTree( 
sError, sTransformedText, _rxField );
 if ( _pErrorMessage ) *_pErrorMessage = sError;
 
 if ( pParseNode )
@@ -258,7 +258,6 @@ namespace dbtools
 rParseContext.getPreferredLocale(), 
static_cast(nDecSeparator), 
 );
 _rPredicateValue = sTransformedText;
-delete pParseNode;
 
 bSuccess = true;
 }
@@ -279,9 +278,9 @@ namespace dbtools
 // (dbaccess/source/ui/dlg/paramdialog.cxx). I do not fully 
understand this .
 
 OUString sError;
-OSQLParseNode* pParseNode = implPredicateTree( sError, 
_rPredicateValue, _rxField );
+std::unique_ptr pParseNode = implPredicateTree( 
sError, 

[Libreoffice-ux-advise] [Bug 107158] [META] Notebookbar Groupedbar

2018-12-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107158

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Depends on||122208


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=122208
[Bug 122208] Form Controls command are missing in Groupedbar compact
-- 
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 122232] UI: Pressing Enter in a protected sheet doesn't jump to next row in every case

2018-12-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122232

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 CC||lera.goncha...@gmail.com

--- Comment #1 from Roman Kuznetsov <79045_79...@mail.ru> ---
Lera, please look at this. I remember that you made some changes by this theme

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

2018-12-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107634

Dieter Praas  changed:

   What|Removed |Added

 Depends on||122231


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=122231
[Bug 122231] Fontwork not selectable if placed over a picture
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 112182] [META] Text and object selection issues

2018-12-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112182

Dieter Praas  changed:

   What|Removed |Added

 Depends on||122231


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=122231
[Bug 122231] Fontwork not selectable if placed over a picture
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 122231] Fontwork not selectable if placed over a picture

2018-12-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122231

Dieter Praas  changed:

   What|Removed |Added

 CC||dgp-m...@gmx.de
 Ever confirmed|0   |1
 Blocks||112182, 107634
 Status|UNCONFIRMED |NEW
Version|6.1.4.2 release |5.4.7.2 release

--- Comment #3 from Dieter Praas  ---
I confirm it with

Version: 6.3.0.0.alpha0+ (x64)
Build ID: ffa5b8a82eab18041bbee4d6914892b82c7801d3
CPU threads: 4; OS: Windows 10.0; UI render: default; VCL: win; 
TinderBox: Win-x86_64@42, Branch:master, Time: 2018-12-19_03:24:54
Locale: en-US (de_DE); UI-Language: en-US
Calc: threaded

and

Version: 5.4.7.2 (x64)
Build-ID: c838ef25c16710f8838b1faec480ebba495259d0
CPU-Threads: 4; BS: Windows 6.19; UI-Render: GL; 
Gebietsschema: de-DE (de_DE); Calc: CL


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107634
[Bug 107634] [META] Fontwork / WordArt bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=112182
[Bug 112182] [META] Text and object selection issues
-- 
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 122234] Inserting date field only populates with the word "Date" or "Date (fixed)" not the chosen date format.

2018-12-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122234

Dieter Praas  changed:

   What|Removed |Added

 CC||dgp-m...@gmx.de
 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #1 from Dieter Praas  ---
Tony,

please have a look a tools => options => LibreOffice Writer => View
Have you disabled or enabled "Display field codes"?

I have set the bug's status to 'NEEDINFO'. Please change it back to
'UNCONFIRMED' once the question is answered or change it to RESOLVED NOTABUG,
if this solves your problem.

-- 
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 122229] Navigator: Buttons 'promote/Demote chapter' are disfigured

2018-12-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=19

Dieter Praas  changed:

   What|Removed |Added

 Blocks||103030
 CC||dgp-m...@gmx.de

--- Comment #1 from Dieter Praas  ---
I can't confirm it with

Version: 6.3.0.0.alpha0+ (x64)
Build ID: ffa5b8a82eab18041bbee4d6914892b82c7801d3
CPU threads: 4; OS: Windows 10.0; UI render: default; VCL: win; 
TinderBox: Win-x86_64@42, Branch:master, Time: 2018-12-19_03:24:54
Locale: en-US (de_DE); UI-Language: en-US
Calc: threaded

or

Version: 6.1.4.2 (x64)
Build-ID: 9d0f32d1f0b509096fd65e0d4bec26ddd1938fd3
CPU-Threads: 4; BS: Windows 10.0; UI-Render: Standard; 
Gebietsschema: de-DE (de_DE); Calc: group threaded


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103030
[Bug 103030] [META] Navigator sidebar deck and floating window
-- 
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 103030] [META] Navigator sidebar deck and floating window

2018-12-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103030

Dieter Praas  changed:

   What|Removed |Added

 Depends on||19


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=19
[Bug 19] Navigator: Buttons 'promote/Demote chapter' are disfigured
-- 
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 34250] Wiki Publisher extension doesn't work at all

2018-12-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=34250

--- Comment #12 from Linda Rose  ---
The article you have shared here very awesome. I really like and appreciated
your work. I read deeply your article, the points you have mentioned in this
article are useful
http://raze3.co

-- 
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 120697] Calc: Drop-down on 'Sum' button

2018-12-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120697

--- Comment #5 from Sumit Chauhan  ---
(In reply to ranjan.purbey from comment #3)
> I guess Michael wants it to be similar to Microsoft Excel's AutoSum feature,
> and that in my opinion will be a nice and handy tool to have. I can start
> working on it.


I was working on this issue but if you have already started, Here are my
findings and code pointers.  

toolBoxItemBits::DROPDOWN  - vcl/source/window/toolbox.cxx 
   - include/vcl/toolbox.hxx

Related forumla and sigma button files 
   : sc/source/ui/view/tabvwshc.cxx  line :736
   : sc/source/ui/view/viewfunc.cxx  line :673
   : sc/source/ui/app/inputwin.cxx   line :372

Also , similar patch https://gerrit.libreoffice.org/#/c/22958/ .

Please let me know @ranjan.purbey.

-- 
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 34355] Option to show track changes in margin is missing

2018-12-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=34355

--- Comment #52 from Linda Rose  ---

I would like to introduce you to a question-and-answer forum for programmers,
with all the areas you can research such as windows, android, java, python,
c... the website: 
https://stackanswers.net

-- 
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 34355] Option to show track changes in margin is missing

2018-12-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=34355

--- Comment #52 from Linda Rose  ---

I would like to introduce you to a question-and-answer forum for programmers,
with all the areas you can research such as windows, android, java, python,
c... the website: 
https://stackanswers.net

-- 
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-commits] core.git: compilerplugins/clang include/vcl vcl/source

2018-12-20 Thread Libreoffice Gerrit user
 compilerplugins/clang/unnecessaryvirtual.results |8 
 include/vcl/combobox.hxx |4 ++--
 vcl/source/control/combobox.cxx  |4 +++-
 3 files changed, 9 insertions(+), 7 deletions(-)

New commits:
commit 526387b96e9bc2c04b0dc26744bf6b88ea7c0521
Author: Noel Grandin 
AuthorDate: Thu Dec 20 14:33:02 2018 +0200
Commit: Noel Grandin 
CommitDate: Fri Dec 21 07:26:51 2018 +0100

loplugin:unnecessaryvirtual

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

diff --git a/compilerplugins/clang/unnecessaryvirtual.results 
b/compilerplugins/clang/unnecessaryvirtual.results
index 107bd14a2105..6851f491c4bb 100644
--- a/compilerplugins/clang/unnecessaryvirtual.results
+++ b/compilerplugins/clang/unnecessaryvirtual.results
@@ -20,8 +20,6 @@ basic/source/comp/codegen.cxx:524
 _Bool BufferTransformer::processParams()
 chart2/source/inc/WeakListenerAdapter.hxx:57
 void chart::WeakListenerAdapter::disposing(const struct 
com::sun::star::lang::EventObject &,)
-cppcanvas/source/inc/implrenderer.hxx:69
-void cppcanvas::internal::EMFPObject::~EMFPObject()
 extensions/source/dbpilots/unoautopilot.hxx:99
 class cppu::IPropertyArrayHelper * 
dbp::OUnoAutoPilot::createArrayHelper()const
 extensions/source/propctrlr/commoncontrol.hxx:127
@@ -112,8 +110,10 @@ include/vbahelper/vbareturntypes.hxx:40
 void ooo::vba::DefaultReturnHelper::setValue(type-parameter-0-0,)
 include/vbahelper/vbareturntypes.hxx:41
 type-parameter-0-0 ooo::vba::DefaultReturnHelper::getValue()
-include/vcl/tabctrl.hxx:113
-_Bool TabControl::DeactivatePage()
+include/vcl/combobox.hxx:86
+int ComboBox::InsertEntry(const class rtl::OUString &,int,)
+include/vcl/combobox.hxx:90
+void ComboBox::RemoveEntryAt(int,)
 sc/source/core/opencl/formulagroupcl.cxx:1051
 _Bool 
sc::opencl::DynamicKernelSlidingArgument::NeedParallelReduction()const
 sc/source/core/opencl/formulagroupcl.cxx:1059
diff --git a/include/vcl/combobox.hxx b/include/vcl/combobox.hxx
index 9dc14739f4e1..1571cca6961e 100644
--- a/include/vcl/combobox.hxx
+++ b/include/vcl/combobox.hxx
@@ -83,11 +83,11 @@ public:
 virtual voidSetText( const OUString& rStr ) override;
 virtual voidSetText( const OUString& rStr, const Selection& 
rNewSelection ) override;
 
-virtual sal_Int32  InsertEntry(const OUString& rStr, sal_Int32  nPos = 
COMBOBOX_APPEND);
+sal_Int32   InsertEntry(const OUString& rStr, sal_Int32  nPos = 
COMBOBOX_APPEND);
 sal_Int32   InsertEntryWithImage( const OUString& rStr, const Image& 
rImage, sal_Int32  nPos = COMBOBOX_APPEND );
 
 voidRemoveEntry( const OUString& rStr );
-virtual voidRemoveEntryAt(sal_Int32  nPos);
+voidRemoveEntryAt(sal_Int32  nPos);
 
 voidClear();
 voidEnableSelectAll();
diff --git a/vcl/source/control/combobox.cxx b/vcl/source/control/combobox.cxx
index 3eca5c6f0598..a13ee2e4b2b7 100644
--- a/vcl/source/control/combobox.cxx
+++ b/vcl/source/control/combobox.cxx
@@ -921,8 +921,10 @@ void ComboBox::RemoveEntryAt(sal_Int32 const nPos)
 {
 const sal_Int32 nMRUCount = 
m_pImpl->m_pImplLB->GetEntryList()->GetMRUCount();
 if (nPos < 0 || nPos > COMBOBOX_MAX_ENTRIES - nMRUCount)
+{
+assert("bad position");
 return;
-
+}
 m_pImpl->m_pImplLB->RemoveEntry( nPos + nMRUCount );
 CallEventListeners( VclEventId::ComboboxItemRemoved, 
reinterpret_cast(nPos) );
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: compilerplugins/clang filter/source sc/source sw/source

2018-12-20 Thread Libreoffice Gerrit user
 compilerplugins/clang/unusedfields.only-used-in-constructor.results |   42 
+++---
 compilerplugins/clang/unusedfields.readonly.results |   18 +-
 compilerplugins/clang/unusedfields.untouched.results|   28 +++-
 compilerplugins/clang/unusedfields.writeonly.results|   62 
++
 filter/source/svg/svgfilter.cxx |1 
 filter/source/svg/svgfilter.hxx |1 
 sc/source/filter/inc/namebuff.hxx   |4 
 sc/source/filter/lotus/tool.cxx |4 
 sw/source/ui/index/cnttab.cxx   |3 
 sw/source/uibase/inc/swuicnttab.hxx |1 
 10 files changed, 71 insertions(+), 93 deletions(-)

New commits:
commit d9d8ec2521cd59940792902d4757f33c327130a3
Author: Noel Grandin 
AuthorDate: Thu Dec 20 14:26:58 2018 +0200
Commit: Noel Grandin 
CommitDate: Fri Dec 21 07:26:25 2018 +0100

loplugin:unusedfields

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

diff --git 
a/compilerplugins/clang/unusedfields.only-used-in-constructor.results 
b/compilerplugins/clang/unusedfields.only-used-in-constructor.results
index e838acef69e9..71434dd18162 100644
--- a/compilerplugins/clang/unusedfields.only-used-in-constructor.results
+++ b/compilerplugins/clang/unusedfields.only-used-in-constructor.results
@@ -9,9 +9,9 @@ avmedia/source/vlc/wrapper/Types.hxx:44
 avmedia/source/vlc/wrapper/Types.hxx:45
 libvlc_event_t::(anonymous union)::(anonymous) dummy2 const char *
 avmedia/source/vlc/wrapper/Types.hxx:46
-libvlc_event_t::(anonymous) padding struct (anonymous struct at 
/home/noel/libo/avmedia/source/vlc/wrapper/Types.hxx:43:7)
+libvlc_event_t::(anonymous) padding struct (anonymous struct at 
/media/noel/disk2/libo6/avmedia/source/vlc/wrapper/Types.hxx:43:7)
 avmedia/source/vlc/wrapper/Types.hxx:47
-libvlc_event_t u union (anonymous union at 
/home/noel/libo/avmedia/source/vlc/wrapper/Types.hxx:41:5)
+libvlc_event_t u union (anonymous union at 
/media/noel/disk2/libo6/avmedia/source/vlc/wrapper/Types.hxx:41:5)
 avmedia/source/vlc/wrapper/Types.hxx:53
 libvlc_track_description_t psz_name char *
 basegfx/source/polygon/b2dtrapezoid.cxx:202
@@ -184,6 +184,8 @@ filter/source/graphicfilter/icgm/chart.hxx:46
 DataNode nBoxX2 sal_Int16
 filter/source/graphicfilter/icgm/chart.hxx:47
 DataNode nBoxY2 sal_Int16
+filter/source/svg/svgfilter.hxx:224
+SVGFilter mpSdrModel class SdrModel *
 helpcompiler/inc/HelpCompiler.hxx:230
 HelpCompiler lang const std::string
 include/basic/basmgr.hxx:52
@@ -231,13 +233,13 @@ include/sfx2/msg.hxx:133
 include/sfx2/msg.hxx:133
 SfxType2 nAttribs sal_uInt16
 include/sfx2/msg.hxx:134
+SfxType3 nAttribs sal_uInt16
+include/sfx2/msg.hxx:134
 SfxType3 aAttrib struct SfxTypeAttrib [3]
 include/sfx2/msg.hxx:134
 SfxType3 pType const std::type_info *
 include/sfx2/msg.hxx:134
 SfxType3 createSfxPoolItemFunc std::function
-include/sfx2/msg.hxx:134
-SfxType3 nAttribs sal_uInt16
 include/sfx2/msg.hxx:135
 SfxType4 createSfxPoolItemFunc std::function
 include/sfx2/msg.hxx:135
@@ -508,6 +510,8 @@ sc/source/filter/html/htmlpars.cxx:3031
 (anonymous namespace)::CSSHandler::MemStr mn size_t
 sc/source/filter/inc/htmlpars.hxx:614
 ScHTMLQueryParser mnUnusedId ScHTMLTableId
+sc/source/filter/inc/namebuff.hxx:79
+RangeNameBufferWK3::Entry aScAbsName const class rtl::OUString
 sc/source/filter/inc/sheetdatacontext.hxx:62
 oox::xls::SheetDataContext aReleaser const class SolarMutexReleaser
 sc/source/filter/inc/xetable.hxx:1002
@@ -522,7 +526,7 @@ sc/source/filter/inc/xistream.hxx:172
 XclImpBiff8StdDecrypter maCodec ::msfilter::MSCodec_Std97
 sc/source/filter/inc/xistream.hxx:194
 XclImpBiff8CryptoAPIDecrypter maCodec ::msfilter::MSCodec_CryptoAPI
-sc/source/filter/oox/worksheethelper.cxx:388
+sc/source/filter/oox/worksheethelper.cxx:383
 oox::xls::WorksheetGlobals mxProgressBar oox::ISegmentProgressBarRef
 sc/source/filter/xml/xmldrani.hxx:72
 ScXMLDatabaseRangeContext bIsSelection _Bool
@@ -558,7 +562,7 @@ sccomp/source/solver/DifferentialEvolution.hxx:35
 DifferentialEvolutionAlgorithm maRandomDevice std::random_device
 sccomp/source/solver/ParticelSwarmOptimization.hxx:56
 ParticleSwarmOptimizationAlgorithm maRandomDevice std::random_device
-scripting/source/stringresource/stringresource.cxx:1310
+scripting/source/stringresource/stringresource.cxx:1299
 stringresource::BinaryInput m_aData const Sequence
 sd/inc/anminfo.hxx:52
 SdAnimationInfo maSecondSoundFile const class rtl::OUString
@@ -587,14 +591,14 @@ sd/source/ui/view/viewshel.cxx:1211
 sdext/source/pdfimport/pdfparse/pdfparse.cxx:263
 PDFGrammar::definition stream 

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

2018-12-20 Thread Libreoffice Gerrit user
 compilerplugins/clang/unusedmethods.results|  242 +
 compilerplugins/clang/unusedmethods.unused-returns.results |   22 -
 sc/inc/subtotal.hxx|1 
 sw/source/ui/index/cnttab.cxx  |   17 
 sw/source/uibase/inc/swuicnttab.hxx|2 
 sw/source/uibase/inc/uitool.hxx|1 
 sw/source/uibase/utlui/uitool.cxx  |   39 --
 7 files changed, 124 insertions(+), 200 deletions(-)

New commits:
commit eacc089ce8d352b6ed7ffa616d14557331ee4272
Author: Noel Grandin 
AuthorDate: Thu Dec 20 14:07:57 2018 +0200
Commit: Noel Grandin 
CommitDate: Fri Dec 21 07:24:54 2018 +0100

loplugin:unusedmethods

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

diff --git a/compilerplugins/clang/unusedmethods.results 
b/compilerplugins/clang/unusedmethods.results
index 5266394c7c3c..9cebe9adfe9e 100644
--- a/compilerplugins/clang/unusedmethods.results
+++ b/compilerplugins/clang/unusedmethods.results
@@ -48,18 +48,6 @@ connectivity/source/inc/OTypeInfo.hxx:46
 _Bool connectivity::OTypeInfo::operator==(const struct 
connectivity::OTypeInfo &) const
 connectivity/source/inc/OTypeInfo.hxx:47
 _Bool connectivity::OTypeInfo::operator!=(const struct 
connectivity::OTypeInfo &) const
-cppcanvas/source/inc/implrenderer.hxx:114
-void cppcanvas::internal::XForm::Set(const struct 
cppcanvas::internal::XForm &)
-cppcanvas/source/inc/implrenderer.hxx:130
-void cppcanvas::internal::XForm::Multiply(const struct 
cppcanvas::internal::XForm &)
-cppcanvas/source/inc/implrenderer.hxx:249
-void cppcanvas::internal::ImplRenderer::processObjectRecord(class 
SvMemoryStream &,unsigned short,unsigned int,_Bool)
-cui/source/inc/autocdlg.hxx:71
- OfaACorrCheckListBox::OfaACorrCheckListBox(class SvSimpleTableContainer &)
-cui/source/inc/autocdlg.hxx:76
-void * OfaACorrCheckListBox::GetUserData(unsigned long)
-cui/source/inc/autocdlg.hxx:77
-void OfaACorrCheckListBox::SetUserData(unsigned long,void *)
 cui/source/inc/cfgutil.hxx:147
 class std::unique_ptr > 
CuiConfigFunctionListBox::make_iterator(const class weld::TreeIter *) const
 cui/source/inc/cfgutil.hxx:148
@@ -452,11 +440,11 @@ include/i18nlangtag/languagetag.hxx:261
 enum LanguageTag::ScriptType LanguageTag::getScriptType() const
 include/o3tl/any.hxx:155
 class boost::optional 
o3tl::tryAccess(const class com::sun::star::uno::Any &)
-include/o3tl/array_view.hxx:69
+include/o3tl/array_view.hxx:62
  o3tl::array_view::array_view(type-parameter-?-? *,unsigned long)
-include/o3tl/array_view.hxx:156
+include/o3tl/array_view.hxx:135
 _Bool o3tl::array_view::operator<(const array_view &) const
-include/o3tl/array_view.hxx:176
+include/o3tl/array_view.hxx:155
 unsigned long std::hash::operator()(array_view) const
 include/o3tl/cow_wrapper.hxx:310
 type-parameter-?-? * o3tl::cow_wrapper::get()
@@ -468,63 +456,61 @@ include/o3tl/enumarray.hxx:135
 _Bool o3tl::enumarray_const_iterator::operator==(const 
enumarray_const_iterator &) const
 include/o3tl/safeint.hxx:79
 typename enable_if::value, type-parameter-?-?>::type 
o3tl::saturating_sub(type-parameter-?-?,type-parameter-?-?)
-include/o3tl/string_view.hxx:173
+include/o3tl/string_view.hxx:172
  o3tl::basic_string_view::basic_string_view()
-include/o3tl/string_view.hxx:537
+include/o3tl/string_view.hxx:486
  o3tl::basic_string_view::basic_string_view(const 
basic_string > &)
-include/o3tl/string_view.hxx:679
+include/o3tl/string_view.hxx:628
 _Bool o3tl::operator==(basic_string_view,basic_string_view)
-include/o3tl/string_view.hxx:690
+include/o3tl/string_view.hxx:639
 _Bool o3tl::operator==(typename 
decay 
>::type,basic_string_view)
-include/o3tl/string_view.hxx:696
+include/o3tl/string_view.hxx:645
 _Bool o3tl::operator!=(basic_string_view,basic_string_view)
-include/o3tl/string_view.hxx:701
+include/o3tl/string_view.hxx:650
 _Bool o3tl::operator!=(basic_string_view,typename decay >::type)
-include/o3tl/string_view.hxx:707
+include/o3tl/string_view.hxx:656
 _Bool o3tl::operator!=(typename 
decay 
>::type,basic_string_view)
-include/o3tl/string_view.hxx:713
+include/o3tl/string_view.hxx:662
 _Bool o3tl::operator<(basic_string_view,basic_string_view)
-include/o3tl/string_view.hxx:718
+include/o3tl/string_view.hxx:667
 _Bool o3tl::operator<(basic_string_view,typename decay >::type)
-include/o3tl/string_view.hxx:724
+include/o3tl/string_view.hxx:673
 _Bool o3tl::operator<(typename decay >::type,basic_string_view)
-include/o3tl/string_view.hxx:730
+include/o3tl/string_view.hxx:679
 _Bool o3tl::operator>(basic_string_view,basic_string_view)
-include/o3tl/string_view.hxx:735
+include/o3tl/string_view.hxx:684
 _Bool 

[Libreoffice-commits] core.git: solenv/gbuild

2018-12-20 Thread Libreoffice Gerrit user
 solenv/gbuild/uitest-failed-default.sh |6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

New commits:
commit 3d9f9e7d16aae89ff9956bff54326a56d40b7866
Author: Noel Grandin 
AuthorDate: Thu Dec 20 14:32:41 2018 +0200
Commit: Noel Grandin 
CommitDate: Fri Dec 21 07:24:27 2018 +0100

restore the UI test 'debug with two shells' instruction

seems to be working for me now (and since I was the one that commented
the instruction out, seems I must have had something wrong in my
environment)

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

diff --git a/solenv/gbuild/uitest-failed-default.sh 
b/solenv/gbuild/uitest-failed-default.sh
index 8e0dc0e34b9b..e8646324bbad 100755
--- a/solenv/gbuild/uitest-failed-default.sh
+++ b/solenv/gbuild/uitest-failed-default.sh
@@ -20,7 +20,11 @@ where
 Module - the name of the python file (without the .py extension)
 Class - is the name in the "class Class" declaration
 
-Or to do interactive debugging, put a
+Or to do interactive debugging, run two shells with:
+make debugrun
+make gb_UITest_DEBUGRUN=T UITest_$2
+
+Failing that, put a
 time.sleep(60)
 in the beginning of the method in the .py file,
 and attach gdb to the running soffice process.
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 121126] can't open files with Cyrillic (Russian) file names

2018-12-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121126

--- Comment #4 from muhammadmur...@list.ru ---
Hello.
I upgraded today with apt-get update to latest versions
collaboraoffice6.0/unknown,now 6.0.10.18-18 amd64 [installed,automatic]
loolwsd/unknown,now 4.0.0-4 amd64 [installed]

This not helped.
After searching i try this
root@ubuntu-server:~# apt install locales-all

and it helps me!

I think this need to be mentioned at
https://www.collaboraoffice.com/code/linux-packages/

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

2018-12-20 Thread Libreoffice Gerrit user
 sfx2/source/appl/sfxhelp.cxx |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit dc10bd5326e4985816d74659ed7d8fded50fe11f
Author: Andrea Gelmini 
AuthorDate: Thu Dec 20 18:00:41 2018 +
Commit: Julien Nabet 
CommitDate: Fri Dec 21 07:04:35 2018 +0100

Fix typo

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

diff --git a/sfx2/source/appl/sfxhelp.cxx b/sfx2/source/appl/sfxhelp.cxx
index aea69c0af85e..8f3319ca76c3 100644
--- a/sfx2/source/appl/sfxhelp.cxx
+++ b/sfx2/source/appl/sfxhelp.cxx
@@ -726,9 +726,9 @@ bool isFlatpak() {
 
 bool rewriteFlatpakHelpRootUrl(OUString * helpRootUrl) {
 assert(helpRootUrl != nullptr);
-//TODO: This function for now assumes that the passed-in *helpRootUrl 
references
+//TODO: this function for now assumes that the passed-in *helpRootUrl 
references
 // /app/libreoffice/help (which belongs to the 
org.libreoffice.LibreOffice.Help
-// extension); it replaces it with the correpsonding file URL as seen 
outside the flatpak
+// extension); it replaces it with the corresponding file URL as seen 
outside the flatpak
 // sandbox:
 struct Failure: public std::exception {};
 try {
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 121749] problem downloading beta file

2018-12-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121749

--- Comment #17 from Mike Kaganski  ---
(In reply to moisele from comment #13)
> Please tell me how I can answer your question: "Which program do you use to
> download?" I click on the link provided, it downloads an installer

Please describe in which program (which browser) do you click the link
provided? does the download appear in the same browser (as a notification/icon)
when finished? Please tell the name of the browser and its version (usually
some kind of Help->About menu).

> and when the download is complete, I run the installer, which
> I'm guessing downloads the software from the internet.

The latter is not correct: the installer contains everything inside (it's 285
MB), and does not download anything from Internet itself.

-- 
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 122215] [EDITING] Changing the font size of a paragraph style does not alter existing paragraphs

2018-12-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122215

Luke Kendall  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

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


[Libreoffice-bugs] [Bug 122215] [EDITING] Changing the font size of a paragraph style does not alter existing paragraphs

2018-12-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122215

--- Comment #3 from Luke Kendall  ---
Created attachment 147728
  --> https://bugs.documentfoundation.org/attachment.cgi?id=147728=edit
Zip file containing the obfuscated file, as .odt and as .fodt

I have prepared and used paragraph styles carefully.
To italicise individual words, I select them and use the CTRL-I shortcut.
That seems to me a very natural and reasonable approach to formatting a novel.
If a less user-friendly approach is necessary to achieve good results, I would
be interested to learn what that would be.

Please find attached the obfuscated .odt and .fodt files for the novel, in the
file 122215.zip

The paragraph style in question is called Chapter Body.
The desired font size is 9pt, to be changed from 10.5 pt.

-- 
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 114586] doc filter: Background color is missing on top row of table.

2018-12-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114586

--- Comment #2 from QA Administrators  ---
** Please read this message in its entirety before responding **

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
http://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

-- 
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 114558] Crash when clicking on Mail Merge button on Data Source tool bar

2018-12-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114558

--- Comment #4 from QA Administrators  ---
** Please read this message in its entirety before responding **

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
http://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

-- 
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 90947] Formulas form DOCX: unable to resize

2018-12-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90947

--- Comment #8 from QA Administrators  ---
** Please read this message in its entirety before responding **

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
http://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

-- 
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 87805] Wrong formatting of DOCX file: too much breaks no underlining

2018-12-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=87805

--- Comment #6 from QA Administrators  ---
** Please read this message in its entirety before responding **

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
http://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

-- 
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 122234] New: Inserting date field only populates with the word "Date" or "Date (fixed)" not the chosen date format.

2018-12-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122234

Bug ID: 122234
   Summary: Inserting date field only populates with the word
"Date" or "Date (fixed)" not the chosen date format.
   Product: LibreOffice
   Version: 6.1.4.2 release
  Hardware: x86 (IA32)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: aal...@juno.com

Description:
Rendering of the inserted date field shows only the word "Date" or "Date
(fixed)" rather the actual date.

Steps to Reproduce:
1. Change the date field format a few times.
2. Open a document that previously rendered correctly with LibreOffice older
than 6.0.0.
3.

Actual Results:
1. Same problematic result.
2. Same problematic rendering.

Expected Results:
Display the proper chosen date format.


Reproducible: Always


User Profile Reset: No


OpenGL enabled: Yes

Additional Info:
I believe I have OpenGL on my computer.  I am kinda guessing OpenGL is a
implemented as a part of the BIOS on this older Windows 7 machine but I can't
seem so find information to confirm my hunch on this, much less how to update
it.  I know there were rendering issues with LibreOffice in the last couple
years on older computers such as mine.  This appears to have been resolved so I
am guessing this current issue may not be an OpenGL 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 101018] Allow ruler measurements to be in tenths of an inch

2018-12-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101018

--- Comment #2 from Tony  ---
Perhaps this isn't quite as trivial as a I thought.  How is this new feature
(top ruler showing in tenths of an inch) coming along?  Does it get any
attention in the developer world?

-- 
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 116616] Using LibreOffice Online (CODE on Nextcloud) with the browsers on mobile devices would refresh pages every few seconds and couldn't edit at all

2018-12-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116616

Franklin Weng  changed:

   What|Removed |Added

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

--- Comment #15 from Franklin Weng  ---
CODE 4.0.0 works.  Marked as WORKSFORME.

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


[Libreoffice-bugs] [Bug 121404] Formatted autocorrect is lost

2018-12-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121404

--- Comment #10 from Leandro Martín Drudi  ---
Created attachment 147727
  --> https://bugs.documentfoundation.org/attachment.cgi?id=147727=edit
Word los in 6.3 Alpha

-- 
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 121404] Formatted autocorrect is lost

2018-12-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121404

--- Comment #9 from Leandro Martín Drudi  ---
(In reply to Timur from comment #8)
> Thank you. Steps are as described. But I cannot reproduce. It shouldn't be
> about Spanish language, I tried. I didn't try with Spanish UI.
> 
> Unfortunately in this situation it's up to you to discover why this happens. 
> Guessing, you might have a number of custom autocorrects added to already
> large number of default autocorrects for your language. 
> 
> Usual advice is to reset user profile, but in your case since you seem to be
> advanced user that would lead to customization loss. 
> You still may save your "user" folder from %APPDATA%\libreoffice\4\user and
> test and than delete new "user" folder and copy back your own. Please see
> https://wiki.documentfoundation.org/UserProfile.
> 
> Can you also test with master 6.3+ from
> https://dev-builds.libreoffice.org/daily/master/Win-x86_64@42/current/?
> It will be separate to your working LO. 
> You may finally also use your saved "user" profile and put it instead of
> user profile that will be created by master LO.

Sorry. I have tried everything mentioned and the same happens in version 6.3.

-- 
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 121749] problem downloading beta file

2018-12-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121749

--- Comment #16 from mois...@hushmail.com ---
Created attachment 147726
  --> https://bugs.documentfoundation.org/attachment.cgi?id=147726=edit
final message

-- 
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 121749] problem downloading beta file

2018-12-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121749

--- Comment #15 from mois...@hushmail.com ---
Please see attached. took hours to download in Google Chrome.

-- 
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: Changes to 'feature/cib_contract139'

2018-12-20 Thread Libreoffice Gerrit user
New branch 'feature/cib_contract139' available with the following commits:
commit b0bbfb61c68374012e1c9fb6000c166f146071e9
Author: Thorsten Behrens 
Date:   Fri Dec 21 00:57:37 2018 +0100

fix crash

Change-Id: Ia0332b62daad878dd3af939a15a9947562b8ed0d

commit ab715cf3a1247603932d87af57e20df7d9e723ba
Author: Noel Grandin 
Date:   Thu Jul 26 14:36:38 2018 +0200

loplugin:returnconstant in svl,svtools

Change-Id: Id297a513f3313e10531f0ccd99a16277e4e37fa1
Reviewed-on: https://gerrit.libreoffice.org/58111
Tested-by: Jenkins
Reviewed-by: Noel Grandin 
(cherry picked from commit 928dfebe109794eb079469a46f549e25b3b1e89d)

commit 742c800c0f4ba82e293f866b81b57ceb44b86fa9
Author: Fridrich Štrba 
Date:   Thu Jul 12 11:57:07 2018 +0200

call System.runFinalizersOnExit by reflection, since it was removed in jdk11

Change-Id: I542c87bc1de21727a035cc6ac3b3e20c0ccfb5f7
(cherry picked from commit 983035cc974faf9a2dcc1ecdf01391e618970a7f)

commit c249e2284e122f5b515a3a95dbe2a4f25381511f
Author: Armin Le Grand 
Date:   Thu Dec 20 17:31:32 2018 +0100

Enhance TaggedPDF export (accessibility)

The current tagged PDF export does not well support
quite some internal structures. This includes all
apps (Draw/Impress/Writer/Calc) and some areas.

Area AlternativeText ('/Alt'):

Only writer currently at least adds Title information,
but we also have Description (MS does add) and Name.
Target is to add this information when available to
content frames.
Writer did that by manually adding that tag using
PDFExtOutDevData::SetAlternateText, but only used
Title so far.
To make this work as broad as possible, better add
this to primitives. There is already a primitive called
ObjectInfoPrimitive2D that encapsulates any content
adding Name/Title/Description using GroupPrimitive
functionality.
Changed Writer to use that way. Draw/Impress already
uses it, all apps now use graphic paint using primitives,
so we have a natural target to encapsulate. Add support
to VclMetafileProcessor2D to interpret it and add
- if mpPDFExtOutDevData->GetIsExportTaggedPDF() - that
data using a combination of Name/Title/Description and
add using mpPDFExtOutDevData->SetAlternateText.
This works for Draw/Impress/Writer, but not for Calc
because Calc does not create more complex data structures,
so SetAlternateText does not work (see
PDFWriterImpl::setAlternateText for more infos).

Area Tagged ListContent (use 'L', 'LI', 'LBody' PDF tags):

To support this in Draw/Impress, we can also use a similar
way to support in primitives. For this I evaluated how to
add needed OutlineLevel information to the existing (and
already used to write 'P') TextHierarchyParagraphPrimitive2D.
Added this and now ready to use in VclMetafileProcessor2D
::processTextHierarchyParagraphPrimitive2D.
Added now using the OutlineLevel information at the
TextHierarchyParagraphPrimitive2D. Made sure there are
fallbacks to unchanged old behaviour when no PDF export
or no Tagged-PDF used. Creating now '/L', '/LI' and '/LBody'
statements as tagged PDF wants us to do.
Exported PDF still works well while additionally a verifier
as 'PAC 3' shows the expected and wanted structure.
This will work now for any text in Draw/Impress and for
Draw-Objects using Lists in Calc. Need to check for direct
text in Calc cells and Writer - and guess how big the
effort would be for these to make it work there, too.

Area '/Artifact':

Target is to avoid too much ScreenReader hassle when
Impress uses Pictures/FillPatterns etc. in Background
- what means on MasterPage in Impress.
Experimented with different possibilities. Decided to use
existing StructureTagPrimitive2D and extend for info if
encapsulated data is 'Background' data -> on MasterPage.
Can be created in ImplRenderPaintProc in method
createRedirectedPrimitive2DSeque as needed by checking
for MasterPage member (remember: primitives need to be
as independent from model data as possible, never include
e.g. a SdrObject reference in any way).
Tried different ways to use this in VclMetafileProcessor2D
processStructureTagPrimitive2D, see comments there. Current
best solution is to just *not* create StuctureTag information
for these objects.

Change-Id: Ib2a578b02c1256758cda6d15ce37799803d8205c

commit 95b00807849c22b91cdce19fde5404ccb89469a7
Author: Caolán McNamara 
Date:   Tue Jul 31 15:33:43 2018 +0100

crashtesting: stack exhaustion exporting moz1253590-2.svg to odg

happens on the crashtesting box, but not locally, comparing the stack 
frames its clear
that the stack used on the crashtester for 
VclPixelProcessor2D::processBasePrimitive2D is
over double that used locally...

comparison on
> objdump 

[Libreoffice-bugs] [Bug 121368] Brochure printing error

2018-12-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121368

indi4ever  changed:

   What|Removed |Added

Version|3.3.4 release   |6.0.5.2 release
 Status|NEEDINFO|UNCONFIRMED
   Hardware|All |x86-64 (AMD64)
 Ever confirmed|1   |0
 OS|All |Windows (All)

--- Comment #3 from indi4ever  ---
I have this same problem. The error (unwanted change) occurs when trying to set
"print on both sides" when Writer is set for brochure printing. It does not
happen otherwise. The dialog box is supplied by the printer driver. When the
option to print on both sides is selected another option for page turning is
presented. Various printer drivers label these options differently, but the
effect is to either "flip up" or "flip sideways," or "turn-up," or
"turn-sideways."  In order to have a correctly printed book "turn-sideways," or
"flip-sideways" etc. needs to be selected. Otherwise some of the pages are
printed upside down when assembling the brochure (booklet).

For some reason, Writer ALWAYS sets the selection to "flip-up" or "Turn-up" if
printing on both sides of the page when brochure printing. If you select
"flip-up" it stays that way, if you select "flip-sideways" it gets changed to
"flip-up." The change occurs after the printer driver hands control back to
Writer (You can check this by reopening the printer settings dialog box after
you "save" settings and go back to writer's printer dialog box).

Actual Results:
upside down pages on half of brochure

Expected Results:
all pages up, with none upside down


Reproducible: Always


User Profile Reset: No

Per Henschel:
Which printer do you use? HP 400 Color Laser Printer and HP OfficeJet Pro 8720

Is the printing correct, if you use double-sided but not brochure? Yes

Which operating system?  Windows 7 Ultimate

Is the setting "Use only paper size form printer preferences" enabled or not?
Does not matter. Incorrect no matter the setting.

Which paper size has the printer, which page size has the document? 8x11 for
both.

If you are unfamiliar with brochure printing: Brochure printing takes a
document normally designed for portrait A4 or 8x11 printing and prints the
document in landscape mode with (usually) two pages (placed in two columns) per
sheet. If you print many pages, it will print on both sides (if the printer can
handle this) so that an assembled brochure will be in booklet format (i.e. like
a little book).

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

2018-12-20 Thread Libreoffice Gerrit user
 sc/source/ui/StatisticsDialogs/SamplingDialog.cxx |4 ++--
 sc/source/ui/inc/SamplingDialog.hxx   |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 6e8756a83549340f8c6b2c085936418241448c7b
Author: Eike Rathke 
AuthorDate: Fri Dec 21 00:32:21 2018 +0100
Commit: Eike Rathke 
CommitDate: Fri Dec 21 00:33:14 2018 +0100

Rename PerformRandomSampling() to PerformRandomSamplingKeepOrder()

The implementation draws samples keeping the order of the
population data. That may not exactly be what is expected, but
might be offered as an option once random sampling in random order
is implemented.

Change-Id: Ic850d37a53e4a5f25f91c6fb6610d2244e70d897

diff --git a/sc/source/ui/StatisticsDialogs/SamplingDialog.cxx 
b/sc/source/ui/StatisticsDialogs/SamplingDialog.cxx
index 3a097a08c479..1717baa1282e 100644
--- a/sc/source/ui/StatisticsDialogs/SamplingDialog.cxx
+++ b/sc/source/ui/StatisticsDialogs/SamplingDialog.cxx
@@ -219,7 +219,7 @@ ScRange 
ScSamplingDialog::PerformPeriodicSampling(ScDocShell* pDocShell)
 return ScRange(mOutputAddress, ScAddress(outTab, outRow, outTab) );
 }
 
-ScRange ScSamplingDialog::PerformRandomSampling(ScDocShell* pDocShell)
+ScRange ScSamplingDialog::PerformRandomSamplingKeepOrder(ScDocShell* pDocShell)
 {
 ScAddress aStart = mInputRange.aStart;
 ScAddress aEnd   = mInputRange.aEnd;
@@ -277,7 +277,7 @@ void ScSamplingDialog::PerformSampling()
 
 if (mpRandomMethodRadio->IsChecked())
 {
-aModifiedRange = PerformRandomSampling(pDocShell);
+aModifiedRange = PerformRandomSamplingKeepOrder(pDocShell);
 }
 else if (mpPeriodicMethodRadio->IsChecked())
 {
diff --git a/sc/source/ui/inc/SamplingDialog.hxx 
b/sc/source/ui/inc/SamplingDialog.hxx
index 9b66be6e82c3..eb5f7310b857 100644
--- a/sc/source/ui/inc/SamplingDialog.hxx
+++ b/sc/source/ui/inc/SamplingDialog.hxx
@@ -67,7 +67,7 @@ private:
 void GetRangeFromSelection();
 void PerformSampling();
 
-ScRange PerformRandomSampling(ScDocShell* pDocShell);
+ScRange PerformRandomSamplingKeepOrder(ScDocShell* pDocShell);
 ScRange PerformPeriodicSampling(ScDocShell* pDocShell);
 
 DECL_LINK( OkClicked, Button*, void );
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 121778] LibreOffice not usable; opens OK but crashes when entering data on macOS 10.14 Mojave

2018-12-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121778

Xisco Faulí  changed:

   What|Removed |Added

Summary|LibreOffice Vanilla not |LibreOffice not usable;
   |usable; opens OK but|opens OK but crashes when
   |crashes when entering data  |entering data on macOS
   |on macOS 10.14 Mojave   |10.14 Mojave

--- Comment #43 from Xisco Faulí  ---
Removing 'vanilla' from the summary since tdf's version is also affected...

-- 
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: vcl/quartz

2018-12-20 Thread Libreoffice Gerrit user
 vcl/quartz/salgdiutils.cxx |3 ---
 1 file changed, 3 deletions(-)

New commits:
commit 4a170d29eb35f288b1c66d810bb17ee0f3ddecc6
Author: Tor Lillqvist 
AuthorDate: Fri Dec 21 01:01:47 2018 +0200
Commit: Tor Lillqvist 
CommitDate: Fri Dec 21 01:01:47 2018 +0200

Bin unnecessary #ifdef, this file is for macOS only

Change-Id: Ia969648653b71e441446c38c4bed632ff1e53cc6

diff --git a/vcl/quartz/salgdiutils.cxx b/vcl/quartz/salgdiutils.cxx
index 30c5755d1efd..ba94be73f132 100644
--- a/vcl/quartz/salgdiutils.cxx
+++ b/vcl/quartz/salgdiutils.cxx
@@ -152,9 +152,6 @@ bool AquaSalGraphics::CheckContext()
 const int nBytesPerRow = (nBitmapDepth * mnWidth) / 8;
 void* pRawData = std::malloc(nBytesPerRow * mnHeight);
 const int nFlags = kCGImageAlphaNoneSkipFirst;
-#ifndef MACOSX
-nFlags |= kCGImageByteOrder32Little;
-#endif
 mrContext = CGBitmapContextCreate(pRawData, mnWidth, mnHeight, 
8, nBytesPerRow,
   GetSalData()->mxRGBSpace, 
nFlags);
 SAL_INFO("vcl.cg", "CGBitmapContextCreate(" << mnWidth << "x" 
<< mnHeight
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: canvas/Module_canvas.mk

2018-12-20 Thread Libreoffice Gerrit user
 canvas/Module_canvas.mk |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit c9d8ee0b4261e5a264e63ecb5d3feb4cfa3066c0
Author: Tor Lillqvist 
AuthorDate: Fri Dec 21 00:16:19 2018 +0200
Commit: Tor Lillqvist 
CommitDate: Fri Dec 21 00:16:24 2018 +0200

Skip Executable_canvasdemo unless DESKTOP

For example, we don't build the vclmain library for non-DESKTOP.

Change-Id: I01a1bcd6387e86c60e5543fcb8009fd1df914a20

diff --git a/canvas/Module_canvas.mk b/canvas/Module_canvas.mk
index 28f421f174b1..f62d7ef46299 100644
--- a/canvas/Module_canvas.mk
+++ b/canvas/Module_canvas.mk
@@ -24,7 +24,8 @@ $(eval $(call gb_Module_add_targets,canvas,\
Library_canvastools \
Library_simplecanvas \
Library_vclcanvas \
-   $(if $(DISABLE_GUI),,Executable_canvasdemo) \
+   $(if $(filter DESKTOP,$(BUILD_TYPE)), \
+   $(if $(DISABLE_GUI),,Executable_canvasdemo)) \
 ))
 
 ifeq ($(ENABLE_CAIRO_CANVAS),TRUE)
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: 2 commits - vcl/quartz

2018-12-20 Thread Libreoffice Gerrit user
 vcl/quartz/salbmp.cxx   |2 +-
 vcl/quartz/salgdicommon.cxx |5 +
 2 files changed, 6 insertions(+), 1 deletion(-)

New commits:
commit 1cbcaebc524a615cbb2aa2c0221db8f743ac5640
Author: Tor Lillqvist 
AuthorDate: Fri Dec 21 00:06:11 2018 +0200
Commit: Tor Lillqvist 
CommitDate: Fri Dec 21 00:08:13 2018 +0200

Add follow-up comment with guess why it must be 96

Change-Id: Ifa725c40c5756ba7999423a782180c1ac3901d30

diff --git a/vcl/quartz/salgdicommon.cxx b/vcl/quartz/salgdicommon.cxx
index 535bfa3c32b0..53f0e2706e63 100644
--- a/vcl/quartz/salgdicommon.cxx
+++ b/vcl/quartz/salgdicommon.cxx
@@ -1407,6 +1407,11 @@ void AquaSalGraphics::GetResolution( sal_Int32& rDPIX, 
sal_Int32& rDPIY )
 // don't match each others at their boundaries, and other issues). But 
*why* it must be 96 I
 // have no idea. The commit that changed it to 96 from (the arbitrary) 200 
did not say. If you
 // know where else 96 is explicitly or implicitly hard-coded, please 
modify this comment.
+
+// Follow-up: It might be this: in 'online', loleaflet/src/map/Map.js:
+// 15 = 1440 twips-per-inch / 96 dpi.
+// Chosen to match previous hardcoded value of 3840 for
+// the current tile pixel size of 256.
 rDPIX = rDPIY = 96;
 #endif
 }
commit 2e263affe54f8c3cdcbcea5fc4f0fb0b5b958b00
Author: Tor Lillqvist 
AuthorDate: Thu Dec 20 19:42:06 2018 +0200
Commit: Tor Lillqvist 
CommitDate: Fri Dec 21 00:08:13 2018 +0200

Add a bit more information to a SAL_WARN

Change-Id: Iea825271825119bddfdaa79af3b111659f084d0b

diff --git a/vcl/quartz/salbmp.cxx b/vcl/quartz/salbmp.cxx
index cc3c06f95619..34fd42caf2ad 100644
--- a/vcl/quartz/salbmp.cxx
+++ b/vcl/quartz/salbmp.cxx
@@ -298,7 +298,7 @@ bool QuartzSalBitmap::AllocateUserData()
 }
 if (!alloc)
 {
-SAL_WARN( "vcl.quartz", "bad alloc " << mnBytesPerRow << "x" << 
mnHeight);
+SAL_WARN( "vcl.quartz", "bad_alloc: " << mnWidth << "x" << mnHeight << 
" (" << mnBytesPerRow * mnHeight << " bytes)");
 m_pUserBuffer.reset( static_cast(nullptr) );
 mnBytesPerRow = 0;
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 121749] problem downloading beta file

2018-12-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121749

--- Comment #14 from mois...@hushmail.com ---
I don't know if this is useful info or not, but I find it funny that when it's
downloading, it announces the download time and the time changes a lot. It will
say things like it will take 16 hours to download. I haven't timed it but I'd
be surprised if it took more than 20 minutes.

-- 
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-6-2' - desktop/source distro-configs/LibreOfficeFlatpak.conf include/sfx2 sfx2/source solenv/flatpak-manifest.in

2018-12-20 Thread Libreoffice Gerrit user
 desktop/source/app/app.cxx |2 
 distro-configs/LibreOfficeFlatpak.conf |1 
 include/sfx2/sfxhelp.hxx   |2 
 sfx2/source/appl/sfxhelp.cxx   |  258 -
 solenv/flatpak-manifest.in |8 +
 5 files changed, 268 insertions(+), 3 deletions(-)

New commits:
commit e03924c5d8a817e0ea5b56b96185aca152836dc9
Author: Stephan Bergmann 
AuthorDate: Wed Dec 12 17:13:03 2018 +0100
Commit: Caolán McNamara 
CommitDate: Thu Dec 20 22:32:02 2018 +0100

Enable --help=html for flatpak

To not increase the size of the main org.libreoffice.LibreOffice app 
further,
the plan was to realize this as an org.libreoffice.LibreOffice.Help 
extension.
Ideally, this would be a localized extension, so that, by default, only a
relevant subset of the extension would be downloaded and installed.  (But 
see
below.)

There are multiple technical problems, as discussed at  "Add
integrated LibreOffice Help offline":

* LO can't pass a file URL with query part to xdg-open, so uses a temporary
  wrapper .html file that redirects to the target URL.  But for the flatpak 
case
  this wrapper can't be in /tmp (which isn't visible from outside the 
flatpak
  sandbox), but is instead stored in a new temp dir under $XDG_CACHE_HOME 
(which
  is always set for flatpaks and /is/ visible form the outside) that is
  removed on LO exit.

* The file URL stored in the temp file must be rewritten from the internal 
path
  (/app/libreoffice/help/...) to the path as seen outside the flatpak 
sandbox.
  While the path for the org.libreoffice.LibreOffice /app is stored in
  /.flatpak-info, the external path for the org.libreoffice.LibreOffice.Help
  extension is different and not stored there.  So use a hack trying to
  construct that path from what information is available in /.flatpak-info.

* But the help content consists of locale-specific and shared files, and 
those
  reference each other with relative links.  But a localized flatpak 
extension
  cannot contain shared files, it can only contain per-language sub-dirs.  
And
  if the shared help files were kept out of the extension, as part of the 
app
  itself, the relative paths among these files inside the flatpak sandbox 
would
  differ from those outside of it, so would be broken when viewing the 
content
  in the external browser.  A solution would either (a) need to somehow 
rewrite
  the content of all the help files being served from LO to the external
  browser, or (b) replicate the shared help files in all the extension's 
per-
  language sub-dirs (and if some localization uses en-US content as a 
fallback
  for only part of its translated content, e.g., in the case of media files,
  would need to also replicate that en-US content), or (c) use a 
non-localized
  extension that always contains the content for all localizations.

For now, I chose the third approach.  This makes the
org.libreoffice.LibreOffice.Help extension relatively large (the current
/app/libreoffice/help tree has a size of ca. 100MB), so that I decided to 
not
have it downloaded and installed automatically ("no-autodownload": true in
solenv/flatpak-manifest.in).  (I checked with Flatpak 1.0.6 that if the
extension should be changed to a localized one with the same name in the 
future,
updating from an older version would work.  If the old extension was not
installed, just the relevant localizations of the new version will be 
downloaded
and installed.  If the old extension was installed, the full set of
localizations of the new version will be downloaded and installed.)

(As also mentioned at 
:  "A second, minor, nuisance is that, for
security reasons, an `xdg-open file:///...html` call from a flatpak leads 
to an
intermediate popup dialog letting the user chose which application to use to
open the URI, while e.g. an `xdg-open http:///...html` is allowed to go 
directly
to the user's preferred browser.  So accessing help content from LO flatpak
would present that popup dialog first, forcing the user to select a browser 
to
proceed.")

Reviewed-on: https://gerrit.libreoffice.org/65451
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 
(cherry picked from commit 72b936d70b7eaa6d9f5f911b27e3c955382de967)

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

diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx
index b74defb1f640..03448b5f1a41 100644

[Libreoffice-bugs] [Bug 121749] problem downloading beta file

2018-12-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121749

--- Comment #13 from mois...@hushmail.com ---
Please tell me how I can answer your question: "Which program do you use to
download?" I click on the link provided, it downloads an installer, not a zip
package, and when the download is complete, I run the installer, which I'm
guessing downloads the software from the internet. If you tell me how to
determine what program I use to download, I'd be happy to answer your question.
(sorry to be so ignorant. Please educate me).

-- 
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 122020] CRASH in SvTreeList::InvalidateEntry(SvTreeListEntry *)

2018-12-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122020

Caolán McNamara  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |caol...@redhat.com
   |desktop.org |
 Status|NEW |ASSIGNED

--- Comment #12 from Caolán McNamara  ---
what I see is a PostUserEvent of DBTreeListBox::OnResetEntry with a
SvTreeListEntry* pEntry as payload, then the DBTreeListBox is disposed and then
the UserEvent arrives and the, by now deleted, pEntry is processed by the
disposed DBTreeListBox

-- 
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 103304] [META] Page dialog bugs and enhancements

2018-12-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103304
Bug 103304 depends on bug 114695, which changed state.

Bug 114695 Summary: Calc Format->Page->Header dropdown extends outside the 
dialog when the file path is long
https://bugs.documentfoundation.org/show_bug.cgi?id=114695

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

-- 
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 121749] problem downloading beta file

2018-12-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121749

--- Comment #12 from mois...@hushmail.com ---
As far as I can determine, antivirus (Microsoft Security Essentials and
Malwarebtyes, including windows defender) is not an issue in installation. I
turned them off using task manager. 

The event log does not, to my knowledge, record any issues with installation. I
couldn't remember installation dates and times , so I ran installation 2x and
checked the event log. nothing.  The most recent event long was an error that
occurred 21 hours ago. 

When I right click on the installation file I get an option to "scan with
Malwarebyes" and "troubleshoot compatibility", neither of which resolves the
problem. 

I ran a windows diagnostic on the RAM memory with no recorded issues. 

Device Manager reveals no problems or issues. 

Performance Monitor has no reports.  

I tried to download Apace Office, but I have insufficient space on my laptop
for installation.  The Beta version does not indicate file size nor provide an
option as to where it can be installed. I have 3 drives, so I can't switch to
another drive. 

I placed the installation file on a memory stick and on an exterior, attached
(previous) harddisk, and attempted installation; received the same error
message. However, this time Microsoft Security Essentials (which was running at
this time) objected saying something about it cleansing the file.

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


[Libreoffice-bugs] [Bug 108440] [META] Database form bugs and enhancements

2018-12-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108440
Bug 108440 depends on bug 122219, which changed state.

Bug 122219 Summary: CRASH: closing Base while XML filter settings dialog is open
https://bugs.documentfoundation.org/show_bug.cgi?id=122219

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

-- 
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 121273] KDE5: Impress slides navigation seems to be broken

2018-12-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121273

--- Comment #7 from Julien Nabet  ---
BTW, I noticed this on console too:
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use
QT_QPA_PLATFORM=wayland to run on Wayland anyway.

So I typed:
export QT_QPA_PLATFORM=wayland
Then I got:
arning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland
to run on Wayland anyway.
Using Wayland-EGL
xkbcommon: ERROR: Couldn't read Compose file /usr/share/X11/locale/: Aucun
périphérique de ce type
(translation: no peripheral device of this type)

Using the 'xdg-shell-v6' shell integration
qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
qt.qpa.wayland: Wayland does not support QWindow::requestActivate()

I don't know if for my tests concerning kde5 I should use or not
QT_QPA_PLATFORM=wayland

-- 
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-6-2' - sc/source

2018-12-20 Thread Libreoffice Gerrit user
 sc/source/ui/pagedlg/scuitphfedit.cxx |4 
 1 file changed, 4 insertions(+)

New commits:
commit 2923760cb8da0d6106e12bcb3d0ab1cc970d41ce
Author: Caolán McNamara 
AuthorDate: Thu Dec 20 16:52:11 2018 +
Commit: Caolán McNamara 
CommitDate: Thu Dec 20 22:13:31 2018 +0100

Resolves: tdf#114695 limit width of this combo

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

diff --git a/sc/source/ui/pagedlg/scuitphfedit.cxx 
b/sc/source/ui/pagedlg/scuitphfedit.cxx
index 36cbaf11f1b5..a851b3086ffe 100644
--- a/sc/source/ui/pagedlg/scuitphfedit.cxx
+++ b/sc/source/ui/pagedlg/scuitphfedit.cxx
@@ -66,6 +66,10 @@ ScHFEditPage::ScHFEditPage( vcl::Window* pParent,
 m_pWndRight->SetLocation(Right);
 
 get(m_pLbDefined,"comboLB_DEFINED");
+// tdf#114695 override natural size with a small value
+// we expect this to get stretched to some larger but
+// limited size based on surrounding widgets
+m_pLbDefined->set_width_request(m_pLbDefined->approximate_digit_width() * 
20);
 
 get(m_pBtnText,"buttonBTN_TEXT");
 get(m_pBtnTable,"buttonBTN_TABLE");
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2018-12-20 Thread Libreoffice Gerrit user
 sc/source/ui/pagedlg/scuitphfedit.cxx |4 
 1 file changed, 4 insertions(+)

New commits:
commit ebcb1fa80654849792bc3c296f61090138f99e20
Author: Caolán McNamara 
AuthorDate: Thu Dec 20 16:52:11 2018 +
Commit: Caolán McNamara 
CommitDate: Thu Dec 20 22:13:16 2018 +0100

Resolves: tdf#114695 limit width of this combo

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

diff --git a/sc/source/ui/pagedlg/scuitphfedit.cxx 
b/sc/source/ui/pagedlg/scuitphfedit.cxx
index ca903eace0c0..aa3cc68a0205 100644
--- a/sc/source/ui/pagedlg/scuitphfedit.cxx
+++ b/sc/source/ui/pagedlg/scuitphfedit.cxx
@@ -67,6 +67,10 @@ ScHFEditPage::ScHFEditPage( vcl::Window* pParent,
 m_pWndRight->SetLocation(Right);
 
 get(m_pLbDefined,"comboLB_DEFINED");
+// tdf#114695 override natural size with a small value
+// we expect this to get stretched to some larger but
+// limited size based on surrounding widgets
+m_pLbDefined->set_width_request(m_pLbDefined->approximate_digit_width() * 
20);
 
 get(m_pBtnText,"buttonBTN_TEXT");
 get(m_pBtnTable,"buttonBTN_TABLE");
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2018-12-20 Thread Libreoffice Gerrit user
 filter/source/xsltdialog/xmlfiltersettingsdialog.cxx |   37 +++
 filter/source/xsltdialog/xmlfiltersettingsdialog.hxx |3 +
 2 files changed, 34 insertions(+), 6 deletions(-)

New commits:
commit ec61f9c97f13236cbcead7ce2d75e0122abe7969
Author: Caolán McNamara 
AuthorDate: Thu Dec 20 14:55:26 2018 +
Commit: Caolán McNamara 
CommitDate: Thu Dec 20 22:12:49 2018 +0100

Resolves: tdf#122219 base form writer-window doesn't honour CloseVeto 
properly

just hit this with the same all-modal hammer we now use in the extension 
manager,
a modeless dialog, with modal subdialogs run by a normal non-async subloop, 
turns
into a modal dialog for all other toplevels

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

diff --git a/filter/source/xsltdialog/xmlfiltersettingsdialog.cxx 
b/filter/source/xsltdialog/xmlfiltersettingsdialog.cxx
index 39b3dfee190b..44a2dd30917f 100644
--- a/filter/source/xsltdialog/xmlfiltersettingsdialog.cxx
+++ b/filter/source/xsltdialog/xmlfiltersettingsdialog.cxx
@@ -17,6 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
+#include 
 #include 
 #include 
 #include 
@@ -27,7 +28,6 @@
 #include 
 #include 
 #include 
-#include 
 #include 
 #include 
 #include 
@@ -133,13 +133,36 @@ void XMLFilterSettingsDialog::dispose()
 ModelessDialog::dispose();
 }
 
+void XMLFilterSettingsDialog::incBusy()
+{
+// lock any toplevel windows from being closed until busy is over
+// ensure any dialogs are reset before entering
+vcl::Window *xTopWin = Application::GetFirstTopLevelWindow();
+while (xTopWin)
+{
+if (xTopWin != this)
+xTopWin->IncModalCount();
+xTopWin = Application::GetNextTopLevelWindow(xTopWin);
+}
+}
+
+void XMLFilterSettingsDialog::decBusy()
+{
+// unlock any toplevel windows from being closed until busy is over
+// ensure any dialogs are reset before entering
+vcl::Window *xTopWin = Application::GetFirstTopLevelWindow();
+while (xTopWin)
+{
+if (xTopWin != this)
+xTopWin->DecModalCount();
+xTopWin = Application::GetNextTopLevelWindow(xTopWin);
+}
+}
+
 IMPL_LINK(XMLFilterSettingsDialog, ClickHdl_Impl, Button *, pButton, void )
 {
-// tdf#122171 block closing libreoffice until the following dialog
-// is dismissed
-css::uno::Reference 
xDesktop(css::frame::Desktop::create(mxContext));
-css::uno::Reference 
xFrame(xDesktop->getCurrentFrame());
-utl::CloseVeto aKeepDoc(xFrame);
+// tdf#122171 block closing libreoffice until the following dialog is 
dismissed
+incBusy();
 
 if (m_pPBNew == pButton)
 {
@@ -169,6 +192,8 @@ IMPL_LINK(XMLFilterSettingsDialog, ClickHdl_Impl, Button *, 
pButton, void )
 {
 Close();
 }
+
+decBusy();
 }
 
 IMPL_LINK_NOARG(XMLFilterSettingsDialog, SelectionChangedHdl_Impl, 
SvTreeListBox*, void)
diff --git a/filter/source/xsltdialog/xmlfiltersettingsdialog.hxx 
b/filter/source/xsltdialog/xmlfiltersettingsdialog.hxx
index d6933dad425a..e1e1d82418d5 100644
--- a/filter/source/xsltdialog/xmlfiltersettingsdialog.hxx
+++ b/filter/source/xsltdialog/xmlfiltersettingsdialog.hxx
@@ -109,6 +109,9 @@ private:
 voidinitFilterList();
 voiddisposeFilterList();
 
+voidincBusy();
+voiddecBusy();
+
 boolinsertOrEdit( filter_info_impl* pNewInfo, const filter_info_impl* 
pOldInfo = nullptr );
 
 OUString createUniqueFilterName( const OUString& rUIName );
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


minutes of ESC call ...

2018-12-20 Thread Michael Meeks
* Present:
+ Kendy, Miklos, Xisco, Sophie, Caolan, Michael S, Michael M,
  Olivier, Heiko, Christian, Jan-Marek

* Completed Action Items:
+ reach out to Zotero (Michael)
  [ not obvious how to move ahead; technology & license (AGPL)
installed it (Heiko)
   + Java - 100Mb install, connectors to different apps
   + LibreOffice connector – as an extension ]
+ blog poll with ~50/50 acceptance to drop bibliography (Heiko)
  [ some accept getting rid of it, others say minimum func.
makes sense for basic users without online connection.
Could do a GSOC project (Samuel volunteered) ]

* Pending Action Items:
+ work with Mert to build an android l10n plan (Christian)
  [ didn’t connect with him yet ] 
+ mail BoD wrt. MS store update (Christian)
+ add screenshot builder to basic build stats (Christian)
  [ it fails with Japanese locale – but it’s not in the translation
can build with all of these – and build runs fine, but with just
ja it fails – needs further research  ]

* Release Engineering update (Christian)
+ 6.1.4 RC2 status
+ 6.2 RC 1 status
  + ready for the bug hunting Friday tomorrow.
+ 6.2 RC 2 – due week 2 – Jan 17th  
  + still require 1 review for libreoffice-6-2
  + libreoffice-6-2-0 after RC2.
  + Late Features
 + red-lining paragraph attribute re-work (Thorsten)
+ merged into master & 6.2 branch in time for RC1
+ except for document indexes – still being worked on
  which should be finished by tomorrow.
+ is it enabled by default ? (Xisco) 
 + yes enabled by default (Michael S)
+ Remotes
+ Android viewer
  + will provide a new version to the app store but no up-loaded yet.
 + Online
+ 6.2 rc1 source up-loaded.

* Documentation (Olivier)
+ New Help
+ Added  for proper rendering of python code (ohallot)
+ Work on online editor: render XHP page while editing (ohallot)
+ Help contents2
+ many fixes by translators (S. Horacek, Sabri Unai, ohallot)
+ miscellaneous fixes (erAck, ohallot)
+ additions and corrections for Basic and Python pages (libreofficiant)
+ Issue: How to add menus and toolbars for new UIs such as:
Notebook bar, simple bar, grouped bars, etc.
   + Huge work to describe UNO commands in new UIs. 
   + each page describes where a tool is eg. “menu → format → character”
   + considering all the cmds in an interface – quite a lot of work.
   + also confusing to list several (Michael)
  + the resulting is the same but the way to get it different.
  + should be able to do it programatically from
.uno:Format to a path in the UI.
   + menu never changes (Heiko)
  + help on notebookbars – perhaps just drop that.
  + concerned about the workflow around notebookbar,
too many options in the UI – and not close to usability.
  + we have five variants of similar UIs – which goes in &
is documented ?
+ development of new ones is easy.
  + propose to ship 1, not an arbitrary number of them.
 + making it an extension kills it (Michael)
+ few people install them
+ why should that be ? (Heiko)
   + practically it is – fixing that is hard (Michael)
 + if we get XML somewhere – can get it on pages (Olivier)
+ right transformation to find the files & simplify docs here.
 + in the end it is all .uno:Foo commands (Kendy)
+ menu/toolbar/sidebar
AI: + send some quick code pointers to Olivier (Kendy)
+ Guides.
+ Updates ongoing on Calc guides

* UX Update (Heiko)
+ Bugzilla (topicUI) statistics
259(259) (topicUI) bugs open, 278(278) (needsUXEval) needs to be 
evaluated by the UXteam
+ Updates:
BZ changes   1 week1 month3 months   12 months  
 added  4(-6) 19(-3) 61(-1) 102(-1) 
 commented 35(-21)   147(-19)   435(-1)1444(-8) 
   removed  1(1)   6(0)   9(1)   13(1)  
  resolved  3(2)   7(1)  22(0)  111(-1) 
+ top 10 contributors:
  Tietze, Heiko made 92 changes in 1 month, and 547 changes in 1 year
  Xisco Faulí made 37 changes in 1 month, and 284 changes in 1 year
  Foote, V Stuart made 32 changes in 1 month, and 227 changes in 1 year
  Pedro made 32 changes in 1 month, and 91 changes in 1 year
  dieterp made 24 changes in 1 month, and 122 changes in 1 year
  Thomas Lendo made 21 changes in 1 month, and 353 changes in 1 year
  kompilainenn made 21 changes in 1 month, and 61 changes in 1 year
  himajin10 made 9 changes in 1 month, and 14 changes in 1 year
  

[Libreoffice-qa] minutes of ESC call ...

2018-12-20 Thread Michael Meeks
* Present:
+ Kendy, Miklos, Xisco, Sophie, Caolan, Michael S, Michael M,
  Olivier, Heiko, Christian, Jan-Marek

* Completed Action Items:
+ reach out to Zotero (Michael)
  [ not obvious how to move ahead; technology & license (AGPL)
installed it (Heiko)
   + Java - 100Mb install, connectors to different apps
   + LibreOffice connector – as an extension ]
+ blog poll with ~50/50 acceptance to drop bibliography (Heiko)
  [ some accept getting rid of it, others say minimum func.
makes sense for basic users without online connection.
Could do a GSOC project (Samuel volunteered) ]

* Pending Action Items:
+ work with Mert to build an android l10n plan (Christian)
  [ didn’t connect with him yet ] 
+ mail BoD wrt. MS store update (Christian)
+ add screenshot builder to basic build stats (Christian)
  [ it fails with Japanese locale – but it’s not in the translation
can build with all of these – and build runs fine, but with just
ja it fails – needs further research  ]

* Release Engineering update (Christian)
+ 6.1.4 RC2 status
+ 6.2 RC 1 status
  + ready for the bug hunting Friday tomorrow.
+ 6.2 RC 2 – due week 2 – Jan 17th  
  + still require 1 review for libreoffice-6-2
  + libreoffice-6-2-0 after RC2.
  + Late Features
 + red-lining paragraph attribute re-work (Thorsten)
+ merged into master & 6.2 branch in time for RC1
+ except for document indexes – still being worked on
  which should be finished by tomorrow.
+ is it enabled by default ? (Xisco) 
 + yes enabled by default (Michael S)
+ Remotes
+ Android viewer
  + will provide a new version to the app store but no up-loaded yet.
 + Online
+ 6.2 rc1 source up-loaded.

* Documentation (Olivier)
+ New Help
+ Added  for proper rendering of python code (ohallot)
+ Work on online editor: render XHP page while editing (ohallot)
+ Help contents2
+ many fixes by translators (S. Horacek, Sabri Unai, ohallot)
+ miscellaneous fixes (erAck, ohallot)
+ additions and corrections for Basic and Python pages (libreofficiant)
+ Issue: How to add menus and toolbars for new UIs such as:
Notebook bar, simple bar, grouped bars, etc.
   + Huge work to describe UNO commands in new UIs. 
   + each page describes where a tool is eg. “menu → format → character”
   + considering all the cmds in an interface – quite a lot of work.
   + also confusing to list several (Michael)
  + the resulting is the same but the way to get it different.
  + should be able to do it programatically from
.uno:Format to a path in the UI.
   + menu never changes (Heiko)
  + help on notebookbars – perhaps just drop that.
  + concerned about the workflow around notebookbar,
too many options in the UI – and not close to usability.
  + we have five variants of similar UIs – which goes in &
is documented ?
+ development of new ones is easy.
  + propose to ship 1, not an arbitrary number of them.
 + making it an extension kills it (Michael)
+ few people install them
+ why should that be ? (Heiko)
   + practically it is – fixing that is hard (Michael)
 + if we get XML somewhere – can get it on pages (Olivier)
+ right transformation to find the files & simplify docs here.
 + in the end it is all .uno:Foo commands (Kendy)
+ menu/toolbar/sidebar
AI: + send some quick code pointers to Olivier (Kendy)
+ Guides.
+ Updates ongoing on Calc guides

* UX Update (Heiko)
+ Bugzilla (topicUI) statistics
259(259) (topicUI) bugs open, 278(278) (needsUXEval) needs to be 
evaluated by the UXteam
+ Updates:
BZ changes   1 week1 month3 months   12 months  
 added  4(-6) 19(-3) 61(-1) 102(-1) 
 commented 35(-21)   147(-19)   435(-1)1444(-8) 
   removed  1(1)   6(0)   9(1)   13(1)  
  resolved  3(2)   7(1)  22(0)  111(-1) 
+ top 10 contributors:
  Tietze, Heiko made 92 changes in 1 month, and 547 changes in 1 year
  Xisco Faulí made 37 changes in 1 month, and 284 changes in 1 year
  Foote, V Stuart made 32 changes in 1 month, and 227 changes in 1 year
  Pedro made 32 changes in 1 month, and 91 changes in 1 year
  dieterp made 24 changes in 1 month, and 122 changes in 1 year
  Thomas Lendo made 21 changes in 1 month, and 353 changes in 1 year
  kompilainenn made 21 changes in 1 month, and 61 changes in 1 year
  himajin10 made 9 changes in 1 month, and 14 changes in 1 year
  

[Libreoffice-bugs] [Bug 120824] KDE5: Submenu for Edit -> Object doesn't appear

2018-12-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120824

Julien Nabet  changed:

   What|Removed |Added

 CC||serval2...@yahoo.fr

--- Comment #4 from Julien Nabet  ---
On pc Debian x86-64 with master sources updated today + kde5 rendering, I could
reproduce this.

I could get these logs once only:
warn:vcl.kde5:8857:8857:vcl/unx/kde5/KDE5FilePicker2.cxx:425: enable on unknown
control210
warn:vcl.kde5:8857:8857:vcl/unx/kde5/KDE5FilePicker2.cxx:443: set label on
unknown control1
warn:vcl.kde5:8857:8857:vcl/unx/kde5/KDE5FilePicker2.cxx:443: set label on
unknown control6
warn:sfx.doc:8857:8857:sfx2/source/doc/objserv.cxx:690: Fatal IO error during
save N3com3sun4star3uno9ExceptionE msg: ModelData_Impl::OutputFileDialog:
ERRCODE_IO_ABORT


The other times I tested, I just had these kinds:
warn:vcl.schedule:9265:9265:vcl/source/app/scheduler.cxx:367: we're too early -
restart the timer (342ms)!

-- 
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 121273] KDE5: Impress slides navigation seems to be broken

2018-12-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121273

Julien Nabet  changed:

   What|Removed |Added

 CC||serval2...@yahoo.fr

--- Comment #6 from Julien Nabet  ---
On pc Debian x86-64 with master sources updated today + kde5 rendering, I don't
reproduce this.
Just to be sure, do you still reproduce this with master sources updated from
2018/12/20?
If yes, there's something I must miss.

-- 
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 122233] New: Libre thinks it crashed even when I shut down using "Close."

2018-12-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122233

Bug ID: 122233
   Summary: Libre thinks it crashed even when I shut down using
"Close."
   Product: LibreOffice
   Version: 6.1.3.2 release
  Hardware: All
OS: Mac OS X (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: pkgoldb...@gmail.com

Description:
Using Mac Mojave 10.14.2.  When I close LibreOffice using "Quit" in dropdown,
the software seems to close normally.  When I attempt to reopen, I get the
document recovery dialogue with two, sometimes three, reiterations of the file
I am attempting to reopen.  "Start" recovery often results in the Wheel and an
eventual "stopped responding" message, leading to a forced quit, report to MAC,
and repeated attempts.  Sometimes 3-4 tries required, but eventually the file
will reopen.

Steps to Reproduce:
1. Close an open LibreOffice file.
2. Attempt to re-open the same file.
3. Force quit and start again 10-15 seconds after Mac Wheel of Misfortune
begins to spin.  Expect to have to repeat step 3.

Actual Results:
As described above.

Expected Results:
Open file without believing the system had crashed.


Reproducible: Always


User Profile Reset: No



Additional Info:

-- 
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 121516] KDE5: Crash closing check for update dialog

2018-12-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121516

Julien Nabet  changed:

   What|Removed |Added

 CC||serval2...@yahoo.fr

--- Comment #8 from Julien Nabet  ---
On pc Debian x86-64 with master sources updated today + kde5 rendering, I got
no hang but noticed these kind of trace on console:
warn:vcl.schedule:8331:8331:vcl/source/app/scheduler.cxx:367: we're too early -
restart the timer (14ms)!
warn:svtools:8331:8331:vcl/source/graphic/UnoGraphicProvider.cxx:433: Could not
create graphic: 0x8201(Error Area:Vcl Class:General Code:1)
QObject::startTimer: Timers cannot be started from another thread
QObject::killTimer: Timers cannot be stopped from another thread

I don't have these with gtk3 rendering.

-- 
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 121778] LibreOffice Vanilla not usable; opens OK but crashes when entering data on macOS 10.14 Mojave

2018-12-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121778

--- Comment #42 from Mike Kaganski  ---
Stephan: the problem here is likely dependent on the XCode version; and the
newly released 6.1.4 has just started to suffer from the same problem (bug
122211) - which is likely the result of recent compiler baseline changes. Could
you take a look please?

-- 
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 120697] Calc: Drop-down on 'Sum' button

2018-12-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120697

--- Comment #4 from Michael Meeks  ---
Sure - so I think people get the idea generally - I hoped it was fairly clear
from the description ;-) The key is digging another drop-down toolbar button
out of the code to see how it is done I guess.

-- 
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 122211] LibreOffice crashes when I try to scroll after resizing the window on macOS

2018-12-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122211

Mike Kaganski  changed:

   What|Removed |Added

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

--- Comment #8 from Mike Kaganski  ---
(In reply to Claude from comment #4)

This *is* the duplicate, and Alex was completely correct. Compare stack traces
from comment 7 and from bug 121778 comment 20. Deep system calls recursion that
leads to freezes/stack overflow/crash is likely compiler-dependent, and it's
likely that Vanilla and TDF builds used different XCode at different times,
thus the version mismatch.

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

-- 
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 121778] LibreOffice Vanilla not usable; opens OK but crashes when entering data on macOS 10.14 Mojave

2018-12-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121778

--- Comment #41 from Mike Kaganski  ---
*** Bug 122211 has been marked as a duplicate of this bug. ***

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


[Libreoffice-bugs] [Bug 121778] LibreOffice Vanilla not usable; opens OK but crashes when entering data on macOS 10.14 Mojave

2018-12-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121778

Mike Kaganski  changed:

   What|Removed |Added

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

-- 
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 122211] LibreOffice crashes when I try to scroll after resizing the window on macOS

2018-12-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122211

Mike Kaganski  changed:

   What|Removed |Added

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

-- 
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 122232] UI: Pressing Enter in a protected sheet doesn't jump to next row in every case

2018-12-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122232

Robert Großkopf  changed:

   What|Removed |Added

   Keywords||regression

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


[Libreoffice-bugs] [Bug 122232] New: UI: Pressing Enter in a protected sheet doesn't jump to next row in every case

2018-12-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122232

Bug ID: 122232
   Summary: UI: Pressing Enter in a protected sheet doesn't jump
to next row in every case
   Product: LibreOffice
   Version: 6.1.0.3 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: rob...@familiegrosskopf.de

Created attachment 147725
  --> https://bugs.documentfoundation.org/attachment.cgi?id=147725=edit
Open the Calc-file and start at C6. Press return at G6. Cursor jumps to C29.

Open the attached Calc-file.
Start with from C6. 
Press tabulator to reach G6.
Press "Enter".
Cursor jumps to C29 instead of C7.

Note: Column G is write protected except G6 and G29.
Column C and D aren't write protected.

This bug appears first with LO 6.1.0.3 on OpenSUSE 15, 64bit rpm Linux. Wasn't
there with LO 6.0.5.2. There the cursor jumps from G6 to C7 as expected.

-- 
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 122211] LibreOffice crashes when I try to scroll after resizing the window on macOS

2018-12-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122211

--- Comment #7 from thb...@gmail.com ---
Created attachment 147724
  --> https://bugs.documentfoundation.org/attachment.cgi?id=147724=edit
macOS crash log from a fresh user account

-- 
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 122227] Localization of LO 6.1.4.2: German words in English installation

2018-12-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=17

--- Comment #5 from Christian Lehmann  ---
I have now uninstalled LO 4.1.3.2 and can report that the German words in the
English user interface persist.

-- 
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 122211] LibreOffice crashes when I try to scroll after resizing the window on macOS

2018-12-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122211

--- Comment #6 from thb...@gmail.com ---
I was able to reproduce the bug with LibreOffice 6.1.4 on a completely new user
account on macOS 10.14.2.

Launched LibreOffice, chose the Writer, resized the window and LibreOffice
crashes while I tried to scroll the empty document.

It wasn't an issue with LibreOffice 6.1.3

Wanted to add the macOS crash log but I couldn't do that. If you need it I
would like to submit it in a different way.

-- 
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 122209] Crash in: OpenGLContext::AcquireFramebuffer(OpenGLTexture const &)

2018-12-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122209

John  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

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


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

2018-12-20 Thread Libreoffice Gerrit user
 sw/source/uibase/shells/textsh1.cxx |9 +
 1 file changed, 9 insertions(+)

New commits:
commit daf63683ff7eec73df2ce061720f464c36e08ecb
Author: Mike Kaganski 
AuthorDate: Thu Dec 20 15:13:45 2018 +0300
Commit: Mike Kaganski 
CommitDate: Thu Dec 20 20:46:09 2018 +0100

tdf#122217: Don't allow to change readonly content with Alt+X

Change-Id: Ic350503e67f27bd59ccca3876a1f3b566bb187e4
Reviewed-on: https://gerrit.libreoffice.org/65490
Tested-by: Jenkins
Reviewed-by: Mike Kaganski 

diff --git a/sw/source/uibase/shells/textsh1.cxx 
b/sw/source/uibase/shells/textsh1.cxx
index 8fa74feee88e..8eb590a9b5a2 100644
--- a/sw/source/uibase/shells/textsh1.cxx
+++ b/sw/source/uibase/shells/textsh1.cxx
@@ -369,6 +369,15 @@ void SwTextShell::Execute(SfxRequest )
 OUString sReplacement = aToggle.ReplacementString();
 if( !sReplacement.isEmpty() )
 {
+if (rWrtSh.HasReadonlySel() && 
!rWrtSh.CursorInsideInputField())
+{
+// Only break if there's something to do; don't nag with 
the dialog otherwise
+auto 
xInfo(o3tl::make_unique(
+rWrtSh.GetView().GetFrameWeld(), 
"modules/swriter/ui/inforeadonlydialog.ui",
+"InfoReadonlyDialog"));
+xInfo->run();
+break;
+}
 SwRewriter aRewriter;
 aRewriter.AddRule( UndoArg1, aToggle.StringToReplace() );
 aRewriter.AddRule( UndoArg2, SwResId(STR_YIELDS) );
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 122209] Crash in: OpenGLContext::AcquireFramebuffer(OpenGLTexture const &)

2018-12-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122209

--- Comment #2 from John  ---
Created attachment 147723
  --> https://bugs.documentfoundation.org/attachment.cgi?id=147723=edit
Novel format, words replaced, pasted into copy of original file.

I have attached a sample file based on the file I was working with, however I
now believe it is a problem with Windows.

I have only been able to recreate some of the symptoms by putting Windows into
'sleep mode' first, as though the woken Windows is not firing on all cylinders.
When my PC crashed it was by this scenario.

After a fresh reboot, everything works as expected. After one or two sleeps,
using the nav-bar, particularly by clicking the bar above or below the slider
displays the problem of excessive scrolling. While this has happened before
this is the first crash.

Hope this helps

-- 
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 114508] Confusing dialog about discarding recovery data can lead to data loss

2018-12-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114508

Mike Kaganski  changed:

   What|Removed |Added

   Keywords||difficultyBeginner,
   ||easyHack, skillCpp

--- Comment #20 from Mike Kaganski  ---
A code pointer: RecoveryDialog (declared in svx/source/inc/docrecovery.hxx)
should disable selection in the list it creates and operates.

-- 
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 122211] LibreOffice crashes when I try to scroll after resizing the window on macOS

2018-12-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122211

Telesto  changed:

   What|Removed |Added

 Resolution|DUPLICATE   |---
 CC||tele...@surfxs.nl
 Status|RESOLVED|UNCONFIRMED

--- Comment #5 from Telesto  ---
(In reply to Claude from comment #4)
> (In reply to Alex Thurgood from comment #3)
> > 
> > *** This bug has been marked as a duplicate of bug 121778 ***
> 
> I don't know how this bug thread can be a duplicate. It's not the same
> version of LibreOffice. 6.1.4 and not 6.1.3. Furthermore, it's not the
> Vanilla version that comes with the Mac Store, but the one from the
> LibreOffice web site.
> 
> I did not have any problem with the 6.1.3 version.

Many problems in LibreOffice can be caused by corruption in the user profile.
When noticing strange behavior in LibreOffice the first thing to do is to reset
the user profile. To do so, follow these steps:

LibreOffice 5.3 and newer

start LibreOffice and select Help ▸ Restart in Safe Mode in the 'Enter Safe
Mode' dialog select 'Restart' LibreOffice will restart and display the 'Safe
Mode' dialog
If your problem is that LibreOffice does not start at all, launch it from the
command line with libreoffice --safe-mode or use the start menu entry
"LibreOffice (Safe Mode)" on Windows
select Continue in safe mode
Test and see if the problem is gone.
If the problem persists, you can exit the safe mode because the user profile
was not the cause of the problem.
If the problem is solved, something is wrong with your configuration. Start
LibreOffice in safe mode again to see the safe mode dialog. You can now try to
disable Hardware acceleration or to restore/reset your user profile.

https://wiki.documentfoundation.org/UserProfile

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


[Libreoffice-bugs] [Bug 104468] [META] DOCX (OOXML) image-related issues

2018-12-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104468
Bug 104468 depends on bug 119180, which changed state.

Bug 119180 Summary: FILEOPEN DOCX with embeddings: Image is blurred
https://bugs.documentfoundation.org/show_bug.cgi?id=119180

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

-- 
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: svx/source sw/qa

2018-12-20 Thread Libreoffice Gerrit user
 svx/source/unodraw/unoshape.cxx  |   59 ---
 sw/qa/extras/ooxmlimport/ooxmlimport.cxx |3 +
 2 files changed, 56 insertions(+), 6 deletions(-)

New commits:
commit df57d50e00820d59b2b7104b6e59883405d0f183
Author: Armin Le Grand 
AuthorDate: Thu Dec 20 16:24:33 2018 +0100
Commit: Armin Le Grand 
CommitDate: Thu Dec 20 20:25:28 2018 +0100

tdf#119180 Use 100th_mm in UNO API implementation

Since SvxShape::GetBitmap is UNO API implementation
the results have to be in 100th_mm, that is how UNO
API is defined.
Adapted Bitmap creation common case to do so using
primitve embedding if source is not 100_th_mm.
Also added a shortcut if object in question already
is a SdrGrafObj and contains a Bitmap.
Needed to update the checksum of a graphic for
testN777345.

Change-Id: I995100406a262e2872597dc64e943271e92eb4cb
Reviewed-on: https://gerrit.libreoffice.org/65505
Tested-by: Jenkins
Reviewed-by: Armin Le Grand 

diff --git a/svx/source/unodraw/unoshape.cxx b/svx/source/unodraw/unoshape.cxx
index 09ec87f7ab54..27c6ab6d0f86 100644
--- a/svx/source/unodraw/unoshape.cxx
+++ b/svx/source/unodraw/unoshape.cxx
@@ -87,6 +87,7 @@
 #include 
 #include 
 #include 
+#include 
 
 #include 
 
@@ -685,14 +686,35 @@ uno::Any SvxShape::GetBitmap( bool bMetaFile /* = false 
*/ ) const
 return aAny;
 }
 
+// tdf#119180 If we do not ask for Metafile and we access a SdrGrafObj,
+// and content exists and is a Bitmap, take the shortcut.
+// Do *not* do this for Metafile - as can be seen, requested in that case
+// is a byte-sequence of a saved WMF format file (see below)
+if(!bMetaFile)
+{
+const SdrGrafObj* 
pSdrGrafObj(dynamic_cast(GetSdrObject()));
+
+if(nullptr != pSdrGrafObj)
+{
+   const Graphic& rGraphic(pSdrGrafObj->GetGraphic());
+
+if(GraphicType::Bitmap == rGraphic.GetType())
+{
+Reference< awt::XBitmap > xBmp( rGraphic.GetXGraphic(), 
UNO_QUERY );
+aAny <<= xBmp;
+
+return aAny;
+}
+}
+}
+
 // tdf#118662 instead of creating an E3dView instance every time to paint
 // a single SdrObject, use the existing SdrObject::SingleObjectPainter to
 // use less resources and runtime
-ScopedVclPtrInstance< VirtualDevice > pVDev;
-const tools::Rectangle aBoundRect(GetSdrObject()->GetCurrentBoundRect());
-
 if(bMetaFile)
 {
+ScopedVclPtrInstance< VirtualDevice > pVDev;
+const tools::Rectangle 
aBoundRect(GetSdrObject()->GetCurrentBoundRect());
 GDIMetaFile aMtf;
 
 pVDev->SetMapMode(MapMode(MapUnit::Map100thMM));
@@ -721,17 +743,44 @@ uno::Any SvxShape::GetBitmap( bool bMetaFile /* = false 
*/ ) const
 }
 else
 {
-const drawinglayer::primitive2d::Primitive2DContainer xPrimitives(
+drawinglayer::primitive2d::Primitive2DContainer xPrimitives(
 
GetSdrObject()->GetViewContact().getViewIndependentPrimitive2DContainer());
 
 if(!xPrimitives.empty())
 {
 const drawinglayer::geometry::ViewInformation2D aViewInformation2D;
-const basegfx::B2DRange aRange(
+basegfx::B2DRange aRange(
 xPrimitives.getB2DRange(aViewInformation2D));
 
 if(!aRange.isEmpty())
 {
+const MapUnit 
aSourceMapUnit(GetSdrObject()->getSdrModelFromSdrObject().GetScaleUnit());
+
+if(MapUnit::Map100thMM != aSourceMapUnit)
+{
+// tdf#119180 This is UNO API and thus works in 100th_mm,
+// so if the MapMode from the used SdrModel is *not* equal
+// to Map100thMM we need to embed the primitives to an 
adapting
+// homogen transformation for correct values
+const basegfx::B2DHomMatrix aMapTransform(
+OutputDevice::LogicToLogic(
+MapMode(aSourceMapUnit),
+MapMode(MapUnit::Map100thMM)));
+
+// Embed primitives to get them in 100th mm
+const drawinglayer::primitive2d::Primitive2DReference 
xEmbedRef(
+new drawinglayer::primitive2d::TransformPrimitive2D(
+aMapTransform,
+xPrimitives));
+
+xPrimitives = 
drawinglayer::primitive2d::Primitive2DContainer { xEmbedRef };
+
+// Update basegfx::B2DRange aRange, too. Here we have the
+// choice of transforming the existing value or get newly 
by
+// again using 
'xPrimitives.getB2DRange(aViewInformation2D)'
+aRange.transform(aMapTransform);
+}
+
 const BitmapEx aBmp(
 

[Libreoffice-bugs] [Bug 112976] [META] DOCX (OOXML) OLE object-related issues

2018-12-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112976
Bug 112976 depends on bug 119180, which changed state.

Bug 119180 Summary: FILEOPEN DOCX with embeddings: Image is blurred
https://bugs.documentfoundation.org/show_bug.cgi?id=119180

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

-- 
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 122224] FILEOPEN DOCX The formula field is incorrect in the table, when we change the number format

2018-12-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=14

Telesto  changed:

   What|Removed |Added

   Keywords||bibisectRequest, regression
 CC||tele...@surfxs.nl

--- Comment #4 from Telesto  ---
No repro with
Versie: 4.4.7.2 
Build ID: f3153a8b245191196a4b6b9abd1d0da16eead600
Locale: nl_NL

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


[Libreoffice-bugs] [Bug 122207] FILEOPEN DOCX: LO freezes after opening a certain document

2018-12-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122207

Telesto  changed:

   What|Removed |Added

   Keywords||bibisectRequest, regression

--- Comment #2 from Telesto  ---
No repro with
Versie: 4.4.7.2 
Build ID: f3153a8b245191196a4b6b9abd1d0da16eead600
Locale: nl_NL

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


[Libreoffice-bugs] [Bug 122184] Spellcheck highlight updates only after entering space or new line after specific word

2018-12-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122184

Telesto  changed:

   What|Removed |Added

   Keywords|regression  |bisected

--- Comment #4 from Telesto  ---
(In reply to Caolán McNamara from comment #3)
> ah, its right there in the commit message.
> 
> "Notably this means if the user just moves the cursor out of the wrongly
> spelled word, it won't be underlined yet, but that appears a minor issue,
> and checking when the cursor leaves the word appears too hard to implement"

Lets remove the regression keyword...

-- 
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 92190] PRINTs landscape despite configured as portrait (Mac OS)

2018-12-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92190

--- Comment #119 from Joshua Kugler  ---
OK, sorry about that. I just know I've hit this same bug several times over the
past several years. Always on Mac, never on Linux. I'll create a new bug. Sorry
for the noise!

-- 
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 121749] problem downloading beta file

2018-12-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121749

--- Comment #11 from Mike Kaganski  ---
(In reply to moisele from comment #10)
> MDS:   1363A351E8F93D9BB2CEFBD32E2A32C3
> CRC: 3753109131
> SHA1: C9333CA30195D8C06FDCB63B8F12E0E1FBDB7D9C

I must say that my
> this problem is actually unlikely,
> since if it were that, it wouldn't go as far as to checking the embedded
> .cab - it would say that MSI itself is corrupt instead.
is clearly wrong. In fact, you have a broken package. The on-server image has
e.g. SHA1 hash 3b3ce8b74c7f754802620117ca880d90a16e0e35. So it's likely a
problem of your downloader. Which program do you use to download?

-- 
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 122211] LibreOffice crashes when I try to scroll after resizing the window on macOS

2018-12-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122211

--- Comment #4 from Claude <1claudechampa...@gmail.com> ---
(In reply to Alex Thurgood from comment #3)
> 
> *** This bug has been marked as a duplicate of bug 121778 ***

I don't know how this bug thread can be a duplicate. It's not the same version
of LibreOffice. 6.1.4 and not 6.1.3. Furthermore, it's not the Vanilla version
that comes with the Mac Store, but the one from the LibreOffice web site.

I did not have any problem with the 6.1.3 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


  1   2   3   4   5   >