[Libreoffice-commits] core.git: icon-themes/colibre

2018-07-01 Thread andreas kainz
 icon-themes/colibre/cmd/sc_insertcellsdown.png |binary
 icon-themes/colibre/cmd/sc_insertcellsright.png|binary
 icon-themes/colibre/cmd/sc_insertcolumnsbefore.png |binary
 icon-themes/colibre/cmd/sc_insertrows.png  |binary
 icon-themes/colibre/cmd/sc_insertrowsafter.png |binary
 icon-themes/colibre/cmd/sc_insertrowsbefore.png|binary
 6 files changed

New commits:
commit 5931fc1515c9f4f830055292f3a829e1908db0c1
Author: andreas kainz 
Date:   Mon Jul 2 07:53:03 2018 +0200

Colibre icons: fix sc_*columns* icons

Change-Id: Ie98683c6631b05bd831620a60ebac55b940211e1
Reviewed-on: https://gerrit.libreoffice.org/56792
Reviewed-by: andreas_kainz 
Tested-by: andreas_kainz 

diff --git a/icon-themes/colibre/cmd/sc_insertcellsdown.png 
b/icon-themes/colibre/cmd/sc_insertcellsdown.png
new file mode 100644
index ..06c4bed724f6
Binary files /dev/null and b/icon-themes/colibre/cmd/sc_insertcellsdown.png 
differ
diff --git a/icon-themes/colibre/cmd/sc_insertcellsright.png 
b/icon-themes/colibre/cmd/sc_insertcellsright.png
new file mode 100644
index ..8f68fc55ed47
Binary files /dev/null and b/icon-themes/colibre/cmd/sc_insertcellsright.png 
differ
diff --git a/icon-themes/colibre/cmd/sc_insertcolumnsbefore.png 
b/icon-themes/colibre/cmd/sc_insertcolumnsbefore.png
new file mode 100644
index ..22fa96729906
Binary files /dev/null and b/icon-themes/colibre/cmd/sc_insertcolumnsbefore.png 
differ
diff --git a/icon-themes/colibre/cmd/sc_insertrows.png 
b/icon-themes/colibre/cmd/sc_insertrows.png
new file mode 100644
index ..e01889c983a0
Binary files /dev/null and b/icon-themes/colibre/cmd/sc_insertrows.png differ
diff --git a/icon-themes/colibre/cmd/sc_insertrowsafter.png 
b/icon-themes/colibre/cmd/sc_insertrowsafter.png
new file mode 100644
index ..2c37c2887bc7
Binary files /dev/null and b/icon-themes/colibre/cmd/sc_insertrowsafter.png 
differ
diff --git a/icon-themes/colibre/cmd/sc_insertrowsbefore.png 
b/icon-themes/colibre/cmd/sc_insertrowsbefore.png
new file mode 100644
index ..e01889c983a0
Binary files /dev/null and b/icon-themes/colibre/cmd/sc_insertrowsbefore.png 
differ
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Changes to 'refs/tags/co-5.3-50'

2018-07-01 Thread Eike Rathke
Tag 'co-5.3-50' created by Andras Timar  at 
2018-07-02 05:43 +

co-5.3-50

Changes since gov-5.3-49-26:
---
 0 files changed
---
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2018-07-01 Thread Takeshi Abe
 scaddins/source/analysis/analysishelper.hxx |3 ---
 1 file changed, 3 deletions(-)

New commits:
commit 123a4808dca73f99bb80413d3a2eb23d232a9b2e
Author: Takeshi Abe 
Date:   Wed Jun 27 19:13:44 2018 +0900

scaddins: Drop unused stuff

Change-Id: Icdbb297df55ed5984b4008e304a41df89a996334
Reviewed-on: https://gerrit.libreoffice.org/56523
Tested-by: Jenkins
Reviewed-by: Takeshi Abe 

diff --git a/scaddins/source/analysis/analysishelper.hxx 
b/scaddins/source/analysis/analysishelper.hxx
index a5c7270dc9cd..85dc1eb65ccb 100644
--- a/scaddins/source/analysis/analysishelper.hxx
+++ b/scaddins/source/analysis/analysishelper.hxx
@@ -39,13 +39,10 @@
 
 namespace sca { namespace analysis {
 
-class SortedIndividualInt32List;
 class ScaAnyConverter;
 
 
 #define PI  3.1415926535897932
-#define EOL ( ( const sal_Char* ) 1 )
-#define EOE ( ( const sal_Char* ) 2 )
 
 
 inline bool IsLeapYear( sal_uInt16 nYear );
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'refs/tags/co-5.3-50' - 0 commits -

2018-07-01 Thread Unknown
Rebased ref, commits from common ancestor:
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.3-desktop' - basic/source

2018-07-01 Thread Eike Rathke
 basic/source/runtime/stdobj.cxx |   16 ++--
 1 file changed, 14 insertions(+), 2 deletions(-)

New commits:
commit 87b2a75fb20f7e551c646f5115ce39a27b213d06
Author: Eike Rathke 
Date:   Tue Nov 28 16:21:18 2017 +0100

Find VBA-only functions when compiling first on module level

This likely never worked as there is no SbiInstance in that step,
but worked by chance when running a module's code that was
compiled with VBA support where the VBA-only function was added as
a symbol to be resolved later during runtime and then the
SbiInstance exists and the symbol was magically resolved.

Found when trying to correct vba_tests to actually fail if all
subtests fail that then started to fail in Atn.vb because of the
Round() function being VBA-only.

Change-Id: I7d9f6e2640a73388a2a58c3d180820c6ef85abe3
Reviewed-on: https://gerrit.libreoffice.org/45425
Reviewed-by: Eike Rathke 
Tested-by: Jenkins 
(cherry picked from commit af8431d8dbc59df1e1f17742a1be002b054f3b00)
Reviewed-on: https://gerrit.libreoffice.org/56790
Reviewed-by: Mike Kaganski 
Tested-by: Mike Kaganski 
Reviewed-by: Andras Timar 

diff --git a/basic/source/runtime/stdobj.cxx b/basic/source/runtime/stdobj.cxx
index 80d637aa39bb..a73f7efd764a 100644
--- a/basic/source/runtime/stdobj.cxx
+++ b/basic/source/runtime/stdobj.cxx
@@ -775,11 +775,23 @@ SbxVariable* SbiStdObject::Find( const OUString& rName, 
SbxClassType t )
  && ( p->nHash == nHash_ )
  && ( rName.equalsIgnoreAsciiCaseAscii( p->pName ) ) )
 {
-SbiInstance* pInst = GetSbData()->pInst;
 bFound = true;
 if( p->nArgs & COMPTMASK_ )
 {
-if ( !pInst || ( pInst->IsCompatibility()  && ( NORMONLY_ 
& p->nArgs )  ) || ( !pInst->IsCompatibility()  && ( COMPATONLY_ & p->nArgs )  
) )
+bool bCompatibility = false;
+SbiInstance* pInst = GetSbData()->pInst;
+if (pInst)
+{
+bCompatibility = pInst->IsCompatibility();
+}
+else
+{
+// No instance running => compiling a source on module 
level.
+const SbModule* pModule = GetSbData()->pCompMod;
+if (pModule)
+bCompatibility = pModule->IsVBACompat();
+}
+if ((bCompatibility && (NORMONLY_ & p->nArgs)) || 
(!bCompatibility && (COMPATONLY_ & p->nArgs)))
 bFound = false;
 }
 break;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


GSoC Weekly update for UI Test logger

2018-07-01 Thread Saurav Chirania
Hello,

I have updated my progress here -
https://chiranias.blogspot.com/2018/07/gsoc-work-report-week-7.html

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


[Libreoffice-commits] core.git: uitest/loginterpreter.py

2018-07-01 Thread Saurav Chirania
 uitest/loginterpreter.py |   17 -
 1 file changed, 16 insertions(+), 1 deletion(-)

New commits:
commit ad511ce89c3ceddd3a8c6d650ce81df1e35bc48f
Author: Saurav Chirania 
Date:   Mon Jul 2 08:46:06 2018 +0530

uitest interpreter: add support for starting apps

Change-Id: Iaab98515d2046aaff1e3da4f80de192ebc01a9eb
Reviewed-on: https://gerrit.libreoffice.org/56789
Tested-by: Jenkins
Reviewed-by: Saurav Chirania 

diff --git a/uitest/loginterpreter.py b/uitest/loginterpreter.py
index 9da08dd0acb9..ccc805056a7b 100644
--- a/uitest/loginterpreter.py
+++ b/uitest/loginterpreter.py
@@ -98,12 +98,27 @@ def get_coupling_type(line1, line2):
 
 return "NOT_A_COUPLE"
 
+def check_app_starting_action(action_dict):
+app_starter_button_ids = \
+set(["draw_all", "impress_all", "calc_all" , "writer_all", "database_all", 
"math_all"])
+
+if action_dict["keyword"] == "ButtonUIObject" and action_dict["Action"] == 
"CLICK" and \
+action_dict["Id"] in app_starter_button_ids:
+return True
+return False
+
 def get_test_line_from_one_log_line(log_line):
 action_dict = parse_line(log_line)
 test_line = ""
 if action_dict["keyword"].endswith("UIObject"):
 parent = action_dict["Parent"]
-if (parent != ""):
+if (check_app_starting_action(action_dict)):
+test_line +=\
+"MainDoc = self.ui_test.create_doc_in_start_center(\"" + \
+action_dict["Id"][:-4] +"\")\nMainWindow = " + \
+"self.xUITest.getTopFocusWindow()\n"
+return test_line
+elif (parent != ""):
 test_line += \
 action_dict["Id"] + " = " + parent + ".getChild(\"" + \
 action_dict["Id"] + "\")\n" + \
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2018-07-01 Thread Mike Kaganski
 basic/qa/cppunit/test_vba.cxx |   26 --
 1 file changed, 12 insertions(+), 14 deletions(-)

New commits:
commit 59d53910de13acfc2070e6240b936806af35c0a5
Author: Mike Kaganski 
Date:   Mon Jul 2 04:30:26 2018 +0200

Small cleanup and simplification

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

diff --git a/basic/qa/cppunit/test_vba.cxx b/basic/qa/cppunit/test_vba.cxx
index 24a65d02688f..9fea8e0dc064 100644
--- a/basic/qa/cppunit/test_vba.cxx
+++ b/basic/qa/cppunit/test_vba.cxx
@@ -156,13 +156,12 @@ void VBATest::testMiscVBAFunctions()
 MacroSnippet myMacro;
 myMacro.LoadSourceFromFile( sMacroURL );
 SbxVariableRef pReturn = myMacro.Run();
-if ( pReturn.is() )
-{
-fprintf(stderr, "macro result for %s\n", macroSource[ i ] );
-fprintf(stderr, "macro returned:\n%s\n", OUStringToOString( 
pReturn->GetOUString(), RTL_TEXTENCODING_UTF8 ).getStr() );
-}
-CPPUNIT_ASSERT_MESSAGE("No return variable huh?", pReturn.get() != 
nullptr );
-CPPUNIT_ASSERT_EQUAL_MESSAGE("Result not as expected", OUString("OK"), 
pReturn->GetOUString() );
+CPPUNIT_ASSERT_MESSAGE("No return variable huh?", pReturn.is());
+fprintf(stderr, "macro result for %s\n", macroSource[i]);
+fprintf(stderr, "macro returned:\n%s\n",
+OUStringToOString(pReturn->GetOUString(), 
RTL_TEXTENCODING_UTF8).getStr());
+CPPUNIT_ASSERT_EQUAL_MESSAGE("Result not as expected", OUString("OK"),
+ pReturn->GetOUString());
 }
 }
 
@@ -234,13 +233,12 @@ void VBATest::testMiscOLEStuff()
 MacroSnippet myMacro;
 myMacro.LoadSourceFromFile( sMacroURL );
 SbxVariableRef pReturn = myMacro.Run( aArgs );
-if ( pReturn.is() )
-{
-fprintf(stderr, "macro result for %s\n", macroSource[ i ] );
-fprintf(stderr, "macro returned:\n%s\n", OUStringToOString( 
pReturn->GetOUString(), RTL_TEXTENCODING_UTF8 ).getStr() );
-}
-CPPUNIT_ASSERT_MESSAGE("No return variable huh?", pReturn.get() != 
nullptr );
-CPPUNIT_ASSERT_EQUAL_MESSAGE("Result not as expected", OUString("OK"), 
pReturn->GetOUString() );
+CPPUNIT_ASSERT_MESSAGE("No return variable huh?", pReturn.is());
+fprintf(stderr, "macro result for %s\n", macroSource[i]);
+fprintf(stderr, "macro returned:\n%s\n",
+OUStringToOString(pReturn->GetOUString(), 
RTL_TEXTENCODING_UTF8).getStr());
+CPPUNIT_ASSERT_EQUAL_MESSAGE("Result not as expected", OUString("OK"),
+ pReturn->GetOUString());
 }
 #else
 // Avoid "this method is empty and should be removed" warning
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'libreoffice-6-1' - oox/source sd/qa

2018-07-01 Thread Justin Luth
 oox/source/export/shapes.cxx |5 +++
 sd/qa/unit/export-tests.cxx  |   56 +++
 sd/qa/unit/import-tests.cxx  |   56 ---
 3 files changed, 60 insertions(+), 57 deletions(-)

New commits:
commit 48c736a50525b7e72e57d511f61c4328fef10207
Author: Justin Luth 
Date:   Tue Jun 19 11:35:21 2018 +0300

tdf#104199 sd: export non-borders as noFill

...followup to commit 76505bbd862b17b9b02a2d6e68bac308890dec70
which made the border invisible by setting the color to COL_AUTO.

But being invisible isn't good enough because on a round-trip
we are now losing the "noFill" attribute and saving a defined
border. However, COL_AUTO is turned into white during import,
in both LO and in MSO, so round-tripping displayed a
white border instead of an invisible one.

Change-Id: If6cb513ca6e4336e49bc56a9509aede2e1937063
Reviewed-on: https://gerrit.libreoffice.org/55658
Tested-by: Jenkins
Reviewed-by: Justin Luth 
Reviewed-by: Szymon Kłos 
Tested-by: Szymon Kłos 
(cherry picked from commit 4087130d0531a31456310bfe5c41a028dacd5a4d)
Reviewed-on: https://gerrit.libreoffice.org/56747

diff --git a/oox/source/export/shapes.cxx b/oox/source/export/shapes.cxx
index 6e4442502b5d..95cc968f76ff 100644
--- a/oox/source/export/shapes.cxx
+++ b/oox/source/export/shapes.cxx
@@ -1758,7 +1758,10 @@ void ShapeExport::WriteBorderLine(const sal_Int32 
XML_line, const BorderLine2& r
 if ( nBorderWidth > 0 )
 {
 mpFS->startElementNS( XML_a, XML_line, XML_w, I32S(nBorderWidth), 
FSEND );
-DrawingML::WriteSolidFill( ::Color(rBorderLine.Color) );
+if ( rBorderLine.Color == sal_Int32( COL_AUTO ) )
+mpFS->singleElementNS( XML_a, XML_noFill, FSEND );
+else
+DrawingML::WriteSolidFill( ::Color(rBorderLine.Color) );
 mpFS->endElementNS( XML_a, XML_line );
 }
 }
diff --git a/sd/qa/unit/export-tests.cxx b/sd/qa/unit/export-tests.cxx
index 165d212fd956..b75e4aad24cf 100644
--- a/sd/qa/unit/export-tests.cxx
+++ b/sd/qa/unit/export-tests.cxx
@@ -82,6 +82,7 @@ public:
 void testTdf97630();
 void testSwappedOutImageExport();
 void testOOoXMLAnimations();
+void testBnc480256();
 void testUnknownAttributes();
 void testTdf80020();
 void testLinkedGraphicRT();
@@ -105,6 +106,7 @@ public:
 CPPUNIT_TEST(testTdf97630);
 CPPUNIT_TEST(testSwappedOutImageExport);
 CPPUNIT_TEST(testOOoXMLAnimations);
+CPPUNIT_TEST(testBnc480256);
 CPPUNIT_TEST(testUnknownAttributes);
 CPPUNIT_TEST(testTdf80020);
 CPPUNIT_TEST(testLinkedGraphicRT);
@@ -517,6 +519,60 @@ void SdExportTest::testOOoXMLAnimations()
 assertXPath(pXmlDoc, "//anim:par", 223);
 }
 
+void SdExportTest::testBnc480256()
+{
+sd::DrawDocShellRef xDocShRef = 
loadURL(m_directories.getURLFromSrc("/sd/qa/unit/data/pptx/bnc480256.pptx"), 
PPTX);
+// In the document, there are two tables with table background properties.
+// Make sure colors are set properly for individual cells.
+
+// TODO: If you are working on improving table background support, expect
+// this unit test to fail. In that case, feel free to change the numbers.
+
+const SdrPage *pPage = GetPage( 1, xDocShRef );
+
+sdr::table::SdrTableObj *pTableObj;
+uno::Reference< table::XCellRange > xTable;
+uno::Reference< beans::XPropertySet > xCell;
+sal_Int32 nColor;
+table::BorderLine2 aBorderLine;
+
+pTableObj = dynamic_cast(pPage->GetObj(0));
+CPPUNIT_ASSERT( pTableObj );
+xTable.set(pTableObj->getTable(), uno::UNO_QUERY_THROW);
+
+xCell.set(xTable->getCellByPosition(0, 0), uno::UNO_QUERY_THROW);
+xCell->getPropertyValue("FillColor") >>= nColor;
+CPPUNIT_ASSERT_EQUAL(sal_Int32(10208238), nColor);
+xCell->getPropertyValue("LeftBorder") >>= aBorderLine;
+CPPUNIT_ASSERT_EQUAL(util::Color(5609427), aBorderLine.Color);
+
+xCell.set(xTable->getCellByPosition(0, 1), uno::UNO_QUERY_THROW);
+xCell->getPropertyValue("FillColor") >>= nColor;
+CPPUNIT_ASSERT_EQUAL(sal_Int32(13032959), nColor);
+xCell->getPropertyValue("TopBorder") >>= aBorderLine;
+CPPUNIT_ASSERT_EQUAL(util::Color(5609427), aBorderLine.Color);
+
+pTableObj = dynamic_cast(pPage->GetObj(1));
+CPPUNIT_ASSERT( pTableObj );
+xTable.set(pTableObj->getTable(), uno::UNO_QUERY_THROW);
+
+xCell.set(xTable->getCellByPosition(0, 0), uno::UNO_QUERY_THROW);
+xCell->getPropertyValue("FillColor") >>= nColor;
+CPPUNIT_ASSERT_EQUAL(sal_Int32(7056614), nColor);
+xCell->getPropertyValue("LeftBorder") >>= aBorderLine;
+CPPUNIT_ASSERT_EQUAL(util::Color(12505062), aBorderLine.Color);
+
+xCell.set(xTable->getCellByPosition(0, 1), uno::UNO_QUERY_THROW);
+xCell->getPropertyValue("FillColor") >>= nColor;
+CPPUNIT_ASSERT_EQUAL(sal_Int32(4626400), nColor);
+
+xCell.set(xTable->getCellByPosition(1, 0), 

[Libreoffice-bugs] [Bug 54255] MATCH does not find empty cells

2018-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=54255

--- Comment #9 from himajin100...@gmail.com ---
typo:
empty string => empty cells

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


[Libreoffice-bugs] [Bug 54255] MATCH does not find empty cells

2018-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=54255

--- Comment #8 from himajin100...@gmail.com ---
the only line that changes mbMatchEmpty is...

https://opengrok.libreoffice.org/xref/core/sc/source/core/tool/queryparam.cxx?r=db808563#295

FillInExcelSyntax is called by these functions.

https://opengrok.libreoffice.org/s?refs=FillInExcelSyntax=core

so matching empty string is currently available only in

SumIf
AverageIf
CountIf
SumIfs
AverageIfs
CountIfs
MinIfs
MaxIfs

Where IterateParametersIf or IterateParametersIfs is called or in DB-related
functions, and it does not work with Match.

https://opengrok.libreoffice.org/xref/core/sc/source/core/tool/interpr1.cxx?r=ceabe204#4667

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


[Libreoffice-bugs] [Bug 118480] section with 'long' linked contents breaks text flow (starts from new page)

2018-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118480

--- Comment #10 from Yury  ---
My 5.4.7.2 is an AppImage DL'ed from https://libreoffice.soluzioniopen.com/.

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


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

2018-07-01 Thread Justin Luth
 sw/source/core/layout/tabfrm.cxx |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit fc90f7ea8034e9585486ea9cc3e55771aca85540
Author: Justin Luth 
Date:   Mon Jun 25 19:39:55 2018 +0300

tdf#108000 sw layout: ignore emulated keep on large tables

There is no point in a very large (multipage) table keeping with
the following content and it just makes the layout more complex.
This is especially true when we are emulating this using
MSWord's convention, and not LO's native table-keep option.

This patch only affects my earlier code for emulated tables.
Otherwise, something about the general logic could loop
forever in certain huge tables. This seemed like a very
reasonable compromise.

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

diff --git a/sw/source/core/layout/tabfrm.cxx b/sw/source/core/layout/tabfrm.cxx
index 9817b082b688..8fad05cf2508 100644
--- a/sw/source/core/layout/tabfrm.cxx
+++ b/sw/source/core/layout/tabfrm.cxx
@@ -1862,8 +1862,9 @@ void SwTabFrame::MakeAll(vcl::RenderContext* 
pRenderContext)
 auto pAccess = o3tl::make_unique(SwFrame::GetCache(), 
this);
 const SwBorderAttrs *pAttrs = pAccess->Get();
 
+const bool bLargeTable = GetTable()->GetTabLines().size() > 64;  
//arbitrary value, virtually guaranteed to be larger than one page.
 // The beloved keep attribute
-const bool bEmulateTableKeep = AreAllRowsKeepWithNext( 
GetFirstNonHeadlineRow() );
+const bool bEmulateTableKeep = !bLargeTable && AreAllRowsKeepWithNext( 
GetFirstNonHeadlineRow() );
 const bool bKeep = IsKeep(pAttrs->GetAttrSet().GetKeep(), GetBreakItem(), 
bEmulateTableKeep);
 
 // All rows should keep together
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 93529] [META] VCL/OpenGL rendering tracker bug for 5.0+

2018-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93529
Bug 93529 depends on bug 107966, which changed state.

Bug 107966 Summary: OPENGL: Format Cells/Borders/Line Styles - not drawn
https://bugs.documentfoundation.org/show_bug.cgi?id=107966

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 107966] OPENGL: Format Cells/Borders/Line Styles - not drawn

2018-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107966

Aron Budea  changed:

   What|Removed |Added

 Status|RESOLVED|NEW
   Hardware|x86 (IA32)  |All
 Resolution|WORKSFORME  |---

--- Comment #7 from Aron Budea  ---
Apparently I was wrong in comment 5, this bug is only there with some GPUs, but
not with others. No issue with an AMD RX 570, but the bug can be seen with an
Intel HD 4000 IGP.

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


[Libreoffice-bugs] [Bug 118490] Style of edges in cell/paragraph formatting don’t show

2018-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118490

Aron Budea  changed:

   What|Removed |Added

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

--- Comment #9 from Aron Budea  ---
Seems like the issue isn't gone with Intel IGPs, let me reopen the older bug,
and mark this as duplicate.

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

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


[Libreoffice-bugs] [Bug 107966] OPENGL: Format Cells/Borders/Line Styles - not drawn

2018-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107966

--- Comment #6 from Aron Budea  ---
*** Bug 118490 has been marked as a duplicate of this bug. ***

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


[Libreoffice-bugs] [Bug 108897] [META] XLSX (OOXML) bug tracker

2018-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108897

Aron Budea  changed:

   What|Removed |Added

 Depends on||99438


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=99438
[Bug 99438] FILESAVE Can't save a spreadsheet as .xltx (xlsx template)
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 99438] FILESAVE Can't save a spreadsheet as .xltx (xlsx template)

2018-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99438

Aron Budea  changed:

   What|Removed |Added

 CC||ba...@caesar.elte.hu
 Blocks||108897


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 99438] FILESAVE Can't save a spreadsheet as .xltx (xlsx template)

2018-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99438

Aron Budea  changed:

   What|Removed |Added

 CC||flywi...@gmail.com

--- Comment #2 from Aron Budea  ---
*** Bug 118462 has been marked as a duplicate of this bug. ***

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


[Libreoffice-bugs] [Bug 118462] Cannot Save Excel 2007-2013 XML Template (.xltx)

2018-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118462

Aron Budea  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||ba...@caesar.elte.hu
 Resolution|--- |DUPLICATE

--- Comment #2 from Aron Budea  ---
Apparently this has already been reported, setting as duplicate.

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

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


[Libreoffice-bugs] [Bug 108897] [META] XLSX (OOXML) bug tracker

2018-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108897

Aron Budea  changed:

   What|Removed |Added

 Depends on||118463


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=118463
[Bug 118463] Cannot Save Excel 2007-2013 XML Macro-Enabled Template (.xltm)
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 118463] Cannot Save Excel 2007-2013 XML Macro-Enabled Template (.xltm)

2018-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118463

Aron Budea  changed:

   What|Removed |Added

 Blocks||108897


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 118463] Cannot Save Excel 2007-2013 XML Macro-Enabled Template (.xltm)

2018-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118463

Aron Budea  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
Version|6.0.4.2 release |Inherited From OOo
 CC||ba...@caesar.elte.hu
   Keywords||filter:xlsx
 Ever confirmed|0   |1

--- Comment #2 from Aron Budea  ---
Seems logical that this should be supported (with the usual limitations that
come with Excel macro support in LO), confirming.

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


[Libreoffice-bugs] [Bug 117936] [META] Refactor CommonSalLayout font handling regressions

2018-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117936

Aron Budea  changed:

   What|Removed |Added

 Depends on||118475


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=118475
[Bug 118475] OPENGL: bad rendering of text in charts.
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 118475] OPENGL: bad rendering of text in charts.

2018-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118475

Aron Budea  changed:

   What|Removed |Added

 CC||ba...@caesar.elte.hu
 Blocks||117936

--- Comment #2 from Aron Budea  ---
I can't reproduce this exact issue, and see the text in the chart fine, even
after clicking into & out of it.

However, I get bad font previews in Writer's Character or Calc's Format
Cells/Font dialog (for Asian text fonts), and that looks very similar. That
issue starts with the commit mentioned in bug 117936, so I'm going to add this
bug to that metabug.


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 85731] Allow setting different hyphenation characters

2018-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=85731

--- Comment #12 from Volga  ---
I think LibreOffice should also add this option in Settings.

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


[Libreoffice-commits] core.git: uitest/loginterpreter.py

2018-07-01 Thread Saurav Chirania
 uitest/loginterpreter.py |   31 ---
 1 file changed, 12 insertions(+), 19 deletions(-)

New commits:
commit 5560a23cbc1e61cf55bb8c98202d7c93e21f60f1
Author: Saurav Chirania 
Date:   Sat Jun 30 14:37:46 2018 +0530

uitest interpreter: let's use argparse to parse arguments

Reasons to do this-
1) We will add more arguments in future,
handling them manually will be time consuming.
2) Argparse generates a useful help message automatically.

Change-Id: I7ce8cc2746f7774c4fa7cd5b173da637e10a770b
Reviewed-on: https://gerrit.libreoffice.org/56777
Tested-by: Jenkins
Reviewed-by: Saurav Chirania 

diff --git a/uitest/loginterpreter.py b/uitest/loginterpreter.py
index efdef95c6473..9da08dd0acb9 100644
--- a/uitest/loginterpreter.py
+++ b/uitest/loginterpreter.py
@@ -9,11 +9,7 @@
 
 import os
 import sys
-
-def usage():
-message = "usage: {program} inputfile outputfile"
-
-print(message.format(program = os.path.basename(sys.argv[0])))
+import argparse
 
 def parse_line(line):
 """
@@ -37,19 +33,16 @@ def parse_line(line):
 dict[key] = val
 return dict
 
-def parse_args(argv):
+def parse_args():
 """
 This function parses the command-line arguments
 to get the input and output file details
 """
-if len(argv) != 3:
-usage()
-sys.exit(1)
-else:
-input_address = argv[1]
-output_address = argv[2]
-
-return input_address, output_address
+parser = argparse.ArgumentParser(description = "Generate a UI test file 
from log")
+parser.add_argument("input_address", type = str, help = "The log file 
address")
+parser.add_argument("output_address", type = str, help = "The test file 
address")
+args = parser.parse_args()
+return args
 
 def get_log_file(input_address):
 try:
@@ -57,7 +50,7 @@ def get_log_file(input_address):
 content = f.readlines()
 except IOError as err:
 print("IO error: {0}".format(err))
-usage()
+print("Use " + os.path.basename(sys.argv[0]) + " -h to get usage 
instructions")
 sys.exit(1)
 
 content = [x.strip() for x in content]
@@ -68,7 +61,7 @@ def initiate_test_generation(address):
 f = open(address,"w")
 except IOError as err:
 print("IO error: {0}".format(err))
-usage()
+print("Use " + os.path.basename(sys.argv[0]) + " -h to get usage 
instructions")
 sys.exit(1)
 initial_text = \
 "from uitest.framework import UITestCase\n" + \
@@ -152,9 +145,9 @@ def get_test_line_from_two_log_lines(log_line1,log_line2):
 return test_line
 
 def main():
-input_address, output_address = parse_args(sys.argv)
-log_lines = get_log_file(input_address)
-output_stream = initiate_test_generation(output_address)
+args = parse_args()
+log_lines = get_log_file(args.input_address)
+output_stream = initiate_test_generation(args.output_address)
 line_number = 0
 while line_number < len(log_lines):
 if line_number == len(log_lines)-1 or \
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 98440] Copy and Paste of table rows un-does merging

2018-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98440

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 43438] EDITING: Rearranging Chapters Using the Navigator does not Work with Documents which are Opened Read-only

2018-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=43438

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 73668] text not rendered fully (cut off) when editing 90deg rotated rectangle

2018-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=73668

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 85398] To cut table contents does not set document-modified flag

2018-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=85398

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 96363] "Edit Document" button (shown on read only documents) is not tab focusable

2018-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96363

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 48606] Property "Open file read-only" of New Document is not saved (OK with existing document)

2018-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=48606

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 91016] Not possible to switch between Web and Print layouts in read-only mode

2018-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91016

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 70007] Line cut in header text with small font size

2018-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=70007

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 95553] Print booklet pages small and off center

2018-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95553

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 62845] Option for "Document Viewer Mode" (read-only mode by default) required.

2018-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=62845

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 38139] Copy and paste with mouse between spreadsheets on different computers results in OLE object

2018-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=38139

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 77157] Other: Dialogue Text is Wrong if Document is Switched to Read-only Mode

2018-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=77157

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 68976] Formulas change after cut and paste special action with Transpose

2018-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=68976

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 85798] Custom animation motion path preview cuts preview short

2018-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=85798

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 107338] Splash screen progress bar is flickering and progress is starting three times after resetting setting in safe mode

2018-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107338

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 98063] EDITING read-only mode allows cut and paste with mouse in Linux

2018-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98063

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 103620] Missing Error Message if You try to Rename a Template which is Read-Only

2018-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103620

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 101778] Several Icons of Toolbars are not greyed, if Document is in Read-only mode

2018-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101778

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 54255] MATCH does not find empty cells

2018-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=54255

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 80744] FILEOPEN: row height cuts off the top of the text in .xls file

2018-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=80744

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 108356] FILESAVE: Master slide background image set as tiled when exporting to PPTX

2018-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108356

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 106718] In read-only text documents, when selection cursor enabled, only arrows keys allow to navigate through documents

2018-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106718

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 105262] Copy image isn't working in Read-only mode

2018-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105262

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 87544] MENUS: Edit > Paste entry enabled when in Read-Only Mode

2018-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=87544

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 103862] UI: Missing read-only option in form designer for table column of type check box

2018-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103862

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 89893] When a document is in read-only mode, Edit->Track Changes->{Next, Previous} Change are greyed out

2018-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89893

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 106539] Headers/footers cut off in this XLS/XLSX when exported to PDF/printed

2018-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106539

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 118491] Default directory for applications

2018-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118491

--- Comment #1 from himajin100...@gmail.com ---
I don't think Libreoffice has an option for "each" application, but at least an
option to set the default path for all application seems existing.

Follow 
1. Tools->Options from Mainmenu
2. in the left tree, follow LibreOffice/Paths
3. There is an item with "My Documents". edit this.

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


[Libreoffice-bugs] [Bug 118287] LibreOffice should using native dialog box interface on Windows

2018-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118287

--- Comment #4 from Volga  ---
(In reply to Caolán McNamara from comment #2)
> I'm not planning to do a native windows equivalent, though it may be
> possible. Using GTK on windows is another possibility.
Oh yeah, my imagination is to call Win32 API directly, however using GTK on
windows is also good choice.

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


[Libreoffice-bugs] [Bug 118497] Page number displayed status bar is always 1 and the total is incorrect as new pages are created.

2018-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118497

Aron Budea  changed:

   What|Removed |Added

   See Also|https://bugs.documentfounda |
   |tion.org/show_bug.cgi?id=11 |
   |6208|
 Resolution|--- |DUPLICATE
 CC||ba...@caesar.elte.hu
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Aron Budea  ---
Thanks for the report! This is a duplicate of bug 116208, which has been fixed
recently. The fix will come as part of 6.1.0.1.

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

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


[Libreoffice-bugs] [Bug 118497] Page number displayed status bar is always 1 and the total is incorrect as new pages are created.

2018-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118497

himajin100...@gmail.com changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 118190] EDITING Pasting font formatted cells in a new sheet skews new text

2018-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118190

--- Comment #7 from champi  ---
Reproducible in

バージョン: 6.0.2.1 (x64)
Build ID: f7f06a8f319e4b62f9bc5095aa112a65d2f3ac89
CPU threads: 4; OS:Windows 10.0; UI render: default; 
ロケール: ja-JP (ja_JP); Calc: CL

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


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

2018-07-01 Thread Takeshi Abe
 sc/source/core/tool/interpr2.cxx |7 +--
 1 file changed, 1 insertion(+), 6 deletions(-)

New commits:
commit d6aa070267f95fbcc6024ca42b8473ef08df81c7
Author: Takeshi Abe 
Date:   Thu Jun 28 17:44:42 2018 +0900

sc: Replace DblMin() with std::min()

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

diff --git a/sc/source/core/tool/interpr2.cxx b/sc/source/core/tool/interpr2.cxx
index 7846d0d162b6..682867b8ef18 100644
--- a/sc/source/core/tool/interpr2.cxx
+++ b/sc/source/core/tool/interpr2.cxx
@@ -1781,11 +1781,6 @@ double ScInterpreter::ScInterVDB(double fCost, double 
fSalvage, double fLife,
 return fVdb;
 }
 
-inline double DblMin( double a, double b )
-{
-return (a < b) ? a : b;
-}
-
 void ScInterpreter::ScVDB()
 {
 nFuncFmtType = SvNumFormatType::CURRENCY;
@@ -1826,7 +1821,7 @@ void ScInterpreter::ScVDB()
 
 //respect partial period in the Beginning/ End:
 if ( i == nLoopStart+1 )
-fTerm *= ( DblMin( fEnd, fIntStart + 1.0 ) - fStart );
+fTerm *= ( std::min( fEnd, fIntStart + 1.0 ) - fStart 
);
 else if ( i == nLoopEnd )
 fTerm *= ( fEnd + 1.0 - fIntEnd );
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 118497] New: Page number displayed status bar is always 1 and the total is incorrect as new pages are created.

2018-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118497

Bug ID: 118497
   Summary: Page number displayed status bar is always 1 and the
total is incorrect as new pages are created.
   Product: LibreOffice
   Version: 6.1.0.0.beta2+
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: rob...@tachez.com

Version: 6.1.0.0.beta2 (x64)
Build ID: 0f4d2060bc90b4008fbc8e6d9a49ec7eeea60b78
CPU threads: 8; OS: Windows 10.0; UI render: GL; 
Locale: en-US (en_US); Calc: CL

While typing new pages, noticed that the page total in the bottom left of the
status bar wasn't increasing.  Then noticed that the page I was on wasn't 1 of
25 but more like 20 of 30.  Page 1 of 25 was always shown even upon entering
ctrl+enter .  In order to get page total to be correct, the document has to be
closed and reopened.  The words and characters also are unchanging.

To reproduce:
1. Open an new LibreOffice Writer document.
2. Press Ctrl+Enter repeatedly.
3. Type a sentence and watch the words, characters.
   The current page number never changes and the page count stays the same.
   Page 1 of 1  |  0 words, 0 characters
4. Save the document.
5. Close the document.
6. Open the document and the totals now appear.

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


[Libreoffice-bugs] [Bug 118493] xlt file with macros BASIC runtime error. '423' Panes

2018-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118493

Joel Madero  changed:

   What|Removed |Added

   Hardware|x86-64 (AMD64)  |All
 Status|UNCONFIRMED |NEW
 OS|Linux (All) |All
 Ever confirmed|0   |1
   Severity|normal  |enhancement
 CC||jmadero@gmail.com

--- Comment #4 from Joel Madero  ---
VBA isn't supported. Wishlist.

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


[Libreoffice-bugs] [Bug 118496] New: Equations in PowerPoint are badly imported

2018-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118496

Bug ID: 118496
   Summary: Equations in PowerPoint are badly imported
   Product: LibreOffice
   Version: 6.2.0.0.alpha0+ Master
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: rb.hensc...@t-online.de

Created attachment 143262
  --> https://bugs.documentfoundation.org/attachment.cgi?id=143262=edit
Equation in PowerPoint

Open attached document. You will see an equation which is shown as image and as
formula. [The error that it is shown twice is tracked in bug 117658.] Move the
image away and double-click the formula. You should get the Math editor. Look
at the command window. On the left side you see a lot of brackets stacked.
Depending on your installed fonts you might see "missing glyph" characters in
the formula. They belong to the characters U+1d465 (x) and U+1d45b (n). Now
replace these characters with the corresponding normal characters x and n. The
brackets will be rendered as they should when you are finished.

Problems are:
The command window cannot properly handle this unicode range.
The glyphs of this range have an italic appearance by itself and they are put
to italic by LibreOffice in addition. That looks not nice.
Many fonts incl. OpenSymbol, Liberation family, and Noto family do not have
glyphs in that Unicode range.

The equation looks better in presentation mode. But here too the setting
"italic" on the variable is ugly. If you use menu Format > Font and disable
italic for Category Variable, you can see, that it looks better.

Expected: The formula renders nearly the same as shown in the image.

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


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

2018-07-01 Thread Vikas
 sc/source/filter/xml/XMLExportDatabaseRanges.cxx |  140 +++
 sc/source/filter/xml/XMLExportDatabaseRanges.hxx |4 
 2 files changed, 73 insertions(+), 71 deletions(-)

New commits:
commit b30b4e9c7c492542e1ae726e2e45627ee33f7cd5
Author: Vikas 
Date:   Fri Jun 29 12:19:58 2018 +0530

Move writesort() method from WriteDatabaseRange to free function

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

diff --git a/sc/source/filter/xml/XMLExportDatabaseRanges.cxx 
b/sc/source/filter/xml/XMLExportDatabaseRanges.cxx
index a11a796a7e3d..187d63383723 100644
--- a/sc/source/filter/xml/XMLExportDatabaseRanges.cxx
+++ b/sc/source/filter/xml/XMLExportDatabaseRanges.cxx
@@ -52,6 +52,71 @@
 using namespace com::sun::star;
 using namespace xmloff::token;
 
+void writeSort(ScXMLExport& mrExport, const ScSortParam& aParam, const 
ScRange& aRange, const ScDocument* mpDoc)
+{
+// Count sort items first.
+size_t nSortCount = 0;
+for (; nSortCount < aParam.GetSortKeyCount(); ++nSortCount)
+{
+if (!aParam.maKeyState[nSortCount].bDoSort)
+break;
+}
+
+if (!nSortCount)
+// Nothing to export.
+return;
+
+ScAddress aOutPos(aParam.nDestCol, aParam.nDestRow, aParam.nDestTab);
+
+if (!aParam.bIncludePattern)
+mrExport.AddAttribute(XML_NAMESPACE_TABLE, XML_BIND_STYLES_TO_CONTENT, 
XML_FALSE);
+
+if (!aParam.bInplace)
+{
+OUString aStr;
+ScRangeStringConverter::GetStringFromAddress(
+aStr, aOutPos, mpDoc, ::formula::FormulaGrammar::CONV_OOO);
+mrExport.AddAttribute(XML_NAMESPACE_TABLE, XML_TARGET_RANGE_ADDRESS, 
aStr);
+}
+
+if (aParam.bCaseSens)
+mrExport.AddAttribute(XML_NAMESPACE_TABLE, XML_CASE_SENSITIVE, 
XML_TRUE);
+
+mrExport.AddLanguageTagAttributes( XML_NAMESPACE_TABLE, 
XML_NAMESPACE_TABLE, aParam.aCollatorLocale, false);
+if (!aParam.aCollatorAlgorithm.isEmpty())
+mrExport.AddAttribute(XML_NAMESPACE_TABLE, XML_ALGORITHM, 
aParam.aCollatorAlgorithm);
+
+SvXMLElementExport aElemS(mrExport, XML_NAMESPACE_TABLE, XML_SORT, true, 
true);
+
+SCCOLROW nFieldStart = aParam.bByRow ? aRange.aStart.Col() : 
aRange.aStart.Row();
+
+for (size_t i = 0; i < nSortCount; ++i)
+{
+// Convert field value from absolute to relative.
+SCCOLROW nField = aParam.maKeyState[i].nField - nFieldStart;
+mrExport.AddAttribute(XML_NAMESPACE_TABLE, XML_FIELD_NUMBER, 
OUString::number(nField));
+
+if (!aParam.maKeyState[i].bAscending)
+mrExport.AddAttribute(XML_NAMESPACE_TABLE, XML_ORDER, 
XML_DESCENDING);
+
+if (aParam.bUserDef)
+{
+OUStringBuffer aBuf;
+aBuf.append(SC_USERLIST);
+aBuf.append(static_cast(aParam.nUserIndex));
+mrExport.AddAttribute(XML_NAMESPACE_TABLE, XML_DATA_TYPE, 
aBuf.makeStringAndClear());
+}
+else
+{
+// Right now we only support automatic field type.  In the
+// future we may support numeric or alphanumeric field type.
+mrExport.AddAttribute(XML_NAMESPACE_TABLE, XML_DATA_TYPE, 
XML_AUTOMATIC);
+}
+
+SvXMLElementExport aElemSb(mrExport, XML_NAMESPACE_TABLE, XML_SORT_BY, 
true, true);
+}
+}
+
 ScXMLExportDatabaseRanges::ScXMLExportDatabaseRanges(ScXMLExport& rTempExport)
 : rExport(rTempExport),
 pDoc( nullptr )
@@ -207,9 +272,12 @@ private:
 
 SvXMLElementExport aElemDR(mrExport, XML_NAMESPACE_TABLE, 
XML_DATABASE_RANGE, true, true);
 
+ScSortParam aParam;
+rData.GetSortParam(aParam);
+
 writeImport(rData);
 writeFilter(rData);
-writeSort(rData);
+writeSort(mrExport, aParam, aRange, mpDoc);
 writeSubtotals(rData);
 }
 
@@ -294,76 +362,6 @@ private:
 }
 }
 
-void writeSort(const ScDBData& rData)
-{
-ScSortParam aParam;
-rData.GetSortParam(aParam);
-
-// Count sort items first.
-size_t nSortCount = 0;
-for (; nSortCount < aParam.GetSortKeyCount(); ++nSortCount)
-{
-if (!aParam.maKeyState[nSortCount].bDoSort)
-break;
-}
-
-if (!nSortCount)
-// Nothing to export.
-return;
-
-ScAddress aOutPos(aParam.nDestCol, aParam.nDestRow, aParam.nDestTab);
-
-if (!aParam.bIncludePattern)
-mrExport.AddAttribute(XML_NAMESPACE_TABLE, 
XML_BIND_STYLES_TO_CONTENT, XML_FALSE);
-
-if (!aParam.bInplace)
-{
-OUString aStr;
-ScRangeStringConverter::GetStringFromAddress(
-aStr, aOutPos, mpDoc, ::formula::FormulaGrammar::CONV_OOO);
-mrExport.AddAttribute(XML_NAMESPACE_TABLE, 
XML_TARGET_RANGE_ADDRESS, aStr);
-}
-
-if (aParam.bCaseSens)
-   

[Libreoffice-bugs] [Bug 118492] (Correct) SQL-Query (wrongly) returns 0 (null) Values in specific Column. DBMS: PostgreSQL

2018-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118492

--- Comment #1 from Drew Jensen  ---
Created attachment 143261
  --> https://bugs.documentfoundation.org/attachment.cgi?id=143261=edit
query after change

I'm using a fresh postgresql 10 install on Ubuntu 18.04 and Libo with
postgres:SDBC. 

Created the three tables and a few records.

SELECT "SP"."id", "SP"."hämo", "S"."situation" 
FROM "situation_p" "SP", "situation" "S" 
WHERE "SP"."situation" = "S"."id"

got just the output you did in Base

changed it to: 

SELECT "SP"."id", "SP"."hämo", "S"."situation" 
FROM "situation_p" "SP", "situation" "S" 
WHERE "S"."id" = "SP"."situation"

and get what seems to be what you are looking for. (screen shot attached)

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


[Libreoffice-bugs] [Bug 118262] Use of Print Options is not Transparent

2018-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118262

Susan Gessing  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #3 from Susan Gessing  ---

Using Windows 8.1, I followed the steps as noted and obtained the exact results
mentioned. Used the following for the testing:

Version: 6.2.0.0.alpha0+
Build ID: b1740fba0d1e6e3d69c3781734509317f42a0e4f
CPU threads: 4; OS: Windows 6.3; UI render: GL; 
TinderBox: Win-x86@42, Branch:master, Time: 2018-06-15_08:49:04
Locale: en-US (en_US); Calc: CL

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


[Libreoffice-bugs] [Bug 102907] Blue selection indicator for characters and words does not show when text is rotated 90°

2018-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102907

Gerhard Weydt  changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED

--- Comment #12 from Gerhard Weydt  ---
could verify it with:

Version: 6.2.0.0.alpha0+ (x64)
Build-ID: d8733e2c59f120acf9feddff04964becc3358621
CPU-Threads: 4; BS: Windows 10.0; UI-Render: GL; 
TinderBox: Win-x86_64@62-TDF, Branch:master, Time: 2018-06-26_11:09:03
Gebietsschema: de-DE (de_DE); Calc: CL

Version: 6.1.0.0.beta2 (x64)
Build-ID: 0f4d2060bc90b4008fbc8e6d9a49ec7eeea60b78
CPU-Threads: 4; BS: Windows 10.0; UI-Render: GL; 
Gebietsschema: de-DE (de_DE); Calc: CL

(but only with OpenGL deactivated, see Bug 118495 - Vertical text is illegible
in almost all cases)

Setting Verified

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


[Libreoffice-bugs] [Bug 118495] New: Vertical text is illegible in almost all cases

2018-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118495

Bug ID: 118495
   Summary: Vertical text is illegible in almost all cases
   Product: LibreOffice
   Version: 6.1.0.0.beta2+
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: gerhard.we...@t-online.de

Description:
This seems to be a bug connected with OpenGL. I encounter it when OpenGL is
active, but not when it's inactive.
Create a new writer document, type some characters, select them, then set the
orientation to vertical via Format -> Character -> Position (not completely
sure about the english wording). It doesn't seem to matter whether you choose
90° or 270°.
In most cases the text is not intelligible any longer. Changing the font will
normally make it readable again, but subsequent changes of orientation or font
will sommetimes make it illegible again, and then also "undo" will often not
restore a legible text.
Sorry, there's a lot of not really exact and always reproducible information,
but that's the fact!
Remark: I very often read the suggestion to deactivate OpenGL when people
report problems regarding the user interface. I start wondering why OpenGL is
by default active, then.

Actual Results:


Expected Results:



Reproducible: Always


User Profile Reset: No


OpenGL enabled: Yes

Additional Info:

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


[Libreoffice-bugs] [Bug 107697] Text with equations in .pptx file shows double in Impress

2018-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107697

Regina Henschel  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE
 CC||rb.hensc...@t-online.de

--- Comment #5 from Regina Henschel  ---
I keep bug 117658 although it is newer, because it is bibisected.

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

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


[Libreoffice-bugs] [Bug 117658] equations appear twice in pptx import

2018-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117658

Regina Henschel  changed:

   What|Removed |Added

 CC||l...@iapp.de

--- Comment #6 from Regina Henschel  ---
*** Bug 107697 has been marked as a duplicate of this bug. ***

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


[Libreoffice-bugs] [Bug 108226] [META] PPTX (OOXML) bug tracker

2018-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108226
Bug 108226 depends on bug 107697, which changed state.

Bug 107697 Summary: Text with equations in .pptx file shows double in Impress
https://bugs.documentfoundation.org/show_bug.cgi?id=107697

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE

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


[Libreoffice-bugs] [Bug 118262] Use of Print Options is not Transparent

2018-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118262

Susan Gessing  changed:

   What|Removed |Added

 CC||susanjea...@yahoo.com

--- Comment #2 from Susan Gessing  ---

I followed all 15 steps and obtained every result that is mentioned here.
Exactly. The steps to reproduce this issue are clear and concise; very nice
job. The build I tested was the following. I will test 6.2.0.0 next. I am using
Windows 8.1.

Version: 6.0.5.2 (x64)
Build ID: 54c8cbb85f300ac59db32fe8a675ff7683cd5a16
CPU threads: 4; OS: Windows 6.3; UI render: GL; 
Locale: en-US (en_US); Calc: CL

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


[Libreoffice-commits] online.git: loleaflet/js loleaflet/src

2018-07-01 Thread Henry Castro
 loleaflet/js/main.js |2 ++
 loleaflet/js/toolbar.js  |5 -
 loleaflet/src/map/Map.js |8 +++-
 3 files changed, 5 insertions(+), 10 deletions(-)

New commits:
commit 68ce5cac97b6c8754e8b68fec2b0b187008305f7
Author: Henry Castro 
Date:   Sun Jul 1 17:08:06 2018 -0400

loleaflet: disable default context menu, part 2

Change-Id: I92548bffdfd96811155560b77ff28e49f3289ba4

diff --git a/loleaflet/js/main.js b/loleaflet/js/main.js
index cc1682338..ad38b45ca 100644
--- a/loleaflet/js/main.js
+++ b/loleaflet/js/main.js
@@ -86,4 +86,6 @@ window.addEventListener('beforeunload', function () {
}
 });
 
+L.DomEvent.on(document, 'contextmenu', L.DomEvent.preventDefault);
+
 }(window));
diff --git a/loleaflet/js/toolbar.js b/loleaflet/js/toolbar.js
index 3a11ca28d..387913c67 100644
--- a/loleaflet/js/toolbar.js
+++ b/loleaflet/js/toolbar.js
@@ -695,7 +695,6 @@ function createToolbar() {
insertShapes();
}
});
-   toolbar.contextmenu(function() { return false; });
toolbar.bind('touchstart', function() {
w2ui['toolbar-up'].touchStarted = true;
});
@@ -725,7 +724,6 @@ function createToolbar() {
$('#formulaInput').off('focus', 
onFormulaBarFocus).on('focus', onFormulaBarFocus);
}
});
-   toolbar.contextmenu(function() { return false; });
toolbar.bind('touchstart', function() {
w2ui['formulabar'].touchStarted = true;
});
@@ -751,7 +749,6 @@ function createToolbar() {
hideTooltip(this, e.target);
}
});
-   toolbar.contextmenu(function() { return false; });
toolbar.bind('touchstart', function() {
w2ui['spreadsheet-toolbar'].touchStarted = true;
});
@@ -774,7 +771,6 @@ function createToolbar() {
hideTooltip(this, e.target);
}
});
-   toolbar.contextmenu(function() { return false; });
toolbar.bind('touchstart', function() {
w2ui['presentation-toolbar'].touchStarted = true;
});
@@ -843,7 +839,6 @@ function createToolbar() {
$('#search-input').off('keydown', 
onSearchKeyDown).on('keydown', onSearchKeyDown);
}
});
-   toolbar.contextmenu(function() { return false; });
toolbar.bind('touchstart', function() {
w2ui['toolbar-down'].touchStarted = true;
});
diff --git a/loleaflet/src/map/Map.js b/loleaflet/src/map/Map.js
index 425c9df24..609153900 100644
--- a/loleaflet/src/map/Map.js
+++ b/loleaflet/src/map/Map.js
@@ -90,10 +90,6 @@ L.Map = L.Evented.extend({
this._clipboardContainer = L.clipboardContainer();
this.addLayer(this._clipboardContainer);
 
-   // Inhibit the context menu - the browser thinks that the 
document
-   // is just a bunch of images, hence the context menu is useless 
(tdf#94599)
-   this.on('contextmenu', function() {});
-
// When all these conditions are met, fire 
statusindicator:initializationcomplete
this.initConditions = {
'doclayerinit': false,
@@ -707,6 +703,8 @@ L.Map = L.Evented.extend({
this._fileDownloader = L.DomUtil.create('iframe', '', 
container);
L.DomUtil.setStyle(this._fileDownloader, 'display', 'none');
 
+   L.DomEvent.on(this._resizeDetector.contentWindow, 
'contextmenu', L.DomEvent.preventDefault);
+   L.DomEvent.on(this._fileDownloader.contentWindow, 
'contextmenu', L.DomEvent.preventDefault);
L.DomEvent.addListener(container, 'scroll', this._onScroll, 
this);
container._leaflet = true;
},
@@ -831,7 +829,7 @@ L.Map = L.Evented.extend({
var onOff = remove ? 'off' : 'on';
 
L.DomEvent[onOff](this._container, 'click dblclick mousedown 
mouseup ' +
-   'mouseover mouseout mousemove contextmenu dragover drop 
' +
+   'mouseover mouseout mousemove dragover drop ' +
'trplclick qdrplclick', this._handleDOMEvent, this);
 
if (this.options.trackResize && 
this._resizeDetector.contentWindow) {
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] online.git: loleaflet/js

2018-07-01 Thread Henry Castro
 loleaflet/js/toolbar.js |   31 +++
 1 file changed, 31 insertions(+)

New commits:
commit 43a7b465bf9f4ace49b0bc88c771a99834826a6d
Author: Henry Castro 
Date:   Mon Jun 25 17:28:26 2018 -0400

lolefalet: mobile mode, hide tooltips

Change-Id: I0bc1f10184f63318c483b590139d570380a47222
Reviewed-on: https://gerrit.libreoffice.org/56421
Reviewed-by: Jan Holesovsky 
Tested-by: Jan Holesovsky 

diff --git a/loleaflet/js/toolbar.js b/loleaflet/js/toolbar.js
index 02e7e204a..3a11ca28d 100644
--- a/loleaflet/js/toolbar.js
+++ b/loleaflet/js/toolbar.js
@@ -573,6 +573,15 @@ function onColorPick(id, color) {
map.focus();
 }
 
+function hideTooltip(toolbar, id) {
+   if (toolbar.touchStarted) {
+   setTimeout(function() {
+   toolbar.tooltipHide(id, {});
+   }, 5000)
+   toolbar.touchStarted = false;
+   }
+}
+
 var stylesSelectValue;
 var fontsSelectValue;
 var fontsizesSelectValue;
@@ -657,6 +666,7 @@ function createToolbar() {
],
onClick: function (e) {
onClick(e, e.target);
+   hideTooltip(this, e.target);
},
onRefresh: function() {
if (map.getDocType() === 'presentation') {
@@ -686,6 +696,9 @@ function createToolbar() {
}
});
toolbar.contextmenu(function() { return false; });
+   toolbar.bind('touchstart', function() {
+   w2ui['toolbar-up'].touchStarted = true;
+   });
 
toolbar = $('#formulabar');
toolbar.w2toolbar({
@@ -703,6 +716,7 @@ function createToolbar() {
],
onClick: function (e) {
onClick(e, e.target);
+   hideTooltip(this, e.target);
},
onRefresh: function() {
$('#addressInput').off('keyup', 
onAddressInput).on('keyup', onAddressInput);
@@ -712,6 +726,10 @@ function createToolbar() {
}
});
toolbar.contextmenu(function() { return false; });
+   toolbar.bind('touchstart', function() {
+   w2ui['formulabar'].touchStarted = true;
+   });
+
$(w2ui.formulabar.box).find('.w2ui-scroll-left, 
.w2ui-scroll-right').hide();
w2ui.formulabar.on('resize', function(target, e) {
e.isCancelled = true;
@@ -730,9 +748,13 @@ function createToolbar() {
],
onClick: function (e) {
onClick(e, e.target);
+   hideTooltip(this, e.target);
}
});
toolbar.contextmenu(function() { return false; });
+   toolbar.bind('touchstart', function() {
+   w2ui['spreadsheet-toolbar'].touchStarted = true;
+   });
 
toolbar = $('#presentation-toolbar');
toolbar.w2toolbar({
@@ -749,9 +771,13 @@ function createToolbar() {
],
onClick: function (e) {
onClick(e, e.target);
+   hideTooltip(this, e.target);
}
});
toolbar.contextmenu(function() { return false; });
+   toolbar.bind('touchstart', function() {
+   w2ui['presentation-toolbar'].touchStarted = true;
+   });
 
toolbar = $('#toolbar-down');
toolbar.w2toolbar({
@@ -792,6 +818,7 @@ function createToolbar() {
{type: 'button',  id: 'zoomin', img: 'zoomin', hint: 
_UNO('.uno:ZoomPlus')}
],
onClick: function (e) {
+   hideTooltip(this, e.target);
if (e.item.id === 'userlist') {
setTimeout(function() {
var cBox = $('#follow-checkbox')[0];
@@ -816,6 +843,10 @@ function createToolbar() {
$('#search-input').off('keydown', 
onSearchKeyDown).on('keydown', onSearchKeyDown);
}
});
+   toolbar.contextmenu(function() { return false; });
+   toolbar.bind('touchstart', function() {
+   w2ui['toolbar-down'].touchStarted = true;
+   });
 }
 
 var userJoinedPopupMessage = '' + _('%user has joined') + '';
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] online.git: loleaflet/js

2018-07-01 Thread Henry Castro
 loleaflet/js/toolbar.js |5 +
 1 file changed, 5 insertions(+)

New commits:
commit 276e36797764335ad3a809494910068dc7fcfc0a
Author: Henry Castro 
Date:   Mon Jun 25 07:42:59 2018 -0400

loleaflet: set bottom position of tooltip

Change-Id: I2ff39ce70df1f87788b7d5a1233cd97d2d0af5d7
Reviewed-on: https://gerrit.libreoffice.org/56392
Reviewed-by: Jan Holesovsky 
Tested-by: Jan Holesovsky 

diff --git a/loleaflet/js/toolbar.js b/loleaflet/js/toolbar.js
index 18fe88e36..02e7e204a 100644
--- a/loleaflet/js/toolbar.js
+++ b/loleaflet/js/toolbar.js
@@ -581,6 +581,7 @@ function createToolbar() {
var toolbar = $('#toolbar-up');
toolbar.w2toolbar({
name: 'toolbar-up',
+   tooltip: 'bottom',
items: [
{type: 'menu', id: 'menu-wrap', caption: _('Textwrap'), 
items: [
{ text: _('No wrap'), id: 'wrap-WrapOff' },
@@ -689,6 +690,7 @@ function createToolbar() {
toolbar = $('#formulabar');
toolbar.w2toolbar({
name: 'formulabar',
+   tooltip: 'bottom',
items: [
{type: 'html',  id: 'left'},
{type: 'html', id: 'address', html: ''},
@@ -718,6 +720,7 @@ function createToolbar() {
toolbar = $('#spreadsheet-toolbar')
toolbar.w2toolbar({
name: 'spreadsheet-toolbar',
+   tooltip: 'bottom',
items: [
{type: 'button',  id: 'firstrecord',  img: 
'firstrecord', hidden: true, hint: _('First sheet')},
{type: 'button',  id: 'prevrecord',  img: 'prevrecord', 
hidden: true, hint: _('Previous sheet')},
@@ -734,6 +737,7 @@ function createToolbar() {
toolbar = $('#presentation-toolbar');
toolbar.w2toolbar({
name: 'presentation-toolbar',
+   tooltip: 'bottom',
items: [
{type: 'html',  id: 'left'},
{type: 'button',  id: 'presentation', img: 
'presentation', hidden:true, hint: _('Fullscreen presentation')},
@@ -752,6 +756,7 @@ function createToolbar() {
toolbar = $('#toolbar-down');
toolbar.w2toolbar({
name: 'toolbar-down',
+   tooltip: 'top',
items: [
{type: 'html',  id: 'search',
 html: '' +
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] online.git: loleaflet/js

2018-07-01 Thread Henry Castro
 loleaflet/js/toolbar.js |4 
 1 file changed, 4 insertions(+)

New commits:
commit 22416fc45cba98222a02a044abb9c55b038d7ae3
Author: Henry Castro 
Date:   Mon Jun 18 15:04:53 2018 -0400

loleaflet: disable the overflow buttons on the formula toolbar

Change-Id: I788625dd5c7fbd96372a19f3cdbcbefdddeb51c8
Reviewed-on: https://gerrit.libreoffice.org/56059
Reviewed-by: Jan Holesovsky 
Tested-by: Jan Holesovsky 
Reviewed-on: https://gerrit.libreoffice.org/56783
Reviewed-by: Henry Castro 
Tested-by: Henry Castro 

diff --git a/loleaflet/js/toolbar.js b/loleaflet/js/toolbar.js
index 34382ea36..18fe88e36 100644
--- a/loleaflet/js/toolbar.js
+++ b/loleaflet/js/toolbar.js
@@ -710,6 +710,10 @@ function createToolbar() {
}
});
toolbar.contextmenu(function() { return false; });
+   $(w2ui.formulabar.box).find('.w2ui-scroll-left, 
.w2ui-scroll-right').hide();
+   w2ui.formulabar.on('resize', function(target, e) {
+   e.isCancelled = true;
+   });
 
toolbar = $('#spreadsheet-toolbar')
toolbar.w2toolbar({
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 118490] Style of edges in cell/paragraph formatting don’t show

2018-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118490

--- Comment #8 from roze...@mrog.org ---
I have 2 graphic cards here (don’t know which one is used for OpenGL):
Intel(R) HD Graphics 5500
NVIDIA GeForce 830M

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


[Libreoffice-bugs] [Bug 118490] Style of edges in cell/paragraph formatting don’t show

2018-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118490

--- Comment #7 from roze...@mrog.org ---
Yes, that works, but full OpenGL rendering is default option. Shouldn’t be the
bug have been repaired?

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


[Libreoffice-bugs] [Bug 118490] Style of edges in cell/paragraph formatting don’t show

2018-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118490

--- Comment #6 from roze...@mrog.org ---
Tools→Options (ALT+F12) → LibreOffice→View→Image/Graphic output (PL: "Wyjście
obrazu") → Use full OpenGL rendering (in the help I can read that it uses
hardware, ie. my graphic card) — should I switch it off?

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


[Libreoffice-bugs] [Bug 118490] Style of edges in cell/paragraph formatting don’t show

2018-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118490

--- Comment #5 from roze...@mrog.org ---
OpenGL, what is wrong in mine? What should I change?

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


[Libreoffice-bugs] [Bug 118494] New: Recent File Thumbnails don't change upon changing the file name.

2018-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118494

Bug ID: 118494
   Summary: Recent File Thumbnails don't change upon changing the
file name.
   Product: LibreOffice
   Version: 5.4.5.1 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: warnersi...@hotmail.com

Description:
The old file name still appears if the file name is changed, thus resulting in
an inactive button - nothing to say the file can't be found, or has been
renamed.

Steps to Reproduce:
1.Rename file in the open file dialogue
2.Try clicking on the thumbnail (old file name)
3.

Actual Results:
Nothing happens

Expected Results:
Something


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 5.4.5.1 (x64)
Build ID: 79c9829dd5d8054ec39a82dc51cd9eff340dbee8
CPU threads: 4; OS: Windows 6.19; UI render: default; 
Locale: en-GB (en_GB); Calc: group

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


[Libreoffice-bugs] [Bug 118490] Style of edges in cell/paragraph formatting don’t show

2018-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118490

--- Comment #4 from roze...@mrog.org ---
Wersja: 6.0.5.2 (x64)
Build ID: 54c8cbb85f300ac59db32fe8a675ff7683cd5a16
CPU threads: 4; OS: Windows 10.0; UI render: GL; 
Ustawienia regionalne: pl-PL (pl_PL); Calc: CL

https://gerrit.libreoffice.org/gitweb?p=core.git=log=54c8cbb85f300ac59db32fe8a675ff7683cd5a16

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


[Libreoffice-bugs] [Bug 56120] Popup toolbar in impress position change

2018-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=56120

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||102283


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 102283] [META] Slide/page pane bugs and enhancements

2018-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102283

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||56120


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=56120
[Bug 56120] Popup toolbar in impress position change
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 117115] Firebird: migration from HSQLDB does not respect language-specific characters

2018-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117115

Gerhard Weydt  changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED

--- Comment #13 from Gerhard Weydt  ---
Verified on Windows 10:
Version: 6.2.0.0.alpha0+ (x64)
Build-ID: d8733e2c59f120acf9feddff04964becc3358621
CPU-Threads: 4; BS: Windows 10.0; UI-Render: GL; 
TinderBox: Win-x86_64@62-TDF, Branch:master, Time: 2018-06-26_11:09:03
Gebietsschema: de-DE (de_DE); Calc: CL

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


[Libreoffice-bugs] [Bug 118480] section with 'long' linked contents breaks text flow (starts from new page)

2018-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118480

--- Comment #9 from Regina Henschel  ---
Version 5.4.7 is already at "End of Life"
https://wiki.documentfoundation.org/ReleasePlan. So there will be no bug fixes.
In case your version is not a version by LibreOffice, but a version from your
Linux distributor, you can try whether the original version from LibreOffice
shows it correctly. As I said, my Windows version of 5.4.7 shows it correctly.

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


[Libreoffice-bugs] [Bug 104238] [META] Impress image bugs and enhancements

2018-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104238

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||118371


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=118371
[Bug 118371] Image replace dont works as expected
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 118371] Image replace dont works as expected

2018-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118371

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||104238


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 118493] xlt file with macros BASIC runtime error. '423' Panes

2018-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118493

--- Comment #3 from AH  ---
Created attachment 143260
  --> https://bugs.documentfoundation.org/attachment.cgi?id=143260=edit
images of the bug

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


[Libreoffice-bugs] [Bug 118493] xlt file with macros BASIC runtime error. '423' Panes

2018-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118493

--- Comment #2 from AH  ---
Created attachment 143259
  --> https://bugs.documentfoundation.org/attachment.cgi?id=143259=edit
images of the bug

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


[Libreoffice-bugs] [Bug 107966] OPENGL: Format Cells/Borders/Line Styles - not drawn

2018-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107966

Aron Budea  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 118490] Style of edges in cell/paragraph formatting don’t show

2018-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118490

Aron Budea  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=10
   ||7966
 CC||ba...@caesar.elte.hu

--- Comment #3 from Aron Budea  ---
Can you please paste the version and other details from Help -> About
LibreOffice?
I can't reproduce this bug with version 6.0.5.2.

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


[Libreoffice-bugs] [Bug 118493] xlt file with macros BASIC runtime error. '423' Panes

2018-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118493

--- Comment #1 from AH  ---
Created attachment 143258
  --> https://bugs.documentfoundation.org/attachment.cgi?id=143258=edit
the file that isn't working properly

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


[Libreoffice-bugs] [Bug 118493] New: xlt file with macros BASIC runtime error. '423' Panes

2018-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118493

Bug ID: 118493
   Summary: xlt file with macros BASIC runtime error. '423' Panes
   Product: LibreOffice
   Version: 5.1.6.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: three6...@gmail.com

Description:
when I run new calculation or auto calculation it says : BASIC runtime error.
'423'
Panes
and the file works with excel on windows 7

Steps to Reproduce:
1.click on start
2.click on calculation
3.click new calculation or auto calculation 

Actual Results:
the program tells me : BASIC runtime error.
'423'
Panes

Expected Results:
it should give the amount of the fertilizers on auto calculation and reset it
to zero on new calculation 


Reproducible: Always


User Profile Reset: No



Additional Info:
ActiveWindow.Panes(3).Activate(VBA project)


BASIC runtime error.
'423'
Panes

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


[Libreoffice-bugs] [Bug 108741] [META] Shapes bugs and enhancements

2018-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108741

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||118290


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=118290
[Bug 118290] Cannot set manually a precise value for a shape size - Draw
modifies the value after I confirm it
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 118290] Cannot set manually a precise value for a shape size - Draw modifies the value after I confirm it

2018-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118290

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||108741


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 108957] [META] AutoCaption bugs and enhancements

2018-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108957

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||117790


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=117790
[Bug 117790] Caption order, caption positions for Lithuanian language
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 117790] Caption order, caption positions for Lithuanian language

2018-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117790

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||108957


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 111461] XLSX with 0px height or 0px width images hangs LO and produce a lot of temp files

2018-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111461

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||108897


Referenced Bugs:

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


  1   2   3   >