[Libreoffice-bugs] [Bug 108802] Crash in: SfxBindings::GetSlotPos(unsigned short, unsigned short) Editing. ( steps in comment 10 )

2017-08-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108802

Dennis Francis  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |dennisfrancis...@gmail.com
   |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-commits] core.git: Branch 'libreoffice-5-3' - sw/source

2017-08-07 Thread Caolán McNamara
 sw/source/filter/ww8/ww8scan.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 19925f85fd3f9cf0cf82e8bcb0a4e90922879dc7
Author: Caolán McNamara 
Date:   Mon Aug 7 19:24:37 2017 +0100

ofz#2877: crash in SVTB16Short

sal_uInt16 wraparound

Change-Id: Ifd791bdd5f1b96576fdd4ca6665bb972fb8b1e4c
Reviewed-on: https://gerrit.libreoffice.org/40853
Tested-by: Jenkins 
Reviewed-by: Markus Mohrhard 

diff --git a/sw/source/filter/ww8/ww8scan.cxx b/sw/source/filter/ww8/ww8scan.cxx
index ec3dc11da85c..0026ade52132 100644
--- a/sw/source/filter/ww8/ww8scan.cxx
+++ b/sw/source/filter/ww8/ww8scan.cxx
@@ -3509,7 +3509,7 @@ bool WW8PLCFx_SEPX::Find4Sprms(sal_uInt16 nId1,sal_uInt16 
nId2,sal_uInt16 nId3,s
 p4 = nullptr;
 
 sal_uInt8* pSp = pSprms;
-sal_uInt16 i=0;
+size_t i = 0;
 while (i + maSprmParser.MinSprmLen() <= nSprmSiz)
 {
 // Sprm found?
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2017-08-07 Thread Caolán McNamara
 sw/source/filter/ww8/ww8scan.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9be384b6c4c2ce242140b3a1cfe0c2dfbf405eaa
Author: Caolán McNamara 
Date:   Mon Aug 7 19:24:37 2017 +0100

ofz#2877: crash in SVTB16Short

sal_uInt16 wraparound

Change-Id: Ifd791bdd5f1b96576fdd4ca6665bb972fb8b1e4c
Reviewed-on: https://gerrit.libreoffice.org/40852
Tested-by: Jenkins 
Reviewed-by: Markus Mohrhard 

diff --git a/sw/source/filter/ww8/ww8scan.cxx b/sw/source/filter/ww8/ww8scan.cxx
index 6ce951b8a529..897fccb5ea90 100644
--- a/sw/source/filter/ww8/ww8scan.cxx
+++ b/sw/source/filter/ww8/ww8scan.cxx
@@ -3501,7 +3501,7 @@ bool WW8PLCFx_SEPX::Find4Sprms(sal_uInt16 nId1,sal_uInt16 
nId2,sal_uInt16 nId3,s
 bool bFound = false;
 
 sal_uInt8* pSp = pSprms;
-sal_uInt16 i=0;
+size_t i = 0;
 while (i + maSprmParser.MinSprmLen() <= nSprmSiz)
 {
 // Sprm found?
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 111418] Save document returns Write Error. Error in writing sub-document styles.xml

2017-08-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111418

--- Comment #6 from andis.lazd...@gmail.com ---
The report can be closed as resolved. It was problem in my profile. After
renewing profile and reinstalling all plugins I was able to save document
without any probems.

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


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

2017-08-07 Thread Dennis Francis
 sc/source/ui/view/viewfun2.cxx |7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

New commits:
commit 5b121b12b50c0db8f5b68616cd8ad95baf91b4f4
Author: Dennis Francis 
Date:   Thu Aug 3 14:27:46 2017 +0530

tdf#109859: Update the view data of new document when...

...a set of sheets are copied to a new spreadsheet document.

Change-Id: I47642b4aa2543c193328d9515564bfbacf044bbc
Reviewed-on: https://gerrit.libreoffice.org/40764
Tested-by: Jenkins 
Reviewed-by: Dennis Francis 
(cherry picked from commit bc6f56e4bb27f802e90303073ba5e2a676baa39b)
Reviewed-on: https://gerrit.libreoffice.org/40828
Reviewed-by: Markus Mohrhard 

diff --git a/sc/source/ui/view/viewfun2.cxx b/sc/source/ui/view/viewfun2.cxx
index b51dbbe1acda..55332765bb96 100644
--- a/sc/source/ui/view/viewfun2.cxx
+++ b/sc/source/ui/view/viewfun2.cxx
@@ -2775,7 +2775,12 @@ void ScViewFunc::MoveTable(
 if ( pDestDoc->IsChartListenerCollectionNeedsUpdate() )
 pDestDoc->UpdateChartListenerCollection();
 
-pDestDoc->DeleteTab(static_cast(TheTabs.size()));   // old 
first table
+SCTAB nNumTabsInserted = static_cast(TheTabs.size());
+pDestShell->Broadcast( ScTablesHint( SC_TABS_INSERTED, 0, 
nNumTabsInserted ) );
+
+pDestDoc->DeleteTab( nNumTabsInserted );   // old first table
+pDestShell->Broadcast( ScTablesHint( SC_TAB_DELETED, 
nNumTabsInserted ) );
+
 if (pDestViewSh)
 {
 // Make sure to clear the cached page view after sheet
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 45904] move java based api tests to c++

2017-08-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=45904

--- Comment #42 from Commit Notification 
 ---
Jens Carl committed a patch related to this issue.
It has been pushed to "master":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=27cbca2c8dccbbb299621b49e5ffd836188202f0

tdf#45904 Move Java _XUsedAreaCursor tests to C++

It will be available in 6.0.0.

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

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

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


[Libreoffice-commits] core.git: include/test qadevOOo/Jar_OOoRunner.mk qadevOOo/objdsc qadevOOo/tests sc/qa test/Library_subsequenttest.mk test/source

2017-08-07 Thread Jens Carl
 include/test/sheet/xusedareacursor.hxx  |   36 ++
 qadevOOo/Jar_OOoRunner.mk   |1 
 qadevOOo/objdsc/sc/com.sun.star.comp.office.ScCellCursorObj.csv |2 
 qadevOOo/tests/java/ifc/sheet/_XUsedAreaCursor.java |  126 
--
 sc/qa/extras/sccellcursorobj.cxx|   16 -
 sc/qa/extras/testdocuments/ScCellCursorObj.ods  |binary
 test/Library_subsequenttest.mk  |1 
 test/source/sheet/xcellseries.cxx   |7 
 test/source/sheet/xusedareacursor.cxx   |   97 +++
 9 files changed, 150 insertions(+), 136 deletions(-)

New commits:
commit 27cbca2c8dccbbb299621b49e5ffd836188202f0
Author: Jens Carl 
Date:   Mon Aug 7 00:23:25 2017 +

tdf#45904 Move Java _XUsedAreaCursor tests to C++

Change-Id: I6a288fa333d6805540156f63040468f07967c0c6
Reviewed-on: https://gerrit.libreoffice.org/40817
Tested-by: Jenkins 
Reviewed-by: Markus Mohrhard 

diff --git a/include/test/sheet/xusedareacursor.hxx 
b/include/test/sheet/xusedareacursor.hxx
new file mode 100644
index ..9e98aa3ae25b
--- /dev/null
+++ b/include/test/sheet/xusedareacursor.hxx
@@ -0,0 +1,36 @@
+/* -*- 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/.
+ */
+
+#ifndef INCLUDED_TEST_SHEET_XUSEDAREACURSOR_HXX
+#define INCLUDED_TEST_SHEET_XUSEDAREACURSOR_HXX
+
+#include 
+#include 
+#include 
+
+using namespace css;
+using namespace css::uno;
+
+namespace apitest {
+
+class OOO_DLLPUBLIC_TEST XUsedAreaCursor
+{
+public:
+virtual uno::Reference< uno::XInterface > init() = 0;
+virtual ~XUsedAreaCursor(){}
+
+void testGotoStartOfUsedArea();
+void testGotoEndOfUsedArea();
+};
+
+}
+
+#endif // INCLUDED_TEST_SHEET_XUSEDAREACURSOR_HXX
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s 
cinkeys+=0=break: */
diff --git a/qadevOOo/Jar_OOoRunner.mk b/qadevOOo/Jar_OOoRunner.mk
index dfb164ffa102..f52618514bcd 100644
--- a/qadevOOo/Jar_OOoRunner.mk
+++ b/qadevOOo/Jar_OOoRunner.mk
@@ -651,7 +651,6 @@ $(eval $(call gb_Jar_add_sourcefiles,OOoRunner,\
 qadevOOo/tests/java/ifc/sheet/_XSubTotalDescriptor \
 qadevOOo/tests/java/ifc/sheet/_XSubTotalField \
 qadevOOo/tests/java/ifc/sheet/_XUniqueCellFormatRangesSupplier \
-qadevOOo/tests/java/ifc/sheet/_XUsedAreaCursor \
 qadevOOo/tests/java/ifc/sheet/_XViewFreezable \
 qadevOOo/tests/java/ifc/style/_CharacterProperties \
 qadevOOo/tests/java/ifc/style/_CharacterPropertiesAsian \
diff --git a/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScCellCursorObj.csv 
b/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScCellCursorObj.csv
index 475086fddb03..b8a24da282db 100644
--- a/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScCellCursorObj.csv
+++ b/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScCellCursorObj.csv
@@ -55,8 +55,6 @@
 
"ScCellCursorObj";"com::sun::star::chart::XChartData";"removeChartDataChangeEventListener()"
 "ScCellCursorObj";"com::sun::star::chart::XChartData";"getNotANumber()"
 "ScCellCursorObj";"com::sun::star::chart::XChartData";"isNotANumber()"
-"ScCellCursorObj";"com::sun::star::sheet::XUsedAreaCursor";"gotoStartOfUsedArea()"
-"ScCellCursorObj";"com::sun::star::sheet::XUsedAreaCursor";"gotoEndOfUsedArea()"
 "ScCellCursorObj";"com::sun::star::style::ParagraphProperties";"ParaAdjust"
 
"ScCellCursorObj";"com::sun::star::style::ParagraphProperties";"ParaLineSpacing#optional"
 
"ScCellCursorObj";"com::sun::star::style::ParagraphProperties";"ParaBackColor#optional"
diff --git a/qadevOOo/tests/java/ifc/sheet/_XUsedAreaCursor.java 
b/qadevOOo/tests/java/ifc/sheet/_XUsedAreaCursor.java
deleted file mode 100644
index 19079b7507df..
--- a/qadevOOo/tests/java/ifc/sheet/_XUsedAreaCursor.java
+++ /dev/null
@@ -1,126 +0,0 @@
-/*
- * 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/.
- *
- * This file incorporates work covered by the following license notice:
- *
- *   Licensed to the Apache Software Foundation (ASF) under one or more
- *   contributor license agreements. See the NOTICE file distributed
- *   with this work for additional information regarding copyright
- *   ownership. The ASF licenses this file to you under the Apache
- *   License, Version 2.0 (the "License"); you may not use this file
- *   except in compliance with the License. You 

[Libreoffice-commits] core.git: include/test qadevOOo/Jar_OOoRunner.mk qadevOOo/objdsc qadevOOo/tests sc/CppunitTest_sc_tabviewobj.mk sc/Module_sc.mk sc/qa test/Library_subsequenttest.mk test/source

2017-08-07 Thread Jens Carl
 include/test/sheet/xviewsplitable.hxx|   36 +++
 qadevOOo/Jar_OOoRunner.mk|1 
 qadevOOo/objdsc/sc/com.sun.star.comp.office.ScTabViewObj.csv |6 
 qadevOOo/tests/java/ifc/sheet/_XViewSplitable.java   |  127 ---
 sc/CppunitTest_sc_tabviewobj.mk  |  105 +
 sc/Module_sc.mk  |1 
 sc/qa/extras/sctabviewobj.cxx|   92 +++
 test/Library_subsequenttest.mk   |1 
 test/source/sheet/xviewsplitable.cxx |   43 +++
 9 files changed, 278 insertions(+), 134 deletions(-)

New commits:
commit 0bd57d62d0f15eced0e99097d9f46a86f177e9a1
Author: Jens Carl 
Date:   Sun Aug 6 07:10:36 2017 +

tdf#45904 Move Java _XViewSplitable tests to C++

Change-Id: Ib9cf1c53947d10260673e1e1088bbfbaa30efbc9
Reviewed-on: https://gerrit.libreoffice.org/40801
Tested-by: Jenkins 
Reviewed-by: Markus Mohrhard 

diff --git a/include/test/sheet/xviewsplitable.hxx 
b/include/test/sheet/xviewsplitable.hxx
new file mode 100644
index ..3ead42a919a9
--- /dev/null
+++ b/include/test/sheet/xviewsplitable.hxx
@@ -0,0 +1,36 @@
+/* -*- 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/.
+ */
+
+#ifndef INCLUDED_TEST_SHEET_XVIEWSPLITABLE_HXX
+#define INCLUDED_TEST_SHEET_XVIEWSPLITABLE_HXX
+
+#include 
+#include 
+#include 
+
+using namespace css;
+using namespace css::uno;
+
+namespace apitest {
+
+class OOO_DLLPUBLIC_TEST XViewSplitable
+{
+
+public:
+virtual uno::Reference< uno::XInterface > init() = 0;
+virtual ~XViewSplitable(){}
+
+void testSplit();
+};
+
+}
+
+#endif // INCLUDED_TEST_SHEET_XVIEWSPLITABLE_HXX
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s 
cinkeys+=0=break: */
diff --git a/qadevOOo/Jar_OOoRunner.mk b/qadevOOo/Jar_OOoRunner.mk
index 553e5cb521ff..dfb164ffa102 100644
--- a/qadevOOo/Jar_OOoRunner.mk
+++ b/qadevOOo/Jar_OOoRunner.mk
@@ -653,7 +653,6 @@ $(eval $(call gb_Jar_add_sourcefiles,OOoRunner,\
 qadevOOo/tests/java/ifc/sheet/_XUniqueCellFormatRangesSupplier \
 qadevOOo/tests/java/ifc/sheet/_XUsedAreaCursor \
 qadevOOo/tests/java/ifc/sheet/_XViewFreezable \
-qadevOOo/tests/java/ifc/sheet/_XViewSplitable \
 qadevOOo/tests/java/ifc/style/_CharacterProperties \
 qadevOOo/tests/java/ifc/style/_CharacterPropertiesAsian \
 qadevOOo/tests/java/ifc/style/_CharacterPropertiesComplex \
diff --git a/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScTabViewObj.csv 
b/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScTabViewObj.csv
index 7119ec7ffe98..3f082cec3a73 100644
--- a/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScTabViewObj.csv
+++ b/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScTabViewObj.csv
@@ -39,12 +39,6 @@
 "ScTabViewObj";"com::sun::star::sheet::XViewFreezable";"freezeAtPosition()"
 
"ScTabViewObj";"com::sun::star::sheet::XActivationBroadcaster#optional";"addActivationEventListener()"
 
"ScTabViewObj";"com::sun::star::sheet::XActivationBroadcaster#optional";"removeActivationEventListener()"
-"ScTabViewObj";"com::sun::star::sheet::XViewSplitable";"getIsWindowSplit()"
-"ScTabViewObj";"com::sun::star::sheet::XViewSplitable";"getSplitHorizontal()"
-"ScTabViewObj";"com::sun::star::sheet::XViewSplitable";"getSplitVertical()"
-"ScTabViewObj";"com::sun::star::sheet::XViewSplitable";"getSplitColumn()"
-"ScTabViewObj";"com::sun::star::sheet::XViewSplitable";"getSplitRow()"
-"ScTabViewObj";"com::sun::star::sheet::XViewSplitable";"splitAtPosition()"
 "ScTabViewObj";"com::sun::star::sheet::XRangeSelection";"startRangeSelection()"
 "ScTabViewObj";"com::sun::star::sheet::XRangeSelection";"abortRangeSelection()"
 
"ScTabViewObj";"com::sun::star::sheet::XRangeSelection";"addRangeSelectionListener()"
diff --git a/qadevOOo/tests/java/ifc/sheet/_XViewSplitable.java 
b/qadevOOo/tests/java/ifc/sheet/_XViewSplitable.java
deleted file mode 100644
index c70719babe53..
--- a/qadevOOo/tests/java/ifc/sheet/_XViewSplitable.java
+++ /dev/null
@@ -1,127 +0,0 @@
-/*
- * 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/.
- *
- * This file incorporates work covered by the following license notice:
- *
- *   Licensed to the Apache Software Foundation (ASF) under one or more
- *   contributor license agreements. See the NOTICE file distributed
- 

[Libreoffice-bugs] [Bug 45904] move java based api tests to c++

2017-08-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=45904

--- Comment #41 from Commit Notification 
 ---
Jens Carl committed a patch related to this issue.
It has been pushed to "master":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=0bd57d62d0f15eced0e99097d9f46a86f177e9a1

tdf#45904 Move Java _XViewSplitable tests to C++

It will be available in 6.0.0.

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

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

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


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

2017-08-07 Thread Mohammed Abdul Azeem
 include/sax/fastattribs.hxx|5 
 sc/source/filter/xml/XMLCalculationSettingsContext.cxx |4 
 sc/source/filter/xml/XMLDDELinksContext.cxx|2 
 sc/source/filter/xml/XMLTrackedChangesContext.cxx  |2 
 sc/source/filter/xml/xmlcelli.cxx  |4 
 sc/source/filter/xml/xmldpimp.cxx  |6 
 sc/source/filter/xml/xmlexternaltabi.cxx   |2 
 sc/source/filter/xml/xmlfilti.cxx  |  366 +++--
 sc/source/filter/xml/xmlfilti.hxx  |   93 +---
 sc/source/filter/xml/xmlsorti.cxx  |   73 +--
 sc/source/filter/xml/xmlsorti.hxx  |   16 
 11 files changed, 241 insertions(+), 332 deletions(-)

New commits:
commit 855af7f3260705faf7c33be36efc1610354336f0
Author: Mohammed Abdul Azeem 
Date:   Sun Aug 6 16:40:55 2017 +0530

Avoiding unnecessary memory allocation:

Added a method to directly convert fast attribute values
to double.

Change-Id: Ia0c415530d6d7c7f767a2e0c88983429bc966210
Reviewed-on: https://gerrit.libreoffice.org/40846
Tested-by: Jenkins 
Reviewed-by: Markus Mohrhard 

diff --git a/include/sax/fastattribs.hxx b/include/sax/fastattribs.hxx
index 9c1db656e36c..8b669fe26a17 100644
--- a/include/sax/fastattribs.hxx
+++ b/include/sax/fastattribs.hxx
@@ -150,6 +150,11 @@ public:
 assert(mnIdx < mrList.maAttributeTokens.size());
 return rtl_str_toInt32(mrList.getFastAttributeValue(mnIdx), 10);
 }
+double toDouble() const
+{
+assert(mnIdx < mrList.maAttributeTokens.size());
+return rtl_str_toDouble(mrList.getFastAttributeValue(mnIdx));
+}
 OUString toString() const
 {
 assert(mnIdx < mrList.maAttributeTokens.size());
diff --git a/sc/source/filter/xml/XMLCalculationSettingsContext.cxx 
b/sc/source/filter/xml/XMLCalculationSettingsContext.cxx
index 0617d2654b14..81fc1744ab4c 100644
--- a/sc/source/filter/xml/XMLCalculationSettingsContext.cxx
+++ b/sc/source/filter/xml/XMLCalculationSettingsContext.cxx
@@ -200,9 +200,7 @@ ScXMLIterationContext::ScXMLIterationContext( ScXMLImport& 
rImport,
 pCalcSet->SetIterationCount(aIter.toInt32());
 break;
 case XML_ELEMENT( TABLE, XML_MAXIMUM_DIFFERENCE ):
-double fDif;
-::sax::Converter::convertDouble(fDif, aIter.toString());
-pCalcSet->SetIterationEpsilon(fDif);
+pCalcSet->SetIterationEpsilon( aIter.toDouble() );
 break;
 }
 }
diff --git a/sc/source/filter/xml/XMLDDELinksContext.cxx 
b/sc/source/filter/xml/XMLDDELinksContext.cxx
index 59b9fbb5df66..faaab9888728 100644
--- a/sc/source/filter/xml/XMLDDELinksContext.cxx
+++ b/sc/source/filter/xml/XMLDDELinksContext.cxx
@@ -370,7 +370,7 @@ ScXMLDDECellContext::ScXMLDDECellContext( ScXMLImport& 
rImport,
 bString2 = true;
 break;
 case XML_ELEMENT( OFFICE, XML_VALUE ):
-::sax::Converter::convertDouble(fValue, aIter.toString());
+fValue = aIter.toDouble();
 bEmpty = false;
 bString2 = false;
 break;
diff --git a/sc/source/filter/xml/XMLTrackedChangesContext.cxx 
b/sc/source/filter/xml/XMLTrackedChangesContext.cxx
index 1657ea40687f..ff843fa7df51 100644
--- a/sc/source/filter/xml/XMLTrackedChangesContext.cxx
+++ b/sc/source/filter/xml/XMLTrackedChangesContext.cxx
@@ -887,7 +887,7 @@ ScXMLChangeCellContext::ScXMLChangeCellContext( 
ScXMLImport& rImport,
 }
 break;
 case XML_ELEMENT( OFFICE, XML_VALUE ):
-::sax::Converter::convertDouble(fValue, aIter.toString());
+fValue = aIter.toDouble();
 bEmpty = false;
 break;
 case XML_ELEMENT( OFFICE, XML_DATE_VALUE ):
diff --git a/sc/source/filter/xml/xmlcelli.cxx 
b/sc/source/filter/xml/xmlcelli.cxx
index 043190f41bbf..c3edfdbeac03 100644
--- a/sc/source/filter/xml/xmlcelli.cxx
+++ b/sc/source/filter/xml/xmlcelli.cxx
@@ -211,7 +211,7 @@ ScXMLTableRowCellContext::ScXMLTableRowCellContext( 
ScXMLImport& rImport,
 {
 if (!it.isEmpty())
 {
-::sax::Converter::convertDouble(fValue, it.toString());
+fValue = it.toDouble();
 bIsEmpty = false;
 
 //if office:value="0", let's get the text:p in case 
this is
@@ -259,7 +259,7 @@ ScXMLTableRowCellContext::ScXMLTableRowCellContext( 
ScXMLImport& rImport,
 else if ( IsXMLToken( it, XML_FALSE ) )
 fValue = 0.0;
 else
-  

[Libreoffice-bugs] [Bug 105727] language formatting : UK English not present as standard in French UI

2017-08-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105727

--- Comment #6 from halima  ---
Windows 10 x64 with French language setup and French keyboard
LO Version: 5.3.5.2
Build ID: 50d9bf2b0a79cdb85a3814b592608037a682059d
Threads CPU : 4; OS : Windows 6.2; UI Render : GL; Layout Engine: new; 
Locale : en-GB (fr_FR); Calc: group

For my laptop, I had configured to LibreOffice Writer to English (UK). For
that, you should go to "Outils" ->"Langues"-> "Pour tout le text" -> "Plus"
Then in "parametres locaux" -> "English (UK)
and in "Linguistique" -> "Langues définies par l'utilisateur" -> choose English
(UK) and unclick English (USA)

Hope it helps

Regards,

-- 
You are receiving this mail because:
You 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: qadevOOo/Jar_OOoRunner.mk qadevOOo/objdsc qadevOOo/tests

2017-08-07 Thread Jens Carl
 qadevOOo/Jar_OOoRunner.mk   |1 
 qadevOOo/objdsc/sc/com.sun.star.comp.office.ScDataPilotFieldObj.csv |   16 
 qadevOOo/tests/java/ifc/sheet/_DataPilotField.java  |  164 
--
 3 files changed, 181 deletions(-)

New commits:
commit 28ada7805b87758b20ded9807b57f780570e08a7
Author: Jens Carl 
Date:   Mon Aug 7 19:59:59 2017 +

tdf#45905 Remove/disable obsolete _DataPilotField Java tests

The _DataPilotField tests are already written in C++ since commit
95780ec73990f96dc16fc677c895d00fa1360008.

Change-Id: Ia147acd4d42894c9de373bbe93ae5759095e8ac6
Reviewed-on: https://gerrit.libreoffice.org/40856
Tested-by: Jenkins 
Reviewed-by: Markus Mohrhard 

diff --git a/qadevOOo/Jar_OOoRunner.mk b/qadevOOo/Jar_OOoRunner.mk
index 89a0f231264a..553e5cb521ff 100644
--- a/qadevOOo/Jar_OOoRunner.mk
+++ b/qadevOOo/Jar_OOoRunner.mk
@@ -566,7 +566,6 @@ $(eval $(call gb_Jar_add_sourcefiles,OOoRunner,\
 qadevOOo/tests/java/ifc/sheet/_CellAreaLink \
 qadevOOo/tests/java/ifc/sheet/_DatabaseImportDescriptor \
 qadevOOo/tests/java/ifc/sheet/_DatabaseRange \
-qadevOOo/tests/java/ifc/sheet/_DataPilotField \
 qadevOOo/tests/java/ifc/sheet/_DataPilotItem \
 qadevOOo/tests/java/ifc/sheet/_DocumentSettings \
 qadevOOo/tests/java/ifc/sheet/_FunctionDescription \
diff --git 
a/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScDataPilotFieldObj.csv 
b/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScDataPilotFieldObj.csv
index 3cab66e718f4..7c930e8cfc75 100644
--- a/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScDataPilotFieldObj.csv
+++ b/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScDataPilotFieldObj.csv
@@ -1,21 +1,5 @@
 
"ScDataPilotFieldObj";"com::sun::star::sheet::XDataPilotFieldGrouping#optional";"createNameGroup()"
 
"ScDataPilotFieldObj";"com::sun::star::sheet::XDataPilotFieldGrouping#optional";"createDateGroup()"
-"ScDataPilotFieldObj";"com::sun::star::sheet::DataPilotField";"Orientation"
-"ScDataPilotFieldObj";"com::sun::star::sheet::DataPilotField";"Function"
-"ScDataPilotFieldObj";"com::sun::star::sheet::DataPilotField";"SelectedPage#optional"
-"ScDataPilotFieldObj";"com::sun::star::sheet::DataPilotField";"UseSelectedPage#optional"
-"ScDataPilotFieldObj";"com::sun::star::sheet::DataPilotField";"UsedHierarchy#optional"
-"ScDataPilotFieldObj";"com::sun::star::sheet::DataPilotField";"HasSortInfo#optional"
-"ScDataPilotFieldObj";"com::sun::star::sheet::DataPilotField";"SortInfo#optional"
-"ScDataPilotFieldObj";"com::sun::star::sheet::DataPilotField";"HasLayoutInfo#optional"
-"ScDataPilotFieldObj";"com::sun::star::sheet::DataPilotField";"LayoutInfo#optional"
-"ScDataPilotFieldObj";"com::sun::star::sheet::DataPilotField";"HasAutoShowInfo#optional"
-"ScDataPilotFieldObj";"com::sun::star::sheet::DataPilotField";"AutoShowInfo#optional"
-"ScDataPilotFieldObj";"com::sun::star::sheet::DataPilotField";"HasReference#optional"
-"ScDataPilotFieldObj";"com::sun::star::sheet::DataPilotField";"Reference#optional"
-"ScDataPilotFieldObj";"com::sun::star::sheet::DataPilotField";"IsGroupField#optional"
-"ScDataPilotFieldObj";"com::sun::star::sheet::DataPilotField";"GroupInfo#optional"
-"ScDataPilotFieldObj";"com::sun::star::sheet::DataPilotField";"ShowEmpty#optional"
 "ScDataPilotFieldObj";"com::sun::star::container::XNamed";"getName()"
 "ScDataPilotFieldObj";"com::sun::star::container::XNamed";"setName()"
 
"ScDataPilotFieldObj";"com::sun::star::beans::XPropertySet";"getPropertySetInfo()"
diff --git a/qadevOOo/tests/java/ifc/sheet/_DataPilotField.java 
b/qadevOOo/tests/java/ifc/sheet/_DataPilotField.java
deleted file mode 100644
index 13debc4a32cd..
--- a/qadevOOo/tests/java/ifc/sheet/_DataPilotField.java
+++ /dev/null
@@ -1,164 +0,0 @@
-/*
- * 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/.
- *
- * This file incorporates work covered by the following license notice:
- *
- *   Licensed to the Apache Software Foundation (ASF) under one or more
- *   contributor license agreements. See the NOTICE file distributed
- *   with this work for additional information regarding copyright
- *   ownership. The ASF licenses this file to you under the Apache
- *   License, Version 2.0 (the "License"); you may not use this file
- *   except in compliance with the License. You may obtain a copy of
- *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
- */
-
-package ifc.sheet;
-
-import com.sun.star.sheet.DataPilotFieldAutoShowInfo;
-import com.sun.star.sheet.DataPilotFieldLayoutInfo;
-import com.sun.star.sheet.DataPilotFieldReference;
-import com.sun.star.sheet.DataPilotFieldSortInfo;
-import lib.MultiPropertyTest;
-
-/**
-* Testing 

[Libreoffice-commits] core.git: comphelper/Module_comphelper.mk comphelper/source comphelper/StaticLibrary_windows_process.mk include/comphelper onlineupdate/Executable_updater.mk onlineupdate/inc onl

2017-08-07 Thread Markus Mohrhard
 comphelper/Module_comphelper.mk|2 ++
 comphelper/StaticLibrary_windows_process.mk|   14 --
 include/comphelper/windowsStart.hxx|4 ++--
 onlineupdate/Executable_updater.mk |2 +-
 onlineupdate/Module_onlineupdate.mk|3 +--
 onlineupdate/source/update/updater/updater.cxx |2 +-
 6 files changed, 15 insertions(+), 12 deletions(-)

New commits:
commit 5875fd0313cb0aeb7e63d5ea9455f83ea18787b5
Author: Markus Mohrhard 
Date:   Mon Aug 7 15:35:30 2017 +0200

updater: move the windows process starting code to comphelper

Change-Id: I1a499f57d01ee28afdb2c4f85dc976f2e6837dfd
Reviewed-on: https://gerrit.libreoffice.org/40837
Tested-by: Jenkins 
Reviewed-by: Markus Mohrhard 

diff --git a/comphelper/Module_comphelper.mk b/comphelper/Module_comphelper.mk
index e04d230d2069..30ac708a927d 100644
--- a/comphelper/Module_comphelper.mk
+++ b/comphelper/Module_comphelper.mk
@@ -21,6 +21,8 @@ $(eval $(call gb_Module_Module,comphelper))
 
 $(eval $(call gb_Module_add_targets,comphelper,\
 Library_comphelper \
+   $(if $(filter WNT,$(OS)),\
+   StaticLibrary_windows_process )\
 ))
 
 $(eval $(call gb_Module_add_subsequentcheck_targets,comphelper,\
diff --git a/onlineupdate/StaticLibrary_winhelper.mk 
b/comphelper/StaticLibrary_windows_process.mk
similarity index 55%
rename from onlineupdate/StaticLibrary_winhelper.mk
rename to comphelper/StaticLibrary_windows_process.mk
index e6058c3f51e7..1b086eac952b 100644
--- a/onlineupdate/StaticLibrary_winhelper.mk
+++ b/comphelper/StaticLibrary_windows_process.mk
@@ -7,16 +7,18 @@
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
 #
 
-$(eval $(call gb_StaticLibrary_StaticLibrary,winhelper))
+$(eval $(call gb_StaticLibrary_StaticLibrary,windows_process))
 
-$(eval $(call gb_StaticLibrary_set_include,winhelper,\
-   -I$(SRCDIR)/onlineupdate/inc/ \
-   -I$(SRCDIR)/onlineupdate/source/winhelper/ \
+$(eval $(call gb_StaticLibrary_set_include,windows_process,\
$$(INCLUDE) \
 ))
 
-$(eval $(call gb_StaticLibrary_add_exception_objects,winhelper,\
-   onlineupdate/source/winhelper/windowsStart \
+$(eval $(call gb_StaticLibrary_add_defs,windows_process,\
+   -DUNICODE \
+))
+
+$(eval $(call gb_StaticLibrary_add_exception_objects,windows_process,\
+   comphelper/source/windows/windows_process \
 ))
 
 # vim:set shiftwidth=4 tabstop=4 noexpandtab: */
diff --git a/onlineupdate/source/winhelper/windowsStart.cxx 
b/comphelper/source/windows/windows_process.cxx
similarity index 100%
rename from onlineupdate/source/winhelper/windowsStart.cxx
rename to comphelper/source/windows/windows_process.cxx
diff --git a/onlineupdate/inc/winhelper/windowsStart.hxx 
b/include/comphelper/windowsStart.hxx
similarity index 88%
rename from onlineupdate/inc/winhelper/windowsStart.hxx
rename to include/comphelper/windowsStart.hxx
index 7a9d54a506f2..ce66ef933b68 100644
--- a/onlineupdate/inc/winhelper/windowsStart.hxx
+++ b/include/comphelper/windowsStart.hxx
@@ -3,8 +3,8 @@
  * 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/. */
 
-#ifndef INCLUDED_ONLINEUPDATE_INC_WINSTART_HXX
-#define INCLUDED_ONLINEUPDATE_INC_WINSTART_HXX
+#ifndef INCLUDED_COMPHELPER_WINSTART_HXX
+#define INCLUDED_COMPHELPER_WINSTART_HXX
 
 #ifdef _WIN32
 #include 
diff --git a/onlineupdate/Executable_updater.mk 
b/onlineupdate/Executable_updater.mk
index 6071ae54837a..754fc9e898d5 100644
--- a/onlineupdate/Executable_updater.mk
+++ b/onlineupdate/Executable_updater.mk
@@ -23,7 +23,7 @@ $(eval $(call gb_Executable_use_static_libraries,updater,\
 libmarverify \
 updatehelper \
$(if $(filter WNT,$(OS)), \
-   winhelper )\
+   windows_process )\
 ))
 
 $(eval $(call gb_Executable_use_externals,updater,\
diff --git a/onlineupdate/Module_onlineupdate.mk 
b/onlineupdate/Module_onlineupdate.mk
index 2f3817182e03..a900e631a877 100644
--- a/onlineupdate/Module_onlineupdate.mk
+++ b/onlineupdate/Module_onlineupdate.mk
@@ -17,8 +17,7 @@ $(eval $(call gb_Module_add_targets,onlineupdate,\
StaticLibrary_updatehelper \
$(if $(filter WNT,$(OS)),\
Executable_update_service \
-   WinResTarget_updater \
-   StaticLibrary_winhelper )\
+   WinResTarget_updater )\
Executable_mar \
Executable_updater \
Executable_mbsdiff \
diff --git a/onlineupdate/source/update/updater/updater.cxx 
b/onlineupdate/source/update/updater/updater.cxx
index 8a1ef8bf5b24..1509d570ba23 100644
--- a/onlineupdate/source/update/updater/updater.cxx
+++ b/onlineupdate/source/update/updater/updater.cxx
@@ -63,7 +63,7 @@
 #include 
 
 #ifdef _WIN32
-#include 
+#include 
 #include "uachelper.h"
 #include "pathhash.h"
 

[Libreoffice-commits] core.git: 2 commits - onlineupdate/inc

2017-08-07 Thread Markus Mohrhard
 onlineupdate/inc/winhelper/windowsStart.hxx |9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

New commits:
commit 9d184e2cc9a9a78a61ae9b91a66e1153f778d9a4
Author: Markus Mohrhard 
Date:   Mon Aug 7 10:53:45 2017 +0200

updater: add include guard for windows process start code

Change-Id: If021a92163381f2221faa1c7121f6c4af2d51dcf
Reviewed-on: https://gerrit.libreoffice.org/40836
Tested-by: Jenkins 
Reviewed-by: Markus Mohrhard 

diff --git a/onlineupdate/inc/winhelper/windowsStart.hxx 
b/onlineupdate/inc/winhelper/windowsStart.hxx
index e34e7d15ca22..7a9d54a506f2 100644
--- a/onlineupdate/inc/winhelper/windowsStart.hxx
+++ b/onlineupdate/inc/winhelper/windowsStart.hxx
@@ -3,6 +3,9 @@
  * 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/. */
 
+#ifndef INCLUDED_ONLINEUPDATE_INC_WINSTART_HXX
+#define INCLUDED_ONLINEUPDATE_INC_WINSTART_HXX
+
 #ifdef _WIN32
 #include 
 #endif
@@ -19,3 +22,5 @@ WinLaunchChild(const wchar_t *exePath, int argc,
HANDLE *hProcess = nullptr);
 
 wchar_t* MakeCommandLine(int argc, WCHAR **argv);
+
+#endif
commit a5cda5603c3f71851a987c24d36433ce269c66f8
Author: Markus Mohrhard 
Date:   Mon Aug 7 09:34:21 2017 +0200

updater: use the correct define check

Change-Id: I79f47da401732e39bbce778d5b3971d6024a7935
Reviewed-on: https://gerrit.libreoffice.org/40835
Tested-by: Jenkins 
Reviewed-by: Markus Mohrhard 

diff --git a/onlineupdate/inc/winhelper/windowsStart.hxx 
b/onlineupdate/inc/winhelper/windowsStart.hxx
index 5baedc840416..e34e7d15ca22 100644
--- a/onlineupdate/inc/winhelper/windowsStart.hxx
+++ b/onlineupdate/inc/winhelper/windowsStart.hxx
@@ -3,10 +3,8 @@
  * 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/. */
 
-#ifdef XP_WIN
+#ifdef _WIN32
 #include 
-#else
-#include 
 #endif
 
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 107694] Text overlapping in libreoffice impress intermittently

2017-08-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107694

--- Comment #7 from bugzilla@mkr.email ---
Created attachment 135259
  --> https://bugs.documentfoundation.org/attachment.cgi?id=135259=edit
PPTX, as it is rendered in Powerpoint 2007

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


[Libreoffice-bugs] [Bug 107694] Text overlapping in libreoffice impress intermittently

2017-08-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107694

bugzilla@mkr.email changed:

   What|Removed |Added

 CC||bugzilla@mkr.email

--- Comment #6 from bugzilla@mkr.email ---
Created attachment 135258
  --> https://bugs.documentfoundation.org/attachment.cgi?id=135258=edit
Lines are rendered overlapping

FILEOPEN: If Impress renders this PPTX, those two lines are shown as
overlapping. In MSO 2007, they aren't.

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


[Libreoffice-bugs] [Bug 111347] crash when pasting from HTML

2017-08-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111347

halima  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #14 from halima  ---
No problem faced for posting mixed page of HTML in Writer page
with :
Windows 10 x64
LO Version: 5.3.5.2
Build ID: 50d9bf2b0a79cdb85a3814b592608037a682059d
Threads CPU : 4; OS : Windows 6.2; UI Render : GL; Layout Engine: new; 
Firefox 54.0.1 (32bit)

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


[Libreoffice-bugs] [Bug 111347] crash when pasting from HTML

2017-08-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111347

--- Comment #13 from halima  ---
Created attachment 135257
  --> https://bugs.documentfoundation.org/attachment.cgi?id=135257=edit
screenshot

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


[Libreoffice-bugs] [Bug 111409] Unify text direction functionality for all components

2017-08-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111409

Volga  changed:

   What|Removed |Added

 Blocks||51330
 Depends on|51330, 100926   |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=51330
[Bug 51330] FILEOPEN: Vertical Text in .pptx becomes horizontal when imported
https://bugs.documentfoundation.org/show_bug.cgi?id=100926
[Bug 100926] PPTX: Table with rotated text rendering wrong
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 51330] FILEOPEN: Vertical Text in .pptx becomes horizontal when imported

2017-08-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=51330

Volga  changed:

   What|Removed |Added

 Blocks|111409  |
 Depends on||111409


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=111409
[Bug 111409] Unify text direction functionality for all components
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 111409] Unify text direction functionality for all components

2017-08-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111409

Volga  changed:

   What|Removed |Added

 Blocks||104353


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=104353
[Bug 104353] FORMATTING: Rotated text with new lines in text boxes from DOCX
not properly displayed (not supported?)
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 104353] FORMATTING: Rotated text with new lines in text boxes from DOCX not properly displayed (not supported?)

2017-08-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104353

Volga  changed:

   What|Removed |Added

 Blocks|106045  |
 Depends on||111409


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=106045
[Bug 106045] [META] Vertical text direction issues
https://bugs.documentfoundation.org/show_bug.cgi?id=111409
[Bug 111409] Unify text direction functionality for all components
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 106045] [META] Vertical text direction issues

2017-08-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106045

Volga  changed:

   What|Removed |Added

 Depends on|104353  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=104353
[Bug 104353] FORMATTING: Rotated text with new lines in text boxes from DOCX
not properly displayed (not supported?)
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 106045] [META] Vertical text direction issues

2017-08-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106045

Volga  changed:

   What|Removed |Added

 Depends on|100926  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=100926
[Bug 100926] PPTX: Table with rotated text rendering wrong
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 111409] Unify text direction functionality for all components

2017-08-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111409

Volga  changed:

   What|Removed |Added

 Depends on||100926


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=100926
[Bug 100926] PPTX: Table with rotated text rendering wrong
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 111409] Unify text direction functionality for all components

2017-08-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111409

Volga  changed:

   What|Removed |Added

 Depends on||51330


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=51330
[Bug 51330] FILEOPEN: Vertical Text in .pptx becomes horizontal when imported
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 106045] [META] Vertical text direction issues

2017-08-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106045

Volga  changed:

   What|Removed |Added

 Depends on|51330   |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=51330
[Bug 51330] FILEOPEN: Vertical Text in .pptx becomes horizontal when imported
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 51330] FILEOPEN: Vertical Text in .pptx becomes horizontal when imported

2017-08-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=51330

Volga  changed:

   What|Removed |Added

 Blocks|106045  |111409


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=106045
[Bug 106045] [META] Vertical text direction issues
https://bugs.documentfoundation.org/show_bug.cgi?id=111409
[Bug 111409] Unify text direction functionality for all components
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 111409] Unify text direction functionality for all components

2017-08-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111409

Volga  changed:

   What|Removed |Added

 Blocks||103720


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103720
[Bug 103720] LTR (vertical) direction is not available in text box and table
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 103720] LTR (vertical) direction is not available in text box and table

2017-08-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103720

Volga  changed:

   What|Removed |Added

 Blocks|106045  |
 Depends on|33278   |111409


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=33278
[Bug 33278] Text direction should allow LTR (vertical)
https://bugs.documentfoundation.org/show_bug.cgi?id=106045
[Bug 106045] [META] Vertical text direction issues
https://bugs.documentfoundation.org/show_bug.cgi?id=111409
[Bug 111409] Unify text direction functionality for all components
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 106045] [META] Vertical text direction issues

2017-08-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106045

Volga  changed:

   What|Removed |Added

 Depends on|103720  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103720
[Bug 103720] LTR (vertical) direction is not available in text box and table
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 104835] Left-to-right (vertical) direction is not available in Impress

2017-08-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104835

Volga  changed:

   What|Removed |Added

 Blocks|106045, 100926  |
 Depends on|33278   |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=33278
[Bug 33278] Text direction should allow LTR (vertical)
https://bugs.documentfoundation.org/show_bug.cgi?id=100926
[Bug 100926] PPTX: Table with rotated text rendering wrong
https://bugs.documentfoundation.org/show_bug.cgi?id=106045
[Bug 106045] [META] Vertical text direction issues
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 106045] [META] Vertical text direction issues

2017-08-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106045

Volga  changed:

   What|Removed |Added

 Depends on|104835  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=104835
[Bug 104835] Left-to-right (vertical) direction is not available in Impress
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 111409] Unify text direction functionality for all components

2017-08-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111409

Volga  changed:

   What|Removed |Added

 Depends on||33278


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=33278
[Bug 33278] Text direction should allow LTR (vertical)
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 104606] Left-to-right (vertical) direction is not available in Calc

2017-08-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104606

Volga  changed:

   What|Removed |Added

 Blocks|106045  |
 Depends on|33278   |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=33278
[Bug 33278] Text direction should allow LTR (vertical)
https://bugs.documentfoundation.org/show_bug.cgi?id=106045
[Bug 106045] [META] Vertical text direction issues
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 106045] [META] Vertical text direction issues

2017-08-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106045

Volga  changed:

   What|Removed |Added

 Depends on|104606  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=104606
[Bug 104606] Left-to-right (vertical) direction is not available in Calc
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 104912] Merge text direction related buttons into single button

2017-08-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104912

Volga  changed:

   What|Removed |Added

 Depends on||111409


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=111409
[Bug 111409] Unify text direction functionality for all components
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 111409] Unify text direction functionality for all components

2017-08-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111409

Volga  changed:

   What|Removed |Added

 Blocks||104835, 104606, 104912


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=104606
[Bug 104606] Left-to-right (vertical) direction is not available in Calc
https://bugs.documentfoundation.org/show_bug.cgi?id=104835
[Bug 104835] Left-to-right (vertical) direction is not available in Impress
https://bugs.documentfoundation.org/show_bug.cgi?id=104912
[Bug 104912] Merge text direction related buttons into single button
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 104606] Left-to-right (vertical) direction is not available in Calc

2017-08-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104606

Volga  changed:

   What|Removed |Added

 Depends on||111409


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=111409
[Bug 111409] Unify text direction functionality for all components
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 104835] Left-to-right (vertical) direction is not available in Impress

2017-08-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104835

Volga  changed:

   What|Removed |Added

 Depends on||111409


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=111409
[Bug 111409] Unify text direction functionality for all components
-- 
You are receiving this mail because:
You 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 104912] Merge text direction related buttons into single button

2017-08-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104912

Volga  changed:

   What|Removed |Added

 Depends on||111409


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=111409
[Bug 111409] Unify text direction functionality for all components
-- 
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 94094] Several documents opened over network freeze on closing one

2017-08-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94094

halima  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #7 from halima  ---
Windows 10 education 64,
LO Version: 5.3.5.2

works fine. Many spreadsheets opened and when I closed one, didn't faced any
problem

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


[Libreoffice-bugs] [Bug 111423] Page format not changing to "User" upon small change in page width

2017-08-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111423

--- Comment #4 from Al Maloney  ---
On Mac OS 10.12.6, using

Version: 5.4.0.3
Build ID: 7556cbc6811c9d992f4064ab9287069087d7f62c
CPU threads: 4; OS: Mac OS X 10.12.6; UI render: default; 
Locale: en-CA (en_US.UTF-8);

When I change the width of Letter size by .01 increments
- 21.62 or greater - the name changes to User
- 21.56 or less - the name changes to User
- the range 21.57 to 21.61 - the name stays as Letter

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


[Libreoffice-bugs] [Bug 109011] LibreCalc can't paste plain text from Excel

2017-08-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109011

--- Comment #5 from halima  ---
Excel 2016
LO Version: 5.3.5.2
Windows 10

Paste only-> text doesn't work
but paste only or ctrl+v works fine

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


[Libreoffice-bugs] [Bug 111439] All menu in opening screen items blank, just a placeholder

2017-08-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111439

Piter Sadroc  changed:

   What|Removed |Added

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

--- Comment #4 from Piter Sadroc  ---
Thank you for your response. However your suggestion that I try the latest
version is the final straw the broke the camel's back. I had written in my
initial submission that I had tried installing 5.4.0.3 with no happy results...
Problem remained, I uninstalled it, reinstalled the last known working version,
5.3.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-commits] core.git: include/vcl

2017-08-07 Thread Caolán McNamara
 include/vcl/layout.hxx  |   18 --
 include/vcl/vclenum.hxx |   19 +++
 2 files changed, 19 insertions(+), 18 deletions(-)

New commits:
commit aa084cc1dcb518ffc1984e122abbf4401c4d0ce0
Author: Caolán McNamara 
Date:   Sun Aug 6 15:38:41 2017 +0100

move these non-layout enums to vclenum

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

diff --git a/include/vcl/layout.hxx b/include/vcl/layout.hxx
index e9475b3d4630..2c0f00fe7a4b 100644
--- a/include/vcl/layout.hxx
+++ b/include/vcl/layout.hxx
@@ -610,24 +610,6 @@ public:
 bool set_property(const OString , const OUString );
 };
 
-enum class VclButtonsType
-{
-NONE,
-Ok,
-Close,
-Cancel,
-YesNo,
-OkCancel
-};
-
-enum class VclMessageType
-{
-Info,
-Warning,
-Question,
-Error
-};
-
 class VCL_DLLPUBLIC MessageDialog : public Dialog
 {
 private:
diff --git a/include/vcl/vclenum.hxx b/include/vcl/vclenum.hxx
index 95e977c696dd..15711cb9ea04 100644
--- a/include/vcl/vclenum.hxx
+++ b/include/vcl/vclenum.hxx
@@ -237,6 +237,25 @@ enum VclResponseType
 RET_HELP= 10
 };
 
+enum class VclButtonsType
+{
+NONE,
+Ok,
+Close,
+Cancel,
+YesNo,
+OkCancel
+};
+
+enum class VclMessageType
+{
+Info,
+Warning,
+Question,
+Error
+};
+
+
 #endif // INCLUDED_VCL_VCLENUM_HXX
 
 /* 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-bugs] [Bug 111474] UI: Row numbers are clipped when OpenGL is used

2017-08-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111474

kyama  changed:

   What|Removed |Added

Summary|Row numbers are clipped |UI: Row numbers are clipped
   |when OpenGL is used |when OpenGL is used

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


[Libreoffice-bugs] [Bug 111402] Stacked bar chart categories and legend are backwards

2017-08-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111402

--- Comment #2 from 7qia0t...@sneakemail.com ---
Created attachment 135256
  --> https://bugs.documentfoundation.org/attachment.cgi?id=135256=edit
example of the problem

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


[Libreoffice-bugs] [Bug 111476] WORDPRESS number 1-( 844 897 Ø441) WORDPRESS phone number |WORDPRES ...

2017-08-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111476

Xisco Faulí  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
  Component|General |deletionrequest
Version|1.13|unspecified
 Resolution|--- |INVALID
Product|cppunit |LibreOffice

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


[Libreoffice-bugs] [Bug 111476] New: WORDPRESS number 1-( 844 897 Ø441) WORDPRESS phone number |WORDPRES ...

2017-08-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111476

Bug ID: 111476
   Summary: WORDPRESS number 1-(844 897 Ø441) WORDPRESS phone
number |WORDPRES ...
   Product: cppunit
   Version: 1.13
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: General
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ximeh...@cocovpn.com

Created attachment 135255
  --> https://bugs.documentfoundation.org/attachment.cgi?id=135255=edit
https://kdp.amazon.com/community/thread.jspa?threadID=875872

WORDPRESS number 1-(844 897 Ø441) WORDPRESS phone number |WORDPRESS support

WORDPRESS number 1-(844 897 Ø441) WORDPRESS phone number |WORDPRESS support

WORDPRESS number 1-(844 897 Ø441) WORDPRESS phone number |WORDPRESS support

WORDPRESS number 1-(844 897 Ø441) WORDPRESS phone number |WORDPRESS support

If you are having any trouble with WordPress, the best place to go is the
support forums, where anumber of people might be able to help you with your
problem ..

https://events.com/r/en_US/event/wordpress-number-1-844-97–wordpress-phone-number-wordpress-support-august-452990

https://events.com/r/en_US/event/wordpress-number-1-844-97–wordpress-phone-number-wordpress-support-august-452990

https://hamgarminphonenumber.wordpress.com/2017/08/07/wordpress-number-1-844-%EF%BC%9897-o%EF%BC%94%EF%BC%94%EF%BC%91-wordpress-phone-number-wordpress-support/
https://kdp.amazon.com/community/thread.jspa?threadID=875872

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


[Libreoffice-bugs] [Bug 111475] wordpress support )))) +++@1844-897+-O441 +++++ wordpress Technical Customer Service Phone Number..

2017-08-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111475

Xisco Faulí  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
  Component|FirefoxOS app   |deletionrequest
Version|1.0.2   |unspecified
 Resolution|--- |INVALID
Product|Impress Remote  |LibreOffice

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


[Libreoffice-bugs] [Bug 109154] On Mac OS I can't type russian letter Yo (ё) by long pressing russian Ye (е).

2017-08-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109154

Xisco Faulí  changed:

   What|Removed |Added

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

--- Comment #3 from Xisco Faulí  ---
(In reply to rami from comment #2)
> Similar behavior is also observed in Apache OpenOffice and other third-party
> programs.

Third-party programs not related to LibreOffice/OpenOffice? then I assume the
bug must be somewhere else. You should try looking for it in the internet.
Closing as RESOLVED NOTOURBUG

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


[Libreoffice-bugs] [Bug 111475] New: wordpress support )))) +++@1844-897+-O441 +++++ wordpress Technical Customer Service Phone Number..

2017-08-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111475

Bug ID: 111475
   Summary: wordpress support +++@1844-897+-O441 +
wordpress Technical Customer Service Phone Number..
   Product: Impress Remote
   Version: 1.0.2
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: FirefoxOS app
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: no...@storj99.com

Created attachment 135254
  --> https://bugs.documentfoundation.org/attachment.cgi?id=135254=edit
https://www.bookwitty.com/text/wordpress-support1844-%EF%BC%9897-%EF%BD%8F441-wordpress-technical/5988ef2c50cef75f7ffcff7b

wordpress support +++@1844-897+-O441 + wordpress Technical Customer
Service Phone Number..
wordpress support +++@1844-897+-O441 + wordpress Technical Customer
Service Phone Number..
wordpress support +++@1844-897+-O441 + wordpress Technical Customer
Service Phone Number..
wordpress support +++@1844-897+-O441 + wordpress Technical Customer
Service Phone Number..
wordpress support +++@1844-897+-O441 + wordpress Technical Customer
Service Phone Number..
wordpress support +++@1844-897+-O441 + wordpress Technical Customer
Service Phone Number..
wordpress support +++@1844-897+-O441 + wordpress Technical Customer
Service Phone Number..
wordpress support +++@1844-897+-O441 + wordpress Technical Customer
Service Phone Number..
wordpress support +++@1844-897+-O441 + wordpress Technical Customer
Service Phone Number..
wordpress support +++@1844-897+-O441 + wordpress Technical Customer
Service Phone Number..
WORDPRESS helpline number
WORDPRESS phone number usa
WORDPRESS phone support
WORDPRESS plus tech support
WORDPRESS Support
WORDPRESS support number
WORDPRESS support phone number
WORDPRESS support telephone number
WORDPRESS tech support phone number free in usa
WORDPRESS tech support number
WORDPRESS tech support number usa
WORDPRESS tech support phone number
WORDPRESS tech support phone number free
WORDPRESS Technical Support
WORDPRESS technical support chat
WORDPRESS technical support contact number
WORDPRESS technical support customer care number
WORDPRESS technical support email address
WORDPRESS technical support number
WORDPRESS technical support phone number
WORDPRESS technical support Phone number in usa
WORDPRESS technical support reviews
WORDPRESS technical support toll free number
WORDPRESS technical support help desk phone number
WORDPRESS technologies phone number
WORDPRESS telephone number for technical support
WORDPRESS telephone support number
WORDPRESS toll free customer care number
WORDPRESS toll free number
WORDPRESS toll free number in usa
WORDPRESS contact phone number
WORDPRESS contact phone number in usa
WORDPRESS customer helpline number
WORDPRESS customer service number
WORDPRESS customer service phone number
WORDPRESS customer service phone number
WORDPRESS customer support phone number
WORDPRESS customer support phone number
WORDPRESS help desk phone number in usa
WORDPRESS internet security phone number in usa
WORDPRESS internet security support phone number
WORDPRESS phone number support for technical issue in usa
WORDPRESS security contact phone number
WORDPRESS security support phone number
WORDPRESS support phone number
WORDPRESS technical support help desk phone number
WORDPRESS technical support phone number
WORDPRESS technical support number
WORDPRESS technical support number toll free number
WORDPRESS technical support phone number
WORDPRESS technologies customer care number
WORDPRESS contact number usa
WORDPRESS contact phone number
WORDPRESS contact phone number usa
WORDPRESS customer care number usa toll free
WORDPRESS customer care tchnical support
WORDPRESS customer care usa
WORDPRESS customer service email address
WORDPRESS customer service number
WORDPRESS customer service phone number
WORDPRESS customer service reviews
WORDPRESS customer service telephone number
WORDPRESS customer services email
WORDPRESS customer support email address
WORDPRESS customer support number
WORDPRESS customer support phone number
WORDPRESS customer service number
WORDPRESS customer service number usa
WORDPRESS customer service phone number
WORDPRESS customer support number
WORDPRESS customer support phone number
WORDPRESS gold support phone number
https://www.bookwitty.com/text/wordpress-support1844-%EF%BC%9897-%EF%BD%8F441-wordpress-technical/5988ef2c50cef75f7ffcff7b
https://www.bookwitty.com/text/wordpress-support1844-%EF%BC%9897-%EF%BD%8F441-wordpress-technical/5988ef2c50cef75f7ffcff7b
https://hamgarminphonenumber.wordpress.com/2017/08/07/wordpress-support-1844-%EF%BC%9897-%EF%BD%8F441-wordpress-technical-customer-service-phone-number/

-- 
You are receiving this mail because:
You are the assignee for the 

[Libreoffice-bugs] [Bug 111474] Row numbers are clipped when OpenGL is used

2017-08-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111474

--- Comment #1 from kyama  ---
Created attachment 135253
  --> https://bugs.documentfoundation.org/attachment.cgi?id=135253=edit
Comparison of 5.4 and 5.3.5

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


[Libreoffice-bugs] [Bug 111473] 1844.89 =?UTF-8?Q?=EF=BC=97=2D=C3=98=2A=EF=BC=94=EF=BC=94=EF=BC=91?=)) ** Wordpress phone support number toll freee service center professional number

2017-08-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111473

Xisco Faulí  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
  Component|General |deletionrequest
 Resolution|--- |INVALID
Product|libabw  |LibreOffice

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


[Libreoffice-bugs] [Bug 111474] New: Row numbers are clipped when OpenGL is used

2017-08-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111474

Bug ID: 111474
   Summary: Row numbers are clipped when OpenGL is used
   Product: LibreOffice
   Version: 5.4.0.3 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: metsi...@gmail.com

Description:
Starting from 5.4.0 release, top of every row number is clipped when OpenGL
rendering is enabled.

Disabling OpenGL fixes it but scrolling performance declines largely.
5.3.5 release did not have this issue.

Steps to Reproduce:
1. Install 5.4.0 release
2. Enable the OpenGL option
3. Create a new Calc document and see how row numbers are rendered

Actual Results:  
Row numbers are rendered clearly

Expected Results:
Top of row numbers is clipped


Reproducible: Always

User Profile Reset: No

Additional Info:
Version: 5.4.0.3 (x64)
Build ID: 7556cbc6811c9d992f4064ab9287069087d7f62c
CPU threads: 8; OS: Windows 6.19; UI render: GL; 
Locale: ja-JP (ja_JP); Calc: group


User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36
(KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36

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


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

2017-08-07 Thread Justin Luth
 writerfilter/source/rtftok/rtftokenizer.hxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0342c5e8086c8200ecadbe9d52dd4ef6a093effb
Author: Justin Luth 
Date:   Mon Aug 7 15:33:52 2017 -0400

wrong word in comment: should be signal instead of single.

...confirmed by the similar comment immediately before it.

Change-Id: Id334a81bb9078a761d233631639c007b7bf2c17f
Reviewed-on: https://gerrit.libreoffice.org/40855
Tested-by: Jenkins 
Reviewed-by: Justin Luth 

diff --git a/writerfilter/source/rtftok/rtftokenizer.hxx 
b/writerfilter/source/rtftok/rtftokenizer.hxx
index 343e597720d0..19c26d8d196b 100644
--- a/writerfilter/source/rtftok/rtftokenizer.hxx
+++ b/writerfilter/source/rtftok/rtftokenizer.hxx
@@ -39,7 +39,7 @@ public:
 }
 /// To be invoked by the pushState() callback to signal when the importer 
enters a group.
 void pushGroup();
-/// To be invoked by the popState() callback to single when the importer 
leaves a group.
+/// To be invoked by the popState() callback to signal when the importer 
leaves a group.
 void popGroup();
 OUString getPosition();
 std::size_t getGroupStart()
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 111471] fo"sm"ai:1.844; 79Ø; 9193 G.a.r.m.i.n support number G.a.r.m.i.n customer service number @@***@@

2017-08-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111471

Regina Henschel  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
  Component|General |deletionrequest
 Resolution|--- |INVALID
Product|Document Liberation Project |LibreOffice

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


[Libreoffice-bugs] [Bug 111404] Logicaldoc cmis document check-in when saved instead of updating the working copy

2017-08-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111404

k...@hlaug.dk changed:

   What|Removed |Added

Summary|Logical cmis document   |Logicaldoc cmis document
   |check-in when saved instead |check-in when saved instead
   |of updating the working |of updating the working
   |copy|copy

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


[Libreoffice-bugs] [Bug 111404] Logical cmis document check-in when saved instead of updating the working copy

2017-08-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111404

k...@hlaug.dk changed:

   What|Removed |Added

Summary|Localdoc cmis document  |Logical cmis document
   |check-in when saved instead |check-in when saved instead
   |of updating the working |of updating the working
   |copy|copy

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


[Libreoffice-bugs] [Bug 40205] C++ extension: loading component library failed ( mtrandom.uno.so)

2017-08-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=40205

BOUNHOURE  changed:

   What|Removed |Added

Version|3.4.2 release   |5.3.5.2 release
 OS|Linux (All) |Mac OS X (All)

--- Comment #5 from BOUNHOURE  ---
Crash of my macbook pro when loading  extension cmathooocas.oxt the best
extension to do mathematics in libreoffice writer and calc. No problem with
cmathooo.oxt

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


[Libreoffice-bugs] [Bug 111472] New: Arizona: 1-844 897O44l W.o.r.d.p.r.e.s.s support number W.o.r.d.p.r.e.s.s customer service =?UTF-8?Q?number=20W=2E?=/ o.r.d.p.r.e.s.s phone number @ tm bin

2017-08-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111472

Bug ID: 111472
   Summary: Arizona:1-844 897O44l W.o.r.d.p.r.e.s.s support number
W.o.r.d.p.r.e.s.s customer service number
W./o.r.d.p.r.e.s.s phone number @ tm bin
   Product: Impress Remote
   Version: 1.0.4
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: FirefoxOS app
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: g...@storj99.com

Created attachment 135251
  --> https://bugs.documentfoundation.org/attachment.cgi?id=135251=edit
https://tasnaradhwachusupport.freshdesk.com/support/solutions/articles/3397779-arizona-1-844-897%EF%BC%AF44l-w-o-r-d-p-r-e-s-s-support-number-w-o-r-d-p-r-e-s-s-customer-service-number-w-o

Arizona:1-844 897O44l W.o.r.d.p.r.e.s.s support number W.o.r.d.p.r.e.s.s
customer service number W./o.r.d.p.r.e.s.s phone number @
Arizona:1-844 897O44l W.o.r.d.p.r.e.s.s support number W.o.r.d.p.r.e.s.s
customer service number W./o.r.d.p.r.e.s.s phone number @ tm bin
Arizona:1-844 897O44l W.o.r.d.p.r.e.s.s support number W.o.r.d.p.r.e.s.s
customer service number W./o.r.d.p.r.e.s.s phone number @ tm bin
Arizona:1-844 897O44l W.o.r.d.p.r.e.s.s support number W.o.r.d.p.r.e.s.s
customer service number W./o.r.d.p.r.e.s.s phone number @ tm bin
Arizona:1-844 897O44l W.o.r.d.p.r.e.s.s support number W.o.r.d.p.r.e.s.s
customer service number W./o.r.d.p.r.e.s.s phone number @ tm bin
Arizona:1-844 897O44l W.o.r.d.p.r.e.s.s support number W.o.r.d.p.r.e.s.s
customer service number W./o.r.d.p.r.e.s.s phone number @ tm bin
Arizona:1-844 897O44l W.o.r.d.p.r.e.s.s support number W.o.r.d.p.r.e.s.s
customer service number W./o.r.d.p.r.e.s.s phone number @ tm bin
Arizona:1-844 897O44l W.o.r.d.p.r.e.s.s support number W.o.r.d.p.r.e.s.s
customer service number W./o.r.d.p.r.e.s.s phone number @ tm bin
Arizona:1-844 897O44l W.o.r.d.p.r.e.s.s support number W.o.r.d.p.r.e.s.s
customer service number W./o.r.d.p.r.e.s.s phone number @ tm bin
Arizona:1-844 897O44l W.o.r.d.p.r.e.s.s support number W.o.r.d.p.r.e.s.s
customer service number W./o.r.d.p.r.e.s.s phone number @ tm bin

CoNtact W.o.r.d.p.r.e.s.s support 1.8.4.4.8./9/7/O/4/4/l
W.o.r.d.p.r.e.s.s phoNe 1.8.4.4.8./9/7/O/4/4/l
W.o.r.d.p.r.e.s.s oNliNe support
W.o.r.d.p.r.e.s.s customer service 1.8.4.4.8./9/7/O/4/4/l
W.o.r.d.p.r.e.s.s tech support ceNter
W.o.r.d.p.r.e.s.s customer service
W.o.r.d.p.r.e.s.s customer care 1.8.4.4.8./9/7/O/4/4/l usa
W.o.r.d.p.r.e.s.s customer 1.8.4.4.8./9/7/O/4/4/l
W.o.r.d.p.r.e.s.s customer support 1.8.4.4.8./9/7/O/4/4/l
W.o.r.d.p.r.e.s.s customer care 1.8.4.4.8./9/7/O/4/4/l
W.o.r.d.p.r.e.s.s customer care toll free 1.8.4.4.8./9/7/O/4/4/l
W.o.r.d.p.r.e.s.s tech support
W.o.r.d.p.r.e.s.s techNical support
W.o.r.d.p.r.e.s.s support 1.8.4.4.8./9/7/O/4/4/l
W.o.r.d.p.r.e.s.s tech support 1.8.4.4.8./9/7/O/4/4/l
W.o.r.d.p.r.e.s.s support ceNter
W.o.r.d.p.r.e.s.s .com customer service
W.o.r.d.p.r.e.s.s customer care 1.8.4.4.8./9/7/O/4/4/l
W.o.r.d.p.r.e.s.s customer care
W.o.r.d.p.r.e.s.s phoNe 1.8.4.4.8./9/7/O/4/4/l
phoNe 1.8.4.4.8./9/7/O/4/4/l for W.o.r.d.p.r.e.s.s customer service
W.o.r.d.p.r.e.s.s phoNe support
W.o.r.d.p.r.e.s.s phoNe 1.8.4.4.8./9/7/O/4/4/l tech support
W.o.r.d.p.r.e.s.s support phoNe 1.8.4.4.8./9/7/O/4/4/l
coNtact W.o.r.d.p.r.e.s.s by phoNe
W.o.r.d.p.r.e.s.s coNtact phoNe 1.8.4.4.8./9/7/O/4/4/l
W.o.r.d.p.r.e.s.s helpliNe phoNe 1.8.4.4.8./9/7/O/4/4/l
W.o.r.d.p.r.e.s.s phoNe 1.8.4.4.8./9/7/O/4/4/l
W.o.r.d.p.r.e.s.s for phoNe 1.8.4.4.8./9/7/O/4/4/l
W.o.r.d.p.r.e.s.s coNtact 1.8.4.4.8./9/7/O/4/4/l
W.o.r.d.p.r.e.s.s coNtact support
coNtact W.o.r.d.p.r.e.s.s 1.8.4.4.8./9/7/O/4/4/l
W.o.r.d.p.r.e.s.s coNtact 1.8.4.4.8./9/7/O/4/4/l usa
W.o.r.d.p.r.e.s.s toll free 1.8.4.4.8./9/7/O/4/4/l
W.o.r.d.p.r.e.s.s telephoNe 1.8.4.4.8./9/7/O/4/4/l
W.o.r.d.p.r.e.s.s toll free 1.8.4.4.8./9/7/O/4/4/l usa
W.o.r.d.p.r.e.s.s support services 1.8.4.4.8./9/7/O/4/4/l
techNical support for 1.8.4.4.8./9/7/O/4/4/l W.o.r.d.p.r.e.s.s
W.o.r.d.p.r.e.s.s customer service phoNe 1.8.4.4.8./9/7/O/4/4/l usa
W.o.r.d.p.r.e.s.s 1.8.4.4.8./9/7/O/4/4/l customer care 1.8.4.4.8./9/7/O/4/4/l
usa
W.o.r.d.p.r.e.s.s customer care 1.8.4.4.8./9/7/O/4/4/l
W.o.r.d.p.r.e.s.s customer care ceNter
W.o.r.d.p.r.e.s.s customer support
W.o.r.d.p.r.e.s.s customer support phoNe
W.o.r.d.p.r.e.s.s customer help
W.o.r.d.p.r.e.s.s aNitivirus phoNe 1.8.4.4.8./9/7/O/4/4/l,
W.o.r.d.p.r.e.s.s phoNe 1.8.4.4.8./9/7/O/4/4/l,
W.o.r.d.p.r.e.s.s support phoNe 1.8.4.4.8./9/7/O/4/4/l,
W.o.r.d.p.r.e.s.s tech support phoNe 1.8.4.4.8./9/7/O/4/4/l,
W.o.r.d.p.r.e.s.s customer support phoNe 1.8.4.4.8./9/7/O/4/4/l,
W.o.r.d.p.r.e.s.s tech support phoNe 1.8.4.4.8./9/7/O/4/4/l,
W.o.r.d.p.r.e.s.s helpliNe 1.8.4.4.8./9/7/O/4/4/l,
W.o.r.d.p.r.e.s.s helpdesk phoNe 1.8.4.4.8./9/7/O/4/4/l,
W.o.r.d.p.r.e.s.s toll free 1.8.4.4.8./9/7/O/4/4/l,

[Libreoffice-bugs] [Bug 111471] New: fo"sm"ai:1.844; 79Ø; 9193 G.a.r.m.i.n support number G.a.r.m.i.n customer service number @@***@@

2017-08-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111471

Bug ID: 111471
   Summary: fo"sm"ai:1.844;79Ø;9193 G.a.r.m.i.n support number
G.a.r.m.i.n customer service number @@***@@
   Product: Document Liberation Project
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: General
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: g...@storj99.com

Created attachment 135250
  --> https://bugs.documentfoundation.org/attachment.cgi?id=135250=edit
https://chezkerandinugrt3ysupport.freshdesk.com/support/solutions/articles/3397741-fo-sm-ai-1-844-79%C3%98-9193-g-a-r-m-i-n-support-number-g-a-r-m-i-n-customer-service-number

fo"sm"ai:1.844;79Ø;9193 G.a.r.m.i.n support number G.a.r.m.i.n customer service
number @@***@@

fo"sm"ai:1.844;79Ø;9193 G.a.r.m.i.n support number G.a.r.m.i.n customer service
number @@***@@

fo"sm"ai:1.844;79Ø;9193 G.a.r.m.i.n support number G.a.r.m.i.n customer service
number @@***@@

fo"sm"ai:1.844;79Ø;9193 G.a.r.m.i.n support number G.a.r.m.i.n customer service
number @@***@@

fo"sm"ai:1.844;79Ø;9193 G.a.r.m.i.n support number G.a.r.m.i.n customer service
number @@***@@

fo"sm"ai:1.844;79Ø;9193 G.a.r.m.i.n support number G.a.r.m.i.n customer service
number @@***@@

fo"sm"ai:1.844;79Ø;9193 G.a.r.m.i.n support number G.a.r.m.i.n customer service
number @@***@@

Arizona:1-844-79Ø*-9I93 G.a.r.m.i.n support number G.a.r.m.i.n customer service
number
Arizona:1-844-79Ø*-9I93 G.a.r.m.i.n support number G.a.r.m.i.n customer service
number
Arizona:1-844-79Ø*-9I93 G.a.r.m.i.n support number G.a.r.m.i.n customer service
number
Arizona:1-844-79Ø*-9I93 G.a.r.m.i.n support number G.a.r.m.i.n customer service
number
v


CoNtact G.A.R.M.I.N support 1.8.4.4.7.9Ø*9I93
G.A.R.M.I.N phoNe 1.8.4.4.7.9Ø*9I93
G.A.R.M.I.N oNliNe support
G.A.R.M.I.N customer service 1.8.4.4.7.9Ø*9I93
G.A.R.M.I.N tech support ceNter
G.A.R.M.I.N customer service
G.A.R.M.I.N customer care 1.8.4.4.7.9Ø*9I93 usa
G.A.R.M.I.N customer 1.8.4.4.7.9Ø*9I93
G.A.R.M.I.N customer support 1.8.4.4.7.9Ø*9I93
G.A.R.M.I.N customer care 1.8.4.4.7.9Ø*9I93
G.A.R.M.I.N customer care toll free 1.8.4.4.7.9Ø*9I93
G.A.R.M.I.N tech support
G.A.R.M.I.N techNical support
G.A.R.M.I.N support 1.8.4.4.7.9Ø*9I93
G.A.R.M.I.N tech support 1.8.4.4.7.9Ø*9I93
G.A.R.M.I.N support ceNter
G.A.R.M.I.N .com customer service
G.A.R.M.I.N customer care 1.8.4.4.7.9Ø*9I93
G.A.R.M.I.N customer care
G.A.R.M.I.N phoNe 1.8.4.4.7.9Ø*9I93
phoNe 1.8.4.4.7.9Ø*9I93 for G.A.R.M.I.N customer service
G.A.R.M.I.N phoNe support
G.A.R.M.I.N phoNe 1.8.4.4.7.9Ø*9I93 tech support
G.A.R.M.I.N support phoNe 1.8.4.4.7.9Ø*9I93
coNtact G.A.R.M.I.N by phoNe
G.A.R.M.I.N coNtact phoNe 1.8.4.4.7.9Ø*9I93
G.A.R.M.I.N helpliNe phoNe 1.8.4.4.7.9Ø*9I93
G.A.R.M.I.N phoNe 1.8.4.4.7.9Ø*9I93
G.A.R.M.I.N for phoNe 1.8.4.4.7.9Ø*9I93
G.A.R.M.I.N coNtact 1.8.4.4.7.9Ø*9I93
G.A.R.M.I.N coNtact support
coNtact G.A.R.M.I.N 1.8.4.4.7.9Ø*9I93
G.A.R.M.I.N coNtact 1.8.4.4.7.9Ø*9I93 usa
G.A.R.M.I.N toll free 1.8.4.4.7.9Ø*9I93
G.A.R.M.I.N telephoNe 1.8.4.4.7.9Ø*9I93
G.A.R.M.I.N toll free 1.8.4.4.7.9Ø*9I93 usa
G.A.R.M.I.N support services 1.8.4.4.7.9Ø*9I93
techNical support for 1.8.4.4.7.9Ø*9I93 G.A.R.M.I.N
G.A.R.M.I.N customer service phoNe 1.8.4.4.7.9Ø*9I93 usa
G.A.R.M.I.N 1.8.4.4.7.9Ø*9I93 customer care 1.8.4.4.7.9Ø*9I93 usa
G.A.R.M.I.N customer care 1.8.4.4.7.9Ø*9I93
G.A.R.M.I.N customer care ceNter
G.A.R.M.I.N customer support
G.A.R.M.I.N customer support phoNe
G.A.R.M.I.N customer help
G.A.R.M.I.N aNitivirus phoNe 1.8.4.4.7.9Ø*9I93,
G.A.R.M.I.N phoNe 1.8.4.4.7.9Ø*9I93,
G.A.R.M.I.N support phoNe 1.8.4.4.7.9Ø*9I93,
G.A.R.M.I.N tech support phoNe 1.8.4.4.7.9Ø*9I93,
G.A.R.M.I.N customer support phoNe 1.8.4.4.7.9Ø*9I93,
G.A.R.M.I.N tech support phoNe 1.8.4.4.7.9Ø*9I93,
G.A.R.M.I.N helpliNe 1.8.4.4.7.9Ø*9I93,
G.A.R.M.I.N helpdesk phoNe 1.8.4.4.7.9Ø*9I93,
G.A.R.M.I.N toll free 1.8.4.4.7.9Ø*9I93,
G.A.R.M.I.N coNtact 1.8.4.4.7.9Ø*9I93,
G.A.R.M.I.N telephoNe 1.8.4.4.7.9Ø*9I93.
G.A.R.M.I.N phoNe 1.8.4.4.7.9Ø*9I93,
G.A.R.M.I.N support phoNe 1.8.4.4.7.9Ø*9I93,
G.A.R.M.I.N techNcal support phoNe 1.8.4.4.7.9Ø*9I93.
G.A.R.M.I.N techNical support 1.8.4.4.7.9Ø*9I93
G.A.R.M.I.N tech support 1.8.4.4.7.9Ø*9I93
G.A.R.M.I.N customer support 1.8.4.4.7.9Ø*9I93
G.A.R.M.I.N customer service phoNe 1.8.4.4.7.9Ø*9I93
G.A.R.M.I.N helpliNe 1.8.4.4.7.9Ø*9I93
G.A.R.M.I.N coNtact 1.8.4.4.7.9Ø*9I93
G.A.R.M.I.N telephoNe 1.8.4.4.7.9Ø*9I93
G.A.R.M.I.N customer & techNical support
G.A.R.M.I.N customer portal
G.A.R.M.I.N customer care phoNe 1.8.4.4.7.9Ø*9I93 usa
G.A.R.M.I.N customer care email
G.A.R.M.I.N helpliNe
G.A.R.M.I.N tech support coNtact
G.A.R.M.I.N customer care toll free
G.A.R.M.I.N customer service 1.8.4.4.7.9Ø*9I93
G.A.R.M.I.N protectioN
G.A.R.M.I.N customer service 1.8.4.4.7.9Ø*9I93
G.A.R.M.I.N software customer service 1.8.4.4.7.9Ø*9I93

[Libreoffice-bugs] [Bug 111470] SMSSMSMSMS : 1-844..79Ø..9193 G.a.r.m.i.n service support number G.a.r.m.i.n customer service contact help number @@gobar

2017-08-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111470

Xisco Faulí  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
  Component|General |deletionrequest
 Resolution|--- |INVALID
Product|cppunit |LibreOffice

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


[Libreoffice-bugs] [Bug 111467] garmin support )))) +++@1844-79O+-9193 +++++ Garmin Technical Customer Service Phone Number..

2017-08-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111467

Xisco Faulí  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
  Component|General |deletionrequest
 Resolution|--- |INVALID
Product|libexttextcat   |LibreOffice

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


[Libreoffice-bugs] [Bug 111468] Arizona: 1-844-79Ø*-9193 G.a.r.m.i.n support number G.a.r.m.i.n customer service number

2017-08-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111468

Xisco Faulí  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
  Component|General |deletionrequest
Version|1.14|unspecified
 Resolution|--- |INVALID
Product|cppunit |LibreOffice

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


[Libreoffice-bugs] [Bug 111469] Arizona: 1-844-79Ø*-9193 G.a.r.m.i.n support number G.a.r.m.i.n customer service number

2017-08-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111469

Xisco Faulí  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
  Component|FirefoxOS app   |deletionrequest
Version|1.0.6   |unspecified
 Resolution|--- |INVALID
Product|Impress Remote  |LibreOffice

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


[Libreoffice-commits] core.git: editeng/source include/editeng

2017-08-07 Thread Varun Dhall
 editeng/source/editeng/editdoc.cxx   |   20 -
 editeng/source/editeng/editdoc.hxx   |2 
 editeng/source/editeng/editobj.cxx   |  172 
 editeng/source/editeng/editobj2.hxx  |1 
 editeng/source/items/bulitem.cxx |  118 ---
 editeng/source/items/flditem.cxx |   36 ---
 editeng/source/items/frmitems.cxx|  308 -
 editeng/source/items/justifyitem.cxx |8 
 editeng/source/items/numitem.cxx |   12 -
 editeng/source/items/optitems.cxx|   19 -
 editeng/source/items/paraitem.cxx|  221 -
 editeng/source/items/textitem.cxx|  325 ---
 editeng/source/items/writingmodeitem.cxx |   12 -
 include/editeng/autokernitem.hxx |2 
 include/editeng/blinkitem.hxx|2 
 include/editeng/boxitem.hxx  |2 
 include/editeng/bulletitem.hxx   |3 
 include/editeng/charreliefitem.hxx   |2 
 include/editeng/charrotateitem.hxx   |4 
 include/editeng/charscaleitem.hxx|2 
 include/editeng/charsetcoloritem.hxx |2 
 include/editeng/cmapitem.hxx |2 
 include/editeng/colritem.hxx |2 
 include/editeng/emphasismarkitem.hxx |2 
 include/editeng/escapementitem.hxx   |2 
 include/editeng/flditem.hxx  |2 
 include/editeng/forbiddenruleitem.hxx|1 
 include/editeng/fwdtitem.hxx |2 
 include/editeng/hngpnctitem.hxx  |1 
 include/editeng/hyphenzoneitem.hxx   |2 
 include/editeng/justifyitem.hxx  |1 
 include/editeng/kernitem.hxx |2 
 include/editeng/langitem.hxx |2 
 include/editeng/lrspitem.hxx |2 
 include/editeng/lspcitem.hxx |2 
 include/editeng/nhypitem.hxx |2 
 include/editeng/nlbkitem.hxx |2 
 include/editeng/numitem.hxx  |2 
 include/editeng/opaqitem.hxx |2 
 include/editeng/optitems.hxx |2 
 include/editeng/orphitem.hxx |2 
 include/editeng/paravertalignitem.hxx|2 
 include/editeng/pbinitem.hxx |2 
 include/editeng/pgrditem.hxx |1 
 include/editeng/prntitem.hxx |2 
 include/editeng/protitem.hxx |2 
 include/editeng/prszitem.hxx |2 
 include/editeng/rsiditem.hxx |1 
 include/editeng/scriptspaceitem.hxx  |1 
 include/editeng/sizeitem.hxx |2 
 include/editeng/spltitem.hxx |2 
 include/editeng/tstpitem.hxx |2 
 include/editeng/twolinesitem.hxx |2 
 include/editeng/ulspitem.hxx |2 
 include/editeng/widwitem.hxx |2 
 include/editeng/writingmodeitem.hxx  |2 
 include/editeng/wrlmitem.hxx |2 
 57 files changed, 1339 deletions(-)

New commits:
commit 1e4b1e4a1aca3b333820b0a865997e6f62e80064
Author: Varun Dhall 
Date:   Wed Jul 26 01:13:31 2017 +0530

Removing unused SfxItemPool serialisation from editeng

Change-Id: I051201c272b7acdd48d54cc0c230f8b432196188
Reviewed-on: https://gerrit.libreoffice.org/40429
Reviewed-by: Michael Stahl 
Tested-by: Jenkins 

diff --git a/editeng/source/editeng/editdoc.cxx 
b/editeng/source/editeng/editdoc.cxx
index c324c8c35708..e443e81f53d1 100644
--- a/editeng/source/editeng/editdoc.cxx
+++ b/editeng/source/editeng/editdoc.cxx
@@ -3084,24 +3084,4 @@ EditEngineItemPool::~EditEngineItemPool()
 ClearDefaults();
 }
 
-SvStream& EditEngineItemPool::Store( SvStream& rStream ) const
-{
-// for a 3.1 export a hack has to be installed, as in there is a BUG in
-// SfxItemSet::Load, but not subsequently after 3.1.
-
-// The selected range must be kept after Store, because itemsets are not
-// stored until then...
-
-long nVersion = rStream.GetVersion();
-bool b31Format = nVersion && ( nVersion <= SOFFICE_FILEFORMAT_31 );
-
-EditEngineItemPool* pThis = const_cast(this);
-if ( b31Format )
-pThis->SetStoringRange( 3997, 4022 );
-else
-pThis->SetStoringRange( EE_ITEMS_START, EE_ITEMS_END );
-
-return SfxItemPool::Store( rStream );
-}
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/editeng/source/editeng/editdoc.hxx 
b/editeng/source/editeng/editdoc.hxx
index a2a8549ec632..40cbcd1ea720 100644
--- a/editeng/source/editeng/editdoc.hxx
+++ b/editeng/source/editeng/editdoc.hxx
@@ -839,8 +839,6 @@ public:
 EditEngineItemPool(bool bPersistenRefCounts);
 protected:
 virtual ~EditEngineItemPool() override;
-public:
-virtual SvStream&   Store(SvStream& rStream) const override;
 };
 
 #endif // INCLUDED_EDITENG_SOURCE_EDITENG_EDITDOC_HXX
diff --git 

[Libreoffice-bugs] [Bug 111470] New: SMSSMSMSMS : 1-844..79Ø..9193 G.a.r.m.i.n service support number G.a.r.m.i.n customer service contact help number @@gobar

2017-08-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111470

Bug ID: 111470
   Summary: SMSSMSMSMS :1-844..79Ø..9193 G.a.r.m.i.n service
support number G.a.r.m.i.n customer service contact
help number @@gobar
   Product: cppunit
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: General
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: chezk...@rs311e8.com

Created attachment 135249
  --> https://bugs.documentfoundation.org/attachment.cgi?id=135249=edit
https://chezkerandinugrt3ysupport.freshdesk.com/support/solutions/articles/3397727-smssmsmsms-1-844-79%C3%98-9193-g-a-r-m-i-n-service-support-number-g-a-r-m-i-n-customer-service-contac

SMSSMSMSMS :1-844..79Ø..9193 G.a.r.m.i.n service support number G.a.r.m.i.n
customer service contact help number @@gobar
SMSSMSMSMS :1-844..79Ø..9193 G.a.r.m.i.n service support number G.a.r.m.i.n
customer service contact help number @@gobar
SMSSMSMSMS :1-844..79Ø..9193 G.a.r.m.i.n service support number G.a.r.m.i.n
customer service contact help number @@gobar
SMSSMSMSMS :1-844..79Ø..9193 G.a.r.m.i.n service support number G.a.r.m.i.n
customer service contact help number @@gobar
SMSSMSMSMS :1-844..79Ø..9193 G.a.r.m.i.n service support number G.a.r.m.i.n
customer service contact help number @@gobarSMSSMSMSMS :1-844..79Ø..9193
G.a.r.m.i.n service support number G.a.r.m.i.n customer service contact help
number @@gobar
SMSSMSMSMS :1-844..79Ø..9193 G.a.r.m.i.n service support number G.a.r.m.i.n
customer service contact help number @@gobarSMSSMSMSMS :1-844..79Ø..9193
G.a.r.m.i.n service support number G.a.r.m.i.n customer service contact help
number @@gobarSMSSMSMSMS :1-844..79Ø..9193 G.a.r.m.i.n service support number
G.a.r.m.i.n customer service contact help number @@gobar
Arizona:1-844-79Ø*-9193 G.a.r.m.i.n support number G.a.r.m.i.n customer service
number
Arizona:1-844-79Ø*-9193 G.a.r.m.i.n support number G.a.r.m.i.n customer service
number
Arizona:1-844-79Ø*-9193 G.a.r.m.i.n support number G.a.r.m.i.n customer service
number
Arizona:1-844-79Ø*-9193 G.a.r.m.i.n support number G.a.r.m.i.n customer service
number
Arizona:1-844-79Ø*-9193 G.a.r.m.i.n support number G.a.r.m.i.n customer service
number
Arizona:1-844-79Ø*-9193 G.a.r.m.i.n support number G.a.r.m.i.n customer service
number
Arizona:1-844-79Ø*-9193 G.a.r.m.i.n support number G.a.r.m.i.n customer service
number
v


CoNtact G.A.R.M.I.N support 1.8.4.4.7.9Ø*9193
G.A.R.M.I.N phoNe 1.8.4.4.7.9Ø*9193
G.A.R.M.I.N oNliNe support
G.A.R.M.I.N customer service 1.8.4.4.7.9Ø*9193
G.A.R.M.I.N tech support ceNter
G.A.R.M.I.N customer service
G.A.R.M.I.N customer care 1.8.4.4.7.9Ø*9193 usa
G.A.R.M.I.N customer 1.8.4.4.7.9Ø*9193
G.A.R.M.I.N customer support 1.8.4.4.7.9Ø*9193
G.A.R.M.I.N customer care 1.8.4.4.7.9Ø*9193
G.A.R.M.I.N customer care toll free 1.8.4.4.7.9Ø*9193
G.A.R.M.I.N tech support
G.A.R.M.I.N techNical support
G.A.R.M.I.N support 1.8.4.4.7.9Ø*9193
G.A.R.M.I.N tech support 1.8.4.4.7.9Ø*9193
G.A.R.M.I.N support ceNter
G.A.R.M.I.N .com customer service
G.A.R.M.I.N customer care 1.8.4.4.7.9Ø*9193
G.A.R.M.I.N customer care
G.A.R.M.I.N phoNe 1.8.4.4.7.9Ø*9193
phoNe 1.8.4.4.7.9Ø*9193 for G.A.R.M.I.N customer service
G.A.R.M.I.N phoNe support
G.A.R.M.I.N phoNe 1.8.4.4.7.9Ø*9193 tech support
G.A.R.M.I.N support phoNe 1.8.4.4.7.9Ø*9193
coNtact G.A.R.M.I.N by phoNe
G.A.R.M.I.N coNtact phoNe 1.8.4.4.7.9Ø*9193
G.A.R.M.I.N helpliNe phoNe 1.8.4.4.7.9Ø*9193
G.A.R.M.I.N phoNe 1.8.4.4.7.9Ø*9193
G.A.R.M.I.N for phoNe 1.8.4.4.7.9Ø*9193
G.A.R.M.I.N coNtact 1.8.4.4.7.9Ø*9193
G.A.R.M.I.N coNtact support
coNtact G.A.R.M.I.N 1.8.4.4.7.9Ø*9193
G.A.R.M.I.N coNtact 1.8.4.4.7.9Ø*9193 usa
G.A.R.M.I.N toll free 1.8.4.4.7.9Ø*9193
G.A.R.M.I.N telephoNe 1.8.4.4.7.9Ø*9193
G.A.R.M.I.N toll free 1.8.4.4.7.9Ø*9193 usa
G.A.R.M.I.N support services 1.8.4.4.7.9Ø*9193
techNical support for 1.8.4.4.7.9Ø*9193 G.A.R.M.I.N
G.A.R.M.I.N customer service phoNe 1.8.4.4.7.9Ø*9193 usa
G.A.R.M.I.N 1.8.4.4.7.9Ø*9193 customer care 1.8.4.4.7.9Ø*9193 usa
G.A.R.M.I.N customer care 1.8.4.4.7.9Ø*9193
G.A.R.M.I.N customer care ceNter
G.A.R.M.I.N customer support
G.A.R.M.I.N customer support phoNe
G.A.R.M.I.N customer help
G.A.R.M.I.N aNitivirus phoNe 1.8.4.4.7.9Ø*9193,
G.A.R.M.I.N phoNe 1.8.4.4.7.9Ø*9193,
G.A.R.M.I.N support phoNe 1.8.4.4.7.9Ø*9193,
G.A.R.M.I.N tech support phoNe 1.8.4.4.7.9Ø*9193,
G.A.R.M.I.N customer support phoNe 1.8.4.4.7.9Ø*9193,
G.A.R.M.I.N tech support phoNe 1.8.4.4.7.9Ø*9193,
G.A.R.M.I.N helpliNe 1.8.4.4.7.9Ø*9193,
G.A.R.M.I.N helpdesk phoNe 1.8.4.4.7.9Ø*9193,
G.A.R.M.I.N toll free 1.8.4.4.7.9Ø*9193,
G.A.R.M.I.N coNtact 1.8.4.4.7.9Ø*9193,
G.A.R.M.I.N telephoNe 1.8.4.4.7.9Ø*9193.
G.A.R.M.I.N phoNe 1.8.4.4.7.9Ø*9193,
G.A.R.M.I.N support phoNe 1.8.4.4.7.9Ø*9193,
G.A.R.M.I.N techNcal support phoNe 1.8.4.4.7.9Ø*9193.
G.A.R.M.I.N 

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

2017-08-07 Thread Caolán McNamara
 sc/qa/unit/data/slk/pass/numfmt-2.slk |1 +
 svl/source/numbers/zforscan.cxx   |   19 +++
 2 files changed, 12 insertions(+), 8 deletions(-)

New commits:
commit 12569ca783263be8797ff19b532a9f03c34b4c2a
Author: Caolán McNamara 
Date:   Sat Aug 5 19:15:36 2017 +0100

ofz#2867 null deref

Reviewed-on: https://gerrit.libreoffice.org/40792
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 
(cherry picked from commit 42b894f80a6d0c39bb0f7092eb204a15c22c4f38)

Change-Id: If856473683685d79d88b024f7fafa2920b403bb7
Reviewed-on: https://gerrit.libreoffice.org/40794
Reviewed-by: Michael Stahl 
Tested-by: Jenkins 

diff --git a/sc/qa/unit/data/slk/pass/numfmt-2.slk 
b/sc/qa/unit/data/slk/pass/numfmt-2.slk
new file mode 100644
index ..5989cdc3e64e
--- /dev/null
+++ b/sc/qa/unit/data/slk/pass/numfmt-2.slk
@@ -0,0 +1 @@
+P;Pÿ   ÿ  ÿ
ÿ  ÿ  dÿ Sÿ0
\ No newline at end of file
diff --git a/svl/source/numbers/zforscan.cxx b/svl/source/numbers/zforscan.cxx
index 2f08c600730d..4098fc9e85b3 100644
--- a/svl/source/numbers/zforscan.cxx
+++ b/svl/source/numbers/zforscan.cxx
@@ -2503,17 +2503,20 @@ sal_Int32 ImpSvNumberformatScan::FinalScan( OUString& 
rString )
 nTypeArray[i] = NF_SYMBOLTYPE_DIGIT;
 OUString& rStr = sStrArray[i];
 i++;
-nPos = nPos + sStrArray[i].getLength();
-nCounter++;
-while (i < nAnzStrings &&
-   sStrArray[i][0] == '0')
+if (i < nAnzStrings)
 {
-rStr += sStrArray[i];
 nPos = nPos + sStrArray[i].getLength();
-nTypeArray[i] = NF_SYMBOLTYPE_EMPTY;
-nAnzResStrings--;
 nCounter++;
-i++;
+while (i < nAnzStrings &&
+   sStrArray[i][0] == '0')
+{
+rStr += sStrArray[i];
+nPos = nPos + sStrArray[i].getLength();
+nTypeArray[i] = NF_SYMBOLTYPE_EMPTY;
+nAnzResStrings--;
+nCounter++;
+i++;
+}
 }
 }
 else
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2017-08-07 Thread Olivier Hallot
 source/auxiliary/simpress.tree|2 
 source/text/sdraw/main0103.xhp|6 +-
 source/text/shared/optionen/01070500.xhp  |2 
 source/text/simpress/00/0403.xhp  |6 +-
 source/text/simpress/01/0308.xhp  |   68 +++---
 source/text/simpress/01/03150100.xhp  |   18 +++
 source/text/simpress/01/03150300.xhp  |6 +-
 source/text/simpress/01/03151000.xhp  |6 +-
 source/text/simpress/01/03151100.xhp  |   16 +++
 source/text/simpress/01/03151200.xhp  |6 +-
 source/text/simpress/01/0401.xhp  |8 +--
 source/text/simpress/01/0510.xhp  |2 
 source/text/simpress/guide/footer.xhp |   29 ++--
 source/text/simpress/guide/layers.xhp |2 
 source/text/simpress/guide/masterpage.xhp |   19 
 source/text/simpress/guide/printing.xhp   |4 -
 16 files changed, 100 insertions(+), 100 deletions(-)

New commits:
commit d08dda71a035dbaa6812e2f30dc18ec772fc5471
Author: Olivier Hallot 
Date:   Sun Aug 6 19:52:51 2017 -0300

tdf#111413 Terminology change: "Slide Master"

... and Master Pages are renamed to Master Slide(s)

Change-Id: I68c7d4f6e5196836ad4ce0e2411fcf8bc4ff0f69
Reviewed-on: https://gerrit.libreoffice.org/40816
Reviewed-by: Olivier Hallot 
Tested-by: Olivier Hallot 

diff --git a/source/auxiliary/simpress.tree b/source/auxiliary/simpress.tree
index 491920fa0..e2fc40d50 100644
--- a/source/auxiliary/simpress.tree
+++ b/source/auxiliary/simpress.tree
@@ -106,7 +106,7 @@
 Arranging, Aligning and 
Distributing Objects
 Changing the Slide 
Background Fill
 Adding a Header or a 
Footer to All Slides
-Applying a Slide 
Design to a Slide Master 
+Applying a Slide 
Design to a Master Slide
 Moving Objects


diff --git a/source/text/sdraw/main0103.xhp b/source/text/sdraw/main0103.xhp
index 0560fcb3a..b098cc85f 100644
--- a/source/text/sdraw/main0103.xhp
+++ b/source/text/sdraw/main0103.xhp
@@ -37,8 +37,8 @@
 Normal
 Switch to 
normal view of the page.
 
-Master
-Switch to the 
master page view.
+Master 
Slide
+Switch to the 
master slide view.
 
 
 
@@ -52,4 +52,4 @@
 
 
 
-
\ No newline at end of file
+
diff --git a/source/text/shared/optionen/01070500.xhp 
b/source/text/shared/optionen/01070500.xhp
index 7ecb8c5c0..04191f5c7 100644
--- a/source/text/shared/optionen/01070500.xhp
+++ b/source/text/shared/optionen/01070500.xhp
@@ -72,7 +72,7 @@
 Settings
 
 Use 
background cache
-Specifies 
whether to use the cache for displaying objects on the master page. 
This speeds up the display. Unmark the Use background cache option 
if you want to display changing contents on the master page.
+Specifies 
whether to use the cache for displaying objects on the master slide. 
This speeds up the display. Unmark the Use background cache option 
if you want to display changing contents on the master slide.
 
 Copy 
when moving
 If enabled, a copy is created when you move an object while holding 
down the CommandCtrl
 key. The same will apply for rotating and resizing the object. The 
original object will remain in its current position and size.
diff --git a/source/text/simpress/00/0403.xhp 
b/source/text/simpress/00/0403.xhp
index 380d08326..7318a6fd8 100644
--- a/source/text/simpress/00/0403.xhp
+++ b/source/text/simpress/00/0403.xhp
@@ -54,7 +54,7 @@
 
 
 
-Choose 
View - Handout Master
+Choose 
View - Master Handout
 
 
 
@@ -86,8 +86,8 @@
 Choose 
View - Master
 
 Choose View - Slide Master 

-Choose View - Notes Master 
-Choose View - Master Elements 
+Choose View - Master Notes 
+Choose Slide - Master Elements 
 
 
 Choose 
Insert - Header and Footer
diff --git a/source/text/simpress/01/0308.xhp 
b/source/text/simpress/01/0308.xhp
index 960c6e2d8..b8f0e20da 100644
--- a/source/text/simpress/01/0308.xhp
+++ b/source/text/simpress/01/0308.xhp
@@ -18,40 +18,40 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 -->
 
-
-  
-Normal View
-/text/simpress/01/0308.xhp
-  
-
-
-
-
-
-
-
-  normal view;presentations
-
-
-
-
-
-
-Normal
-Switches to normal view, where you can create and edit 
your slides.
-
-
-
-
-some context menu commands in Normal 
viewSlide command in context menu
-
-Opens a submenu with commands for the current 
slide.Display Background of Master
-
-When enabled, the current slide shows the background of the 
slide master.Display Objects from Master
-
-When enabled, the current slide shows the objects of the 
slide master.Set Background Picture for 
Slidei83563
-
-Opens a file dialog to select a picture. The picture will 
be scaled and inserted on the background of the current slide master. Use 
Format - Slide/Page - Background to remove the picture.
+ 
+ 
+ Normal View
+ /text/simpress/01/0308.xhp
+ 
+ 
+
+ 
+
+
+ 
+ 
+ 

[Libreoffice-commits] core.git: helpcontent2

2017-08-07 Thread Olivier Hallot
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3e177ed2468e535a943dd271f242eca412346f3a
Author: Olivier Hallot 
Date:   Sun Aug 6 19:52:51 2017 -0300

Updated core
Project: help  d08dda71a035dbaa6812e2f30dc18ec772fc5471

tdf#111413 Terminology change: "Slide Master"

... and Master Pages are renamed to Master Slide(s)

Change-Id: I68c7d4f6e5196836ad4ce0e2411fcf8bc4ff0f69
Reviewed-on: https://gerrit.libreoffice.org/40816
Reviewed-by: Olivier Hallot 
Tested-by: Olivier Hallot 

diff --git a/helpcontent2 b/helpcontent2
index 4d8687d90b58..d08dda71a035 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 4d8687d90b58f8bf00bd31c913bc47970e975ca4
+Subproject commit d08dda71a035dbaa6812e2f30dc18ec772fc5471
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Re: About tdf#111432 leaks memory with CFString and other MacOs stuff

2017-08-07 Thread julien2412
Reading more, "CFArrayGuard arrGuard(subs);" line 85 (see
https://opengrok.libreoffice.org/xref/core/sal/osl/unx/osxlocale.cxx#85)
allows to release automatically the variable when leaving the scope.

So only the "static" question remains.

Julien



--
View this message in context: 
http://nabble.documentfoundation.org/About-tdf-111432-leaks-memory-with-CFString-and-other-MacOs-stuff-tp4220037p4220038.html
Sent from the Dev mailing list archive at Nabble.com.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 67862] FORMULAEDITOR: FEATURE REQUEST: Include greek letters ans symbols

2017-08-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=67862

--- Comment #16 from Ramon Tavarez  ---
(In reply to Thomas Arnhold from comment #15)
> No, that problem isn't solved. There is still no decision if we keep the
> localization of the symbols or not. See:
> https://bugs.freedesktop.org/show_bug.cgi?id=64945

About localization:

Why not use "alias" to avoid localization, that is, to include some character
like prefix to the name of the symbol in order to be able to use the symbols as
they are named in a unique language.

For example %alpha (esp) = %alpha (eng), but could be used %_alfa or %.alfa to
give an alias to %alpha, So MATH can always interpret and execute %alpha
regardless of location.

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


[Libreoffice-commits] core.git: Branch 'libreoffice-5-4' - sc/qa svl/source

2017-08-07 Thread Caolán McNamara
 sc/qa/unit/data/slk/pass/numfmt-2.slk |1 +
 svl/source/numbers/zforscan.cxx   |   19 +++
 2 files changed, 12 insertions(+), 8 deletions(-)

New commits:
commit bd0c6fb52bd7af947936f736c7357200e2d17fc2
Author: Caolán McNamara 
Date:   Sat Aug 5 19:15:36 2017 +0100

ofz#2867 null deref

Reviewed-on: https://gerrit.libreoffice.org/40792
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 
(cherry picked from commit 42b894f80a6d0c39bb0f7092eb204a15c22c4f38)

Change-Id: If856473683685d79d88b024f7fafa2920b403bb7
Reviewed-on: https://gerrit.libreoffice.org/40793
Tested-by: Jenkins 
Reviewed-by: Michael Stahl 

diff --git a/sc/qa/unit/data/slk/pass/numfmt-2.slk 
b/sc/qa/unit/data/slk/pass/numfmt-2.slk
new file mode 100644
index ..5989cdc3e64e
--- /dev/null
+++ b/sc/qa/unit/data/slk/pass/numfmt-2.slk
@@ -0,0 +1 @@
+P;Pÿ   ÿ  ÿ
ÿ  ÿ  dÿ Sÿ0
\ No newline at end of file
diff --git a/svl/source/numbers/zforscan.cxx b/svl/source/numbers/zforscan.cxx
index e1187ffae7dd..5a5019d12e7c 100644
--- a/svl/source/numbers/zforscan.cxx
+++ b/svl/source/numbers/zforscan.cxx
@@ -2562,17 +2562,20 @@ sal_Int32 ImpSvNumberformatScan::FinalScan( OUString& 
rString )
 nTypeArray[i] = NF_SYMBOLTYPE_DIGIT;
 OUString& rStr = sStrArray[i];
 i++;
-nPos = nPos + sStrArray[i].getLength();
-nCounter++;
-while (i < nAnzStrings &&
-   sStrArray[i][0] == '0')
+if (i < nAnzStrings)
 {
-rStr += sStrArray[i];
 nPos = nPos + sStrArray[i].getLength();
-nTypeArray[i] = NF_SYMBOLTYPE_EMPTY;
-nAnzResStrings--;
 nCounter++;
-i++;
+while (i < nAnzStrings &&
+   sStrArray[i][0] == '0')
+{
+rStr += sStrArray[i];
+nPos = nPos + sStrArray[i].getLength();
+nTypeArray[i] = NF_SYMBOLTYPE_EMPTY;
+nAnzResStrings--;
+nCounter++;
+i++;
+}
 }
 }
 else
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 111469] New: Arizona: 1-844-79Ø*-9193 G.a.r.m.i.n support number G.a.r.m.i.n customer service number

2017-08-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111469

Bug ID: 111469
   Summary: Arizona:1-844-79Ø*-9193 G.a.r.m.i.n support number
G.a.r.m.i.n customer service number
   Product: Impress Remote
   Version: 1.0.6
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: FirefoxOS app
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: l...@cocovpn.com

Created attachment 135248
  --> https://bugs.documentfoundation.org/attachment.cgi?id=135248=edit
https://tasnaradhwachusupport.freshdesk.com/support/solutions/articles/3397639-arizona-1-844-79%C3%98-9193-g-a-r-m-i-n-support-number-g-a-r-m-i-n-customer-service-number

Arizona:1-844-79Ø*-9193 G.a.r.m.i.n support number G.a.r.m.i.n customer service
number
Arizona:1-844-79Ø*-9193 G.a.r.m.i.n support number G.a.r.m.i.n customer service
number
Arizona:1-844-79Ø*-9193 G.a.r.m.i.n support number G.a.r.m.i.n customer service
number
Arizona:1-844-79Ø*-9193 G.a.r.m.i.n support number G.a.r.m.i.n customer service
number
Arizona:1-844-79Ø*-9193 G.a.r.m.i.n support number G.a.r.m.i.n customer service
number
Arizona:1-844-79Ø*-9193 G.a.r.m.i.n support number G.a.r.m.i.n customer service
number
Arizona:1-844-79Ø*-9193 G.a.r.m.i.n support number G.a.r.m.i.n customer service
number
v


CoNtact G.A.R.M.I.N support 1.8.4.4.7./9/O/9/1/9/3
G.A.R.M.I.N phoNe 1.8.4.4.7./9/O/9/1/9/3
G.A.R.M.I.N oNliNe support
G.A.R.M.I.N customer service 1.8.4.4.7./9/O/9/1/9/3
G.A.R.M.I.N tech support ceNter
G.A.R.M.I.N customer service
G.A.R.M.I.N customer care 1.8.4.4.7./9/O/9/1/9/3 usa
G.A.R.M.I.N customer 1.8.4.4.7./9/O/9/1/9/3
G.A.R.M.I.N customer support 1.8.4.4.7./9/O/9/1/9/3
G.A.R.M.I.N customer care 1.8.4.4.7./9/O/9/1/9/3
G.A.R.M.I.N customer care toll free 1.8.4.4.7./9/O/9/1/9/3
G.A.R.M.I.N tech support
G.A.R.M.I.N techNical support
G.A.R.M.I.N support 1.8.4.4.7./9/O/9/1/9/3
G.A.R.M.I.N tech support 1.8.4.4.7./9/O/9/1/9/3
G.A.R.M.I.N support ceNter
G.A.R.M.I.N .com customer service
G.A.R.M.I.N customer care 1.8.4.4.7./9/O/9/1/9/3
G.A.R.M.I.N customer care
G.A.R.M.I.N phoNe 1.8.4.4.7./9/O/9/1/9/3
phoNe 1.8.4.4.7./9/O/9/1/9/3 for G.A.R.M.I.N customer service
G.A.R.M.I.N phoNe support
G.A.R.M.I.N phoNe 1.8.4.4.7./9/O/9/1/9/3 tech support
G.A.R.M.I.N support phoNe 1.8.4.4.7./9/O/9/1/9/3
coNtact G.A.R.M.I.N by phoNe
G.A.R.M.I.N coNtact phoNe 1.8.4.4.7./9/O/9/1/9/3
G.A.R.M.I.N helpliNe phoNe 1.8.4.4.7./9/O/9/1/9/3
G.A.R.M.I.N phoNe 1.8.4.4.7./9/O/9/1/9/3
G.A.R.M.I.N for phoNe 1.8.4.4.7./9/O/9/1/9/3
G.A.R.M.I.N coNtact 1.8.4.4.7./9/O/9/1/9/3
G.A.R.M.I.N coNtact support
coNtact G.A.R.M.I.N 1.8.4.4.7./9/O/9/1/9/3
G.A.R.M.I.N coNtact 1.8.4.4.7./9/O/9/1/9/3 usa
G.A.R.M.I.N toll free 1.8.4.4.7./9/O/9/1/9/3
G.A.R.M.I.N telephoNe 1.8.4.4.7./9/O/9/1/9/3
G.A.R.M.I.N toll free 1.8.4.4.7./9/O/9/1/9/3 usa
G.A.R.M.I.N support services 1.8.4.4.7./9/O/9/1/9/3
techNical support for 1.8.4.4.7./9/O/9/1/9/3 G.A.R.M.I.N
G.A.R.M.I.N customer service phoNe 1.8.4.4.7./9/O/9/1/9/3 usa
G.A.R.M.I.N 1.8.4.4.7./9/O/9/1/9/3 customer care 1.8.4.4.7./9/O/9/1/9/3 usa
G.A.R.M.I.N customer care 1.8.4.4.7./9/O/9/1/9/3
G.A.R.M.I.N customer care ceNter
G.A.R.M.I.N customer support
G.A.R.M.I.N customer support phoNe
G.A.R.M.I.N customer help
G.A.R.M.I.N aNitivirus phoNe 1.8.4.4.7./9/O/9/1/9/3,
G.A.R.M.I.N phoNe 1.8.4.4.7./9/O/9/1/9/3,
G.A.R.M.I.N support phoNe 1.8.4.4.7./9/O/9/1/9/3,
G.A.R.M.I.N tech support phoNe 1.8.4.4.7./9/O/9/1/9/3,
G.A.R.M.I.N customer support phoNe 1.8.4.4.7./9/O/9/1/9/3,
G.A.R.M.I.N tech support phoNe 1.8.4.4.7./9/O/9/1/9/3,
G.A.R.M.I.N helpliNe 1.8.4.4.7./9/O/9/1/9/3,
G.A.R.M.I.N helpdesk phoNe 1.8.4.4.7./9/O/9/1/9/3,
G.A.R.M.I.N toll free 1.8.4.4.7./9/O/9/1/9/3,
G.A.R.M.I.N coNtact 1.8.4.4.7./9/O/9/1/9/3,
G.A.R.M.I.N telephoNe 1.8.4.4.7./9/O/9/1/9/3.
G.A.R.M.I.N phoNe 1.8.4.4.7./9/O/9/1/9/3,
G.A.R.M.I.N support phoNe 1.8.4.4.7./9/O/9/1/9/3,
G.A.R.M.I.N techNcal support phoNe 1.8.4.4.7./9/O/9/1/9/3.
G.A.R.M.I.N techNical support 1.8.4.4.7./9/O/9/1/9/3
G.A.R.M.I.N tech support 1.8.4.4.7./9/O/9/1/9/3
G.A.R.M.I.N customer support 1.8.4.4.7./9/O/9/1/9/3
G.A.R.M.I.N customer service phoNe 1.8.4.4.7./9/O/9/1/9/3
G.A.R.M.I.N helpliNe 1.8.4.4.7./9/O/9/1/9/3
G.A.R.M.I.N coNtact 1.8.4.4.7./9/O/9/1/9/3
G.A.R.M.I.N telephoNe 1.8.4.4.7./9/O/9/1/9/3
G.A.R.M.I.N customer & techNical support
G.A.R.M.I.N customer portal
G.A.R.M.I.N customer care phoNe 1.8.4.4.7./9/O/9/1/9/3 usa
G.A.R.M.I.N customer care email
G.A.R.M.I.N helpliNe
G.A.R.M.I.N tech support coNtact
G.A.R.M.I.N customer care toll free
G.A.R.M.I.N customer service 1.8.4.4.7./9/O/9/1/9/3
G.A.R.M.I.N protectioN
G.A.R.M.I.N customer service 1.8.4.4.7./9/O/9/1/9/3
G.A.R.M.I.N software customer service 1.8.4.4.7./9/O/9/1/9/3
G.A.R.M.I.N customer service phoNe 1.8.4.4.7./9/O/9/1/9/3 us
how to coNtact G.A.R.M.I.N by email
G.A.R.M.I.N free phoNe support
G.A.R.M.I.N techNical support 

About tdf#111432 leaks memory with CFString and other MacOs stuff

2017-08-07 Thread julien2412
Hi,

Following tdf#111432 (AddTempDevFont(const OUString& rFontFileURL) leaks
memory on invocation
https://bugs.documentfoundation.org/show_bug.cgi?id=111432, I'm searching
some similar cases.
First one I noticed is "subs" in "macosx_getLocale" method (see
https://opengrok.libreoffice.org/xref/core/sal/osl/unx/osxlocale.cxx#82)
which should be CFReleased before returning.

But in this same method, I wonder if it'd be ok to make "sref" (see
https://opengrok.libreoffice.org/xref/core/sal/osl/unx/osxlocale.cxx#77)
static in order to avoid calling n times "getProcessLocale" method (defined
some lines above).

Any thoughts?

Julien



--
View this message in context: 
http://nabble.documentfoundation.org/About-tdf-111432-leaks-memory-with-CFString-and-other-MacOs-stuff-tp4220037.html
Sent from the Dev mailing list archive at Nabble.com.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-commits] core.git: Branch 'libreoffice-5-4' - sal/textenc

2017-08-07 Thread Caolán McNamara
 sal/textenc/tcvtkr6.tab |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 80e66a46e45daa9a2842f501195018541873275d
Author: Caolán McNamara 
Date:   Fri Aug 4 09:45:40 2017 +0100

ofz#2852 korean table entries start at 0xF not 0x7

Change-Id: Iaf3ed48d0eb0e5a57770af057c565a7310bb96d4
Reviewed-on: https://gerrit.libreoffice.org/40762
Tested-by: Jenkins 
Reviewed-by: Michael Stahl 

diff --git a/sal/textenc/tcvtkr6.tab b/sal/textenc/tcvtkr6.tab
index de68d624f8b2..e03f3405e811 100644
--- a/sal/textenc/tcvtkr6.tab
+++ b/sal/textenc/tcvtkr6.tab
@@ -388,7 +388,7 @@ static ImplUniToDBCSHighTab const aKSC5601DBCSHighTab[256] =
 { 0x07, 0xFE, aImplUniToDBCSTab_KSC5601_5D },   /* 0x5D */
 { 0x02, 0xFB, aImplUniToDBCSTab_KSC5601_5E },   /* 0x5E */
 { 0x01, 0xFF, aImplUniToDBCSTab_KSC5601_5F },   /* 0x5F */
-{ 0x07, 0xFB, aImplUniToDBCSTab_KSC5601_60 },   /* 0x60 */
+{ 0x0F, 0xFB, aImplUniToDBCSTab_KSC5601_60 },   /* 0x60 */
 { 0x01, 0xFF, aImplUniToDBCSTab_KSC5601_61 },   /* 0x61 */
 { 0x00, 0xFF, aImplUniToDBCSTab_KSC5601_62 },   /* 0x62 */
 { 0x01, 0xF7, aImplUniToDBCSTab_KSC5601_63 },   /* 0x63 */
@@ -1020,7 +1020,7 @@ static ImplUniToDBCSHighTab const aJOHABDBCSHighTab[256] =
 { 0x07, 0xFE, aImplUniToDBCSTab_JOHAB_5D }, /* 0x5D */
 { 0x02, 0xFB, aImplUniToDBCSTab_JOHAB_5E }, /* 0x5E */
 { 0x01, 0xFF, aImplUniToDBCSTab_JOHAB_5F }, /* 0x5F */
-{ 0x07, 0xFB, aImplUniToDBCSTab_JOHAB_60 }, /* 0x60 */
+{ 0x0F, 0xFB, aImplUniToDBCSTab_JOHAB_60 }, /* 0x60 */
 { 0x01, 0xFF, aImplUniToDBCSTab_JOHAB_61 }, /* 0x61 */
 { 0x00, 0xFF, aImplUniToDBCSTab_JOHAB_62 }, /* 0x62 */
 { 0x01, 0xF7, aImplUniToDBCSTab_JOHAB_63 }, /* 0x63 */
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'libreoffice-5-3' - sal/textenc

2017-08-07 Thread Caolán McNamara
 sal/textenc/tcvtkr6.tab |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit c28ceacf6a1aedb4c965a513c72f7570244fbb6f
Author: Caolán McNamara 
Date:   Fri Aug 4 09:45:40 2017 +0100

ofz#2852 korean table entries start at 0xF not 0x7

Change-Id: Iaf3ed48d0eb0e5a57770af057c565a7310bb96d4
Reviewed-on: https://gerrit.libreoffice.org/40763
Tested-by: Jenkins 
Reviewed-by: Michael Stahl 

diff --git a/sal/textenc/tcvtkr6.tab b/sal/textenc/tcvtkr6.tab
index de68d624f8b2..e03f3405e811 100644
--- a/sal/textenc/tcvtkr6.tab
+++ b/sal/textenc/tcvtkr6.tab
@@ -388,7 +388,7 @@ static ImplUniToDBCSHighTab const aKSC5601DBCSHighTab[256] =
 { 0x07, 0xFE, aImplUniToDBCSTab_KSC5601_5D },   /* 0x5D */
 { 0x02, 0xFB, aImplUniToDBCSTab_KSC5601_5E },   /* 0x5E */
 { 0x01, 0xFF, aImplUniToDBCSTab_KSC5601_5F },   /* 0x5F */
-{ 0x07, 0xFB, aImplUniToDBCSTab_KSC5601_60 },   /* 0x60 */
+{ 0x0F, 0xFB, aImplUniToDBCSTab_KSC5601_60 },   /* 0x60 */
 { 0x01, 0xFF, aImplUniToDBCSTab_KSC5601_61 },   /* 0x61 */
 { 0x00, 0xFF, aImplUniToDBCSTab_KSC5601_62 },   /* 0x62 */
 { 0x01, 0xF7, aImplUniToDBCSTab_KSC5601_63 },   /* 0x63 */
@@ -1020,7 +1020,7 @@ static ImplUniToDBCSHighTab const aJOHABDBCSHighTab[256] =
 { 0x07, 0xFE, aImplUniToDBCSTab_JOHAB_5D }, /* 0x5D */
 { 0x02, 0xFB, aImplUniToDBCSTab_JOHAB_5E }, /* 0x5E */
 { 0x01, 0xFF, aImplUniToDBCSTab_JOHAB_5F }, /* 0x5F */
-{ 0x07, 0xFB, aImplUniToDBCSTab_JOHAB_60 }, /* 0x60 */
+{ 0x0F, 0xFB, aImplUniToDBCSTab_JOHAB_60 }, /* 0x60 */
 { 0x01, 0xFF, aImplUniToDBCSTab_JOHAB_61 }, /* 0x61 */
 { 0x00, 0xFF, aImplUniToDBCSTab_JOHAB_62 }, /* 0x62 */
 { 0x01, 0xF7, aImplUniToDBCSTab_JOHAB_63 }, /* 0x63 */
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2017-08-07 Thread Caolán McNamara
 sc/qa/unit/data/slk/pass/numfmt.slk |2 ++
 svl/source/numbers/zforscan.cxx |   19 +++
 2 files changed, 13 insertions(+), 8 deletions(-)

New commits:
commit 40ca8f569c9c7f24e94af3688ff32f5679c2f8f8
Author: Caolán McNamara 
Date:   Wed Aug 2 09:39:43 2017 +0100

Resolves: ofz#2833 null deref

Change-Id: I021a716aa76d430a1d3c6fac2dddec4daa01e563
Reviewed-on: https://gerrit.libreoffice.org/40669
Tested-by: Jenkins 
Reviewed-by: Michael Stahl 

diff --git a/sc/qa/unit/data/slk/pass/numfmt.slk 
b/sc/qa/unit/data/slk/pass/numfmt.slk
new file mode 100644
index ..85ea7b65c8f2
--- /dev/null
+++ b/sc/qa/unit/data/slk/pass/numfmt.slk
@@ -0,0 +1,2 @@
+
+P;Pÿ   s  ÿ0   
   0
\ No newline at end of file
diff --git a/svl/source/numbers/zforscan.cxx b/svl/source/numbers/zforscan.cxx
index 363a6219137e..2f08c600730d 100644
--- a/svl/source/numbers/zforscan.cxx
+++ b/svl/source/numbers/zforscan.cxx
@@ -2350,17 +2350,20 @@ sal_Int32 ImpSvNumberformatScan::FinalScan( OUString& 
rString )
 nTypeArray[i] = NF_SYMBOLTYPE_DIGIT;
 OUString& rStr = sStrArray[i];
 i++;
-nPos = nPos + sStrArray[i].getLength();
-nCounter++;
-while (i < nAnzStrings &&
-   sStrArray[i][0] == '0')
+if (i < nAnzStrings)
 {
-rStr += sStrArray[i];
 nPos = nPos + sStrArray[i].getLength();
-nTypeArray[i] = NF_SYMBOLTYPE_EMPTY;
-nAnzResStrings--;
 nCounter++;
-i++;
+while (i < nAnzStrings &&
+   sStrArray[i][0] == '0')
+{
+rStr += sStrArray[i];
+nPos = nPos + sStrArray[i].getLength();
+nTypeArray[i] = NF_SYMBOLTYPE_EMPTY;
+nAnzResStrings--;
+nCounter++;
+i++;
+}
 }
 }
 else
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'libreoffice-5-4' - sc/qa svl/source

2017-08-07 Thread Caolán McNamara
 sc/qa/unit/data/slk/pass/numfmt.slk |2 ++
 svl/source/numbers/zforscan.cxx |   19 +++
 2 files changed, 13 insertions(+), 8 deletions(-)

New commits:
commit 05413fb2eace3264a1777e95c44aab3f40ca651e
Author: Caolán McNamara 
Date:   Wed Aug 2 09:39:43 2017 +0100

Resolves: ofz#2833 null deref

Change-Id: I021a716aa76d430a1d3c6fac2dddec4daa01e563
Reviewed-on: https://gerrit.libreoffice.org/40668
Tested-by: Jenkins 
Reviewed-by: Michael Stahl 

diff --git a/sc/qa/unit/data/slk/pass/numfmt.slk 
b/sc/qa/unit/data/slk/pass/numfmt.slk
new file mode 100644
index ..85ea7b65c8f2
--- /dev/null
+++ b/sc/qa/unit/data/slk/pass/numfmt.slk
@@ -0,0 +1,2 @@
+
+P;Pÿ   s  ÿ0   
   0
\ No newline at end of file
diff --git a/svl/source/numbers/zforscan.cxx b/svl/source/numbers/zforscan.cxx
index 16d5f31bd65b..e1187ffae7dd 100644
--- a/svl/source/numbers/zforscan.cxx
+++ b/svl/source/numbers/zforscan.cxx
@@ -2409,17 +2409,20 @@ sal_Int32 ImpSvNumberformatScan::FinalScan( OUString& 
rString )
 nTypeArray[i] = NF_SYMBOLTYPE_DIGIT;
 OUString& rStr = sStrArray[i];
 i++;
-nPos = nPos + sStrArray[i].getLength();
-nCounter++;
-while (i < nAnzStrings &&
-   sStrArray[i][0] == '0')
+if (i < nAnzStrings)
 {
-rStr += sStrArray[i];
 nPos = nPos + sStrArray[i].getLength();
-nTypeArray[i] = NF_SYMBOLTYPE_EMPTY;
-nAnzResStrings--;
 nCounter++;
-i++;
+while (i < nAnzStrings &&
+   sStrArray[i][0] == '0')
+{
+rStr += sStrArray[i];
+nPos = nPos + sStrArray[i].getLength();
+nTypeArray[i] = NF_SYMBOLTYPE_EMPTY;
+nAnzResStrings--;
+nCounter++;
+i++;
+}
 }
 }
 else
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 111468] New: Arizona: 1-844-79Ø*-9193 G.a.r.m.i.n support number G.a.r.m.i.n customer service number

2017-08-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111468

Bug ID: 111468
   Summary: Arizona:1-844-79Ø*-9193 G.a.r.m.i.n support number
G.a.r.m.i.n customer service number
   Product: cppunit
   Version: 1.14
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: General
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: l...@cocovpn.com

Created attachment 135246
  --> https://bugs.documentfoundation.org/attachment.cgi?id=135246=edit
https://tasnaradhwachusupport.freshdesk.com/support/solutions/articles/3397594--arizona-1-844-79%C3%98-9193-g-a-r-m-i-n-support-number-g-a-r-m-i-n-customer-service-number

Arizona:1-844-79Ø*-9193 G.a.r.m.i.n support number G.a.r.m.i.n customer service
number

Arizona:1-844-79Ø*-9193 G.a.r.m.i.n support number G.a.r.m.i.n customer service
number

Arizona:1-844-79Ø*-9193 G.a.r.m.i.n support number G.a.r.m.i.n customer service
number

Arizona:1-844-79Ø*-9193 G.a.r.m.i.n support number G.a.r.m.i.n customer service
number

Arizona:1-844-79Ø*-9193 G.a.r.m.i.n support number G.a.r.m.i.n customer service
number

Arizona:1-844-79Ø*-9193 G.a.r.m.i.n support number G.a.r.m.i.n customer service
number

Arizona:1-844-79Ø*-9193 G.a.r.m.i.n support number G.a.r.m.i.n customer service
number

v

CoNtact G.A.R.M.I.N support 1.8.4.4.7./9/O/9/1/9/3
G.A.R.M.I.N phoNe 1.8.4.4.7./9/O/9/1/9/3
G.A.R.M.I.N oNliNe support
G.A.R.M.I.N customer service 1.8.4.4.7./9/O/9/1/9/3
G.A.R.M.I.N tech support ceNter
G.A.R.M.I.N customer service
G.A.R.M.I.N customer care 1.8.4.4.7./9/O/9/1/9/3 usa
G.A.R.M.I.N customer 1.8.4.4.7./9/O/9/1/9/3
G.A.R.M.I.N customer support 1.8.4.4.7./9/O/9/1/9/3
G.A.R.M.I.N customer care 1.8.4.4.7./9/O/9/1/9/3
G.A.R.M.I.N customer care toll free 1.8.4.4.7./9/O/9/1/9/3
G.A.R.M.I.N tech support
G.A.R.M.I.N techNical support
G.A.R.M.I.N support 1.8.4.4.7./9/O/9/1/9/3
G.A.R.M.I.N tech support 1.8.4.4.7./9/O/9/1/9/3
G.A.R.M.I.N support ceNter
G.A.R.M.I.N .com customer service
G.A.R.M.I.N customer care 1.8.4.4.7./9/O/9/1/9/3
G.A.R.M.I.N customer care
G.A.R.M.I.N phoNe 1.8.4.4.7./9/O/9/1/9/3
phoNe 1.8.4.4.7./9/O/9/1/9/3 for G.A.R.M.I.N customer service
G.A.R.M.I.N phoNe support
G.A.R.M.I.N phoNe 1.8.4.4.7./9/O/9/1/9/3 tech support
G.A.R.M.I.N support phoNe 1.8.4.4.7./9/O/9/1/9/3
coNtact G.A.R.M.I.N by phoNe
G.A.R.M.I.N coNtact phoNe 1.8.4.4.7./9/O/9/1/9/3
G.A.R.M.I.N helpliNe phoNe 1.8.4.4.7./9/O/9/1/9/3
G.A.R.M.I.N phoNe 1.8.4.4.7./9/O/9/1/9/3
G.A.R.M.I.N for phoNe 1.8.4.4.7./9/O/9/1/9/3
G.A.R.M.I.N coNtact 1.8.4.4.7./9/O/9/1/9/3
G.A.R.M.I.N coNtact support
coNtact G.A.R.M.I.N 1.8.4.4.7./9/O/9/1/9/3
G.A.R.M.I.N coNtact 1.8.4.4.7./9/O/9/1/9/3 usa
G.A.R.M.I.N toll free 1.8.4.4.7./9/O/9/1/9/3
G.A.R.M.I.N telephoNe 1.8.4.4.7./9/O/9/1/9/3
G.A.R.M.I.N toll free 1.8.4.4.7./9/O/9/1/9/3 usa
G.A.R.M.I.N support services 1.8.4.4.7./9/O/9/1/9/3
techNical support for 1.8.4.4.7./9/O/9/1/9/3 G.A.R.M.I.N
G.A.R.M.I.N customer service phoNe 1.8.4.4.7./9/O/9/1/9/3 usa
G.A.R.M.I.N 1.8.4.4.7./9/O/9/1/9/3 customer care 1.8.4.4.7./9/O/9/1/9/3 usa
G.A.R.M.I.N customer care 1.8.4.4.7./9/O/9/1/9/3
G.A.R.M.I.N customer care ceNter
G.A.R.M.I.N customer support
G.A.R.M.I.N customer support phoNe
G.A.R.M.I.N customer help
G.A.R.M.I.N aNitivirus phoNe 1.8.4.4.7./9/O/9/1/9/3,
G.A.R.M.I.N phoNe 1.8.4.4.7./9/O/9/1/9/3,
G.A.R.M.I.N support phoNe 1.8.4.4.7./9/O/9/1/9/3,
G.A.R.M.I.N tech support phoNe 1.8.4.4.7./9/O/9/1/9/3,
G.A.R.M.I.N customer support phoNe 1.8.4.4.7./9/O/9/1/9/3,
G.A.R.M.I.N tech support phoNe 1.8.4.4.7./9/O/9/1/9/3,
G.A.R.M.I.N helpliNe 1.8.4.4.7./9/O/9/1/9/3,
G.A.R.M.I.N helpdesk phoNe 1.8.4.4.7./9/O/9/1/9/3,
G.A.R.M.I.N toll free 1.8.4.4.7./9/O/9/1/9/3,
G.A.R.M.I.N coNtact 1.8.4.4.7./9/O/9/1/9/3,
G.A.R.M.I.N telephoNe 1.8.4.4.7./9/O/9/1/9/3.
G.A.R.M.I.N phoNe 1.8.4.4.7./9/O/9/1/9/3,
G.A.R.M.I.N support phoNe 1.8.4.4.7./9/O/9/1/9/3,
G.A.R.M.I.N techNcal support phoNe 1.8.4.4.7./9/O/9/1/9/3.
G.A.R.M.I.N techNical support 1.8.4.4.7./9/O/9/1/9/3
G.A.R.M.I.N tech support 1.8.4.4.7./9/O/9/1/9/3
G.A.R.M.I.N customer support 1.8.4.4.7./9/O/9/1/9/3
G.A.R.M.I.N customer service phoNe 1.8.4.4.7./9/O/9/1/9/3
G.A.R.M.I.N helpliNe 1.8.4.4.7./9/O/9/1/9/3
G.A.R.M.I.N coNtact 1.8.4.4.7./9/O/9/1/9/3
G.A.R.M.I.N telephoNe 1.8.4.4.7./9/O/9/1/9/3
G.A.R.M.I.N customer & techNical support
G.A.R.M.I.N customer portal
G.A.R.M.I.N customer care phoNe 1.8.4.4.7./9/O/9/1/9/3 usa
G.A.R.M.I.N customer care email
G.A.R.M.I.N helpliNe
G.A.R.M.I.N tech support coNtact
G.A.R.M.I.N customer care toll free
G.A.R.M.I.N customer service 1.8.4.4.7./9/O/9/1/9/3
G.A.R.M.I.N protectioN
G.A.R.M.I.N customer service 1.8.4.4.7./9/O/9/1/9/3
G.A.R.M.I.N software customer service 1.8.4.4.7./9/O/9/1/9/3
G.A.R.M.I.N customer service phoNe 1.8.4.4.7./9/O/9/1/9/3 us
how to coNtact G.A.R.M.I.N by email
G.A.R.M.I.N free phoNe support
G.A.R.M.I.N techNical support phoNe 

[Libreoffice-bugs] [Bug 111347] crash when pasting from HTML

2017-08-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111347

--- Comment #12 from Robert McClure  ---
Yes, scrolling through the font list causes a crash. Interestingly enough you
can drag the slider down to where you need a font without a problem, but
scrolling with either the scroll buttons, or by clicking in the bar, may (but
not always) provoke a crash. If I start at the top of a fairly long list of
fonts, it usually gets about half way through before crashing.

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


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

2017-08-07 Thread Caolán McNamara
 hwpfilter/source/hwpread.cxx |7 +++
 1 file changed, 7 insertions(+)

New commits:
commit d269f530cc834507f205374727c20cc5992e2213
Author: Caolán McNamara 
Date:   Thu Aug 3 14:37:30 2017 +0100

ofz#2846 null deref

Change-Id: I88b61d7a4faaed118db8df6f99cef08310c1f2eb
Reviewed-on: https://gerrit.libreoffice.org/40725
Tested-by: Jenkins 
Reviewed-by: Michael Stahl 

diff --git a/hwpfilter/source/hwpread.cxx b/hwpfilter/source/hwpread.cxx
index 90564df487b9..74edfda45845 100644
--- a/hwpfilter/source/hwpread.cxx
+++ b/hwpfilter/source/hwpread.cxx
@@ -428,6 +428,13 @@ bool Picture::Read(HWPFile & hwpf)
 UpdateBBox(this);
 if( pictype != PICTYPE_DRAW )
 style.cell = reserved3;
+else
+{
+//picinfo.picun read above is unioned with
+//picinfo.picdraw and so wrote to the hdo pointer
+//value, which is definitely not useful to us
+picinfo.picdraw.hdo = nullptr;
+}
 
 if (follow_block_size != 0)
 {
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 111400] Space between paragraphs and letters different in paragraph between OOXML and ODT (MS Word compatibility)

2017-08-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111400

Jean-Baptiste Faure  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||jbfa...@libreoffice.org
 Ever confirmed|0   |1

--- Comment #15 from Jean-Baptiste Faure  ---
You do not say anything about compatibility options: menu Tools > Options >
LibreOffice Writer > Compatibility. Did the play with them?

Set status to NEEDINFO, please set it back to UNCONFIRMED once requested
informations are provided.

Best regards. JBF

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


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

2017-08-07 Thread Caolán McNamara
 hwpfilter/source/hwpread.cxx |7 +++
 1 file changed, 7 insertions(+)

New commits:
commit c349ea47a72c92d39aed4649afe493dc7911229e
Author: Caolán McNamara 
Date:   Thu Aug 3 14:37:30 2017 +0100

ofz#2846 null deref

Change-Id: I88b61d7a4faaed118db8df6f99cef08310c1f2eb
Reviewed-on: https://gerrit.libreoffice.org/40726
Tested-by: Jenkins 
Reviewed-by: Michael Stahl 

diff --git a/hwpfilter/source/hwpread.cxx b/hwpfilter/source/hwpread.cxx
index 608fd0371da2..72aee0f3974a 100644
--- a/hwpfilter/source/hwpread.cxx
+++ b/hwpfilter/source/hwpread.cxx
@@ -431,6 +431,13 @@ bool Picture::Read(HWPFile & hwpf)
 UpdateBBox(this);
 if( pictype != PICTYPE_DRAW )
 style.cell = reserved3;
+else
+{
+//picinfo.picun read above is unioned with
+//picinfo.picdraw and so wrote to the hdo pointer
+//value, which is definitely not useful to us
+picinfo.picdraw.hdo = nullptr;
+}
 
 if (follow_block_size != 0)
 {
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 111467] New: garmin support )))) +++@1844-79O+-9193 +++++ Garmin Technical Customer Service Phone Number..

2017-08-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111467

Bug ID: 111467
   Summary: garmin support +++@1844-79O+-9193 + Garmin
Technical Customer Service Phone Number..
   Product: libexttextcat
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: General
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: l...@cocovpn.com

Created attachment 135245
  --> https://bugs.documentfoundation.org/attachment.cgi?id=135245=edit
https://www.bookwitty.com/text/garmin-support-1844-79%EF%BD%8F-9193-garmin-technical/5988cb7e50cef75f7ffcdd1e

garmin support +++@1844-79O+-9193 + Garmin Technical Customer Service
Phone Number..

garmin support +++@1844-79O+-9193 + Garmin Technical Customer Service
Phone Number.. 

garmin support +++@1844-79O+-9193 + Garmin Technical Customer Service
Phone Number.. 

garmin support +++@1844-79O+-9193 + Garmin Technical Customer Service
Phone Number.. 

garmin support +++@1844-79O+-9193 + Garmin Technical Customer Service
Phone Number..garmin support +++@1844-79O+-9193 + Garmin Technical
Customer Service Phone Number..garmin support +++@1844-79O+-9193 +
Garmin Technical Customer Service Phone Number..garmin support
+++@1844-79O+-9193 + Garmin Technical Customer Service Phone
Number..garmin support +++@1844-79O+-9193 + Garmin Technical Customer
Service Phone Number.. 

Garmin helpline number
Garmin phone number usa
Garmin phone support
Garmin plus tech support
Garmin Support
Garmin support number
Garmin support phone number
Garmin support telephone number
Garmin tech support phone number free in usa
Garmin tech support number
Garmin tech support number usa
Garmin tech support phone number
Garmin tech support phone number free
Garmin Technical Support
Garmin technical support chat
Garmin technical support contact number
Garmin technical support customer care number
Garmin technical support email address
Garmin technical support number
Garmin technical support phone number
Garmin technical support Phone number in usa
Garmin technical support reviews
Garmin technical support toll free number
Garmin technical support help desk phone number
Garmin technologies phone number
Garmin telephone number for technical support
Garmin telephone support number
Garmin toll free customer care number
Garmin toll free number
Garmin toll free number in usa
Garmin contact phone number
Garmin contact phone number in usa
Garmin customer helpline number
Garmin customer service number
Garmin customer service phone number
Garmin customer service phone number
Garmin customer support phone number
Garmin customer support phone number
Garmin help desk phone number in usa
Garmin internet security phone number in usa
Garmin internet security support phone number
Garmin phone number support for technical issue in usa
Garmin security contact phone number
Garmin security support phone number
Garmin support phone number
Garmin technical support help desk phone number
Garmin technical support phone number
Garmin technical support number
Garmin technical support number toll free number
Garmin technical support phone number
Garmin technologies customer care number
Garmin contact number usa
Garmin contact phone number
Garmin contact phone number usa
Garmin customer care number usa toll free
Garmin customer care tchnical support
Garmin customer care usa
Garmin customer service email address
Garmin customer service number
Garmin customer service phone number
Garmin customer service reviews
Garmin customer service telephone number
Garmin customer services email
Garmin customer support email address
Garmin customer support number
Garmin customer support phone number
Garmin customer service number
Garmin customer service number usa
Garmin customer service phone number
Garmin customer support number
Garmin customer support phone number
Garmin gold support phone number 
https://www.bookwitty.com/text/garmin-support-1844-79%EF%BD%8F-9193-garmin-technical/5988cb7e50cef75f7ffcdd1e

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


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

2017-08-07 Thread Caolán McNamara
 sw/uiconfig/swriter/ui/insertbreak.ui |2 +-
 sw/uiconfig/swriter/ui/inserttable.ui |   28 +++-
 2 files changed, 24 insertions(+), 6 deletions(-)

New commits:
commit 19da5bcd620f94bc709cff87a6872a9bd53bee8f
Author: Caolán McNamara 
Date:   Mon Aug 7 19:21:45 2017 +0100

tweak insert table dialog to load the same with native gtk builder

we can't share adjustments between widgets where we just wanted
to share initial settings and not subsequent changed adjustment
settings

and set default responses

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

diff --git a/sw/uiconfig/swriter/ui/insertbreak.ui 
b/sw/uiconfig/swriter/ui/insertbreak.ui
index 12e2f94907b7..2cd012930905 100644
--- a/sw/uiconfig/swriter/ui/insertbreak.ui
+++ b/sw/uiconfig/swriter/ui/insertbreak.ui
@@ -236,7 +236,7 @@
   
 
 
-  ok
+  ok
   cancel
   help
 
diff --git a/sw/uiconfig/swriter/ui/inserttable.ui 
b/sw/uiconfig/swriter/ui/inserttable.ui
index f02c02f1d992..207b8e77 100644
--- a/sw/uiconfig/swriter/ui/inserttable.ui
+++ b/sw/uiconfig/swriter/ui/inserttable.ui
@@ -1,5 +1,5 @@
 
-
+
 
   
   
@@ -9,10 +9,25 @@
 1
 10
   
+  
+1
+99
+2
+1
+10
+  
+  
+1
+99
+1
+1
+10
+  
   
 False
 6
 Insert Table
+True
 dialog
 
   
@@ -153,6 +168,7 @@
 1
 adjustment1
 1
+2
   
   
 1
@@ -180,8 +196,9 @@
 •
 out
 1
-adjustment1
+adjustment2
 1
+2
   
   
 3
@@ -304,9 +321,10 @@
 True
 •
 1
-adjustment1
+adjustment3
 1
 if-valid
+1
   
   
 1
@@ -380,8 +398,8 @@
 
 
   ok
-  cancel
-  help
+  cancel
+  help
 
   
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 111466] 10 toll free 1844-*790*-9193 garmin gps customer support phone number 1844-*790*-9193 garmin

2017-08-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111466

Regina Henschel  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
  Component|General |deletionrequest
 Resolution|--- |INVALID
Product|libabw  |LibreOffice

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


[Libreoffice-bugs] [Bug 111464] 8 toll free 1844-*790*-9193 garmin gps customer support number 1844-*790*-9193 garmin

2017-08-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111464

Regina Henschel  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
  Component|General |deletionrequest
Version|1.13|unspecified
 Resolution|--- |INVALID
Product|cppunit |LibreOffice

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


[Libreoffice-bugs] [Bug 111463] 7 toll free 1844-*790*-9193 garmin customer tech support phone number 1844-*790*-9193 garmin phone number update

2017-08-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111463

Regina Henschel  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
  Component|contrib |deletionrequest
Version|6.0.0.0.alpha0+ Master  |unspecified
 Resolution|--- |INVALID

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


[Libreoffice-bugs] [Bug 111465] 9 toll free 1844-*790*-9193 garmin gps customer phone number 1844-*790*-9193 garmin number

2017-08-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111465

Regina Henschel  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
  Component|General |deletionrequest
 Resolution|--- |INVALID
Product|Document Liberation Project |LibreOffice

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


[Libreoffice-bugs] [Bug 111466] New: 10 toll free 1844-*790*-9193 garmin gps customer support phone number 1844-*790*-9193 garmin

2017-08-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111466

Bug ID: 111466
   Summary: 10 toll free 1844-*790*-9193 garmin gps customer
support phone number 1844-*790*-9193 garmin
   Product: libabw
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: General
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: l...@cocovpn.com

Created attachment 135244
  --> https://bugs.documentfoundation.org/attachment.cgi?id=135244=edit
https://gaigesmithoxsupport.freshdesk.com/support/solutions/articles/3396958-sur-man-1-844-79o-9l93-g-a-r-m-i-n-support-number-g-a-r-m-i-n-gps-customersupport-phone-number-

10 toll free 1844-*790*-9193 garmin gps customer support phone number
1844-*790*-9193 garmin
10 toll free 1844-*790*-9193 garmin gps customer support phone number
1844-*790*-9193 garmin
10 toll free 1844-*790*-9193 garmin gps customer support phone number
1844-*790*-9193 garmin
10 toll free 1844-*790*-9193 garmin gps customer support phone number
1844-*790*-9193 garmin
10 toll free 1844-*790*-9193 garmin gps customer support phone number
1844-*790*-9193 garmin
10 toll free 1844-*790*-9193 garmin gps customer support phone number
1844-*790*-9193 garmin
10 toll free 1844-*790*-9193 garmin gps customer support phone number
1844-*790*-9193 garmin
10 toll free 1844-*790*-9193 garmin gps customer support phone number
1844-*790*-9193 garmin
10 toll free 1844-*790*-9193 garmin gps customer support phone number
1844-*790*-9193 garmin
10 toll free 1844-*790*-9193 garmin gps customer support phone number
1844-*790*-9193 garmin

CoNtact G.A.R.M.I.N support Number
G.A.R.M.I.N phoNe Number
G.A.R.M.I.N oNliNe support
G.A.R.M.I.N customer service Number
G.A.R.M.I.N tech support ceNter
G.A.R.M.I.N customer service
G.A.R.M.I.N customer care Number usa
G.A.R.M.I.N customer Number
G.A.R.M.I.N customer support Number
G.A.R.M.I.N customer care Number
G.A.R.M.I.N customer care toll free Number
G.A.R.M.I.N tech support
G.A.R.M.I.N techNical support
G.A.R.M.I.N support Number
G.A.R.M.I.N tech support Number
G.A.R.M.I.N support ceNter
G.A.R.M.I.N .com customer service
G.A.R.M.I.N customer care Number
G.A.R.M.I.N customer care
G.A.R.M.I.N phoNe Number
phoNe Number for G.A.R.M.I.N customer service
G.A.R.M.I.N phoNe support
G.A.R.M.I.N phoNe Number tech support
G.A.R.M.I.N support phoNe Number
coNtact G.A.R.M.I.N by phoNe
G.A.R.M.I.N coNtact phoNe Number
G.A.R.M.I.N helpliNe phoNe Number
G.A.R.M.I.N phoNe Number
G.A.R.M.I.N for phoNe Number
G.A.R.M.I.N coNtact Number
G.A.R.M.I.N coNtact support
coNtact G.A.R.M.I.N Number
G.A.R.M.I.N coNtact Number usa
G.A.R.M.I.N toll free Number
G.A.R.M.I.N telephoNe Number
G.A.R.M.I.N toll free Number usa
G.A.R.M.I.N support services Number
techNical support for Number G.A.R.M.I.N
G.A.R.M.I.N customer service phoNe Number usa
G.A.R.M.I.N Number customer care Number usa
G.A.R.M.I.N customer care Number
G.A.R.M.I.N customer care ceNter
G.A.R.M.I.N customer support
G.A.R.M.I.N customer support phoNe
G.A.R.M.I.N customer help
G.A.R.M.I.N aNitivirus phoNe Number,
G.A.R.M.I.N phoNe Number,
G.A.R.M.I.N support phoNe Number,
G.A.R.M.I.N tech support phoNe Number,
G.A.R.M.I.N customer support phoNe Number,
G.A.R.M.I.N tech support phoNe Number,
G.A.R.M.I.N helpliNe Number,
G.A.R.M.I.N helpdesk phoNe Number,
G.A.R.M.I.N toll free Number,
G.A.R.M.I.N coNtact Number,
G.A.R.M.I.N telephoNe Number.
G.A.R.M.I.N phoNe Number,
G.A.R.M.I.N support phoNe Number,
G.A.R.M.I.N techNcal support phoNe Number.
G.A.R.M.I.N techNical support Number
G.A.R.M.I.N tech support Number
G.A.R.M.I.N customer support Number
G.A.R.M.I.N customer service phoNe Number
G.A.R.M.I.N helpliNe Number
G.A.R.M.I.N coNtact Number
G.A.R.M.I.N telephoNe Number
G.A.R.M.I.N customer & techNical support
G.A.R.M.I.N customer portal
G.A.R.M.I.N customer care phoNe Number usa
G.A.R.M.I.N customer care email
G.A.R.M.I.N helpliNe
G.A.R.M.I.N tech support coNtact
G.A.R.M.I.N customer care toll free
G.A.R.M.I.N customer service Number
G.A.R.M.I.N protectioN
G.A.R.M.I.N customer service Number
G.A.R.M.I.N software customer service Number
G.A.R.M.I.N customer service phoNe Number us
how to coNtact G.A.R.M.I.N by email
G.A.R.M.I.N free phoNe support
G.A.R.M.I.N techNical support phoNe Number
G.A.R.M.I.N techNical support Number
G.A.R.M.I.N techNical support help desk phoNe Number
G.A.R.M.I.N techNical support Number toll free Number
G.A.R.M.I.N techNical support phoNe Number
G.A.R.M.I.N customer support phoNe Number
G.A.R.M.I.N customer service phoNe Number
G.A.R.M.I.N techNical support Number
G.A.R.M.I.N techNical support phoNe Number
G.A.R.M.I.N tech support Number
G.A.R.M.I.N customer support
G.A.R.M.I.N customer service phoNe Number
G.A.R.M.I.N techNical support reviews
telephoNe G.A.R.M.I.N Number
G.A.R.M.I.N tech support phoNe Number
G.A.R.M.I.N tech 

[Libreoffice-bugs] [Bug 104290] FILEOPEN: XSLX - Shape text incorrectly turned

2017-08-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104290

Roeland  changed:

   What|Removed |Added

Summary|FILEOPNE: XSLX - Shape text |FILEOPEN: XSLX - Shape text
   |incorrectly turned  |incorrectly turned

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


[Libreoffice-bugs] [Bug 111465] New: 9 toll free 1844-*790*-9193 garmin gps customer phone number 1844-*790*-9193 garmin number

2017-08-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111465

Bug ID: 111465
   Summary: 9 toll free 1844-*790*-9193 garmin gps customer phone
number 1844-*790*-9193 garmin number
   Product: Document Liberation Project
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: General
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: l...@cocovpn.com

Created attachment 135243
  --> https://bugs.documentfoundation.org/attachment.cgi?id=135243=edit
garmin cust⓪mer supp⓪rt ph⓪ne number3 (::(USA)::) 1844-79⓪-9193 garmin cust⓪mer
supp⓪rt ph⓪ne number 3 (::(USA)::) 1844-79⓪-9193 garmin cust⓪mer supp⓪rt ph⓪ne
number 3 (::(USA)::) 1844-79⓪-9193 garmin

9 toll free 1844-*790*-9193 garmin gps customer phone number 1844-*790*-9193
garmin number
9 toll free 1844-*790*-9193 garmin gps customer phone number 1844-*790*-9193
garmin number
9 toll free 1844-*790*-9193 garmin gps customer phone number 1844-*790*-9193
garmin number
9 toll free 1844-*790*-9193 garmin gps customer phone number 1844-*790*-9193
garmin number
9 toll free 1844-*790*-9193 garmin gps customer phone number 1844-*790*-9193
garmin number
9 toll free 1844-*790*-9193 garmin gps customer phone number 1844-*790*-9193
garmin number
9 toll free 1844-*790*-9193 garmin gps customer phone number 1844-*790*-9193
garmin number
9 toll free 1844-*790*-9193 garmin gps customer phone number 1844-*790*-9193
garmin number
3 (::(USA)::) 1844-79⓪-9193 garmin cust⓪mer supp⓪rt ph⓪ne number 3 (::(USA)::)
1844-79⓪-9193 garmin cust⓪mer supp⓪rt ph⓪ne number 3 (::(USA)::) 1844-79⓪-9193
garmin cust⓪mer supp⓪rt ph⓪ne number 3 (::(USA)::) 1844-79⓪-9193 garmin
cust⓪mer supp⓪rt ph⓪ne number 3 (::(USA)::) 1844-79⓪-9193 garmin cust⓪mer
supp⓪rt ph⓪ne number 3 (::(USA)::) 1844-79⓪-9193 garmin cust⓪mer supp⓪rt ph⓪ne
number 3 (::(USA)::) 1844-79⓪-9193 garmin cust⓪mer supp⓪rt ph⓪ne number 3
(::(USA)::) 1844-79⓪-9193 garmin cust⓪mer supp⓪rt ph⓪ne number 3 (::(USA)::)
1844-79⓪-9193 garmin cust⓪mer supp⓪rt ph⓪ne number 3 (::(USA)::) 1844-79⓪-9193
garmin cust⓪mer supp⓪rt ph⓪ne number 3 (::(USA)::) 1844-79⓪-9193 garmin
cust⓪mer supp⓪rt ph⓪ne number 3 (::(USA)::) 1844-79⓪-9193 garmin cust⓪mer
supp⓪rt ph⓪ne number 3 (::(USA)::) 1844-79⓪-9193 garmin cust⓪mer supp⓪rt ph⓪ne
number 3 (::(USA)::) 1844-79⓪-9193 garmin cust⓪mer supp⓪rt ph⓪ne number 3
(::(USA)::) 1844-79⓪-9193 garmin cust⓪mer supp⓪rt ph⓪ne number 3 (::(USA)::)
1844-79⓪-9193 garmin cust⓪mer supp⓪rt ph⓪ne number 3 (::(USA)::) 1844-79⓪-9193
garmin cust⓪mer supp⓪rt ph⓪ne number 3 (::(USA)::) 1844-79⓪-9193 garmin
cust⓪mer supp⓪rt ph⓪ne number 3 (::(USA)::) 1844-79⓪-9193 garmin cust⓪mer
supp⓪rt ph⓪ne number 3 (::(USA)::) 1844-79⓪-9193 garmin cust⓪mer supp⓪rt ph⓪ne
number 3 (::(USA)::) 1844-79⓪-9193 garmin cust⓪mer supp⓪rt ph⓪ne number 3
(::(USA)::) 1844-79⓪-9193 garmin cust⓪mer supp⓪rt ph⓪ne number3 (::(USA)::)
1844-79⓪-9193 garmin cust⓪mer supp⓪rt ph⓪ne number 3 (::(USA)::) 1844-79⓪-9193
garmin cust⓪mer supp⓪rt ph⓪ne number 3 (::(USA)::) 1844-79⓪-9193 garmin
cust⓪mer supp⓪rt ph⓪ne number 3 (::(USA)::) 1844-79⓪-9193 garmin cust⓪mer
supp⓪rt ph⓪ne number 3 (::(USA)::) 1844-79⓪-9193 garmin cust⓪mer supp⓪rt ph⓪ne
number 3 (::(USA)::) 1844-79⓪-9193 garmin cust⓪mer supp⓪rt ph⓪ne number 3
(::(USA)::) 1844-79⓪-9193 garmin cust⓪mer supp⓪rt ph⓪ne number 3 (::(USA)::)
1844-79⓪-9193 garmin cust⓪mer supp⓪rt ph⓪ne number 3 (::(USA)::) 1844-79⓪-9193
garmin cust⓪mer supp⓪rt ph⓪ne number 3 (::(USA)::) 1844-79⓪-9193 garmin
cust⓪mer supp⓪rt ph⓪ne number 3 (::(USA)::) 1844-79⓪-9193 garmin cust⓪mer
supp⓪rt ph⓪ne number3 (::(USA)::) 1844-79⓪-9193 garmin cust⓪mer supp⓪rt ph⓪ne
number 3 (::(USA)::) 1844-79⓪-9193 garmin cust⓪mer supp⓪rt ph⓪ne number 3
(::(USA)::) 1844-79⓪-9193 garmin cust⓪mer supp⓪rt ph⓪ne number 3 (::(USA)::)
1844-79⓪-9193 garmin cust⓪mer supp⓪rt ph⓪ne number 3 (::(USA)::) 1844-79⓪-9193
garmin cust⓪mer supp⓪rt ph⓪ne number 3 (::(USA)::) 1844-79⓪-9193 garmin
cust⓪mer supp⓪rt ph⓪ne number 3 (::(USA)::) 1844-79⓪-9193 garmin cust⓪mer
supp⓪rt ph⓪ne number 3 (::(USA)::) 1844-79⓪-9193 garmin cust⓪mer supp⓪rt ph⓪ne
number 3 (::(USA)::) 1844-79⓪-9193 garmin cust⓪mer supp⓪rt ph⓪ne number 3
(::(USA)::) 1844-79⓪-9193 garmin cust⓪mer supp⓪rt ph⓪ne number 3 (::(USA)::)
1844-79⓪-9193 garmin cust⓪mer supp⓪rt ph⓪ne number3 (::(USA)::) 1844-79⓪-9193
garmin cust⓪mer supp⓪rt ph⓪ne number 3 (::(USA)::) 1844-79⓪-9193 garmin
cust⓪mer supp⓪rt ph⓪ne number 3 (::(USA)::) 1844-79⓪-9193 garmin cust⓪mer
supp⓪rt ph⓪ne number 3 (::(USA)::) 1844-79⓪-9193 garmin cust⓪mer supp⓪rt ph⓪ne
number 3 (::(USA)::) 1844-79⓪-9193 garmin cust⓪mer supp⓪rt ph⓪ne number 3
(::(USA)::) 1844-79⓪-9193 garmin cust⓪mer supp⓪rt ph⓪ne number 3 (::(USA)::)
1844-79⓪-9193 garmin cust⓪mer supp⓪rt ph⓪ne number 3 (::(USA)::) 1844-79⓪-9193
garmin cust⓪mer supp⓪rt ph⓪ne number 3 (::(USA)::) 1844-79⓪-9193 garmin

[Libreoffice-bugs] [Bug 109154] On Mac OS I can't type russian letter Yo (ё) by long pressing russian Ye (е).

2017-08-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109154

--- Comment #2 from rami  ---
Similar behavior is also observed in Apache OpenOffice and other third-party
programs.

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


[Libreoffice-bugs] [Bug 111464] New: 8 toll free 1844-*790*-9193 garmin gps customer support number 1844-*790*-9193 garmin

2017-08-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111464

Bug ID: 111464
   Summary: 8 toll free 1844-*790*-9193 garmin gps customer
support number 1844-*790*-9193 garmin
   Product: cppunit
   Version: 1.13
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: General
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: l...@cocovpn.com

Created attachment 135241
  --> https://bugs.documentfoundation.org/attachment.cgi?id=135241=edit
https://bugs.documentfoundation.org/show_bug.cgi?id=111463

8 toll free 1844-*790*-9193 garmin gps customer support number 1844-*790*-9193
garmin

8 toll free 1844-*790*-9193 garmin gps customer support number 1844-*790*-9193
garmin

8 toll free 1844-*790*-9193 garmin gps customer support number 1844-*790*-9193
garmin

8 toll free 1844-*790*-9193 garmin gps customer support number 1844-*790*-9193
garmin

8 toll free 1844-*790*-9193 garmin gps customer support number 1844-*790*-9193
garmin

8 toll free 1844-*790*-9193 garmin gps customer support number 1844-*790*-9193
garmin

G.A.R.M.I.N Customer Service phone Number||G.A.R.M.I.N phone
number||G.A.R.M.I.N Customer Service phone Number||G.A.R.M.I.N contact number||
G.A.R.M.I.N Customer Service Number ||G.A.R.M.I.N tech support number number||
G.A.R.M.I.N support phone number,G.A.R.M.I.N tech support number, G.A.R.M.I.N
Customer Service phone Number, G.A.R.M.I.N phone Number, G.A.R.M.I.N contact
Number,,||{1.844.79O.9l93@ G.A.R.M.I.N Customer Service phone
Number||G.A.R.M.I.N phone number||G.A.R.M.I.N Customer Service phone
Number|,|G.A.R.M.I.N contact number|| G.A.R.M.I.N Customer Service
Number||G.A.R.M.I.N tech support number number|| G.A.R.M.I.N support
number,G.A.R.M.I.N G.A.R.M.I.N technical support phone number G.A.R.M.I.N
customer care no 1.844.79O.9l93 G.A.R.M.I.N technical support customer phone
number G.A.R.M.I.N help contact number 1.844.79O.9l93 G.A.R.M.I.N technical
support phone number G.A.R.M.I.N online support 1.844.79O.9l93 G.A.R.M.I.N
technical support number free in usa tech support G.A.R.M.I.N 1.844.79O.9l93
G.A.R.M.I.N technical support number toll free number contact phone number for
G.A.R.M.I.N 1.844.79O.9l93{1.844.79O.9l93@G.A.R.M.I.N tech support, G.A.R.M.I.N
Customer Service Number, G.A.R.M.I.N tech support Number, G.A.R.M.I.N Customer
Support Phone Number {1.844.79O.9l93@G.A.R.M.I.N tech support, G.A.R.M.I.N
Customer Service Number, G.A.R.M.I.N tech support Number, G.A.R.M.I.N Customer
Support Phone Number {1.844.79O.9l93@G.A.R.M.I.N tech support, G.A.R.M.I.N
Customer Service Number, G.A.R.M.I.N tech support Number, G.A.R.M.I.N Customer
Support Phone Number {1.844.79O.9l93@G.A.R.M.I.N tech support number,
G.A.R.M.I.N Customer Service phone Number, G.A.R.M.I.N phone Number,
G.A.R.M.I.N contact Number ||{1.844.79O.9l93@ G.A.R.M.I.N Customer Service
phone Number||G.A.R.M.I.N phone number||G.A.R.M.I.N Customer Service phone
Number||G.A.R.M.I.N contact number|| G.A.R.M.I.N Customer Service Number
||G.A.R.M.I.N tech support number number|| G.A.R.M.I.N support phone
number,G.A.R.M.I.N tech support number, G.A.R.M.I.N Customer Service phone
Number, G.A.R.M.I.N phone Number, G.A.R.M.I.N contact
Number,,||{1.844.79O.9l93@ G.A.R.M.I.N Customer Service phone
Number||G.A.R.M.I.N phone number||G.A.R.M.I.N Customer Service phone
Number|,|G.A.R.M.I.N contact number|| G.A.R.M.I.N Customer Service
Number||G.A.R.M.I.N tech support number number|| G.A.R.M.I.N support
number,G.A.R.M.I.N tech support phone number, G.A.R.M.I.N Customer Service
phone Number,G.A.R.M.I.N phone Number, G.A.R.M.I.N contact Number,
||{1.844.79O.9l93@ G.A.R.M.I.N Customer Service phone Number||G.A.R.M.I.N phone
number||G.A.R.M.I.N Customer Service phone Number||G.A.R.M.I.N contact number||
G.A.R.M.I.N Customer Service Number||G.A.R.M.I.N tech support number number||
G.A.R.M.I.N support phone number G.A.R.M.I.N tech support number, G.A.R.M.I.N
Customer Service phone Number, G.A.R.M.I.N phone Number, G.A.R.M.I.N contact
Number

G.A.R.M.I.N tech support phone number 
G.A.R.M.I.N vivosmart support
support G.A.R.M.I.N
G.A.R.M.I.N warranty customer service
G.A.R.M.I.N customer support phone number
G.A.R.M.I.N troubleshooting
G.A.R.M.I.N support forum
www.G.A.R.M.I.N.com/support manuals

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


[Libreoffice-bugs] [Bug 111462] 6 toll free 1844-*790*-9193 garmin customer technical support phone number 1844-*790*-9193 garmin update

2017-08-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111462

Xisco Faulí  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
  Component|General |deletionrequest
 Resolution|--- |INVALID
Product|libetonyek  |LibreOffice

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


[Libreoffice-bugs] [Bug 111463] New: 7 toll free 1844-*790*-9193 garmin customer tech support phone number 1844-*790*-9193 garmin phone number update

2017-08-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111463

Bug ID: 111463
   Summary: 7 toll free 1844-*790*-9193 garmin customer tech
support phone number 1844-*790*-9193 garmin phone
number update
   Product: LibreOffice
   Version: 6.0.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: contrib
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: lopika...@mystvpn.com

Created attachment 135240
  --> https://bugs.documentfoundation.org/attachment.cgi?id=135240=edit
https://www.bookwitty.com/text/2-usa-1844-79%E2%93%AA-9193-garmin-cust%E2%93%AAmer-ph%E2%93%AAne-number/5988b5df50cef75f7ffcc643

7 toll free 1844-*790*-9193 garmin customer tech support phone number
1844-*790*-9193 garmin phone number update
7 toll free 1844-*790*-9193 garmin customer tech support phone number
1844-*790*-9193 garmin phone number update
7 toll free 1844-*790*-9193 garmin customer tech support phone number
1844-*790*-9193 garmin phone number update
7 toll free 1844-*790*-9193 garmin customer tech support phone number
1844-*790*-9193 garmin phone number update
7 toll free 1844-*790*-9193 garmin customer tech support phone number
1844-*790*-9193 garmin phone number update
7 toll free 1844-*790*-9193 garmin customer tech support phone number
1844-*790*-9193 garmin phone number update
7 toll free 1844-*790*-9193 garmin customer tech support phone number
1844-*790*-9193 garmin phone number update
7 toll free 1844-*790*-9193 garmin customer tech support phone number
1844-*790*-9193 garmin phone number update
7 toll free 1844-*790*-9193 garmin customer tech support phone number
1844-*790*-9193 garmin phone number update
7 toll free 1844-*790*-9193 garmin customer tech support phone number
1844-*790*-9193 garmin phone number update
CoNtact G.A.R.M.I.N support Number
G.A.R.M.I.N phoNe Number
G.A.R.M.I.N oNliNe support
G.A.R.M.I.N customer service Number
G.A.R.M.I.N tech support ceNter
G.A.R.M.I.N customer service
G.A.R.M.I.N customer care Number usa
G.A.R.M.I.N customer Number
G.A.R.M.I.N customer support Number
G.A.R.M.I.N customer care Number
G.A.R.M.I.N customer care toll free Number
G.A.R.M.I.N tech support
G.A.R.M.I.N techNical support
G.A.R.M.I.N support Number
G.A.R.M.I.N tech support Number
G.A.R.M.I.N support ceNter
G.A.R.M.I.N .com customer service
G.A.R.M.I.N customer care Number
G.A.R.M.I.N customer care
G.A.R.M.I.N phoNe Number
phoNe Number for G.A.R.M.I.N customer service
G.A.R.M.I.N phoNe support
G.A.R.M.I.N phoNe Number tech support
G.A.R.M.I.N support phoNe Number
coNtact G.A.R.M.I.N by phoNe
G.A.R.M.I.N coNtact phoNe Number
G.A.R.M.I.N helpliNe phoNe Number
G.A.R.M.I.N phoNe Number
G.A.R.M.I.N for phoNe Number
G.A.R.M.I.N coNtact Number
G.A.R.M.I.N coNtact support
coNtact G.A.R.M.I.N Number
G.A.R.M.I.N coNtact Number usa
G.A.R.M.I.N toll free Number
G.A.R.M.I.N telephoNe Number
G.A.R.M.I.N toll free Number usa
G.A.R.M.I.N support services Number
techNical support for Number G.A.R.M.I.N
G.A.R.M.I.N customer service phoNe Number usa
G.A.R.M.I.N Number customer care Number usa
G.A.R.M.I.N customer care Number
G.A.R.M.I.N customer care ceNter
G.A.R.M.I.N customer support
G.A.R.M.I.N customer support phoNe
G.A.R.M.I.N customer help
G.A.R.M.I.N aNitivirus phoNe Number,
G.A.R.M.I.N phoNe Number,
G.A.R.M.I.N support phoNe Number,
G.A.R.M.I.N tech support phoNe Number,
G.A.R.M.I.N customer support phoNe Number,
G.A.R.M.I.N tech support phoNe Number,
G.A.R.M.I.N helpliNe Number,
G.A.R.M.I.N helpdesk phoNe Number,
G.A.R.M.I.N toll free Number,
G.A.R.M.I.N coNtact Number,
G.A.R.M.I.N telephoNe Number.
G.A.R.M.I.N phoNe Number,
G.A.R.M.I.N support phoNe Number,
G.A.R.M.I.N techNcal support phoNe Number.
G.A.R.M.I.N techNical support Number
G.A.R.M.I.N tech support Number
G.A.R.M.I.N customer support Number
G.A.R.M.I.N customer service phoNe Number
G.A.R.M.I.N helpliNe Number
G.A.R.M.I.N coNtact Number
G.A.R.M.I.N telephoNe Number
G.A.R.M.I.N customer & techNical support
G.A.R.M.I.N customer portal
G.A.R.M.I.N customer care phoNe Number usa
G.A.R.M.I.N customer care email
G.A.R.M.I.N helpliNe
G.A.R.M.I.N tech support coNtact
G.A.R.M.I.N customer care toll free
G.A.R.M.I.N customer service Number
G.A.R.M.I.N protectioN
G.A.R.M.I.N customer service Number
G.A.R.M.I.N software customer service Number
G.A.R.M.I.N customer service phoNe Number us
how to coNtact G.A.R.M.I.N by email
G.A.R.M.I.N free phoNe support
G.A.R.M.I.N techNical support phoNe Number
G.A.R.M.I.N techNical support Number
G.A.R.M.I.N techNical support help desk phoNe Number
G.A.R.M.I.N techNical support Number toll free Number
G.A.R.M.I.N techNical support phoNe Number
G.A.R.M.I.N customer support phoNe Number
G.A.R.M.I.N customer service phoNe Number
G.A.R.M.I.N techNical support Number
G.A.R.M.I.N techNical support phoNe Number
G.A.R.M.I.N tech 

[Libreoffice-bugs] [Bug 111462] New: 6 toll free 1844-*790*-9193 garmin customer technical support phone number 1844-*790*-9193 garmin update

2017-08-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111462

Bug ID: 111462
   Summary: 6 toll free 1844-*790*-9193 garmin customer technical
support phone number 1844-*790*-9193 garmin update
   Product: libetonyek
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: General
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: lopika...@mystvpn.com

Created attachment 135239
  --> https://bugs.documentfoundation.org/attachment.cgi?id=135239=edit
http://www.zeroshell.org/forum/viewtopic.php?p=17921
https://www.splore.com/splores/15527
https://github.com/shaylin7/Garmin-customer-service-number-1-844-79O-9I93-garmin-customer-service-Phone-number

6 toll free 1844-*790*-9193 garmin customer technical support phone number
1844-*790*-9193 garmin update
6 toll free 1844-*790*-9193 garmin customer technical support phone number
1844-*790*-9193 garmin update
6 toll free 1844-*790*-9193 garmin customer technical support phone number
1844-*790*-9193 garmin update
6 toll free 1844-*790*-9193 garmin customer technical support phone number
1844-*790*-9193 garmin update
6 toll free 1844-*790*-9193 garmin customer technical support phone number
1844-*790*-9193 garmin update
6 toll free 1844-*790*-9193 garmin customer technical support phone number
1844-*790*-9193 garmin update
6 toll free 1844-*790*-9193 garmin customer technical support phone number
1844-*790*-9193 garmin update
6 toll free 1844-*790*-9193 garmin customer technical support phone number
1844-*790*-9193 garmin update
6 toll free 1844-*790*-9193 garmin customer technical support phone number
1844-*790*-9193 garmin update
1.844.79O.9l93 G.A.R.M.I.N customer service number|||G.A.R.M.I.N phone number!!
1.844.79O.9l93 G.A.R.M.I.N customer service number|||G.A.R.M.I.N phone number!!
1.844.79O.9l93 G.A.R.M.I.N customer service number|||G.A.R.M.I.N phone number!!
1.844.79O.9l93 G.A.R.M.I.N customer service number|||G.A.R.M.I.N phone number!!
G.A.R.M.I.N customer service number 1.844.79O.9l93 G.A.R.M.I.N security support
phone number phone number for G.A.R.M.I.N support 1.844.79O.9l93 G.A.R.M.I.N
support contact number customer support for G.A.R.M.I.N help @@ G.A.R.M.I.N
customer service Number, G.A.R.M.I.N customer support number, G.A.R.M.I.N Help
Number, G.A.R.M.I.N Support Help Number < G.A.R.M.I.N Customer Help Number,
G.A.R.M.I.N Help Support Number, G.A.R.M.I.N Customer Help Support Number,
G.A.R.M.I.N Customer Help Support Number < G.A.R.M.I.N Help 1/844/79O/9l93
Number Support For Users G.A.R.M.I.N Customer Service phone Number||G.A.R.M.I.N
phone number||G.A.R.M.I.N Customer Service phone Number||G.A.R.M.I.N contact
number|| G.A.R.M.I.N Customer Service Number ||G.A.R.M.I.N tech support number
number|| G.A.R.M.I.N support phone number,G.A.R.M.I.N tech support number,
G.A.R.M.I.N Customer Service phone Number, G.A.R.M.I.N phone Number,
G.A.R.M.I.N contact Number,,||{1.844.79O.9l93@ G.A.R.M.I.N Customer Service
phone Number||G.A.R.M.I.N phone number||G.A.R.M.I.N Customer Service phone
Number|,|G.A.R.M.I.N contact number|| G.A.R.M.I.N Customer Service
Number||G.A.R.M.I.N tech support number number|| G.A.R.M.I.N support
number,G.A.R.M.I.N 1.844.79O.9l93 G.A.R.M.I.N support email address customer
support G.A.R.M.I.N 1.844.79O.9l93 G.A.R.M.I.N support phone number G.A.R.M.I.N
phone number 1.844.79O.9l93 G.A.R.M.I.N support telephone number G.A.R.M.I.N
customer care phone number 1.844.79O.9l93 G.A.R.M.I.N support telephone number
usa G.A.R.M.I.N contact number customer service 1.844.79O.9l93 G.A.R.M.I.N
support telephone number G.A.R.M.I.N company phone number 1.844.79O.9l93
G.A.R.M.I.N tech support number phone number for G.A.R.M.I.N customer support
1.844.79O.9l93 G.A.R.M.I.N tech support phone number G.A.R.M.I.N service number
1.844.79O.9l93 G.A.R.M.I.N tech support phone number free G.A.R.M.I.N customer
service phone number 1.844.79O.9l93@@ G.A.R.M.I.N customer service Number,
G.A.R.M.I.N customer support number, G.A.R.M.I.N Help Number, G.A.R.M.I.N
Support Help Number < G.A.R.M.I.N Customer Help Number, G.A.R.M.I.N Help
Support Number, G.A.R.M.I.N Customer Help Support Number, G.A.R.M.I.N Custyomer
Help Support Number < G.A.R.M.I.N Help 1/844/79O/9l93 Number Support For Users
https://bugs.documentfoundation.org/show_bug.cgi?id=110056
http://forum.zkoss.org/question/106152/garmin-customer-service-number-1-844-79o-9i93-garmin-customer-service-phone-number-1-844-790-9i93/
https://events.com/r/en_US/event/garmin-customer-service-number-1-844-79o-9i93--garmin-customer-service-phone-number-1-844-790-9i93-july-311196
http://www.zeroshell.org/forum/viewtopic.php?p=17921
https://www.splore.com/splores/15527
https://github.com/shaylin7/Garmin-customer-service-number-1-844-79O-9I93-garmin-customer-service-Phone-number-1-844-790-9I93

  1   2   3   4   5   >