[Libreoffice-bugs] [Bug 129022] When you open the manage macros dialog box, the list of existing macros is empty

2019-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129022

Mike Kaganski  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||caol...@redhat.com
 Status|UNCONFIRMED |NEW

--- Comment #2 from Mike Kaganski  ---
Started with
https://git.libreoffice.org/core/+/dbe5388c92d988c106cb8def839d031008a0d642

Cannot reproduce with current master: Version: 6.5.0.0.alpha0+ (x64)
Build ID: 17c3d827e12d9ca99b869132f23ba212b11f909a
CPU threads: 12; OS: Windows 10.0 Build 18363; UI render: default; VCL: win; 
Locale: ru-RU (ru_RU); UI-Language: en-US
Calc: CL

*Possibly* fixed with tdf#128900 raised against the same commit; but can't test
that. Testing with later 6.4 needed.

CCing Caolán.

-- 
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 129026] RTL sheets in Calc Online are not rendered properly

2019-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129026

--- Comment #3 from Anass Ahmed  ---
It's worth mentioning that (as far my testing goes) Writer RTL support is
working properly.

I've updated to latest snapshot `4.2` and problem still persists in Calc:
LOOLWSD
master.. (git hash: af6fe6a2)
Served by: 691c809c
LOKit
Collabora Office 6.2-1 (git hash: 218856c)

-- 
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] online.git: 2 commits - bundled/include kit/ChildSession.cpp loleaflet/css loleaflet/src

2019-11-25 Thread Marco Cecchetti (via logerrit)
 bundled/include/LibreOfficeKit/LibreOfficeKitEnums.h |8 +
 kit/ChildSession.cpp |3 
 loleaflet/css/mobilewizard.css   |   25 +++
 loleaflet/css/toolbar-mobile.css |   14 +
 loleaflet/css/toolbar.css|   13 +
 loleaflet/src/control/Control.JSDialogBuilder.js |   43 +
 loleaflet/src/control/Control.LokDialog.js   |  151 ++-
 loleaflet/src/control/Control.MobileWizard.js|4 
 loleaflet/src/control/Control.Toolbar.js |9 -
 loleaflet/src/layer/tile/CalcTileLayer.js|9 -
 loleaflet/src/layer/tile/TileLayer.js|   40 +
 loleaflet/src/map/Map.js |   16 ++
 12 files changed, 314 insertions(+), 21 deletions(-)

New commits:
commit 4574a98bff207e6f89504aab5f81d08847d1f086
Author: Marco Cecchetti 
AuthorDate: Mon Nov 25 21:55:18 2019 +0100
Commit: Marco Cecchetti 
CommitDate: Mon Nov 25 22:02:50 2019 +0100

formula bar tunneling: function list wizard

Change-Id: I63670151a009ce0a67ba64cebf326e13219f2ded

diff --git a/bundled/include/LibreOfficeKit/LibreOfficeKitEnums.h 
b/bundled/include/LibreOfficeKit/LibreOfficeKitEnums.h
index 244a8ea20..e620fb6c3 100644
--- a/bundled/include/LibreOfficeKit/LibreOfficeKitEnums.h
+++ b/bundled/include/LibreOfficeKit/LibreOfficeKitEnums.h
@@ -710,6 +710,12 @@ typedef enum
  * the description.
  */
 LOK_CALLBACK_JSDIALOG = 46,
+
+/**
+ * Send the list of functions whose name starts with the characters entered
+ * by the user.
+ */
+LOK_CALLBACK_CALC_FUNCTION_LIST = 47
 }
 LibreOfficeKitCallbackType;
 
@@ -832,6 +838,8 @@ static inline const char* lokCallbackTypeToString(int nType)
 return "LOK_CALLBACK_REFERENCE_MARKS";
 case LOK_CALLBACK_JSDIALOG:
 return "LOK_CALLBACK_JSDIALOG";
+case LOK_CALLBACK_CALC_FUNCTION_LIST:
+return "LOK_CALLBACK_CALC_FUNCTION_LIST";
 }
 
 assert(!"Unknown LibreOfficeKitCallbackType type.");
diff --git a/kit/ChildSession.cpp b/kit/ChildSession.cpp
index 677505ad9..e254b94de 100644
--- a/kit/ChildSession.cpp
+++ b/kit/ChildSession.cpp
@@ -2470,6 +2470,9 @@ void ChildSession::loKitCallback(const int type, const 
std::string& payload)
 case LOK_CALLBACK_JSDIALOG:
 sendTextFrame("jsdialog: " + payload);
 break;
+case LOK_CALLBACK_CALC_FUNCTION_LIST:
+sendTextFrame("calcfunctionlist: " + payload);
+break;
 
 #if !ENABLE_DEBUG
 // we want a compilation-time failure in the debug builds; but ERR in the
diff --git a/loleaflet/css/mobilewizard.css b/loleaflet/css/mobilewizard.css
index 22279d1ff..783d63d1e 100644
--- a/loleaflet/css/mobilewizard.css
+++ b/loleaflet/css/mobilewizard.css
@@ -314,7 +314,7 @@
.sub-menu-arrow {
display: table-cell;
padding-left: 10px;
-   padding-right: 20px;
+   padding-right: 10px;
background: transparent;
font-size: 1.5em;
font-weight: bold;
@@ -322,6 +322,28 @@
vertical-align: middle;
}
 
+   .func-info-icon {
+   display: table-cell;
+   padding-left: 8px;
+   padding-right: 8px;
+   background: transparent;
+   font-size: 1.2em;
+   font-weight: bold;
+   color: #aaa !important;
+   vertical-align: middle;
+   border-radius: 100px;
+   border: solid 2px #aaa;
+   }
+
+   .func-info-sig {
+   margin-left: 1em;
+   margin-bottom: 2em;
+   }
+
+   .func-info-desc {
+   margin-left: 1em;
+   }
+
.entry-value {
display: table-cell;
vertical-align: middle;
@@ -329,6 +351,7 @@
 
.ui-header-right {
display: table;
+   margin-right: 10px;
}
 
.ui-header.level-1.mobile-wizard.ui-widget .ui-header-left 
span.menu-entry-with-icon {
diff --git a/loleaflet/src/control/Control.JSDialogBuilder.js 
b/loleaflet/src/control/Control.JSDialogBuilder.js
index 61befb59a..ba39f3d2d 100644
--- a/loleaflet/src/control/Control.JSDialogBuilder.js
+++ b/loleaflet/src/control/Control.JSDialogBuilder.js
@@ -42,6 +42,7 @@ L.Control.JSDialogBuilder = L.Control.extend({
this._controlHandlers['grid'] = this._gridHandler;
this._controlHandlers['frame'] = this._frameHandler;
this._controlHandlers['panel'] = this._panelHandler;
+   this._controlHandlers['calcfuncpanel'] = 
this._calcFuncListPanelHandler;
this._controlHandlers['paneltabs'] = this._panelTabsHandler;
this._controlHandlers['container'] = this._containerHandler;
this._controlHandlers['window'] = this._containerHandler;
@@ -270,6 +271,40 @@ 

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.2' - 3 commits - desktop/source include/LibreOfficeKit libreofficekit/source sc/source vcl/source

2019-11-25 Thread Marco Cecchetti (via logerrit)
 desktop/source/lib/init.cxx  |6 +
 include/LibreOfficeKit/LibreOfficeKitEnums.h |8 +
 libreofficekit/source/gtk/lokdocview.cxx |1 
 sc/source/ui/app/inputhdl.cxx|   65 +-
 sc/source/ui/app/inputwin.cxx|  125 ---
 sc/source/ui/inc/inputwin.hxx|5 +
 sc/source/ui/view/tabvwshc.cxx   |   11 ++
 vcl/source/window/cursor.cxx |4 
 8 files changed, 211 insertions(+), 14 deletions(-)

New commits:
commit e6c305c61241470fd4263f897556cafca3eaf83a
Author: Marco Cecchetti 
AuthorDate: Mon Nov 25 21:35:42 2019 +0100
Commit: Marco Cecchetti 
CommitDate: Tue Nov 26 08:54:22 2019 +0100

lok: calc formula bar tunneling: function list callback

Added a lok callback for sending the list of functions matching the
current characters typed by the user.

Change-Id: Ia971fc55ec5eb961b4098592a8049dd0eed3ba14

diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index 929b84e4d681..5a9cd839fd0c 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -1183,6 +1183,7 @@ void CallbackFlushHandler::queue(const int type, const 
char* data)
 case LOK_CALLBACK_TEXT_VIEW_SELECTION:
 case LOK_CALLBACK_INVALIDATE_HEADER:
 case LOK_CALLBACK_WINDOW:
+case LOK_CALLBACK_CALC_FUNCTION_LIST:
 {
 const auto& pos = std::find_if(m_queue.rbegin(), m_queue.rend(),
 [type] (const queue_type::value_type& elem) { return 
(elem.Type == type); });
@@ -1259,6 +1260,7 @@ void CallbackFlushHandler::queue(const int type, const 
char* data)
 case LOK_CALLBACK_INVALIDATE_VISIBLE_CURSOR:
 case LOK_CALLBACK_TEXT_VIEW_SELECTION:
 case LOK_CALLBACK_VIEW_CURSOR_VISIBLE:
+case LOK_CALLBACK_CALC_FUNCTION_LIST:
 {
 const int nViewId = lcl_getViewId(payload);
 removeAll(
diff --git a/include/LibreOfficeKit/LibreOfficeKitEnums.h 
b/include/LibreOfficeKit/LibreOfficeKitEnums.h
index bfc9a12da9db..a564d140efdb 100644
--- a/include/LibreOfficeKit/LibreOfficeKitEnums.h
+++ b/include/LibreOfficeKit/LibreOfficeKitEnums.h
@@ -714,6 +714,12 @@ typedef enum
  * the description.
  */
 LOK_CALLBACK_JSDIALOG = 46,
+
+/**
+ * Send the list of functions whose name starts with the characters entered
+ * by the user in the formula input bar.
+ */
+LOK_CALLBACK_CALC_FUNCTION_LIST = 47
 }
 LibreOfficeKitCallbackType;
 
@@ -836,6 +842,8 @@ static inline const char* lokCallbackTypeToString(int nType)
 return "LOK_CALLBACK_REFERENCE_MARKS";
 case LOK_CALLBACK_JSDIALOG:
 return "LOK_CALLBACK_JSDIALOG";
+case LOK_CALLBACK_CALC_FUNCTION_LIST:
+return "LOK_CALLBACK_CALC_FUNCTION_LIST";
 }
 
 assert(!"Unknown LibreOfficeKitCallbackType type.");
diff --git a/libreofficekit/source/gtk/lokdocview.cxx 
b/libreofficekit/source/gtk/lokdocview.cxx
index f8815e673458..87fe7689ce0e 100644
--- a/libreofficekit/source/gtk/lokdocview.cxx
+++ b/libreofficekit/source/gtk/lokdocview.cxx
@@ -1376,6 +1376,7 @@ callback (gpointer pData)
 case LOK_CALLBACK_CELL_AUTO_FILL_AREA:
 case LOK_CALLBACK_TABLE_SELECTED:
 case LOK_CALLBACK_JSDIALOG:
+case LOK_CALLBACK_CALC_FUNCTION_LIST:
 {
 // TODO: Implement me
 break;
diff --git a/sc/source/ui/app/inputhdl.cxx b/sc/source/ui/app/inputhdl.cxx
index 669218f5b164..746909dd1f2d 100644
--- a/sc/source/ui/app/inputhdl.cxx
+++ b/sc/source/ui/app/inputhdl.cxx
@@ -1031,6 +1031,11 @@ bool lcl_hasSingleToken(const OUString& s, sal_Unicode c)
 
 void ScInputHandler::ShowArgumentsTip( OUString& rSelText )
 {
+if (comphelper::LibreOfficeKit::isActive())
+{
+return;
+}
+
 ScDocShell* pDocSh = pActiveViewSh->GetViewData().GetDocShell();
 const sal_Unicode cSep = ScCompiler::GetNativeSymbolChar(ocSep);
 const sal_Unicode cSheetSep = 
lcl_getSheetSeparator(>GetDocument());
@@ -1285,6 +1290,58 @@ bool ScInputHandler::GetFuncName( OUString& aStart, 
OUString& aResult )
 
 void ScInputHandler::ShowFuncList( const ::std::vector< OUString > & 
rFuncStrVec )
 {
+if (comphelper::LibreOfficeKit::isActive())
+{
+SfxViewShell* pViewShell = SfxViewShell::Current();
+if (pViewShell && rFuncStrVec.size())
+{
+OUString aFuncNameStr;
+OUString aDescFuncNameStr;
+OStringBuffer aPayload;
+aPayload.append("[ ");
+for (const OUString& rFunc : rFuncStrVec)
+{
+if ( rFunc[rFunc.getLength()-1] == cParenthesesReplacement )
+{
+aFuncNameStr = rFunc.copy(0, rFunc.getLength()-1);
+}
+else
+{
+aFuncNameStr = rFunc;
+}
+
+FormulaHelper 

[Libreoffice-bugs] [Bug 128587] Set variable font size for column and row references

2019-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128587

duceil  changed:

   What|Removed |Added

Summary|Set scalable fonts for  |Set variable font size for
   |column and row references   |column and row references

-- 
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 126546] Deficiencies in Manage Styles (possibly related to import filters)

2019-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126546

Dieter Praas  changed:

   What|Removed |Added

 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org

--- Comment #4 from Dieter Praas  ---
(In reply to Dieter Praas from comment #3)
> But I'm not sure, if this is a bug: Character Style in the paragraphs is
> "FontStyle27" (Arial 9pt). If you change character style to default style,
> everything is correct. So I assume - but I'm not sure, because I copuldn't
> find anything about it in LO help - that default character style adopt font
> settings of paragraph style while other character styles are dominant
> against font settings of paragraph style.

Documentation chapter "working with styles", page 9: "Double-click the required
character style, or double-click Default Style to remove the character style."

It's confusing, that "Default Style" seems to be the same as "no style" or
"style defined in paragraph style" 

Input from Design-Team? (For me again an example, that relation between
paragraph style and character style is not clear)

-- 
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 126546] Deficiencies in Manage Styles (possibly related to import filters)

2019-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126546

Dieter Praas  changed:

   What|Removed |Added

 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org

--- Comment #4 from Dieter Praas  ---
(In reply to Dieter Praas from comment #3)
> But I'm not sure, if this is a bug: Character Style in the paragraphs is
> "FontStyle27" (Arial 9pt). If you change character style to default style,
> everything is correct. So I assume - but I'm not sure, because I copuldn't
> find anything about it in LO help - that default character style adopt font
> settings of paragraph style while other character styles are dominant
> against font settings of paragraph style.

Documentation chapter "working with styles", page 9: "Double-click the required
character style, or double-click Default Style to remove the character style."

It's confusing, that "Default Style" seems to be the same as "no style" or
"style defined in paragraph style" 

Input from Design-Team? (For me again an example, that relation between
paragraph style and character style is not clear)

-- 
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 128655] Basic For statement supports "For Each item In array" second syntax that's not documented

2019-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128655

LibreOfficiant  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |libreoffici...@sfr.fr
   |desktop.org |

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

[Libreoffice-bugs] [Bug 128958] No tags in macos when saving as .odt

2019-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128958

--- Comment #4 from Alex Thurgood  ---
Also tested with multiple tags - works for 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 86066] [META] bugs and improvements to the statusbar

2019-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=86066

Dieter Praas  changed:

   What|Removed |Added

 Depends on||129029


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=129029
[Bug 129029] FORMATTING: Incorrect page count using paragraph style with page
break before and page number
-- 
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 126284] PDF Export: PDF shows only two pages of a document with three pages (one page is hidden in the odf document) (see comment 3)

2019-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126284

Dieter Praas  changed:

   What|Removed |Added

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

-- 
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 129029] FORMATTING: Incorrect page count using paragraph style with page break before and page number

2019-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129029

Dieter Praas  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=12
   ||6284
 Blocks||86066, 108519
   Keywords||needsUXEval
 CC||dgp-m...@gmx.de,
   ||libreoffice-ux-advise@lists
   ||.freedesktop.org,
   ||olivier.hallot@libreoffice.
   ||org

--- Comment #2 from Dieter Praas  ---
Mike, this is the intended behaviour, but perhaps documentation culd be
improved.

see bug 126284

cc: Oliver Hallot
cc: Design-Team for decision, if we leave bug open, close it or change to
docmentation


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=86066
[Bug 86066] [META] bugs and improvements to the statusbar
https://bugs.documentfoundation.org/show_bug.cgi?id=108519
[Bug 108519] [META] Page break 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 108519] [META] Page break bugs and enhancements

2019-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108519

Dieter Praas  changed:

   What|Removed |Added

 Depends on||129029


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=129029
[Bug 129029] FORMATTING: Incorrect page count using paragraph style with page
break before and page number
-- 
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 129029] FORMATTING: Incorrect page count using paragraph style with page break before and page number

2019-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129029

Dieter Praas  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=12
   ||6284
 Blocks||86066, 108519
   Keywords||needsUXEval
 CC||dgp-m...@gmx.de,
   ||libreoffice-ux-advise@lists
   ||.freedesktop.org,
   ||olivier.hallot@libreoffice.
   ||org

--- Comment #2 from Dieter Praas  ---
Mike, this is the intended behaviour, but perhaps documentation culd be
improved.

see bug 126284

cc: Oliver Hallot
cc: Design-Team for decision, if we leave bug open, close it or change to
docmentation


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=86066
[Bug 86066] [META] bugs and improvements to the statusbar
https://bugs.documentfoundation.org/show_bug.cgi?id=108519
[Bug 108519] [META] Page break bugs and enhancements
-- 
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 128958] No tags in macos when saving as .odt

2019-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128958

--- Comment #3 from Alex Thurgood  ---
Works for me with

Version: 6.4.0.0.beta1
Build ID: 4d7e5b0c40ed843384704eca3ce21981d4e98920
Threads CPU : 4; OS : Mac OS X 10.15.1; UI Render : par défaut; VCL: osx; 
Locale : fr-FR (fr_FR.UTF-8); Langue IHM : fr-FR
Calc: threaded

1) Create a new ODT document.
2) Enter some text.
3) Cmd-S to try and save the ODT document.
4) In the Finder Save dialog, add a tag, e.g. TestDoc, and choose a colour,
e.g. bright green.
5) Close LO.
6) Open Finder to select test document ODT. Notice tag colour.
7) Cmd-I on selected document to see tag and tag colour.

-- 
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: include/o3tl

2019-11-25 Thread Stephan Bergmann (via logerrit)
 include/o3tl/enumarray.hxx |   24 ++--
 1 file changed, 10 insertions(+), 14 deletions(-)

New commits:
commit af2ed6d5c9bf5495d7aa1036d35a86444a95d35a
Author: Stephan Bergmann 
AuthorDate: Mon Nov 25 17:05:45 2019 +0100
Commit: Stephan Bergmann 
CommitDate: Tue Nov 26 08:39:10 2019 +0100

Remove bogus enumarray[_const]_iterator assignment ops

...that write into the m_buf of reference type (or at least would try to if 
the
assignment op were ever instantiated for enumarray_const_iterator).  They 
have
been present since a0032a2dc2e4ac7615baaacdde5fefa64048822e "improve
o3tl::enumarray const-ness" turned m_buf from a pointer to a reference.  
(Found
with recent Clang 10 trunk -Werror,-Wdeprecated-copy, cf.
 "Remove some redundantly
user-declared copy ctors and assignment ops".)

But then at least some MSVC 2017 would still want to implicitly define them 
as
non-deleted (see  
trying
to build a prior version of this change) and fail, so change m_buf from
reference to pointer.

Change-Id: I3d4a420d2c4c6a6e966df74cfa33b5e00e0af5f6
Reviewed-on: https://gerrit.libreoffice.org/83701
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/include/o3tl/enumarray.hxx b/include/o3tl/enumarray.hxx
index ca012e197f27..a3c09d56bea0 100644
--- a/include/o3tl/enumarray.hxx
+++ b/include/o3tl/enumarray.hxx
@@ -85,7 +85,7 @@ public:
 
 template
 class enumarray_iterator {
-EA& m_buf;
+EA* m_buf;
 size_t  m_pos;
 public:
 typedef enumarray_iterator  self_type;
@@ -100,19 +100,17 @@ public:
 typedef typename EA::value_type&   reference;
 
 enumarray_iterator(EA& b, size_t start_pos)
- : m_buf(b), m_pos(start_pos) {}
-value_type& operator*()  const { return 
m_buf[static_cast(m_pos)]; }
+ : m_buf(), m_pos(start_pos) {}
+value_type& operator*()  const { return 
(*m_buf)[static_cast(m_pos)]; }
 value_type* operator->() const { return &(operator*()); }
 self_type&  operator++() { ++m_pos; return *this; }
-booloperator!=(self_type const & other) const { return _buf != 
_buf || m_pos != other.m_pos; }
-booloperator==(self_type const & other) const { return _buf == 
_buf && m_pos == other.m_pos; }
-enumarray_iterator&
-operator=(self_type const & other) { m_buf = other.m_buf; 
m_pos = other.m_pos; return *this; }
+booloperator!=(self_type const & other) const { return m_buf != 
other.m_buf || m_pos != other.m_pos; }
+booloperator==(self_type const & other) const { return m_buf == 
other.m_buf && m_pos == other.m_pos; }
 };
 
 template
 class enumarray_const_iterator {
-EA const &  m_buf;
+EA const *  m_buf;
 size_t  m_pos;
 public:
 typedef enumarray_const_iteratorself_type;
@@ -127,14 +125,12 @@ public:
 typedef typename EA::value_type const & reference;
 
 enumarray_const_iterator(EA const & b, size_t start_pos)
- : m_buf(b), m_pos(start_pos) {}
-value_type& operator*()  const { return 
m_buf[static_cast(m_pos)]; }
+ : m_buf(), m_pos(start_pos) {}
+value_type& operator*()  const { return 
(*m_buf)[static_cast(m_pos)]; }
 value_type* operator->() const { return &(operator*()); }
 self_type&  operator++() { ++m_pos; return *this; }
-booloperator!=(self_type const & other) const { return _buf != 
_buf || m_pos != other.m_pos; }
-booloperator==(self_type const & other) const { return _buf == 
_buf && m_pos == other.m_pos; }
-enumarray_const_iterator&
-operator=(self_type const & other) { m_buf = other.m_buf; 
m_pos = other.m_pos; return *this; }
+booloperator!=(self_type const & other) const { return m_buf != 
other.m_buf || m_pos != other.m_pos; }
+booloperator==(self_type const & other) const { return m_buf == 
other.m_buf && m_pos == other.m_pos; }
 };
 
 }; // namespace o3tl
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 129031] distorted lines

2019-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129031

--- Comment #1 from Jochen  ---
Created attachment 156121
  --> https://bugs.documentfoundation.org/attachment.cgi?id=156121=edit
It is a template for my correspondence (no private data)

My english is very bad. I wood like to send you also the screenshot 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 128941] Remove frame around color palette within Paragraph / Area / Color dialog

2019-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128941

--- Comment #3 from Alex Thurgood  ---
Also visible in 

Version: 6.4.0.0.beta1
Build ID: 4d7e5b0c40ed843384704eca3ce21981d4e98920
Threads CPU : 4; OS : Mac OS X 10.15.1; UI Render : par défaut; VCL: osx; 
Locale : fr-FR (fr_FR.UTF-8); Langue IHM : fr-FR
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-bugs] [Bug 129032] New: Missing warning when renaming page with same name

2019-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129032

Bug ID: 129032
   Summary: Missing warning when renaming page with same name
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Draw
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: riz_17_...@yahoo.co.id

Step to reproduce:

1. Create a new Draw files
2. Rename existing first page (e.g. Test)
3. Create a new page (Page > New Page, or in the page left side panel right
click > New Page))
4. Rename the new page with the same name as the first page (e.g. Test) (Page >
Rename page, or in the page left side panel right click > rename page)

Actual result:
The OK button disabled but there's no warning tell me that renaming with
already used name is not allowed.

Expected result:

there's warning (a dialog?) tell me that renaming with already used name is not
allowed.

-- 
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 128941] Remove frame around color palette within Paragraph / Area / Color dialog

2019-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128941

--- Comment #2 from Alex Thurgood  ---
I can confirm seeing the border, but actually think it makes the whole thing
look cleaner and crisper, in contrast say, to the text background colour
toolbar dropdown button available in the Writer toolbar. Just my 2c.

-- 
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 129031] New: distorted lines

2019-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129031

Bug ID: 129031
   Summary: distorted lines
   Product: LibreOffice
   Version: 6.2.0.1 rc
  Hardware: Other
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: t...@directbox.de

Description:
Some lines of the letter template for my correspondence (privat.odt) are
written one above the other since the version of LibreOffice 6.2 or later. The
problem is the countless documents that were created earlier and are now
illegible. That's why I returned to version 4.4.3.2. If you give me a
E-Mail-adress, I send you an screenshot and the original file. Thank you!


Actual Results:
see above

Expected Results:
see above


Reproducible: Always


User Profile Reset: No


OpenGL enabled: Yes

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 128916] FORMATTING: Several issues regarding indents in numbered chapter headings in a Table of Contents (TOC)

2019-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128916

--- Comment #11 from Jens Radloff  ---
Created attachment 156120
  --> https://bugs.documentfoundation.org/attachment.cgi?id=156120=edit
Last page of TOC in a book by Achim Peters (scan)

-- 
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 128916] FORMATTING: Several issues regarding indents in numbered chapter headings in a Table of Contents (TOC)

2019-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128916

--- Comment #10 from Jens Radloff  ---
@Timur / (Dieter): As I understand you, you are of the opinion that issue 5 is
something that only affects me because only I would like to have the chapter
titles "Table of Figures" and "Bibliography" being displayed at the left edge
of the text area in the TOC, on the same vertical position like the numbers of
normal chapters.

Let me demonstrate to you that my desire to have such an vertical arrangement
of chapter titels and indexes is not an individual desire. The following two
links contain PDF files with TOCs exactly showing this kind of vertical
arrangement:

Document A:

https://www.bmel.de/SharedDocs/Downloads/Ministerium/Historiker_Zwischenbericht.pdf?__blob=publicationFile

=> This document is a document published on the web site of the German Ministry
of Agriculture and Nutrition

=> At the end of the TOC the chapter titels "Schlussbemerkung" ("Final Remark")
and "Mitglieder und Mitarbeiterinnen und Mitarbeiter der Unabhängigen
Historikerkommission beim Bundesministerium für Ernährung und Landwirtschaft"
("Members and Staff of the Independent Historian Commission at the Ministry of
Agriculture and Nutrition") have no chapter numbers and begin at the left edge
of the text area in the TOC, like the chapter titles above them, with chapter
titles starting with Roman/Latin numbers.

Document B:

https://www.ifz-muenchen.de/fileadmin/user_upload/Neuigkeiten%202016/2016_02_13_ZZF_IfZ_PM_BKM-Studie_FINAL_Neu.pdf

=> This is a scientific text in German, too.

=> At the end of the TOC the chapter title "Anhang" ("Appendix") has no chapter
number and begins at the left edge of the text area in the TOC, like the
chapter titles on level 1 above them, with chapter titles starting with
numbers.

Document C:

Document C is scanned from a book with the title "Unsicherheit. Das Gefühl
unserer Zeit" by the German brain scientist Achim Peters, published in 2018.
This scan shows the last page of its TOC. In the TOC, the chapter titles "Dank"
("Thanks to" or "Gratitude"), "Anmerkungen" ("Remarks") and "Register"
("Register") have no chapter numbers and begin at the left edge of the text
area in the TOC, like the chapter titles above them, with chapter titles
starting with numbers.

Summary:

At least in Germany and possibly in Austria and in the German speaking parts of
Switzerland and Belgium this kind of vertical arrangement of chapter titles
with numbers and no numbers in their chapter titles at the same vertical
position in TOCs is a standard arrangement.

-- 
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 128171] macOS langpack install script no longer finds parallel LO installations - Catalina 10.15

2019-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128171

Alex Thurgood  changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 Status|UNCONFIRMED |RESOLVED

--- Comment #5 from Alex Thurgood  ---
This does indeed appear to be fixed once again in 

Version: 6.4.0.0.beta1
Build ID: 4d7e5b0c40ed843384704eca3ce21981d4e98920
Threads CPU : 4; OS : Mac OS X 10.15.1; UI Render : par défaut; VCL: osx; 
Locale : fr-FR (fr_FR.UTF-8); Langue IHM : fr-FR
Calc: threaded


where I can choose which app bundle to install the lang-pack to.

1) Downloaded LO64beta.
2) Installed to Applications folder as LO64b
3) Downloaded FR lang-pack for 64beta
4) Started installation, get offered choice of app bundle location.
5) Select LO64b as destination, installation succeeds.

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

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

2019-11-25 Thread Zdeněk Crhonek (via logerrit)
 sc/qa/uitest/calc_tests/data/tdf122232.ods |binary
 sc/qa/uitest/calc_tests9/tdf122232.py  |   49 +
 2 files changed, 49 insertions(+)

New commits:
commit 01a3a7cee2dc680910f4ddec004724b89a81099b
Author: Zdeněk Crhonek 
AuthorDate: Mon Nov 25 20:50:50 2019 +0100
Commit: Zdenek Crhonek 
CommitDate: Tue Nov 26 08:13:43 2019 +0100

uitest for bug tdf#122232

Change-Id: I40045b46f5cf8063e41211f9f7ea55e712036cd2
Reviewed-on: https://gerrit.libreoffice.org/83713
Tested-by: Jenkins
Reviewed-by: Zdenek Crhonek 

diff --git a/sc/qa/uitest/calc_tests/data/tdf122232.ods 
b/sc/qa/uitest/calc_tests/data/tdf122232.ods
new file mode 100644
index ..23dc98f61308
Binary files /dev/null and b/sc/qa/uitest/calc_tests/data/tdf122232.ods differ
diff --git a/sc/qa/uitest/calc_tests9/tdf122232.py 
b/sc/qa/uitest/calc_tests9/tdf122232.py
new file mode 100644
index ..16cce021914d
--- /dev/null
+++ b/sc/qa/uitest/calc_tests9/tdf122232.py
@@ -0,0 +1,49 @@
+# -*- tab-width: 4; indent-tabs-mode: nil; py-indent-offset: 4 -*-
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+from uitest.framework import UITestCase
+from uitest.uihelper.common import get_state_as_dict
+from uitest.path import get_srcdir_url
+from libreoffice.calc.document import get_sheet_from_doc
+from libreoffice.calc.conditional_format import 
get_conditional_format_from_sheet
+from uitest.debug import sleep
+from libreoffice.calc.document import get_cell_by_position
+from libreoffice.uno.propertyvalue import mkPropertyValues
+import org.libreoffice.unotest
+import pathlib
+
+def get_url_for_data_file(file_name):
+return 
pathlib.Path(org.libreoffice.unotest.makeCopyFromTDOC(file_name)).as_uri()
+
+#Bug 122232 - UI: Pressing Enter in a protected sheet doesn't jump to next row 
in every case
+
+class tdf122232(UITestCase):
+
+def test_tdf122232_press_Enter_key_jump(self):
+calc_doc = 
self.ui_test.load_file(get_url_for_data_file("tdf122232.ods"))
+xCalcDoc = self.xUITest.getTopFocusWindow()
+gridwin = xCalcDoc.getChild("grid_window")
+document = self.ui_test.get_component()
+#Start with from C6. Press tabulator to reach G6.
+gridwin.executeAction("SELECT", mkPropertyValues({"CELL": "C6"}))
+gridwin.executeAction("TYPE", mkPropertyValues({"KEYCODE": "RIGHT"}))
+gridwin.executeAction("TYPE", mkPropertyValues({"KEYCODE": "LEFT"}))
+
+gridwin.executeAction("TYPE", mkPropertyValues({"KEYCODE": "TAB"}))
+gridwin.executeAction("TYPE", mkPropertyValues({"KEYCODE": "TAB"}))
+#Press "Enter".
+gridWinState = get_state_as_dict(gridwin)
+self.assertEqual(gridWinState["CurrentRow"], "5")
+self.assertEqual(gridWinState["CurrentColumn"], "6")
+gridwin.executeAction("TYPE", mkPropertyValues({"KEYCODE": "RETURN"}))
+#Cursor jumps to C29 instead of C7.
+gridWinState = get_state_as_dict(gridwin)
+self.assertEqual(gridWinState["CurrentRow"], "6")
+self.assertEqual(gridWinState["CurrentColumn"], "2")
+
+self.ui_test.close_doc()
+
+# vim: set shiftwidth=4 softtabstop=4 expandtab:
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

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

2019-11-25 Thread Julien Nabet (via logerrit)
 sd/source/filter/eppt/grouptable.hxx |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 1071e51d0177122ca5d68cb1d677d5e719d09dd6
Author: Julien Nabet 
AuthorDate: Tue Nov 26 08:48:24 2019 +0200
Commit: Julien Nabet 
CommitDate: Tue Nov 26 07:48:43 2019 +0100

Revert "Fix 9d63592d530e9ad5ab2d6aee0aba5bc0c117aae3"

It's possible to make a better fix here

This reverts commit 685a0c2de4e12cde691ebff63b0f2348a7d68b58.

Change-Id: I764a2a296170cd66e6d2cf4f9646488c099fa870
Reviewed-on: https://gerrit.libreoffice.org/83724
Reviewed-by: Julien Nabet 
Tested-by: Julien Nabet 

diff --git a/sd/source/filter/eppt/grouptable.hxx 
b/sd/source/filter/eppt/grouptable.hxx
index 1e16b377f0a1..a88201e195ee 100644
--- a/sd/source/filter/eppt/grouptable.hxx
+++ b/sd/source/filter/eppt/grouptable.hxx
@@ -26,14 +26,14 @@
 
 struct GroupEntry
 {
-css::uno::Reference< css::container::XIndexAccess >   
mXIndexAccess;
 sal_uInt32  mnCurrentPos;
 sal_uInt32  mnCount;
+css::uno::Reference< css::container::XIndexAccess >   
mXIndexAccess;
 
 explicit GroupEntry( css::uno::Reference< css::container::XIndexAccess > 
const & rIndex )
-  : mXIndexAccess(rIndex),
-mnCurrentPos(0),
-mnCount(mXIndexAccess->getCount())
+  : mnCurrentPos(0),
+mnCount(mXIndexAccess->getCount()),
+mXIndexAccess(rIndex)
 {
 };
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

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

2019-11-25 Thread Stephan Bergmann (via logerrit)
 vcl/source/fontsubset/cff.cxx |9 +
 1 file changed, 1 insertion(+), 8 deletions(-)

New commits:
commit 29e9e7e17515d9d4ae60ad27fa30ec374412
Author: Stephan Bergmann 
AuthorDate: Mon Nov 25 14:16:57 2019 +0100
Commit: Stephan Bergmann 
CommitDate: Tue Nov 26 07:47:23 2019 +0100

Better fix for GCC -Werror=stringop-truncation

...following up on 2679c012115424e2728cfe79f7c6b5b243739b4e "GCC trunk 
towards
GCC 9 still emits a bogus -Wstringop-truncation" addressing

> In member function ‘void {anonymous}::Type1Emitter::setSubsetName(const 
char*)’,
> inlined from ‘bool 
FontSubsetInfo::CreateFontSubsetFromCff(sal_Int32*)’ at 
vcl/source/fontsubset/cff.cxx:2057:32:
> vcl/source/fontsubset/cff.cxx:1634:16: error: ‘char* strncpy(char*, const 
char*, size_t)’ specified bound 256 equals destination size 
[-Werror=stringop-truncation]
>  1634 | strncpy( maSubsetName, pSubsetName, sizeof(maSubsetName));
>   | ~~~^~

...that at least "gcc (GCC) 9.2.1 20190827 (Red Hat 9.2.1-1)" started to 
emit
with --enable-optimized after f853ec317f6af1b8c65cc5bd758371689c75118d 
"Extend
loplugin:external to warn about classes"

Change-Id: I7b6f1fc43397cc88cb212041c3ea070941281b25
Reviewed-on: https://gerrit.libreoffice.org/83681
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/vcl/source/fontsubset/cff.cxx b/vcl/source/fontsubset/cff.cxx
index 208264e7346a..b4ae6809085b 100644
--- a/vcl/source/fontsubset/cff.cxx
+++ b/vcl/source/fontsubset/cff.cxx
@@ -1631,14 +1631,7 @@ void Type1Emitter::setSubsetName( const char* 
pSubsetName)
 {
 maSubsetName[0] = '\0';
 if( pSubsetName)
-#if defined __GNUC__ && (__GNUC__ == 8 || __GNUC__ == 9) && !defined __clang__
-#pragma GCC diagnostic push
-#pragma GCC diagnostic ignored "-Wstringop-truncation"
-#endif
-strncpy( maSubsetName, pSubsetName, sizeof(maSubsetName));
-#if defined __GNUC__ && (__GNUC__ == 8 || __GNUC__ == 9) && !defined __clang__
-#pragma GCC diagnostic pop
-#endif
+strncpy( maSubsetName, pSubsetName, sizeof(maSubsetName) - 1);
 maSubsetName[sizeof(maSubsetName)-1] = '\0';
 }
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Branch 'libreoffice-6-4' - sd/uiconfig

2019-11-25 Thread Roman Kuznetsov (via logerrit)
 sd/uiconfig/simpress/popupmenu/pagepane.xml |   11 +--
 1 file changed, 5 insertions(+), 6 deletions(-)

New commits:
commit ff49f69825c066b0416f088af6e1f42b5f8f0a48
Author: Roman Kuznetsov 
AuthorDate: Mon Nov 25 07:59:33 2019 +0200
Commit: Roman Kuznetsov 
CommitDate: Tue Nov 26 07:42:29 2019 +0100

tdf#128757 Move pane context menu's items

Change-Id: If7ab3e87d3ec8550ba7c25781915e7fa364a5f05
Reviewed-on: https://gerrit.libreoffice.org/83638
Tested-by: Jenkins
Reviewed-by: Roman Kuznetsov 
(cherry picked from commit e9a60f3d9ba7c6164851264e7171b90238f7948c)
Reviewed-on: https://gerrit.libreoffice.org/83723

diff --git a/sd/uiconfig/simpress/popupmenu/pagepane.xml 
b/sd/uiconfig/simpress/popupmenu/pagepane.xml
index f790b402..1854282250c8 100644
--- a/sd/uiconfig/simpress/popupmenu/pagepane.xml
+++ b/sd/uiconfig/simpress/popupmenu/pagepane.xml
@@ -14,6 +14,9 @@
   
   
   
+  
+  
+  
   
   
   
@@ -38,12 +41,6 @@
   
 
   
-  
-  
-  
-  
-  
-  
   
 
   
@@ -59,5 +56,7 @@
   
   
 
+  
+  
   
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 72997] Calc cell and window in whole does not refresh

2019-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=72997

--- Comment #4 from herrkhan  ---
Nice to see this here and thanks for sharing this to us.
https://hotstarapp.live/

-- 
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 128916] FORMATTING: Several issues regarding indents in numbered chapter headings in a Table of Contents (TOC)

2019-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128916

--- Comment #9 from Jens Radloff  ---
Created attachment 156119
  --> https://bugs.documentfoundation.org/attachment.cgi?id=156119=edit
Individual paragraph style assigned to chapter title "Table of Figures" before
the TOC is updated

-- 
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 128916] FORMATTING: Several issues regarding indents in numbered chapter headings in a Table of Contents (TOC)

2019-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128916

--- Comment #8 from Jens Radloff  ---
(In reply to Dieter Praas from comment #7)
> Jens, problem with issue 5 is, that you use the same 
> paragraph style as for headings in level 1. Since you 
> set a tab for them before the entry you get the same 
> result for Table of Figures and Bibliography. You 
> shout choose a different paragraph style for them.

I tried to implement your solution proposal, assuming that I understood you
correctly, but it does not work:

1. I disabled the option "Protect against manual changes" in the TOC settings -
something which I do not like to do. But I did that in order to be able to
implement the following steps:

2. I defined an individual paragraph style "Contents 1 Alternative" based on
the paragraph style "Contents 1". In this individual style I set the values for
the Indents & Spacing to 0 in the fields "Before text" and "First line", and I
set the Outline Level to Level 1.

3. In the TOC I assigned the chapter title "Table of Figures" to the individual
style "Contents 1 Alternative".

This causes the chapter title "Table of Figures" being displayed at the right
edge of the text area in the TOC (not desired), and a second line is displayed
below that which only shows single dots and the page number at the right edge
of the text area (not desired). Refer to the attached screenshot.

4. If I then update the TOC, the chapter titles "Table of Figures" and
"Bibliography" are again not directly displayed at the left edge of the text
area of the TOC, but at the same vertical position as the chapter titles of
chapter 1 to 9, i. e. in the same way as previously described here in this bug
report in issue 5.

So this does not work.

By the way, if one defines a tab stop on the Entries tab in the TOC settings,
how can I delete this tab stop again? It's not possible.

-- 
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: compilerplugins/clang solenv/CompilerTest_compilerplugins_clang.mk

2019-11-25 Thread Stephan Bergmann (via logerrit)
 compilerplugins/clang/implicitboolconversion.cxx  |   13 
 compilerplugins/clang/test/implicitboolconversion.cxx |   28 ++
 solenv/CompilerTest_compilerplugins_clang.mk  |1 
 3 files changed, 42 insertions(+)

New commits:
commit 28f8a26fa12c2f78696864189356db46c1cae30c
Author: Stephan Bergmann 
AuthorDate: Mon Nov 25 11:17:19 2019 +0100
Commit: Stephan Bergmann 
CommitDate: Tue Nov 26 07:12:15 2019 +0100

loplugin:implicitboolconversion: Filter out bool -> std::atomic

...as used since patch set 8 of 
"WIP: tdf#120006 New Document converter"

Change-Id: I79c2237a2e5839162272c0d49bdb4d87c9e35102
Reviewed-on: https://gerrit.libreoffice.org/83655
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/compilerplugins/clang/implicitboolconversion.cxx 
b/compilerplugins/clang/implicitboolconversion.cxx
index e16b15517bc9..3adbf7197f47 100644
--- a/compilerplugins/clang/implicitboolconversion.cxx
+++ b/compilerplugins/clang/implicitboolconversion.cxx
@@ -1020,6 +1020,19 @@ void ImplicitBoolConversion::checkCXXConstructExpr(
 
 void ImplicitBoolConversion::reportWarning(ImplicitCastExpr const * expr) {
 if (compiler.getLangOpts().CPlusPlus) {
+if (expr->getCastKind() == CK_ConstructorConversion) {
+auto const t1 = expr->getType();
+if (auto const t2 = t1->getAs()) {
+assert(t2->getNumArgs() >= 1);
+auto const a = t2->getArg(0);
+if (a.getKind() == TemplateArgument::Type && 
a.getAsType()->isBooleanType()
+&& (loplugin::TypeCheck(t1).TemplateSpecializationClass()
+.ClassOrStruct("atomic").StdNamespace()))
+{
+return;
+}
+}
+}
 report(
 DiagnosticsEngine::Warning,
 "implicit conversion (%0) from %1 to %2", 
compat::getBeginLoc(expr))
diff --git a/compilerplugins/clang/test/implicitboolconversion.cxx 
b/compilerplugins/clang/test/implicitboolconversion.cxx
new file mode 100644
index ..c438822d3b88
--- /dev/null
+++ b/compilerplugins/clang/test/implicitboolconversion.cxx
@@ -0,0 +1,28 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; 
fill-column: 100 -*- */
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ */
+
+#include 
+
+#include 
+
+void f()
+{
+// expected-error@+1 {{implicit conversion (IntegralCast) from 'bool' to 
'int' [loplugin:implicitboolconversion]}}
+int i = false;
+(void)i;
+std::atomic b = false;
+(void)b;
+//TODO: Emit only one diagnostic here:
+// expected-error@+2 {{implicit conversion (ConstructorConversion) from 
'bool' to 'std::atomic' [loplugin:implicitboolconversion]}}
+// expected-error-re@+1 {{implicit conversion (IntegralCast) from 'bool' 
to {{.+}} [loplugin:implicitboolconversion]}}
+std::atomic a = false;
+(void)a;
+}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s 
cinkeys+=0=break: */
diff --git a/solenv/CompilerTest_compilerplugins_clang.mk 
b/solenv/CompilerTest_compilerplugins_clang.mk
index 318bf8c69d0a..3c9969bd628f 100644
--- a/solenv/CompilerTest_compilerplugins_clang.mk
+++ b/solenv/CompilerTest_compilerplugins_clang.mk
@@ -41,6 +41,7 @@ $(eval $(call 
gb_CompilerTest_add_exception_objects,compilerplugins_clang, \
 compilerplugins/clang/test/flatten \
 compilerplugins/clang/test/fragiledestructor \
 compilerplugins/clang/test/getstr \
+compilerplugins/clang/test/implicitboolconversion \
 compilerplugins/clang/test/indentation \
 compilerplugins/clang/test/intvsfloat \
 compilerplugins/clang/test/logexceptionnicely \
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: 2 commits - compilerplugins/clang external/mdds

2019-11-25 Thread Stephan Bergmann (via logerrit)
 compilerplugins/clang/compat.hxx |   10 +-
 compilerplugins/clang/conditionalstring.cxx  |2 +-
 compilerplugins/clang/doubleconvert.cxx  |2 +-
 compilerplugins/clang/implicitboolconversion.cxx |4 ++--
 compilerplugins/clang/plugin.cxx |3 ++-
 compilerplugins/clang/redundantfcast.cxx |4 ++--
 compilerplugins/clang/referencecasting.cxx   |5 +++--
 compilerplugins/clang/simplifybool.cxx   |3 ++-
 compilerplugins/clang/stringbuffer.cxx   |3 ++-
 compilerplugins/clang/stringconstant.cxx |4 ++--
 compilerplugins/clang/stringstatic.cxx   |3 ++-
 compilerplugins/clang/unnecessaryparen.cxx   |2 +-
 compilerplugins/clang/unoany.cxx |5 +++--
 compilerplugins/clang/unoquery.cxx   |3 ++-
 external/mdds/UnpackedTarball_mdds.mk|1 +
 external/mdds/Wdeprecated-copy.patch |   11 +++
 16 files changed, 46 insertions(+), 19 deletions(-)

New commits:
commit 48d0d5482dd4fc496e039986a71bb785f4880cb7
Author: Stephan Bergmann 
AuthorDate: Mon Nov 25 17:01:03 2019 +0100
Commit: Stephan Bergmann 
CommitDate: Tue Nov 26 07:13:00 2019 +0100

external/mdds: -Werror,-Wdeprecated-copy

> In file included from sc/source/core/data/cellvalues.cxx:12:
> In file included from sc/inc/column.hxx:28:
> In file included from sc/inc/mtvelements.hxx:30:
> In file included from 
workdir/UnpackedTarball/mdds/include/mdds/multi_type_vector.hpp:33:
> workdir/UnpackedTarball/mdds/include/mdds/multi_type_vector_itr.hpp:74:9: 
error: definition of implicit copy assignment operator for 'private_data' is 
deprecated because it has a user-declared copy constructor 
[-Werror,-Wdeprecated-copy]
> private_data(const private_data& other) :
> ^
> workdir/UnpackedTarball/mdds/include/mdds/multi_type_vector_itr.hpp:44:8: 
note: in implicit copy assignment operator for 
'mdds::detail::mtv::iterator_value_node::private_data' first required here
> struct iterator_value_node
>^
> 
workdir/UnpackedTarball/mdds/include/mdds/multi_type_vector_itr.hpp:219:20: 
note: in implicit copy assignment operator for 
'mdds::detail::mtv::iterator_value_node' first required here
> m_cur_node = other.m_cur_node;
>^
> 
workdir/UnpackedTarball/mdds/include/mdds/multi_type_vector_itr.hpp:238:7: 
note: in instantiation of member function 
'mdds::detail::mtv::iterator_common_base, mdds::mtv::noncopyable_managed_element_block<53, 
EditTextObject>, mdds::mtv::noncopyable_managed_element_block<54, 
ScFormulaCell> >, sc::CellStoreEvent>::iterator_trait>::operator=' requested 
here
> class iterator_base : public iterator_common_base<_Trait>
>   ^

with recent Clang 10 trunk, similar to
 "Remove some redundantly
user-declared copy ctors and assignment ops"

Change-Id: I156674bad367ca68404c3c75d61ec72b401c6305
Reviewed-on: https://gerrit.libreoffice.org/83700
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/external/mdds/UnpackedTarball_mdds.mk 
b/external/mdds/UnpackedTarball_mdds.mk
index c015f4c13f5a..c5ca78bd368c 100644
--- a/external/mdds/UnpackedTarball_mdds.mk
+++ b/external/mdds/UnpackedTarball_mdds.mk
@@ -14,6 +14,7 @@ $(eval $(call 
gb_UnpackedTarball_set_tarball,mdds,$(MDDS_TARBALL)))
 $(eval $(call gb_UnpackedTarball_set_patchlevel,mdds,0))
 
 $(eval $(call gb_UnpackedTarball_add_patches,mdds,\
+external/mdds/Wdeprecated-copy.patch \
 ))
 
 # vim: set noet sw=4 ts=4:
diff --git a/external/mdds/Wdeprecated-copy.patch 
b/external/mdds/Wdeprecated-copy.patch
new file mode 100644
index ..edcb2ddaa9ec
--- /dev/null
+++ b/external/mdds/Wdeprecated-copy.patch
@@ -0,0 +1,11 @@
+--- include/mdds/multi_type_vector_itr.hpp
 include/mdds/multi_type_vector_itr.hpp
+@@ -71,8 +71,6 @@
+ private_data() : block_index(0) {}
+ private_data(size_type _block_index) :
+ block_index(_block_index) {}
+-private_data(const private_data& other) :
+-block_index(other.block_index) {}
+ 
+ void swap(private_data& other)
+ {
commit 95d8b368d11eeccc276c0c6ac225144566a1206d
Author: Stephan Bergmann 
AuthorDate: Mon Nov 25 13:04:02 2019 +0100
Commit: Stephan Bergmann 
CommitDate: Tue Nov 26 07:12:38 2019 +0100

Adapt to clang::MaterializeTemporaryExpr::GetTemparyExpr rename

...in  "[NFC] Refactor representation of
materialized temporaries"

Change-Id: I02fbf6765f9713e4d457f07521129cc9d8db5751
Reviewed-on: https://gerrit.libreoffice.org/83669
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/compilerplugins/clang/compat.hxx 

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

2019-11-25 Thread Roman Kuznetsov (via logerrit)
 sd/uiconfig/simpress/popupmenu/pagepane.xml |   11 +--
 1 file changed, 5 insertions(+), 6 deletions(-)

New commits:
commit e9a60f3d9ba7c6164851264e7171b90238f7948c
Author: Roman Kuznetsov 
AuthorDate: Mon Nov 25 07:59:33 2019 +0200
Commit: Roman Kuznetsov 
CommitDate: Tue Nov 26 06:56:19 2019 +0100

tdf#128757 Move pane context menu's items

Change-Id: If7ab3e87d3ec8550ba7c25781915e7fa364a5f05
Reviewed-on: https://gerrit.libreoffice.org/83638
Tested-by: Jenkins
Reviewed-by: Roman Kuznetsov 

diff --git a/sd/uiconfig/simpress/popupmenu/pagepane.xml 
b/sd/uiconfig/simpress/popupmenu/pagepane.xml
index f790b402..1854282250c8 100644
--- a/sd/uiconfig/simpress/popupmenu/pagepane.xml
+++ b/sd/uiconfig/simpress/popupmenu/pagepane.xml
@@ -14,6 +14,9 @@
   
   
   
+  
+  
+  
   
   
   
@@ -38,12 +41,6 @@
   
 
   
-  
-  
-  
-  
-  
-  
   
 
   
@@ -59,5 +56,7 @@
   
   
 
+  
+  
   
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 129030] PDF export with GPG sign always failed

2019-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129030

--- Comment #2 from Anton Shevtsov  ---
Created attachment 156118
  --> https://bugs.documentfoundation.org/attachment.cgi?id=156118=edit
second error 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 129030] PDF export with GPG sign always failed

2019-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129030

--- Comment #1 from Anton Shevtsov  ---
Created attachment 156117
  --> https://bugs.documentfoundation.org/attachment.cgi?id=156117=edit
first error 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 129030] New: PDF export with GPG sign always failed

2019-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129030

Bug ID: 129030
   Summary: PDF export with GPG sign always failed
   Product: LibreOffice
   Version: 6.2.6.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: shevtsov.an...@gmail.com

Description:
Export to PDF with gpg key sign = failed.


Steps to Reproduce:
1. open odt file
2. File/Export as / PDF
3. go to Digital signatures tab
4. Choose my ggp key (select)
5. Input password to Certificate password field
6. Click - Export
7. Failed 



Actual Results:
I get 2 error windows
1. PDF export aborted. Signature generation failed.
2. General Error. General input/output error

Expected Results:
signed document


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-commits] core.git: sd/source

2019-11-25 Thread Stephan Bergmann (via logerrit)
 sd/source/ui/inc/drawview.hxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f26c2f2151c3a8c667740bf8b3e06e34e9781ba5
Author: Stephan Bergmann 
AuthorDate: Mon Nov 25 17:47:25 2019 +0100
Commit: Noel Grandin 
CommitDate: Tue Nov 26 06:42:52 2019 +0100

CppunitTest_sd_dialogs_test still needs DrawView RTTI

After 5f520f757774db17ea4e33d34c724cf2af3adcba "make some classes
module-private", it failed with

> [LNK] CppunitTest/libtest_sd_dialogs_test.so
> sd/qa/unit/dialogs-test.cxx:160: error: undefined reference to 'typeinfo 
for sd::DrawView'
> collect2: error: ld returned 1 exit status

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

diff --git a/sd/source/ui/inc/drawview.hxx b/sd/source/ui/inc/drawview.hxx
index 34360c61c772..2d41de1af250 100644
--- a/sd/source/ui/inc/drawview.hxx
+++ b/sd/source/ui/inc/drawview.hxx
@@ -30,7 +30,7 @@ class DrawViewShell;
 /**
  * Derivative of ::sd::View; contains also a pointer to the document
  */
-class DrawView : public ::sd::View
+class SD_DLLPUBLIC DrawView : public ::sd::View
 {
 public:
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-bugs] [Bug 128870] Unary minus ('-') precedence

2019-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128870

Srirupa  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW

--- Comment #1 from Srirupa  ---
Hi
Thank you for reporting the issue.I can confirm that the issue is present in
the below version.

Version: 6.3.2.2
Build ID: 98b30e735bda24bc04ab42594c85f7fd8be07b9c
CPU threads: 4; OS: Mac OS X 10.13.4; UI render: default; VCL: osx; 
Locale: en-US (en_US.UTF-8); UI-Language: en-US
Calc: threaded

The below VBA macro in Libre gives the result as 0.25 , whereas in MS Excel it
gives the result as -0.25 

REM  *  BASIC  *

Sub Main
DIM Variable_One As Double
Variable_One=-(1#/2)^2
MsgBox Variable_One
End Sub

Thanks
Srirupa

-- 
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 128956] Switching between two versions of LibreOffice resets user profile

2019-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128956

--- Comment #5 from Robert Sandberg  ---
Great job! Thanks for sharing.I regularly visit your site and find a lot of
interesting information. 
http://thestorelocator.co.uk/store/mccolls-kempston-mk42-7pr/

-- 
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 102495] [META] KDE VCL backend bugs and enhancements

2019-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102495
Bug 102495 depends on bug 128710, which changed state.

Bug 128710 Summary: Extension hangs under VCLPLUGIN=kf5
https://bugs.documentfoundation.org/show_bug.cgi?id=128710

   What|Removed |Added

 Status|VERIFIED|REOPENED
 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 122015] Links to external data not preserved (doubled) for XLSX saving in Linux version 6.1.5

2019-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122015

Bijal  changed:

   What|Removed |Added

 CC||bija...@gmail.com

--- Comment #15 from Bijal  ---
Created attachment 156115
  --> https://bugs.documentfoundation.org/attachment.cgi?id=156115=edit
test files odf and xlsx to show path error after closing and reopening

Problem continues in:

LibreOffice Version: 6.3.3.2
Build ID: a64200df03143b798afd1ec74a12ab50359878ed

I have tested with two sets of 2 spreadsheets each - all 4 files were created
NEW and saved to /home/user/Documents

while the ODF files show no problems at all, the XL files always double the
path so the reference to the correct path is obviously lost.

I am uploading both sets here. The ODF shows how the path reference should be
and the excel file shows what happens to the path after closing and reopening
the file.

test 1.odf / test 1.xlsx is the file with static data
test 2.odf / test 2.xlsx is the file that references test 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 128705] Cyrillic and other non-latin filenames saved as ?????'s on KDE

2019-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128705

--- Comment #1 from Eldar  ---
Libre Office fails to read file if locale is not properly set.

-- 
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 129029] FORMATTING: Incorrect page count using paragraph style with page break before and page number

2019-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129029

--- Comment #1 from Mike  ---
Created attachment 156114
  --> https://bugs.documentfoundation.org/attachment.cgi?id=156114=edit
Test case demonstrating result

The attached test case has all steps to reproduce the issue applied to it.

This specific case was created and demonstrated issue in LO 6.3.3.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 126163] test suite build fails

2019-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126163

--- Comment #2 from Tomasz Kłoczko  ---
After apply current git patches seems that issue have been sorted out however
still test suite fails in other place:




Testsuite summary for cppunit 1.15.0

# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0

make[4]: Leaving directory
'/home/tkloczko/rpmbuild/BUILD/cppunit-1.14.0/examples/cppunittest'
Making check in simple
make[2]: Nothing to be done for 'check'.
Making check in ClockerPlugIn
make[2]: Nothing to be done for 'check'.
Making check in DumperPlugIn
make[2]: Nothing to be done for 'check'.
Making check in money
/usr/bin/make  MoneyApp
make[3]: Entering directory
'/home/tkloczko/rpmbuild/BUILD/cppunit-1.14.0/examples/money'
g++ -DHAVE_CONFIG_H -I. -I../..  -I../../include -I../../include   -O2 -g -pipe
-Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS
-fstack-protector-strong -grecord-gcc-switches
-specs=/usr/lib/rpm/redhat/redhat-hardened-cc1
-specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic
-fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection
-flto=auto -flto-partition=none -Werror -Wall -Wextra -pedantic -c -o
MoneyApp-MoneyApp.o `test -f 'MoneyApp.cpp' || echo './'`MoneyApp.cpp
make[3]: Leaving directory
'/home/tkloczko/rpmbuild/BUILD/cppunit-1.14.0/examples/money'
make[3]: Entering directory
'/home/tkloczko/rpmbuild/BUILD/cppunit-1.14.0/examples/money'
g++ -DHAVE_CONFIG_H -I. -I../..  -I../../include -I../../include   -O2 -g -pipe
-Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS
-fstack-protector-strong -grecord-gcc-switches
-specs=/usr/lib/rpm/redhat/redhat-hardened-cc1
-specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic
-fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection
-flto=auto -flto-partition=none -Werror -Wall -Wextra -pedantic -c -o
MoneyApp-MoneyTest.o `test -f 'MoneyTest.cpp' || echo './'`MoneyTest.cpp
make[3]: Leaving directory
'/home/tkloczko/rpmbuild/BUILD/cppunit-1.14.0/examples/money'
make[3]: Entering directory
'/home/tkloczko/rpmbuild/BUILD/cppunit-1.14.0/examples/money'
/bin/sh ../../libtool  --tag=CXX   --mode=link g++  -O2 -g -pipe -Wall
-Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS
-fstack-protector-strong -grecord-gcc-switches
-specs=/usr/lib/rpm/redhat/redhat-hardened-cc1
-specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic
-fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection
-flto=auto -flto-partition=none -Werror -Wall -Wextra -pedantic  -Wl,-z,relro
-Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld
-flto=auto -flto-partition=none -fuse-linker-plugin -o MoneyApp
MoneyApp-MoneyTest.o MoneyApp-MoneyApp.o ../../src/cppunit/libcppunit.la 
libtool: link: g++ -O2 -g -pipe -Wall -Werror=format-security
-Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong
-grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1
-specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic
-fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection
-flto=auto -flto-partition=none -Werror -Wall -Wextra -pedantic -Wl,-z
-Wl,relro -Wl,--as-needed -Wl,-z -Wl,now
-specs=/usr/lib/rpm/redhat/redhat-hardened-ld -flto=auto -flto-partition=none
-fuse-linker-plugin -o .libs/MoneyApp MoneyApp-MoneyTest.o MoneyApp-MoneyApp.o 
../../src/cppunit/.libs/libcppunit.so -ldl
make[3]: Leaving directory
'/home/tkloczko/rpmbuild/BUILD/cppunit-1.14.0/examples/money'
/usr/bin/make  check-TESTS
make[4]: Entering directory
'/home/tkloczko/rpmbuild/BUILD/cppunit-1.14.0/examples/money'
FAIL: MoneyApp
make[4]: Leaving directory
'/home/tkloczko/rpmbuild/BUILD/cppunit-1.14.0/examples/money'
make[4]: Entering directory
'/home/tkloczko/rpmbuild/BUILD/cppunit-1.14.0/examples/money'
===
   cppunit 1.15.0: examples/money/test-suite.log
===

# TOTAL: 1
# PASS:  0
# SKIP:  0
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0

.. contents:: :depth: 2

FAIL: MoneyApp
==

F

##Failure Location unknown## : Assertion
Test name: MoneyTest::testAddThrow
expected exception not thrown

Failures !!!
Run: 4   Failure total: 1   Failures: 1   Errors: 0
FAIL MoneyApp (exit status: 1)


Testsuite summary for cppunit 1.15.0

# TOTAL: 1
# PASS:  0
# SKIP:  0
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0

See 

[Libreoffice-bugs] [Bug 129029] New: FORMATTING: Incorrect page count using paragraph style with page break before and page number

2019-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129029

Bug ID: 129029
   Summary: FORMATTING: Incorrect page count using paragraph style
with page break before and page number
   Product: LibreOffice
   Version: 3.3.0 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: m...@docmosis.com

Description:
Using a paragraph style with the insert page break before setting enabled, and
the with page style and page number settings enabled results in an incorrect
total page count.

This result is visible in the page count in the UI, as well as when using the
page count field in the document.

Steps to Reproduce:
1. Open a new blank document in Writer and enter two paragraphs of text.

2. Select the second paragraph, and open the Paragraph properties.

3. In the Text Flow tab under Breaks, enable the check boxes for "Insert",
"With Page Style", and "Page number". Type is Page, Position is Before, Page
Style is Default Style, and Page number is 1. (Page number check box is not
present in LO 3.3.0)

Actual Results:
The page total count in the bottom left of the UI is now 3. Inserting Fields >
Page Count also displays the count as 3.

Expected Results:
The page count should be 2.


Reproducible: Always


User Profile Reset: No


OpenGL enabled: Yes

Additional Info:
I have reproduced this in versions 3.3.0, 6.3.3.2, 6.5.0.0.alpha0.

LibreOffice 3.3.0 
OOO330m19 (Build:6)
tag libreoffice-3.3.0.4

Version: 6.3.3.2 (x64)
Build ID: a64200df03143b798afd1ec74a12ab50359878ed
CPU threads: 8; OS: Windows 10.0; UI render: GL; VCL: win; 
Locale: en-AU (en_AU); UI-Language: en-GB
Calc: threaded

Version: 6.5.0.0.alpha0+ (x64)
Build ID: d312d02cf43928361be34207a0cdd2d95b3ec5fd
CPU threads: 8; OS: Windows 10.0 Build 18362; UI render: GL; VCL: win; 
Locale: en-AU (en_AU); UI-Language: en-GB
Calc: CL

-- 
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 128337] thumbnail with chart does not crop gradient fill of data to data point shape

2019-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128337

Jan-Marek Glogowski  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |glo...@fbihome.de
   |desktop.org |

--- Comment #2 from Jan-Marek Glogowski  ---
Probably I shouldn't touch any code I don't fully understand. All this metafile
drawing and SalGraphics interaction IMHO has simply too many side effects. I
hope https://gerrit.libreoffice.org/83722 is the final fix...

-- 
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 128600] LibreOffice for Japanese macOS, cannot use JapanseIME's function which reconversion texts.

2019-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128600

SHIBATA Nobufumi  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED
Version|6.2.0.3 release |6.3.3.2 release

--- Comment #2 from SHIBATA Nobufumi  ---
Thank you for giving me an advice.

I have updated LibreOffice and checked its behavior. But it was same as before.

So, I turned status "UNCONFIRMED". And change version from "6.2.0.3 release" to
"6.3.3.2 release".

Thanks.

-- 
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 128575] Lack of coordination between the location of the words, and the click location

2019-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128575

--- Comment #2 from ori  ---
i did as you asked but it didn't change anything
I saw that you needed comment in the mail i received so i'm responding

-- 
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 128687] Internal leading not receiving same rounding as other font metrics

2019-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128687

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

-- 
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 128187] Offer to open AppleWorks documents (.cwk / application/x-appleworks-document)

2019-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128187

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

-- 
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 128484] Writer Tools.Autocorrect.Apply and Apply and Edit changes doesn't work correctly

2019-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128484

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

-- 
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 128553] Shouldn't it be possible to apply multiple styles simultaneously?

2019-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128553

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

-- 
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 128600] LibreOffice for Japanese macOS, cannot use JapanseIME's function which reconversion texts.

2019-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128600

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

-- 
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 128575] Lack of coordination between the location of the words, and the click location

2019-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128575

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

-- 
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 128505] Libreoffice (6.0.7.3 any) cannot open file which is located on: /run/user/1000/gvfs/smb-share:server=192.168.1.140,share=общая/Документация

2019-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128505

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

-- 
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 128025] silent font replacement - no warning ebaout missing font/glyph in a font, no information about used font for (automatical) replacement, different behavior in lo-math an

2019-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128025

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

-- 
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 128637] While Libreoffice Math is installed, it is not listed under Gnome Software

2019-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128637

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

-- 
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 126090] LibreOffice Calc storing encrypted spreadsheet as plain-text

2019-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126090

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

-- 
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 128317] numbers in foreign numerals

2019-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128317

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|QA:needsComment |

-- 
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 126832] UI: The single column button is not pre-selected by default in columns dialog (while being set to 1 column)

2019-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126832

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

-- 
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 128171] macOS langpack install script no longer finds parallel LO installations - Catalina 10.15

2019-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128171

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

-- 
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 128612] Toolbars show wrong area type for pattern and do not work correctly

2019-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128612

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

-- 
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 128296] Sheet event 'Content changed' not thrown in some cases where it should be

2019-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128296

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

-- 
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 128402] EDIT: mouse moves produce unneccessary system load

2019-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128402

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

-- 
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 126894] Update Issues on Windows 10/Linux Mint 19.2 and Ubuntu 19.04

2019-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126894

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

-- 
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 126163] test suite build fails

2019-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126163

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

-- 
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 125048] Saved file has wrong group if calc file contains a chart. (Truly bizarre ...)

2019-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125048

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

-- 
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 128094] The Arabic Language buttons are a little bit off to the right

2019-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128094

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

-- 
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 127527] Automatic bullet list inconsistency when mixed font size in line

2019-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127527

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

-- 
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 128083] Possible CppunitTest_sw_ooxmlexport3 testCalendar3 bug

2019-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128083

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

-- 
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 128590] [LOCALHELP] Add Auto-redact help page

2019-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128590

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

-- 
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 128655] Basic For statement supports "For Each item In array" second syntax that's not documented

2019-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128655

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

-- 
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 126585] Not all files are shown of the Local File System

2019-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126585

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

-- 
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 128172] When opening a grouped set of object for editing, the rest of the slide is no more grayed out

2019-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128172

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

-- 
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 126988] ANY FIELD of ARGUMENT of ANY function it is impossible to add a link to the data in another file with the mouse

2019-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126988

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

-- 
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 128671] master branch cannot be built without manual hacks with Aarch64 distro config

2019-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128671

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

-- 
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 128296] Sheet event 'Content changed' not thrown in some cases where it should be

2019-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128296

--- Comment #4 from QA Administrators  ---
[Automated Action] NeedInfo-To-Unconfirmed

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

[Libreoffice-bugs] [Bug 128708] enhancement request, UI:, it is important to give the user a hint if wrong or outdated results are displayed

2019-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128708

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
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 126026] wrong window icon for an LO calc file started from file manager

2019-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126026

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

-- 
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 128332] Allow a way to insert image from clipboard and not from a file only

2019-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128332

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

-- 
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 128172] When opening a grouped set of object for editing, the rest of the slide is no more grayed out

2019-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128172

QA Administrators  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-bugs] [Bug 128066] Libreoffice window doesn't scroll up or down when another window is minimized

2019-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128066

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

-- 
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 128172] When opening a grouped set of object for editing, the rest of the slide is no more grayed out

2019-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128172

--- Comment #8 from QA Administrators  ---
[Automated Action] NeedInfo-To-Unconfirmed

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

[Libreoffice-bugs] [Bug 128711] Infinite Loop if I use replaceAll for Hyperlinked words in Impress

2019-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128711

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
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 128519] [NEWHELP] Automate icon replacement table for Help build

2019-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128519

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

-- 
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 128705] Cyrillic and other non-latin filenames saved as ?????'s on KDE

2019-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128705

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
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 125162] SQL Syntax incorrect for LEFT / RIGHT JOIN when migrating from Base to Firebird

2019-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125162

QA Administrators  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 128332] Allow a way to insert image from clipboard and not from a file only

2019-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128332

--- Comment #4 from QA Administrators  ---
[Automated Action] NeedInfo-To-Unconfirmed

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

[Libreoffice-bugs] [Bug 128332] Allow a way to insert image from clipboard and not from a file only

2019-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128332

QA Administrators  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 125162] SQL Syntax incorrect for LEFT / RIGHT JOIN when migrating from Base to Firebird

2019-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125162

--- Comment #13 from QA Administrators  ---
[Automated Action] NeedInfo-To-Unconfirmed

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

[Libreoffice-bugs] [Bug 128296] Sheet event 'Content changed' not thrown in some cases where it should be

2019-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128296

QA Administrators  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-bugs] [Bug 129014] crop module

2019-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129014

QA Administrators  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-bugs] [Bug 113999] Page format preview corrupted when height is getting smaller than width

2019-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113999

--- Comment #5 from QA Administrators  ---
Dear Thomas Lendo,

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 129014] crop module

2019-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129014

--- Comment #3 from QA Administrators  ---
[Automated Action] NeedInfo-To-Unconfirmed

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

[Libreoffice-bugs] [Bug 128402] EDIT: mouse moves produce unneccessary system load

2019-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128402

QA Administrators  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-bugs] [Bug 120532] Pasting takes a long time to process under certain conditions

2019-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120532

--- Comment #7 from QA Administrators  ---
Dear Telesto,

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 128402] EDIT: mouse moves produce unneccessary system load

2019-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128402

--- Comment #4 from QA Administrators  ---
[Automated Action] NeedInfo-To-Unconfirmed

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

[Libreoffice-bugs] [Bug 100289] Sporadic crashes within MSVCR120.dll

2019-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100289

--- Comment #15 from QA Administrators  ---
Dear Yuriy Chudnovskiy,

This bug has been in NEEDINFO status with no change for at least
6 months. Please provide the requested information as soon as
possible and mark the bug as UNCONFIRMED. Due to regular bug
tracker maintenance, if the bug is still in NEEDINFO status with
no change in 30 days the QA team will close the bug as INSUFFICIENTDATA
due to lack of needed information.

For more information about our NEEDINFO policy please read the
wiki located here:
https://wiki.documentfoundation.org/QA/Bugzilla/Fields/Status/NEEDINFO

If you have already provided the requested information, please
mark the bug as UNCONFIRMED so that the QA team knows that the
bug is ready to be confirmed.

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

Warm Regards,
QA Team

MassPing-NeedInfo-Ping

-- 
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 93803] com.sun.star.reflection.XTypeDescription getname() documentation is incorrect

2019-11-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93803

--- Comment #9 from QA Administrators  ---
Dear Peter Toye,

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

  1   2   3   4   5   >