[Libreoffice-bugs] [Bug 31205] Apply fill patterns to cell backgrounds

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

--- Comment #6 from Dan  ---
There is no status available to say it has been confirmed as we cant assign it
so you have the perfect excuse to do nothing which you have for 7 years.

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


[Libreoffice-bugs] [Bug 31205] Apply fill patterns to cell backgrounds

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

--- Comment #5 from Dan  ---
And yet another 3 years later or 7 from the first report - nothing has been
done?

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


[Libreoffice-bugs] [Bug 108988] [META] Validity-related bugs and enhancements

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

raal  changed:

   What|Removed |Added

 Depends on||111665


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=111665
[Bug 111665] "Data" -> "Validity": represent boolean values with a checkbox
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 111665] "Data" -> "Validity": represent boolean values with a checkbox

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

raal  changed:

   What|Removed |Added

 CC||r...@post.cz
 Blocks||108988
   Severity|normal  |enhancement


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108988
[Bug 108988] [META] Validity-related 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 111823] Form control : Linked cell can' t be read upon opening ods format

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

raal  changed:

   What|Removed |Added

   Keywords||bibisected, bisected,
   ||regression
 Status|UNCONFIRMED |NEW
 CC||azeemmys...@gmail.com,
   ||michael.me...@collabora.com
   ||, r...@post.cz
 Ever confirmed|0   |1

--- Comment #1 from raal  ---
This seems to have begun at the below commit.
Adding Cc: to Mohammed Abdul Azeem; Could you possibly take a look at this one?
Thanks


90bca3d4826e7c12e7ce570f5d64fad7482a9b4f is the first bad commit
commit 90bca3d4826e7c12e7ce570f5d64fad7482a9b4f
Author: Norbert Thiebaud 
Date:   Sat Feb 11 11:20:15 2017 -0800

source sha:8154953add163554c00935486a1cf5677cef2609
author  Mohammed Abdul Azeem 2016-09-05 09:08:30
(GMT)
committer   Michael Meeks  2017-01-25
11:20:48 (GMT)
commit  8154953add163554c00935486a1cf5677cef2609 (patch)
treed8e148e84aa1e164a2358827085f4d9240ce5e31
parent  657eea01046c7f39ee8ca4545241372177385946 (diff)
ScXMLTableRowCellContext implements fast interfaces:
Implementation of fast interfaces for contexts in path from
ScXMLImport::CreateFastContext to ScXMLTableRowCellContext.
FastParser is enabled and duplicates are avoided at all
possible places.
OOoXML filters still need those legacy paths we removed,
so I had to temporarily map them to fast elements, which
would increase their load time, but hopefully it should
help us in the long run.

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


[Libreoffice-commits] core.git: 2 commits - avmedia/source cui/source include/tools include/vcl vcl/source

2017-08-18 Thread Noel Grandin
 avmedia/source/framework/MediaControlBase.cxx |3 ++-
 avmedia/source/framework/mediacontrol.cxx |6 --
 cui/source/customize/acccfg.cxx   |8 
 cui/source/inc/acccfg.hxx |4 +++-
 include/tools/wintypes.hxx|5 -
 include/vcl/slider.hxx|2 ++
 vcl/source/control/slider.cxx |5 +++--
 7 files changed, 18 insertions(+), 15 deletions(-)

New commits:
commit b4ac906cd07c06abcda427f70787b9b6c213b354
Author: Noel Grandin 
Date:   Fri Aug 18 16:42:24 2017 +0200

convert to WB_SAVEAS to flags on SfxAcceleratorConfigPage::StartFileDialog

Change-Id: I52ff0b4ba892a74d1dad9ce8c6c7638e3463affe
Reviewed-on: https://gerrit.libreoffice.org/41303
Reviewed-by: Noel Grandin 
Tested-by: Noel Grandin 

diff --git a/cui/source/customize/acccfg.cxx b/cui/source/customize/acccfg.cxx
index 1d0af8c3d45d..04d055a5537b 100644
--- a/cui/source/customize/acccfg.cxx
+++ b/cui/source/customize/acccfg.cxx
@@ -1054,12 +1054,12 @@ IMPL_LINK_NOARG(SfxAcceleratorConfigPage, 
SearchUpdateHdl, Edit&, void)
 IMPL_LINK_NOARG(SfxAcceleratorConfigPage, Load, Button*, void)
 {
 // ask for filename, where we should load the new config data from
-StartFileDialog( 0, aLoadAccelConfigStr );
+StartFileDialog( StartFileDialogType::Open, aLoadAccelConfigStr );
 }
 
 IMPL_LINK_NOARG(SfxAcceleratorConfigPage, Save, Button*, void)
 {
-StartFileDialog( WB_SAVEAS, aSaveAccelConfigStr );
+StartFileDialog( StartFileDialogType::SaveAs, aSaveAccelConfigStr );
 }
 
 IMPL_LINK_NOARG(SfxAcceleratorConfigPage, Default, Button*, void)
@@ -1391,9 +1391,9 @@ IMPL_LINK_NOARG(SfxAcceleratorConfigPage, SaveHdl, 
sfx2::FileDialogHelper*, void
 }
 
 
-void SfxAcceleratorConfigPage::StartFileDialog( WinBits nBits, const OUString& 
rTitle )
+void SfxAcceleratorConfigPage::StartFileDialog( StartFileDialogType nType, 
const OUString& rTitle )
 {
-bool bSave = ( ( nBits & WB_SAVEAS ) == WB_SAVEAS );
+bool bSave = nType == StartFileDialogType::SaveAs;
 short nDialogType = bSave ? 
ui::dialogs::TemplateDescription::FILESAVE_AUTOEXTENSION
   : 
ui::dialogs::TemplateDescription::FILEOPEN_SIMPLE;
 delete m_pFileDlg;
diff --git a/cui/source/inc/acccfg.hxx b/cui/source/inc/acccfg.hxx
index adc67e208885..cc78f437d913 100644
--- a/cui/source/inc/acccfg.hxx
+++ b/cui/source/inc/acccfg.hxx
@@ -103,6 +103,8 @@ namespace sfx2
 class FileDialogHelper;
 }
 
+enum class StartFileDialogType { Open, SaveAs };
+
 class SfxAcceleratorConfigPage : public SfxTabPage
 {
 friend class SfxAccCfgTabListBox_Impl;
@@ -159,7 +161,7 @@ private:
 SvTreeListEntry*applySearchFilter(OUString const & 
rSearchTerm, SvTreeListBox* rListBox);
 voidInitAccCfg();
 sal_uLong   MapKeyCodeToPos( const vcl::KeyCode  ) 
const;
-voidStartFileDialog( WinBits nBits, const 
OUString& rTitle );
+voidStartFileDialog( StartFileDialogType nType, 
const OUString& rTitle );
 
 voidInit(const css::uno::Reference< 
css::ui::XAcceleratorConfiguration >& pAccMgr);
 voidResetConfig();
diff --git a/include/tools/wintypes.hxx b/include/tools/wintypes.hxx
index 0eccec5cc259..cd1e5750d5a0 100644
--- a/include/tools/wintypes.hxx
+++ b/include/tools/wintypes.hxx
@@ -265,7 +265,6 @@ WinBits const WB_QUICK_SEARCH = 
SAL_CONST_INT64(0x0100);
 // For FileOpen Dialog
 WinBits const WB_PATH = 0x0010;
 WinBits const WB_OPEN = 0x0020;
-WinBits const WB_SAVEAS =   0x0040;
 
 
 
commit 50acead19bd13a344f8ca9b3879f8e8cb0b24eb7
Author: Noel Grandin 
Date:   Fri Aug 18 16:38:48 2017 +0200

convert WB_SLIDERSET to a bool field

Change-Id: I8a3767e162a14069937d52f5eb57ae5cd7f3fa7b
Reviewed-on: https://gerrit.libreoffice.org/41302
Reviewed-by: Noel Grandin 
Tested-by: Noel Grandin 

diff --git a/avmedia/source/framework/MediaControlBase.cxx 
b/avmedia/source/framework/MediaControlBase.cxx
index 09bd5bf146af..a0a03f9eb783 100644
--- a/avmedia/source/framework/MediaControlBase.cxx
+++ b/avmedia/source/framework/MediaControlBase.cxx
@@ -133,7 +133,8 @@ void MediaControlBase::InitializeWidgets()
 
 mpTimeSlider->SetRange( Range( 0, AVMEDIA_TIME_RANGE ) );
 mpTimeSlider->SetUpdateMode( true );
-mpTimeSlider->SetStyle(WB_HORZ | WB_DRAG | WB_3DLOOK | WB_SLIDERSET);
+mpTimeSlider->SetStyle(WB_HORZ | WB_DRAG | WB_3DLOOK);
+mpTimeSlider->SetScrollTypeSet(true);
 }
 
 void MediaControlBase::UpdateToolBoxes(MediaItem aMediaItem)
diff --git a/avmedia/source/framework/mediacontrol.cxx 

[Libreoffice-commits] core.git: dbaccess/source desktop/source framework/source include/tools include/vcl vcl/inc vcl/source

2017-08-18 Thread Noel Grandin
 dbaccess/source/ui/misc/controllerframe.cxx |2 +-
 dbaccess/source/ui/misc/databaseobjectview.cxx  |2 +-
 desktop/source/app/app.cxx  |4 ++--
 framework/source/helper/tagwindowasmodified.cxx |4 ++--
 framework/source/services/taskcreatorsrv.cxx|2 +-
 include/tools/wintypes.hxx  |4 
 include/vcl/window.hxx  |   17 ++---
 vcl/inc/window.h|2 +-
 vcl/source/window/window.cxx|8 
 vcl/source/window/window2.cxx   |4 ++--
 10 files changed, 28 insertions(+), 21 deletions(-)

New commits:
commit 4105174973aaabc25148e53571b7a4fc356098de
Author: Noel Grandin 
Date:   Fri Aug 18 16:32:18 2017 +0200

convert extended WinBits to scoped enum

Change-Id: If35f4fcda2415c858ba8f963e9f471c87169bc99
Reviewed-on: https://gerrit.libreoffice.org/41301
Reviewed-by: Noel Grandin 
Tested-by: Noel Grandin 

diff --git a/dbaccess/source/ui/misc/controllerframe.cxx 
b/dbaccess/source/ui/misc/controllerframe.cxx
index 9c885ee40fb9..006f0ed9cee6 100644
--- a/dbaccess/source/ui/misc/controllerframe.cxx
+++ b/dbaccess/source/ui/misc/controllerframe.cxx
@@ -261,7 +261,7 @@ namespace dbaui
 const vcl::Window* pContainerWindow = VCLUnoHelper::GetWindow( 
xContainerWindow );
 ENSURE_OR_THROW( pContainerWindow, "no Window implementation 
for the frame's container window!" );
 
-m_pData->m_bIsTopLevelDocumentWindow = ( 
pContainerWindow->GetExtendedStyle() & WB_EXT_DOCUMENT ) != 0;
+m_pData->m_bIsTopLevelDocumentWindow = bool( 
pContainerWindow->GetExtendedStyle() & WindowExtendedStyle::Document );
 }
 
 const Reference< XTopWindow > xFrameContainer( xContainerWindow, 
UNO_QUERY );
diff --git a/dbaccess/source/ui/misc/databaseobjectview.cxx 
b/dbaccess/source/ui/misc/databaseobjectview.cxx
index 745d31adc9a5..e6215b72f967 100644
--- a/dbaccess/source/ui/misc/databaseobjectview.cxx
+++ b/dbaccess/source/ui/misc/databaseobjectview.cxx
@@ -133,7 +133,7 @@ namespace dbaui
 const Reference< XWindow > xFrameWindow( 
xFrame->getContainerWindow(), UNO_SET_THROW );
 VclPtr pContainerWindow = 
VCLUnoHelper::GetWindow( xFrameWindow );
 ENSURE_OR_THROW( pContainerWindow, "no implementation 
access to the frame's container window!" );
-pContainerWindow->SetExtendedStyle( 
pContainerWindow->GetExtendedStyle() | WB_EXT_DOCUMENT );
+pContainerWindow->SetExtendedStyle( 
pContainerWindow->GetExtendedStyle() | WindowExtendedStyle::Document );
 }
 
 Reference< XComponentLoader > xFrameLoader( m_xFrameLoader, 
UNO_QUERY_THROW );
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx
index 7557e78a414b..f71355c03b7a 100644
--- a/desktop/source/app/app.cxx
+++ b/desktop/source/app/app.cxx
@@ -2591,12 +2591,12 @@ void Desktop::ShowBackingComponent(Desktop * progress)
 xContainerWindow = xBackingFrame->getContainerWindow();
 if (xContainerWindow.is())
 {
-// set the WB_EXT_DOCUMENT style. Normally, this is done by the 
TaskCreator service when a "_blank"
+// set the WindowExtendedStyle::Document style. Normally, this is done 
by the TaskCreator service when a "_blank"
 // frame/window is created. Since we do not use the TaskCreator here, 
we need to mimic its behavior,
 // otherwise documents loaded into this frame will later on miss 
functionality depending on the style.
 VclPtr pContainerWindow = VCLUnoHelper::GetWindow( 
xContainerWindow );
 SAL_WARN_IF( !pContainerWindow, "desktop.app", "Desktop::Main: no 
implementation access to the frame's container window!" );
-pContainerWindow->SetExtendedStyle( 
pContainerWindow->GetExtendedStyle() | WB_EXT_DOCUMENT );
+pContainerWindow->SetExtendedStyle( 
pContainerWindow->GetExtendedStyle() | WindowExtendedStyle::Document );
 if (progress != nullptr)
 {
 progress->SetSplashScreenProgress(75);
diff --git a/framework/source/helper/tagwindowasmodified.cxx 
b/framework/source/helper/tagwindowasmodified.cxx
index b17dc129a242..bb2f3958cae8 100644
--- a/framework/source/helper/tagwindowasmodified.cxx
+++ b/framework/source/helper/tagwindowasmodified.cxx
@@ -95,9 +95,9 @@ void SAL_CALL TagWindowAsModified::modified(const 
css::lang::EventObject& aEvent
 return;
 
 if (bModified)
-pWindow->SetExtendedStyle(WB_EXT_DOCMODIFIED);
+pWindow->SetExtendedStyle(WindowExtendedStyle::DocModified);
 else
-pWindow->SetExtendedStyle(0);
+pWindow->SetExtendedStyle(WindowExtendedStyle::NONE);
 // <- SYNCHRONIZED
 }
 
diff --git 

[Libreoffice-bugs] [Bug 111791] fileopen .xml endless loop

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

--- Comment #2 from krishna [:kr1shna]  ---
test-libreoffice.xml
display xml code on 5.4.0.0.alpha0+ [ build id: 3902bb7 ]

NBR015XML.xml
if i open w/o clear data on 5.4.0.0.alpha0+ [ build id: 3902bb7 ] : closes
immediately

if i open after clear data on 5.4.0.0.alpha0+ [ build id: 3902bb7 ]: closes
after a while

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


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

2017-08-18 Thread Justin Luth
 sw/qa/extras/ooxmlexport/data/tdf98700_keepWithNext.odt |binary
 sw/qa/extras/ooxmlexport/ooxmlexport9.cxx   |9 +
 sw/source/filter/ww8/docxattributeoutput.cxx|6 --
 3 files changed, 13 insertions(+), 2 deletions(-)

New commits:
commit 7f02579376bd863a23d7f1d052aced74a5ef1906
Author: Justin Luth 
Date:   Fri Aug 18 14:18:35 2017 -0400

tdf#98700 docxexport: don't force on ParaKeepTogether

The mere presence of SvxFormatKeepItem was ENABLING it during export,
without checking to see if it was actually turned on or off.
Both DOC and RTF check the value, and set accordingly, so do the
same for DOCX.

Merely toggling the setting on and off is enough to create the
property, so this is a nasty bug that only affects inquisitive
people.

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

diff --git a/sw/qa/extras/ooxmlexport/data/tdf98700_keepWithNext.odt 
b/sw/qa/extras/ooxmlexport/data/tdf98700_keepWithNext.odt
new file mode 100644
index ..4ed96da554a5
Binary files /dev/null and 
b/sw/qa/extras/ooxmlexport/data/tdf98700_keepWithNext.odt differ
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport9.cxx 
b/sw/qa/extras/ooxmlexport/ooxmlexport9.cxx
index b2ab8fdea9ed..e2c77dd280d7 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport9.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport9.cxx
@@ -202,6 +202,15 @@ 
DECLARE_OOXMLEXPORT_TEST(testTdf46940_dontEquallyDistributeColumns, "tdf46940_do
 CPPUNIT_ASSERT_EQUAL(true, getProperty(xTextSections->getByIndex(3), 
"DontBalanceTextColumns"));
 }
 
+DECLARE_OOXMLEXPORT_TEST(testTdf98700_keepWithNext, 
"tdf98700_keepWithNext.odt")
+{
+CPPUNIT_ASSERT_EQUAL_MESSAGE("Heading style keeps with next", true, 
getProperty(getParagraph(1), "ParaKeepTogether"));
+CPPUNIT_ASSERT_EQUAL_MESSAGE("Default style doesn't keep with next", 
false, getProperty(getParagraph(2), "ParaKeepTogether"));
+CPPUNIT_ASSERT_EQUAL_MESSAGE("Heading 1 style inherits keeps with next", 
true, getProperty(getParagraph(3), "ParaKeepTogether"));
+CPPUNIT_ASSERT_EQUAL_MESSAGE("Heading 2 style disabled keep with next", 
false, getProperty(getParagraph(4), "ParaKeepTogether"));
+CPPUNIT_ASSERT_EQUAL_MESSAGE("Text Body style toggled off keep with next", 
false, getProperty(getParagraph(5), "ParaKeepTogether"));
+}
+
 // base class to supply a helper method for testHFLinkToPrev
 class testHFBase : public Test
 {
diff --git a/sw/source/filter/ww8/docxattributeoutput.cxx 
b/sw/source/filter/ww8/docxattributeoutput.cxx
index b42aa62f47db..a18eeb8fb635 100644
--- a/sw/source/filter/ww8/docxattributeoutput.cxx
+++ b/sw/source/filter/ww8/docxattributeoutput.cxx
@@ -8130,9 +8130,11 @@ void DocxAttributeOutput::FormatColumns_Impl( sal_uInt16 
nCols, const SwFormatCo
 m_pSerializer->endElementNS( XML_w, XML_cols );
 }
 
-void DocxAttributeOutput::FormatKeep( const SvxFormatKeepItem& )
+void DocxAttributeOutput::FormatKeep( const SvxFormatKeepItem& rItem )
 {
-m_pSerializer->singleElementNS( XML_w, XML_keepNext, FSEND );
+m_pSerializer->singleElementNS( XML_w, XML_keepNext,
+FSNS( XML_w, XML_val ), OString::boolean( rItem.GetValue() ),
+FSEND );
 }
 
 void DocxAttributeOutput::FormatTextGrid( const SwTextGridItem& rGrid )
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 92190] PRINTs landscape despite configured as portrait (Mac OS)

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

--- Comment #23 from Wes  ---
I can confirm that this still happens on 10.12.6, LO:

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

And that both the workarounds (PDF and reducing the margins by 1/100) work.

This was fine on the 5.3 series I was using a few hours ago.

Using a Brother MFC-L2700DW.

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


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

2017-08-18 Thread Gabor Kelemen
 sd/inc/strings.hrc |1 +
 sd/source/ui/slidesorter/controller/SlsSlotManager.cxx |   13 ++---
 sd/source/ui/slidesorter/inc/controller/SlsSlotManager.hxx |2 +-
 3 files changed, 12 insertions(+), 4 deletions(-)

New commits:
commit 793246e1ae1266e8bd4261aa45dad40f5da16785
Author: Gabor Kelemen 
Date:   Fri Aug 18 21:57:35 2017 +0200

tdf#107183 Set different dialog title for renaming master slide

Change-Id: I351e6db782cce8ece78083e5a79e4c2baaa414ee
Reviewed-on: https://gerrit.libreoffice.org/41310
Tested-by: Jenkins 
Reviewed-by: Tamás Zolnai 

diff --git a/sd/inc/strings.hrc b/sd/inc/strings.hrc
index 76ff0a0e060d..7d049670373f 100644
--- a/sd/inc/strings.hrc
+++ b/sd/inc/strings.hrc
@@ -233,6 +233,7 @@
 #define STR_STATUSBAR_MASTERPAGE
NC_("STR_STATUSBAR_MASTERPAGE", "Slide Master name. Right-click for list and 
double-click for dialog.")
 #define STR_TITLE_RENAMESLIDE   
NC_("STR_TITLE_RENAMESLIDE", "Rename Slide")
 #define STR_DESC_RENAMESLIDE
NC_("STR_DESC_RENAMESLIDE", "Name")
+#define STR_TITLE_RENAMEMASTER  
NC_("STR_TITLE_RENAMEMASTER", "Rename Master Slide")
 #define STR_PLACEHOLDER_DESCRIPTION_TITLE   
NC_("STR_PLACEHOLDER_DESCRIPTION_TITLE", "Title Area for AutoLayouts" )
 #define STR_PLACEHOLDER_DESCRIPTION_OUTLINE 
NC_("STR_PLACEHOLDER_DESCRIPTION_OUTLINE", "Object Area for AutoLayouts" )
 #define STR_PLACEHOLDER_DESCRIPTION_FOOTER  
NC_("STR_PLACEHOLDER_DESCRIPTION_FOOTER", "Footer Area" )
diff --git a/sd/source/ui/slidesorter/controller/SlsSlotManager.cxx 
b/sd/source/ui/slidesorter/controller/SlsSlotManager.cxx
index ce146a969ddc..9cf3a557e4a0 100644
--- a/sd/source/ui/slidesorter/controller/SlsSlotManager.cxx
+++ b/sd/source/ui/slidesorter/controller/SlsSlotManager.cxx
@@ -241,7 +241,7 @@ void SlotManager::FuTemporary (SfxRequest& rRequest)
 
 case SID_RENAMEPAGE:
 case SID_RENAME_MASTER_PAGE:
-RenameSlide ();
+RenameSlide (rRequest);
 rRequest.Done ();
 break;
 
@@ -851,7 +851,7 @@ void SlotManager::GetStatusBarState (SfxItemSet& rSet)
 }
 }
 
-void SlotManager::RenameSlide()
+void SlotManager::RenameSlide(SfxRequest& rRequest)
 {
 View* pDrView = ();
 
@@ -868,7 +868,14 @@ void SlotManager::RenameSlide()
 pSelectedPage = aSelectedPages.GetNextElement()->GetPage();
 if (pSelectedPage != nullptr)
 {
-OUString aTitle( SdResId( STR_TITLE_RENAMESLIDE ) );
+// tdf#107183 Set different dialog titles when renaming
+// master slides or normal ones
+OUString aTitle;
+if( rRequest.GetSlot() == SID_RENAME_MASTER_PAGE )
+aTitle = SdResId( STR_TITLE_RENAMEMASTER );
+else
+aTitle = SdResId( STR_TITLE_RENAMESLIDE );
+
 OUString aDescr( SdResId( STR_DESC_RENAMESLIDE ) );
 OUString aPageName = pSelectedPage->GetName();
 
diff --git a/sd/source/ui/slidesorter/inc/controller/SlsSlotManager.hxx 
b/sd/source/ui/slidesorter/inc/controller/SlsSlotManager.hxx
index 41bb97e56c2f..1ca42fcd6cb6 100644
--- a/sd/source/ui/slidesorter/inc/controller/SlsSlotManager.hxx
+++ b/sd/source/ui/slidesorter/inc/controller/SlsSlotManager.hxx
@@ -81,7 +81,7 @@ private:
 /** The implementation is a copy of the code for SID_RENAMEPAGE in
 drviews2.cxx.
 */
-void RenameSlide();
+void RenameSlide( SfxRequest& rRequest );
 DECL_LINK(RenameSlideHdl, AbstractSvxNameDialog&, bool);
 bool RenameSlideFromDrawViewShell( sal_uInt16 nPageId, const OUString& 
rName);
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 107183] The dialog that appears after clicking the "Rename master" -button has the title "Rename slide", should have "Rename master" instead

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

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:6.0.0

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


[Libreoffice-bugs] [Bug 107183] The dialog that appears after clicking the "Rename master" -button has the title "Rename slide", should have "Rename master" instead

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

--- Comment #2 from Commit Notification 
 ---
Gabor Kelemen committed a patch related to this issue.
It has been pushed to "master":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=793246e1ae1266e8bd4261aa45dad40f5da16785

tdf#107183 Set different dialog title for renaming master slide

It will be available in 6.0.0.

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

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

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


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

2017-08-18 Thread Paul Trojahn
 sd/qa/unit/data/odp/tdf100387.odp|binary
 sd/qa/unit/export-tests-ooxml2.cxx   |   27 +++
 sd/source/filter/eppt/pptx-epptooxml.cxx |   29 -
 3 files changed, 51 insertions(+), 5 deletions(-)

New commits:
commit 81d40428bbcfe332b78e154b4cd3fd7feff5ff73
Author: Paul Trojahn 
Date:   Mon Aug 7 10:18:36 2017 +0200

tdf#100387 Fix OOXML export of animated lists

pRg is a paragraph range, not a character range.
AnimationExporter::getTargetElementShape is still
used by the ppt export filter, so I just moved the
relevant parts over to
PowerPointExport::WriteAnimationTarget.

Change-Id: If477013d62483d57fe142c9da3ab0c75872733af
Reviewed-on: https://gerrit.libreoffice.org/40979
Reviewed-by: Tamás Zolnai 
Tested-by: Tamás Zolnai 

diff --git a/sd/qa/unit/data/odp/tdf100387.odp 
b/sd/qa/unit/data/odp/tdf100387.odp
new file mode 100644
index ..72c7ba38528c
Binary files /dev/null and b/sd/qa/unit/data/odp/tdf100387.odp differ
diff --git a/sd/qa/unit/export-tests-ooxml2.cxx 
b/sd/qa/unit/export-tests-ooxml2.cxx
index 3d89edec6120..8f41bc928427 100644
--- a/sd/qa/unit/export-tests-ooxml2.cxx
+++ b/sd/qa/unit/export-tests-ooxml2.cxx
@@ -101,6 +101,7 @@ public:
 void testPptmContentType();
 void testPptmVBAStream();
 void testTdf111518();
+void testTdf100387();
 
 CPPUNIT_TEST_SUITE(SdOOXMLExportTest2);
 
@@ -129,6 +130,7 @@ public:
 CPPUNIT_TEST(testPptmContentType);
 CPPUNIT_TEST(testPptmVBAStream);
 CPPUNIT_TEST(testTdf111518);
+CPPUNIT_TEST(testTdf100387);
 
 CPPUNIT_TEST_SUITE_END();
 
@@ -854,6 +856,31 @@ void SdOOXMLExportTest2::testTdf111518()
 "M -3.54167E-6 -4.81481E-6 L 0.39037 -0.00069");
 }
 
+void SdOOXMLExportTest2::testTdf100387()
+{
+
+sd::DrawDocShellRef xDocShRef = 
loadURL(m_directories.getURLFromSrc("/sd/qa/unit/data/odp/tdf100387.odp"), ODP);
+utl::TempFile tempFile;
+xDocShRef = saveAndReload(xDocShRef.get(), PPTX, );
+xDocShRef->DoClose();
+xmlDocPtr pXmlDocRels = parseExport(tempFile, "ppt/slides/slide1.xml");
+
+assertXPath(pXmlDocRels, 
"/p:sld/p:timing/p:tnLst/p:par/p:cTn/p:childTnLst/p:seq/p:cTn/p:childTnLst/p:par[1]"
+ 
"/p:cTn/p:childTnLst/p:par/p:cTn/p:childTnLst/p:par/p:cTn/p:childTnLst/p:set/p:cBhvr/p:tgtEl/p:spTgt/p:txEl/p:pRg",
 "st", "0");
+assertXPath(pXmlDocRels, 
"/p:sld/p:timing/p:tnLst/p:par/p:cTn/p:childTnLst/p:seq/p:cTn/p:childTnLst/p:par[1]"
+ 
"/p:cTn/p:childTnLst/p:par/p:cTn/p:childTnLst/p:par/p:cTn/p:childTnLst/p:set/p:cBhvr/p:tgtEl/p:spTgt/p:txEl/p:pRg",
 "end", "0");
+
+assertXPath(pXmlDocRels, 
"/p:sld/p:timing/p:tnLst/p:par/p:cTn/p:childTnLst/p:seq/p:cTn/p:childTnLst/p:par[2]"
+ 
"/p:cTn/p:childTnLst/p:par/p:cTn/p:childTnLst/p:par/p:cTn/p:childTnLst/p:set/p:cBhvr/p:tgtEl/p:spTgt/p:txEl/p:pRg",
 "st", "1");
+assertXPath(pXmlDocRels, 
"/p:sld/p:timing/p:tnLst/p:par/p:cTn/p:childTnLst/p:seq/p:cTn/p:childTnLst/p:par[2]"
+ 
"/p:cTn/p:childTnLst/p:par/p:cTn/p:childTnLst/p:par/p:cTn/p:childTnLst/p:set/p:cBhvr/p:tgtEl/p:spTgt/p:txEl/p:pRg",
 "end", "1");
+
+assertXPath(pXmlDocRels, 
"/p:sld/p:timing/p:tnLst/p:par/p:cTn/p:childTnLst/p:seq/p:cTn/p:childTnLst/p:par[3]"
+ 
"/p:cTn/p:childTnLst/p:par/p:cTn/p:childTnLst/p:par/p:cTn/p:childTnLst/p:set/p:cBhvr/p:tgtEl/p:spTgt/p:txEl/p:pRg",
 "st", "2");
+assertXPath(pXmlDocRels, 
"/p:sld/p:timing/p:tnLst/p:par/p:cTn/p:childTnLst/p:seq/p:cTn/p:childTnLst/p:par[3]"
+ 
"/p:cTn/p:childTnLst/p:par/p:cTn/p:childTnLst/p:par/p:cTn/p:childTnLst/p:set/p:cBhvr/p:tgtEl/p:spTgt/p:txEl/p:pRg",
 "end", "2");
+}
+
 CPPUNIT_TEST_SUITE_REGISTRATION(SdOOXMLExportTest2);
 
 CPPUNIT_PLUGIN_IMPLEMENT();
diff --git a/sd/source/filter/eppt/pptx-epptooxml.cxx 
b/sd/source/filter/eppt/pptx-epptooxml.cxx
index c8d3532617b7..2f02dc49d697 100644
--- a/sd/source/filter/eppt/pptx-epptooxml.cxx
+++ b/sd/source/filter/eppt/pptx-epptooxml.cxx
@@ -66,6 +66,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 
 #include 
@@ -936,9 +937,27 @@ void PowerPointExport::WriteAnimationAttributeName(const 
FSHelperPtr& pFS, const
 
 void PowerPointExport::WriteAnimationTarget(const FSHelperPtr& pFS, const Any& 
rTarget)
 {
-sal_Int32 nBegin = -1, nEnd = -1;
-bool bParagraphTarget;
-Reference< XShape > rXShape = 
AnimationExporter::getTargetElementShape(rTarget, nBegin, nEnd, 
bParagraphTarget);
+sal_Int32 nParagraph = -1;
+bool bParagraphTarget = false;
+
+Reference< XShape > rXShape;
+rTarget >>= rXShape;
+
+if (!rXShape.is())
+{
+ParagraphTarget aParagraphTarget;
+if (rTarget >>= aParagraphTarget)
+rXShape = aParagraphTarget.Shape;
+if 

[Libreoffice-bugs] [Bug 111906] New: fileopen .otg endless loop

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

Bug ID: 111906
   Summary: fileopen .otg endless loop
   Product: LibreOffice
   Version: 5.2.0.0.alpha0+
  Hardware: ARM
OS: Android
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Android Viewer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: kris...@grrlz.net

Description:
i can view .otg file on 5.0, 5.1 and it does not open or endless loop on 5.2,
5.3, 5.4

Steps to Reproduce:
open A4_p_18x28_2mm_LW0.otg attachment 97823

Actual Results:  
in endless loop

Expected Results:
view content

able to open
5.0.0.0.alpha1+ [ build id: ab465b9 ]
5.1.0.0.alpha1+ [ build id: 1a6ec13 ]
5.1.0.0.alpha1+ [ build id: 5b791ec ]

in endless loop or does not open
5.2.0.0.alpha0+ [ build id: f6a74ce ]
5.3.0.0.alpha1+ [ build id: 4136757 ]
5.4.0.0.alpha0+ [ build id: 3902bb7 ]

os: android 5.1
device: lyf flame 3 [ ls-4001 ]


Reproducible: Always

User Profile Reset: No

Additional Info:


User-Agent: Opera/9.80 (Android; Opera Mini/29.0.2254/66.318; U; en)
Presto/2.12.423 Version/12.16

-- 
You are receiving this mail because:
You 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/qa sw/source

2017-08-18 Thread Justin Luth
 sw/qa/extras/ooxmlexport/data/tdf98700_keepWithNext.odt |binary
 sw/qa/extras/ooxmlexport/ooxmlexport9.cxx   |9 +
 sw/source/filter/ww8/docxattributeoutput.cxx|6 --
 3 files changed, 13 insertions(+), 2 deletions(-)

New commits:
commit ce2e7a4e7a143937393f89c91e17b52b8dba1a74
Author: Justin Luth 
Date:   Fri Aug 18 14:18:35 2017 -0400

tdf#98700 docxexport: don't force on ParaKeepTogether

The mere presence of SvxFormatKeepItem was ENABLING it during export,
without checking to see if it was actually turned on or off.
Both DOC and RTF check the value, and set accordingly, so do the
same for DOCX.

Merely toggling the setting on and off is enough to create the
property, so this is a nasty bug that only affects inquisitive
people.

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

diff --git a/sw/qa/extras/ooxmlexport/data/tdf98700_keepWithNext.odt 
b/sw/qa/extras/ooxmlexport/data/tdf98700_keepWithNext.odt
new file mode 100644
index ..4ed96da554a5
Binary files /dev/null and 
b/sw/qa/extras/ooxmlexport/data/tdf98700_keepWithNext.odt differ
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport9.cxx 
b/sw/qa/extras/ooxmlexport/ooxmlexport9.cxx
index afdd942eade4..01f9fbb97ec1 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport9.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport9.cxx
@@ -217,6 +217,15 @@ 
DECLARE_OOXMLEXPORT_TEST(testTdf46940_dontEquallyDistributeColumns, "tdf46940_do
 CPPUNIT_ASSERT_EQUAL(true, getProperty(xTextSections->getByIndex(3), 
"DontBalanceTextColumns"));
 }
 
+DECLARE_OOXMLEXPORT_TEST(testTdf98700_keepWithNext, 
"tdf98700_keepWithNext.odt")
+{
+CPPUNIT_ASSERT_EQUAL_MESSAGE("Heading style keeps with next", true, 
getProperty(getParagraph(1), "ParaKeepTogether"));
+CPPUNIT_ASSERT_EQUAL_MESSAGE("Default style doesn't keep with next", 
false, getProperty(getParagraph(2), "ParaKeepTogether"));
+CPPUNIT_ASSERT_EQUAL_MESSAGE("Heading 1 style inherits keeps with next", 
true, getProperty(getParagraph(3), "ParaKeepTogether"));
+CPPUNIT_ASSERT_EQUAL_MESSAGE("Heading 2 style disabled keep with next", 
false, getProperty(getParagraph(4), "ParaKeepTogether"));
+CPPUNIT_ASSERT_EQUAL_MESSAGE("Text Body style toggled off keep with next", 
false, getProperty(getParagraph(5), "ParaKeepTogether"));
+}
+
 // base class to supply a helper method for testHFLinkToPrev
 class testHFBase : public Test
 {
diff --git a/sw/source/filter/ww8/docxattributeoutput.cxx 
b/sw/source/filter/ww8/docxattributeoutput.cxx
index 87fefdc7783b..4bc32ff3157b 100644
--- a/sw/source/filter/ww8/docxattributeoutput.cxx
+++ b/sw/source/filter/ww8/docxattributeoutput.cxx
@@ -8190,9 +8190,11 @@ void DocxAttributeOutput::FormatColumns_Impl( sal_uInt16 
nCols, const SwFormatCo
 m_pSerializer->endElementNS( XML_w, XML_cols );
 }
 
-void DocxAttributeOutput::FormatKeep( const SvxFormatKeepItem& )
+void DocxAttributeOutput::FormatKeep( const SvxFormatKeepItem& rItem )
 {
-m_pSerializer->singleElementNS( XML_w, XML_keepNext, FSEND );
+m_pSerializer->singleElementNS( XML_w, XML_keepNext,
+FSNS( XML_w, XML_val ), OString::boolean( rItem.GetValue() ),
+FSEND );
 }
 
 void DocxAttributeOutput::FormatTextGrid( const SwTextGridItem& rGrid )
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 111905] New: fileopen .otp endless loop

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

Bug ID: 111905
   Summary: fileopen .otp endless loop
   Product: LibreOffice
   Version: 5.2.0.0.alpha0+
  Hardware: ARM
OS: Android
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Android Viewer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: kris...@grrlz.net

Description:
i can view .otp file on 5.0, 5.1 and it does not open or endless loop on 5.2,
5.3, 5.4

Steps to Reproduce:
open USY_Sablona_Prezentace.otp attachment 80187

Actual Results:  
in endless loop

Expected Results:
view content

able to open
5.0.0.0.alpha1+ [ build id: ab465b9 ]
5.1.0.0.alpha1+ [ build id: 1a6ec13 ]
5.1.0.0.alpha1+ [ build id: 5b791ec ]

in endless loop or does not open
5.2.0.0.alpha0+ [ build id: f6a74ce ]
5.3.0.0.alpha1+ [ build id: 4136757 ]
5.4.0.0.alpha0+ [ build id: 3902bb7 ]

os: android 5.1
device: lyf flame 3 [ ls-4001 ]



Reproducible: Always

User Profile Reset: No

Additional Info:


User-Agent: Opera/9.80 (Android; Opera Mini/29.0.2254/66.318; U; en)
Presto/2.12.423 Version/12.16

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


[Libreoffice-bugs] [Bug 111904] New: Text box is imported as a different type in PPT

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

Bug ID: 111904
   Summary: Text box is imported as a different type in PPT
   Product: LibreOffice
   Version: 4.4.0.3 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Keywords: filter:ppt
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ba...@caesar.elte.hu

Open attachment 135651 from bug 111903, which has two slides with empty text
title boxes.

The text box on the 2nd page is imported as some kind of object container.

Additionally, the titles have incorrect orientation (left-aligned instead of
centered).

Observed using LO 5.4.0.3 & 4.4.0.3 / Windows 7.

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


[Libreoffice-bugs] [Bug 111903] PPT, PPTX: Placeholder text lost upon roundtrip

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

--- Comment #1 from Aron Budea  ---
Created attachment 135651
  --> https://bugs.documentfoundation.org/attachment.cgi?id=135651=edit
Sample PPT with no text

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


[Libreoffice-bugs] [Bug 111903] New: PPT, PPTX: Placeholder text lost upon roundtrip

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

Bug ID: 111903
   Summary: PPT, PPTX: Placeholder text lost upon roundtrip
   Product: LibreOffice
   Version: 4.0.0.3 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Keywords: filter:ppt, filter:pptx
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ba...@caesar.elte.hu

Created attachment 135650
  --> https://bugs.documentfoundation.org/attachment.cgi?id=135650=edit
Sample PPTX with no text

- Roundtrip the attached "empty" PPT and PPTX samples in Impress.
- Open the resulting files either in Impress or PowerPoint.

=> The placeholder text boxes are empty (they can't even be selected in
Impress). Since they're there when the files are first opened, this is an
export issue.

Observed using LO 5.4.0.3 & 4.0.0.3 / Windows 7.
Using the older version results in other issues as well that are gone by now.
Possibly the issue with placeholder texts being lost during import was fixed in
bug 103792.

The PPT shows additional oddities upon opening, those will be reported in a
different ticket.

-- 
You are receiving this mail because:
You 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: desktop/source

2017-08-18 Thread Markus Mohrhard
 desktop/source/app/updater.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 10a914f3d891ca641fea99b19fb2de4f9a956cb4
Author: Markus Mohrhard 
Date:   Sun Aug 13 19:53:55 2017 +0200

updater: use forward slashes

Change-Id: I56b46e55007a4c30eb3e1438f8238bd3271fb993

diff --git a/desktop/source/app/updater.cxx b/desktop/source/app/updater.cxx
index 445b13db2ec5..f5955bc8b5e5 100644
--- a/desktop/source/app/updater.cxx
+++ b/desktop/source/app/updater.cxx
@@ -90,7 +90,7 @@ OUString normalizePath(const OUString& rPath)
 aPath = aTempPath.copy(0, i) + aPath.copy(nIndex + 3);
 }
 
-return aPath;
+return aPath.replaceAll("\\", "/");
 }
 
 void CopyFileToDir(const OUString& rTempDirURL, const OUString rFileName, 
const OUString& rOldDir)
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2017-08-18 Thread Matthias Freund
 icon-themes/sifr_svg/cmd/32/dbviewfunctions.svg |  103 +
 icon-themes/sifr_svg/cmd/lc_dbviewfunctions.svg |  107 +
 icon-themes/sifr_svg/cmd/sc_dbviewfunctions.svg |  139 +
 icon-themes/sifr_svg/formula/res/refinp1.svg|  134 +
 icon-themes/sifr_svg/formula/res/refinp2.svg|  189 
 5 files changed, 672 insertions(+)

New commits:
commit ddf0d439d36686008b6de16d59c9a9068622f26c
Author: Matthias Freund 
Date:   Fri Aug 11 13:11:36 2017 +0200

tdf#98315 Function Wizard showing Breeze icons when in Sifr theme - SVG

These are the svg (source) files for master

Change-Id: Iadeb6a791216799805259f54e3337819bb658323
Reviewed-on: https://gerrit.libreoffice.org/41027
Tested-by: Jenkins 
Reviewed-by: Adolfo Jayme Barrientos 

diff --git a/icon-themes/sifr_svg/cmd/32/dbviewfunctions.svg 
b/icon-themes/sifr_svg/cmd/32/dbviewfunctions.svg
new file mode 100644
index ..06de897b7b1c
--- /dev/null
+++ b/icon-themes/sifr_svg/cmd/32/dbviewfunctions.svg
@@ -0,0 +1,103 @@
+
+http://purl.org/dc/elements/1.1/;
+   xmlns:cc="http://creativecommons.org/ns#;
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#;
+   xmlns:svg="http://www.w3.org/2000/svg;
+   xmlns="http://www.w3.org/2000/svg;
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd;
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape;
+   viewBox="0 0 32 32"
+   version="1.1"
+   id="svg5"
+   sodipodi:docname="dbviewfunctions.svg"
+   inkscape:version="0.92.1 r15371"
+   
inkscape:export-filename="/home/matthias/GIT/icons/sifr_svg/32_insertindexentry.png"
+   inkscape:export-xdpi="96"
+   inkscape:export-ydpi="96"
+   width="32"
+   height="32">
+  
+  
+
+  
+  
+
+  
+image/svg+xml
+http://purl.org/dc/dcmitype/StillImage; />
+
+http://creativecommons.org/licenses/by-sa/4.0/; />
+
+  
+The Document Foundation
+  
+
+
+  
+Matthias Freund
+  
+
+  
+  http://creativecommons.org/licenses/by-sa/4.0/;>
+http://creativecommons.org/ns#Reproduction; />
+http://creativecommons.org/ns#Distribution; />
+http://creativecommons.org/ns#Notice; />
+http://creativecommons.org/ns#Attribution; />
+http://creativecommons.org/ns#DerivativeWorks; />
+http://creativecommons.org/ns#ShareAlike; />
+  
+
+  
+  
+  
+
diff --git a/icon-themes/sifr_svg/cmd/lc_dbviewfunctions.svg 
b/icon-themes/sifr_svg/cmd/lc_dbviewfunctions.svg
new file mode 100644
index ..84298aff7c3d
--- /dev/null
+++ b/icon-themes/sifr_svg/cmd/lc_dbviewfunctions.svg
@@ -0,0 +1,107 @@
+
+http://purl.org/dc/elements/1.1/;
+   xmlns:cc="http://creativecommons.org/ns#;
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#;
+   xmlns:svg="http://www.w3.org/2000/svg;
+   xmlns="http://www.w3.org/2000/svg;
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd;
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape;
+   viewBox="0 0 24 24"
+   version="1.1"
+   id="svg5"
+   sodipodi:docname="lc_dbviewfunctions.svg"
+   inkscape:version="0.92.1 r15371"
+   
inkscape:export-filename="/home/matthias/GIT/icons/sifr_svg/lc_dbviewfunctions.png"
+   inkscape:export-xdpi="96"
+   inkscape:export-ydpi="96">
+  
+  
+
+  
+  
+
+  
+image/svg+xml
+http://purl.org/dc/dcmitype/StillImage; />
+
+http://creativecommons.org/licenses/by-sa/4.0/; />
+
+  
+The Document Foundation
+  
+
+
+  
+Matthias Freund
+  
+
+  
+  http://creativecommons.org/licenses/by-sa/4.0/;>
+http://creativecommons.org/ns#Reproduction; />
+http://creativecommons.org/ns#Distribution; />
+http://creativecommons.org/ns#Notice; />
+http://creativecommons.org/ns#Attribution; />
+http://creativecommons.org/ns#DerivativeWorks; />
+http://creativecommons.org/ns#ShareAlike; />
+  
+
+  
+  
+  
+
diff --git a/icon-themes/sifr_svg/cmd/sc_dbviewfunctions.svg 
b/icon-themes/sifr_svg/cmd/sc_dbviewfunctions.svg
new file mode 100644
index ..8163ea72f2c6
--- /dev/null
+++ b/icon-themes/sifr_svg/cmd/sc_dbviewfunctions.svg
@@ -0,0 +1,139 @@
+
+http://purl.org/dc/elements/1.1/;
+   xmlns:cc="http://creativecommons.org/ns#;
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#;
+   xmlns:svg="http://www.w3.org/2000/svg;
+   xmlns="http://www.w3.org/2000/svg;
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd;
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape;
+   viewBox="0 0 16 16"
+   version="1.1"
+   id="svg5"
+   sodipodi:docname="sc_dbviewfunctions.svg"
+   

[Libreoffice-bugs] [Bug 65198] EDITING: No alphabetical autofill to add sequential letters in cells

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

--- Comment #8 from stragu  ---
reproduced in current still version:

Version: 5.3.5.2
Build ID: 50d9bf2b0a79cdb85a3814b592608037a682059d
CPU Threads: 2; OS Version: Linux 3.13; UI Render: default; VCL: kde4; Layout
Engine: new; 
Locale: en-GB (en_GB.UTF-8); 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 65535] Adding a comment in the middle of a word makes it recognised as misspelt by spellchecker

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

--- Comment #15 from stragu  ---
Reproduced in the current still version of LO:

Version: 5.3.5.2
Build ID: 50d9bf2b0a79cdb85a3814b592608037a682059d
CPU Threads: 2; OS Version: Linux 3.13; UI Render: default; VCL: kde4; Layout
Engine: new; 
Locale: en-GB (en_GB.UTF-8); Calc: group

Comment in middle of word still makes spellcheck see the word as misspelled.
"Correcting" the word with spellcheck still makes the comment disappear.

However, I could not reproduce what Gordo described, with the tool adding a
letter to the word if it was ignored.

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


[Libreoffice-bugs] [Bug 95225] scalc is unreasonably slow to open and close with test file

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

Aron Budea  changed:

   What|Removed |Added

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

--- Comment #24 from Aron Budea  ---
Glad to hear that. This can be closed as WORKSFORME, then.

-- 
You are receiving this mail because:
You are the 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

2017-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108897
Bug 108897 depends on bug 95225, which changed state.

Bug 95225 Summary: scalc is unreasonably slow to open and close with test file
https://bugs.documentfoundation.org/show_bug.cgi?id=95225

   What|Removed |Added

 Status|NEW |RESOLVED
 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 62205] UI: No scrollbars in Calc preview

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

--- Comment #11 from stragu  ---
Confirmed on current still version:

Version: 5.3.5.2
Build ID: 50d9bf2b0a79cdb85a3814b592608037a682059d
CPU Threads: 2; OS Version: Linux 3.13; UI Render: default; VCL: kde4; Layout
Engine: new; 
Locale: en-GB (en_GB.UTF-8); 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 96196] Exporting a chart in PNG does not preserve transparency or absence of area fill

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

--- Comment #4 from stragu  ---
Reproduced on current still version:

Version: 5.3.5.2
Build ID: 50d9bf2b0a79cdb85a3814b592608037a682059d
CPU Threads: 2; OS Version: Linux 3.13; UI Render: default; VCL: kde4; Layout
Engine: new; 
Locale: en-GB (en_GB.UTF-8); 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 109253] FONT NAME list: Scrolling through the list causes a crash. " Bad allocation" error message

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

--- Comment #16 from Bryan Leech  ---
The "cure" from Windows Update did not last. The problem has returned! Why it
was OK for a short time is an even greater mystery.

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


[Libreoffice-bugs] [Bug 100359] No option available to reset "File > Printer Settings" to default printer

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

Cor Nouws  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||c...@nouenoff.nl
Summary|Reset File > Printer|No option available to
   |Settings|reset "File > Printer
   ||Settings" to default
   ||printer
 Ever confirmed|0   |1

--- Comment #2 from Cor Nouws  ---
just a fine request.

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


[Libreoffice-ux-advise] [Bug 100359] No option available to reset "File > Printer Settings" to default printer

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

Cor Nouws  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||c...@nouenoff.nl
Summary|Reset File > Printer|No option available to
   |Settings|reset "File > Printer
   ||Settings" to default
   ||printer
 Ever confirmed|0   |1

--- Comment #2 from Cor Nouws  ---
just a fine request.

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


[Libreoffice-commits] core.git: Branch 'private/jmux/scheduler-fixes' - 61 commits - basegfx/source canvas/Library_canvastools.mk canvas/source comphelper/source compilerplugins/clang dbaccess/Module_

2017-08-18 Thread Jan-Marek Glogowski
Rebased ref, commits from common ancestor:
commit 11f0ac98349928632cf456d8f0483964c747b2e1
Author: Jan-Marek Glogowski 
Date:   Fri Aug 18 23:26:23 2017 +0200

Unify SolarMutex implementations

All backends implement the SolarMutex in mostly the same way.
So this consolidates this code into a GenericSolarMutex.

We still need the abstract SolarMutex class for all these fake
AKA fascade implementations.

The patch also replaces various places of direct mutex usage with
either SolarMutexGuard or SolarMutexReleaser objects.

Change-Id: Ia0146dd6c51a3b9a513cc6af34a66def58aad831

diff --git a/comphelper/source/misc/solarmutex.cxx 
b/comphelper/source/misc/solarmutex.cxx
index 4b573078dffd..1cdbb1059e96 100644
--- a/comphelper/source/misc/solarmutex.cxx
+++ b/comphelper/source/misc/solarmutex.cxx
@@ -42,6 +42,67 @@ SolarMutex *SolarMutex::get()
 return pSolarMutex;
 }
 
+GenericSolarMutex::GenericSolarMutex()
+: m_nCount( 0 )
+, m_nThreadId( 0 )
+, m_aBeforeReleaseHandler( nullptr )
+{
+setSolarMutex( this );
+}
+
+GenericSolarMutex::~GenericSolarMutex()
+{
+setSolarMutex( nullptr );
+}
+
+void GenericSolarMutex::doAcquire( const sal_uInt32 nLockCount )
+{
+for ( sal_uInt32 n = nLockCount; n ; --n )
+m_aMutex.acquire();
+m_nThreadId = osl::Thread::getCurrentIdentifier();
+m_nCount += nLockCount;
+}
+
+sal_uInt32 GenericSolarMutex::doRelease( bool bUnlockAll )
+{
+if ( m_nCount == 0 )
+abort();
+if ( m_nThreadId != osl::Thread::getCurrentIdentifier() )
+abort();
+
+const sal_uInt32 nCount = bUnlockAll ? m_nCount : 1;
+m_nCount -= nCount;
+
+if ( 0 == m_nCount )
+{
+if ( m_aBeforeReleaseHandler )
+m_aBeforeReleaseHandler();
+m_nThreadId = 0;
+}
+
+for ( sal_uInt32 n = nCount ; n ; --n )
+m_aMutex.release();
+
+return nCount;
+}
+
+bool GenericSolarMutex::IsCurrentThread()
+{
+return m_nThreadId == osl::Thread::getCurrentIdentifier();
+}
+
+bool GenericSolarMutex::tryToAcquire()
+{
+if ( m_aMutex.tryToAcquire() )
+{
+m_nThreadId = osl::Thread::getCurrentIdentifier();
+m_nCount++;
+return true;
+}
+else
+return false;
+}
+
 } // namespace comphelper
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/dbaccess/Module_dbaccess.mk b/dbaccess/Module_dbaccess.mk
index d9f80fc11540..6d57f98710e4 100644
--- a/dbaccess/Module_dbaccess.mk
+++ b/dbaccess/Module_dbaccess.mk
@@ -12,23 +12,23 @@ $(eval $(call gb_Module_Module,dbaccess))
 ifneq (,$(filter DBCONNECTIVITY,$(BUILD_TYPE)))
 
 $(eval $(call gb_Module_add_targets,dbaccess,\
-   $(if $(filter WNT,$(OS)),Executable_odbcconfig) \
-   Library_dba \
-   Library_dbaxml \
-   Library_dbmm \
-   Library_dbu \
-   Library_sdbt \
-   UIConfig_dbaccess \
-   UIConfig_dbapp \
-   UIConfig_dbbrowser \
-   UIConfig_dbquery \
-   UIConfig_dbrelation \
-   UIConfig_dbtable \
-   UIConfig_dbtdata \
+$(if $(filter WNT,$(OS)),Executable_odbcconfig) \
+Library_dba \
+Library_dbaxml \
+Library_dbmm \
+Library_dbu \
+Library_sdbt \
+UIConfig_dbaccess \
+UIConfig_dbapp \
+UIConfig_dbbrowser \
+UIConfig_dbquery \
+UIConfig_dbrelation \
+UIConfig_dbtable \
+UIConfig_dbtdata \
 ))
 
 $(eval $(call gb_Module_add_l10n_targets,dbaccess,\
-   AllLangMoTarget_dba \
+AllLangMoTarget_dba \
 ))
 
 ifneq ($(OS),IOS)
@@ -39,16 +39,15 @@ $(eval $(call gb_Module_add_check_targets,dbaccess,\
 endif
 
 $(eval $(call gb_Module_add_check_targets,dbaccess,\
-   CppunitTest_dbaccess_dialog_save \
-   CppunitTest_dbaccess_empty_stdlib_save \
-   CppunitTest_dbaccess_nolib_save \
-   CppunitTest_dbaccess_macros_test \
-   $(if $(ENABLE_JAVA), \
-   CppunitTest_dbaccess_RowSetClones) \
+CppunitTest_dbaccess_dialog_save \
+CppunitTest_dbaccess_empty_stdlib_save \
+CppunitTest_dbaccess_nolib_save \
+CppunitTest_dbaccess_macros_test \
 ))
 
 ifeq ($(ENABLE_JAVA),TRUE)
 $(eval $(call gb_Module_add_check_targets,dbaccess,\
+CppunitTest_dbaccess_RowSetClones \
 CppunitTest_dbaccess_hsqldb_test \
 ))
 endif
@@ -64,14 +63,14 @@ endif
 endif
 
 $(eval $(call gb_Module_add_subsequentcheck_targets,dbaccess,\
-   JunitTest_dbaccess_complex \
+JunitTest_dbaccess_complex \
 JunitTest_dbaccess_unoapi \
 ))
 
 ifneq ($(DISABLE_PYTHON),TRUE)
 ifneq ($(ENABLE_JAVA),)
 $(eval $(call gb_Module_add_subsequentcheck_targets,dbaccess,\
-   PythonTest_dbaccess_python \
+PythonTest_dbaccess_python \
 ))
 endif
 endif
diff --git a/dbaccess/source/core/dataaccess/ModelImpl.cxx 
b/dbaccess/source/core/dataaccess/ModelImpl.cxx
index bbbe69d5f52f..be30380e284e 100644
--- a/dbaccess/source/core/dataaccess/ModelImpl.cxx
+++ 

[Libreoffice-bugs] [Bug 111881] copy and paste oddness

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

Jean-Baptiste Faure  changed:

   What|Removed |Added

Summary|editing |copy and paste oddness

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


[Libreoffice-bugs] [Bug 111881] editing

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

Jean-Baptiste Faure  changed:

   What|Removed |Added

 CC||jbfa...@libreoffice.org

--- Comment #3 from Jean-Baptiste Faure  ---
Not reproducible for me with LibreOffice 5.4.0 from Ubuntu PPA.
Ubuntu 16.04 x86-64

Did you try the same procedure in another software, for example a text editor
like gedit?

Best regards. JBF

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


[Libreoffice-bugs] [Bug 111902] GTK+ 3 drop-down list buttons are too big (gtk3) -> see screenshots

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

--- Comment #6 from Jean-Baptiste Faure  ---
(In reply to Gerry from comment #5)
> Hi Jean-Baptiste, it is the Gnome 3 Adwaita theme

Ok, did not see that your Ubuntu is Ubuntu Gnome, mine is Ubuntu Unity.

Best regards. JBF

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


[Libreoffice-bugs] [Bug 105626] Breeze dark is hardly readable

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

Jean-Baptiste Faure  changed:

   What|Removed |Added

 CC||jmeh...@gmail.com

--- Comment #3 from Jean-Baptiste Faure  ---
*** Bug 111866 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 111866] GUI icons are invisible after recent Ubuntu OS update

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

Jean-Baptiste Faure  changed:

   What|Removed |Added

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

--- Comment #5 from Jean-Baptiste Faure  ---
Ok this is a duplicate of bug 105626.

Best regards. JBF

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

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


[Libreoffice-bugs] [Bug 63198] Spellcheck Replace all choices are forgotten after resume

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

Jean-Baptiste Faure  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||jbfa...@libreoffice.org
 Resolution|--- |WORKSFORME

--- Comment #9 from Jean-Baptiste Faure  ---
Not reproducible for me with LO 5.4.2.0.0+ built at home under Ubuntu 16.04
x86-64.

Closing as WorksForMe. Please feel free to reopen if you disagree.

Best regards. JBF

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


[Libreoffice-bugs] [Bug 111902] GTK+ 3 drop-down list buttons are too big (gtk3) -> see screenshots

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

Gerry  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #5 from Gerry  ---
Hi Jean-Baptiste, it is the Gnome 3 Adwaita theme

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


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

2017-08-18 Thread Julien Nabet
 l10ntools/source/gRun.sh |  272 +++
 1 file changed, 21 insertions(+), 251 deletions(-)

New commits:
commit 92507dd3dc3eaf95d540475ac3e7887495030ebc
Author: Julien Nabet 
Date:   Fri Aug 18 19:44:26 2017 +0200

Remove refs to deleted src files

following 
https://cgit.freedesktop.org/libreoffice/core/commit/?id=00657aef09d854c74fb426a935a3e8b1fc390bb0

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

diff --git a/l10ntools/source/gRun.sh b/l10ntools/source/gRun.sh
index e7de0cf05fd2..d37fff547fea 100755
--- a/l10ntools/source/gRun.sh
+++ b/l10ntools/source/gRun.sh
@@ -202,213 +202,53 @@ ${MYCMD} --base 
reportbuilder/java/org/libreoffice/report/function/metadata --fi
 
 # .src files
 
-${MYCMD} --files accessibility/source/helper/accessiblestrings.src
+${MYCMD} --base basctl/source/basicide --files moduldlg.src
 
-${MYCMD} --files avmedia/source/framework/mediacontrol.src
+${MYCMD} --base chart2/source/controller/dialogs --files Bitmaps.src
 
-${MYCMD} --files avmedia/source/viewer/mediawindow.src
+${MYCMD} --base connectivity/source/resource --files conn_log_res.src
 
-${MYCMD} --base basctl/source/basicide --files basicprint.src basidesh.src 
macrodlg.src moduldlg.src objdlg.src
+${MYCMD} --base cui/source/customize --files acccfg.src
 
-${MYCMD} --files basctl/source/dlged/dlgresid.src
+${MYCMD} --base cui/source/dialogs --files multipat.src svuidlg.src
 
-${MYCMD} --files basic/source/classes/sb.src
+${MYCMD} --base cui/source/options --files optgdlg.src personalization.src
 
-${MYCMD} --files basic/source/sbx/format.src
+${MYCMD} --base cui/source/tabpages --files align.src page.src paragrph.src
 
-${MYCMD} --base chart2/source/controller/dialogs --files Bitmaps.src 
Strings.src Strings_ChartTypes.src Strings_Scale.src Strings_Statistic.src
+${MYCMD} --base desktop/source/deployment/gui --files dp_gui_backend.src 
dp_gui_dialog2.src
 
-${MYCMD} --base connectivity/source/resource --files conn_error_message.src 
conn_log_res.src conn_shared_res.src
+${MYCMD} --base extensions/source/bibliography --files toolbar.src
 
-${MYCMD} --base cui/source/customize --files acccfg.src cfg.src macropg.src
-
-${MYCMD} --base cui/source/dialogs --files fmsearch.src gallery.src 
hyperdlg.src multipat.src passwdomdlg.src scriptdlg.src svuidlg.src
-
-${MYCMD} --base cui/source/options --files connpooloptions.src dbregister.src 
doclinkdialog.src optchart.src optcolor.src optdict.src optfltr.src optgdlg.src 
optinet2.src optjava.src optlingu.src optpath.src personalization.src 
treeopt.src
-
-${MYCMD} --base cui/source/tabpages --files align.src border.src 
frmdirlbox.src page.src paragrph.src strings.src
-
-${MYCMD} --files dbaccess/source/core/resource/strings.src
-
-${MYCMD} --files dbaccess/source/ext/macromigration/macromigration.src
-
-${MYCMD} --files dbaccess/source/sdbtools/resource/sdbt_strings.src
-
-${MYCMD} --files dbaccess/source/ui/app/app.src
-
-${MYCMD} --base dbaccess/source/ui/browser --files sbabrw.src sbagrid.src
-
-${MYCMD} --base dbaccess/source/ui/control --files TableGrantCtrl.src 
tabletree.src undosqledit.src
-
-${MYCMD} --base dbaccess/source/ui/dlg --files AutoControls.src 
ConnectionPage.src dbadmin.src dbadmin2.src dbadminsetup.src directsql.src 
indexdialog.src paramdialog.src sqlmessage.src UserAdmin.src
-
-${MYCMD} --base dbaccess/source/ui/misc --files dbumiscres.src WizardPages.src
-
-${MYCMD} --base dbaccess/source/ui/querydesign --files query.src querydlg.src
-
-${MYCMD} --files dbaccess/source/ui/relationdesign/relation.src
-
-${MYCMD} --files dbaccess/source/ui/tabledesign/table.src
-
-${MYCMD} --base dbaccess/source/ui/uno --files copytablewizard.src
-
-${MYCMD} --files desktop/source/app/desktop.src
-
-${MYCMD} --base desktop/source/deployment/gui --files dp_gui_backend.src 
dp_gui_dialog.src dp_gui_dialog2.src dp_gui_updatedialog.src 
dp_gui_updateinstalldialog.src dp_gui_versionboxes.src
-
-${MYCMD} --files desktop/source/deployment/manager/dp_manager.src
-
-${MYCMD} --files desktop/source/deployment/misc/dp_misc.src
-
-${MYCMD} --files desktop/source/deployment/registry/component/dp_component.src
-
-${MYCMD} --files 
desktop/source/deployment/registry/configuration/dp_configuration.src
-
-${MYCMD} --files desktop/source/deployment/registry/dp_registry.src
-
-${MYCMD} --files desktop/source/deployment/registry/help/dp_help.src
-
-${MYCMD} --files desktop/source/deployment/registry/package/dp_package.src
-
-${MYCMD} --files desktop/source/deployment/registry/script/dp_script.src
-
-${MYCMD} --files desktop/source/deployment/registry/sfwk/dp_sfwk.src
-
-${MYCMD} --files desktop/source/deployment/unopkg/unopkg.src
-
-${MYCMD} --files editeng/source/accessibility/accessibility.src
-
-${MYCMD} --files editeng/source/editeng/editeng.src
-

[Libreoffice-bugs] [Bug 111881] editing

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

Edward  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #2 from Edward  ---
I talked to my geek friend, and decided not to download a newer version,
because he said that LibreOffice Fresh still has the paste problem. As a result
he is using OpenOffice instead. I may do the same.

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


[Libreoffice-bugs] [Bug 111866] GUI icons are invisible after recent Ubuntu OS update

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

--- Comment #4 from jmeh...@gmail.com ---
(In reply to Jean-Baptiste Faure from comment #2)
> What is the icon set you are using ? See in Tools > Options > LibreOffice >
> View
> If helpimg is selected, change for something else.
> 
> Set status to NEEDINFO, please set it back to UNCONFIRMED once requested
> informations are provided.
> 
> Best regards. JBF

Added the clarification note and changed the status! Thanks for bringing icon
styles to my attention, I now know it was only one style, Breeze Dark, that is
not visible. Did not see anything around 'helpimg' on the view section.

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


[Libreoffice-bugs] [Bug 111866] GUI icons are invisible after recent Ubuntu OS update

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

jmeh...@gmail.com changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #3 from jmeh...@gmail.com ---
Clarifcation, this is only for icon style Breeze Dark, after changing icon
styles in Options - View, all other icon styles are operational.

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


[Libreoffice-bugs] [Bug 108472] [META] MediaWiki export bugs and enhancements

2017-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108472
Bug 108472 depends on bug 106455, which changed state.

Bug 106455 Summary: Export to Wiki-Publisher
https://bugs.documentfoundation.org/show_bug.cgi?id=106455

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |INSUFFICIENTDATA

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


[Libreoffice-bugs] [Bug 106455] Export to Wiki-Publisher

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

Julien Nabet  changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |INSUFFICIENTDATA

--- Comment #4 from Julien Nabet  ---
No feedback after more than 5 months.
Let's close this one.

Mario: don't hesitate to reopen this tracker if you can still reproduce this
with last stable LO version (5.3.5 ) and by providing information requested by
Xisco.

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


[Libreoffice-bugs] [Bug 53828] UI: Searching for formats does not find conditional formats

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

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||102847, 87351


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=87351
[Bug 87351] [META] Conditional formatting bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=102847
[Bug 102847] [META] Quick Find, Search and Replace
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 87351] [META] Conditional formatting bugs and enhancements

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

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||53828


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=53828
[Bug 53828] UI: Searching for formats does not find conditional formats
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 102847] [META] Quick Find, Search and Replace

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

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||53828


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=53828
[Bug 53828] UI: Searching for formats does not find conditional formats
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 108472] [META] MediaWiki export bugs and enhancements

2017-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108472
Bug 108472 depends on bug 48099, which changed state.

Bug 48099 Summary: MediaWiki Export Fails to Login to a MediaWiki-powered site 
for MediaWiki export
https://bugs.documentfoundation.org/show_bug.cgi?id=48099

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 111902] GTK+ 3 drop-down list buttons are too big (gtk3) -> see screenshots

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

Jean-Baptiste Faure  changed:

   What|Removed |Added

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

--- Comment #4 from Jean-Baptiste Faure  ---
What Ubuntu theme are you using? I do not reproduce with default theme (same LO
version, same Ubuntu version).

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

Best regards. JBF

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


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

2017-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102985
Bug 102985 depends on bug 109253, which changed state.

Bug 109253 Summary: FONT NAME list: Scrolling through the list causes a crash. 
"Bad allocation" error message
https://bugs.documentfoundation.org/show_bug.cgi?id=109253

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |---

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


[Libreoffice-bugs] [Bug 71732] [META] Bugs related to text rendering, typography and font features in LO

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

Bug 109253 Summary: FONT NAME list: Scrolling through the list causes a crash. 
"Bad allocation" error message
https://bugs.documentfoundation.org/show_bug.cgi?id=109253

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |---

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


[Libreoffice-bugs] [Bug 109253] FONT NAME list: Scrolling through the list causes a crash. " Bad allocation" error message

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

Robert McClure  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |---

--- Comment #15 from Robert McClure  ---
Problem still exists with Windows 7 Ultimate with all updates as of 1 hour ago.

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


[Libreoffice-bugs] [Bug 111845] Add "Format..." search to Calc's Find & Replace

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

Jean-Baptiste Faure  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||jbfa...@libreoffice.org
 Ever confirmed|0   |1
   Severity|normal  |enhancement

--- Comment #1 from Jean-Baptiste Faure  ---
Valid enhancement request, with this restriction: 
https://bugs.documentfoundation.org/show_bug.cgi?id=53828
UI: Searching for formats does not find conditional formats
Status: RESOLVED WONTFIX

Best regards. JBF

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


[Libreoffice-bugs] [Bug 111900] Bad Allocation error on PDF export

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

--- Comment #6 from Telesto  ---
Probably the same cause as bug 111347; so effectively bug 109253 
Possible solution: bug 109253 comment 13 -> install the latest Windows updates
for Win7

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


[Libreoffice-bugs] [Bug 109253] FONT NAME list: Scrolling through the list causes a crash. " Bad allocation" error message

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

--- Comment #14 from JohnHardy  ---
Problem still exists with Windows 10 64-bit with an update that was installed
last night.

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


[Libreoffice-bugs] [Bug 111902] GTK+ 3 drop-down list buttons are too big (gtk3) -> see screenshots

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

Gerry  changed:

   What|Removed |Added

 CC||caol...@redhat.com,
   ||dtar...@redhat.com

--- Comment #3 from Gerry  ---
@Caolán + David: I felt free to add you to the bug, as you were working on the
GTK+ 3 integration.

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


[Libreoffice-bugs] [Bug 111902] GTK+ 3 drop-down list buttons are too big (gtk3) -> see screenshots

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

--- Comment #2 from Gerry  ---
Created attachment 135649
  --> https://bugs.documentfoundation.org/attachment.cgi?id=135649=edit
LibreOffice 5.4 with GTK3, drop-down buttons in the menu bar are too big here.

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


[Libreoffice-bugs] [Bug 111902] GTK+ 3 drop-down list buttons are too big (gtk3) -> see screenshots

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

--- Comment #1 from Gerry  ---
Created attachment 135648
  --> https://bugs.documentfoundation.org/attachment.cgi?id=135648=edit
LibreOffice 5.4 with GTK2, everything is okay here.

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


[Libreoffice-bugs] [Bug 111902] New: GTK+ 3 drop-down list buttons are too big (gtk3) -> see screenshots

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

Bug ID: 111902
   Summary: GTK+ 3 drop-down list buttons are too big (gtk3) ->
see screenshots
   Product: LibreOffice
   Version: 5.4.0.3 release
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: gerry.trep...@googlemail.com

Description:
With the GTK+ 3 integration of LibreOffice, the drop-down list buttons are way
too big. Please look at the screenshots.


Steps to Reproduce:
1. Install LibreOffice 5.4 (PPA)
2. Install the Ubuntu package "office productivity suite -- GTK+ 3 integration"
3. Restart LibreOffice

Actual Results:  
The drop-down buttons are too big; they look unnatural

Expected Results:
The drop-down buttons should look like in GTK+2


Reproducible: Always

User Profile Reset: No

Additional Info:
GTK3 LibreOffice package:
"office productivity suite -- GTK+ 3 integration"
1:5.4.0~rc3-0ubuntu0.16.04.1~lo1

LibreOffice:
Version: 5.4.0.3
Build-ID: 1:5.4.0~rc3-0ubuntu0.16.04.1~lo1
CPU-Threads: 4; Betriebssystem:Linux 4.4; UI-Render: GL; VCL: gtk2; 
Gebietsschema: de-DE (de_DE.UTF-8); Calc: single

System: Ubuntu Gnome 16.04.3 LTS 64-Bit 
Processor: Intel® Core™ i3-3120M CPU @ 2.50GHz × 4 
Graphics: Intel® Ivybridge Mobile
Screen resolution: 1366x768


User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_4) AppleWebKit/537.36
(KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36

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


[Libreoffice-bugs] [Bug 111866] GUI icons are invisible after recent Ubuntu OS update

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

Jean-Baptiste Faure  changed:

   What|Removed |Added

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

--- Comment #2 from Jean-Baptiste Faure  ---
What is the icon set you are using ? See in Tools > Options > LibreOffice >
View
If helpimg is selected, change for something else.

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

Best regards. JBF

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


[Libreoffice-bugs] [Bug 95225] scalc is unreasonably slow to open and close with test file

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

--- Comment #23 from John  ---
Hi, this is John, I reported the bug originally.

Just to re-cap, my problem was an xlsx file generated by Quickbooks.
LibreOffice loaded it REALLY slowly.  Furthermore, if I saved the xlsx file
from LibreOffice as an ods file, that loaded REALLY slowly too.

I have just installed LibreOffice_5.4.0.3_Linux_x86-64_deb on my Debian Jessie
system.  This version of LibreOffice opens xlsx files generated by Quickbooks
very promptly. It is a bit slow opening the file I saved from the much older
LibreOffice as an ods file, but that, I think, is because the older LibreOffice
mangled the file.

So, to sum up, I consider that this bug has been fixed in version 5.4.0.3
(and perhaps in earlier versions).

I am very happy!  Thank you to all those who contributed to the fix.

A Paypal donation is on its way.

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


[Libreoffice-bugs] [Bug 111901] New: Esc key does not abort XRangeSelectionListener

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

Bug ID: 111901
   Summary: Esc key does not abort XRangeSelectionListener
   Product: LibreOffice
   Version: 5.3.4.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: sdk
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ville...@t-online.de

Same bug in LibreOffice:
https://bz.apache.org/ooo/show_bug.cgi?id=121904

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


[Libreoffice-bugs] [Bug 71732] [META] Bugs related to text rendering, typography and font features in LO

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

Bug 109253 Summary: FONT NAME list: Scrolling through the list causes a crash. 
"Bad allocation" error message
https://bugs.documentfoundation.org/show_bug.cgi?id=109253

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

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


[Libreoffice-bugs] [Bug 109253] FONT NAME list: Scrolling through the list causes a crash. " Bad allocation" error message

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

Bryan Leech  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #13 from Bryan Leech  ---
Problem disappeared with latest Windows Update installed (Win 7 Home Premium 64
bit)

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


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

2017-08-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102985
Bug 102985 depends on bug 109253, which changed state.

Bug 109253 Summary: FONT NAME list: Scrolling through the list causes a crash. 
"Bad allocation" error message
https://bugs.documentfoundation.org/show_bug.cgi?id=109253

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

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


[Libreoffice-bugs] [Bug 111900] Bad Allocation error on PDF export

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

--- Comment #5 from Robert McClure  ---
Harware accelleration turned off
OpenGL turn off
Same result

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


[Libreoffice-bugs] [Bug 97822] Trees missing arrows if OpenGL is enabled

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

Gerry  changed:

   What|Removed |Added

 CC||gerry.trep...@googlemail.co
   ||m

--- Comment #10 from Gerry  ---
I encounter exactly the same problem. I don't see the arrows if OpenGL is
switched on.

LibreOffice:
Version: 5.4.0.3
Build-ID: 1:5.4.0~rc3-0ubuntu0.16.04.1~lo1
CPU-Threads: 4; Betriebssystem:Linux 4.4; UI-Render: GL; VCL: gtk2; 
Gebietsschema: de-DE (de_DE.UTF-8); Calc: single

System: Ubuntu Gnome 16.04.3 LTS 64-Bit 
Processor: Intel® Core™ i3-3120M CPU @ 2.50GHz × 4 
Graphics: Intel® Ivybridge Mobile

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


[Libreoffice-bugs] [Bug 98700] FILESAVE: toggled "keep with next paragraph" incorrectly set when saving as DOCX

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

Justin L  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||jl...@mail.com
   Assignee|libreoffice-b...@lists.free |jl...@mail.com
   |desktop.org |
Summary|FILESAVE: "keep with next   |FILESAVE: toggled "keep
   |paragraph" |with next paragraph"
   |for Heading styles  | incorrectly
   |incorrectly set when saving |set when saving as DOCX
   |as DOCX |

--- Comment #15 from Justin L  ---
The mere presence of the property "ParaKeepTogether" was enough to enable it
when saving as DOCX. Normally this property doesn't exist.

This applies to much more than just the Heading styles. It applies to ANYTHING
that had "keep with next paragraph" enabled at one point in time as suggested
by Andy in bug 106657.

Proposed fix at https://gerrit.libreoffice.org/41309

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


[Libreoffice-bugs] [Bug 86838] Letter page format size prints portrait pages as landscape on OS X ( Brother and HP printers)

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

nshani  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #55 from nshani  ---
Issue still present with 5.4.0.3 on MacBook Air running MacOS 12.6
Haven't tried re-sizing the page (as suggested above - will try it later) but
can confirm that changing to A4 does resolve the issue. So this is a 'feature'?
;-)

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


[Libreoffice-bugs] [Bug 86838] Letter page format size prints portrait pages as landscape on OS X ( Brother and HP printers)

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

nshani  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|WORKSFORME  |---

--- Comment #54 from nshani  ---
Similar behaviour noticed with 5.4.0.3 which I just started using last week.

All other applications (Preview, Text Edit) work fine and show the page
orientation icons, but not this application and version. Looks like I'll have
to revert to 5.3.5 as that one didn't show this quirk.
The issue is shown on 2 Macs, all running the same versions of OS and
applications.

-- 
You are receiving this mail because:
You 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: svtools/source

2017-08-18 Thread Noel Grandin
 svtools/source/inc/svimpbox.hxx |  109 +++-
 1 file changed, 53 insertions(+), 56 deletions(-)

New commits:
commit 0e5c0c4bc019cb85d8a41733cec8d68dd6995bea
Author: Noel Grandin 
Date:   Fri Aug 18 16:08:50 2017 +0200

use o3tl::enumarray for m_aNodeAndEntryImages

Change-Id: I508c77562ec92b078d15d2a557af474a93b940de
Reviewed-on: https://gerrit.libreoffice.org/41294
Reviewed-by: Noel Grandin 
Tested-by: Noel Grandin 

diff --git a/svtools/source/inc/svimpbox.hxx b/svtools/source/inc/svimpbox.hxx
index cb1ad90dc93e..09d896ba8135 100644
--- a/svtools/source/inc/svimpbox.hxx
+++ b/svtools/source/inc/svimpbox.hxx
@@ -24,6 +24,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 #include "svtaccessiblefactory.hxx"
 
@@ -88,12 +89,12 @@ friend class ImpLBSelEng;
 friend class SvTreeListBox;
 friend class IconView;
 private:
-SvTreeList* pTree;
-SvTreeListEntry*pAnchor;
-SvTreeListEntry*pMostRightEntry;
-SvLBoxButton*   pActiveButton;
-SvTreeListEntry*pActiveEntry;
-SvLBoxTab*  pActiveTab;
+SvTreeList*  pTree;
+SvTreeListEntry* pAnchor;
+SvTreeListEntry* pMostRightEntry;
+SvLBoxButton*pActiveButton;
+SvTreeListEntry* pActiveEntry;
+SvLBoxTab*   pActiveTab;
 
 VclPtraHorSBar;
 VclPtr aScrBarBox;
@@ -106,19 +107,19 @@ private:
 static oslInterlockedCount  s_nImageRefCount; /// When 0 all static images 
will be destroyed
 
 // Node Bitmaps
-enum ImageType
+enum class ImageType
 {
-itNodeExpanded = 0, // node is expanded ( usually a bitmap showing 
a minus )
-itNodeCollapsed,// node is collapsed ( usually a bitmap 
showing a plus )
-itNodeDontKnow, // don't know the node state
-itEntryDefExpanded, // default for expanded entries
-itEntryDefCollapsed,// default for collapsed entries
-
-IT_IMAGE_COUNT
+NodeExpanded = 0, // node is expanded ( usually a bitmap showing a 
minus )
+NodeCollapsed,// node is collapsed ( usually a bitmap showing 
a plus )
+NodeDontKnow, // don't know the node state
+EntryDefExpanded, // default for expanded entries
+EntryDefCollapsed,// default for collapsed entries
+LAST = EntryDefCollapsed
 };
 
 // all our images
-Image   m_aNodeAndEntryImages[ IT_IMAGE_COUNT ];
+o3tl::enumarray
+m_aNodeAndEntryImages;
 
 ImpLBSelEng aFctSet;
 IdleaAsyncBeginDragIdle;
@@ -164,31 +165,31 @@ private:
 voidSetNodeBmpTabDistance();
 
 // Selection-Engine
-SvTreeListEntry* MakePointVisible( const Point& rPoint );
+SvTreeListEntry*MakePointVisible( const Point& rPoint );
 
 voidSetAnchorSelection( SvTreeListEntry* pOld,
 SvTreeListEntry* pNewCursor );
 voidBeginDrag();
-bool ButtonDownCheckCtrl( const MouseEvent& rMEvt, SvTreeListEntry* pEntry 
);
-bool MouseMoveCheckCtrl( const MouseEvent& rMEvt, SvTreeListEntry const * 
pEntry );
-bool ButtonUpCheckCtrl( const MouseEvent& rMEvt );
-bool ButtonDownCheckExpand( const MouseEvent&, SvTreeListEntry* );
+boolButtonDownCheckCtrl( const MouseEvent& rMEvt, 
SvTreeListEntry* pEntry );
+boolMouseMoveCheckCtrl( const MouseEvent& rMEvt, 
SvTreeListEntry const * pEntry );
+boolButtonUpCheckCtrl( const MouseEvent& rMEvt );
+boolButtonDownCheckExpand( const MouseEvent&, 
SvTreeListEntry* );
 
-bool EntryReallyHit(SvTreeListEntry* pEntry, const Point& rPos, long 
nLine);
+boolEntryReallyHit(SvTreeListEntry* pEntry, const Point& 
rPos, long nLine);
 voidInitScrollBarBox();
 SvLBoxTab*  NextTab( SvLBoxTab const * );
 
-bool SetMostRight( SvTreeListEntry* pEntry );
+boolSetMostRight( SvTreeListEntry* pEntry );
 voidFindMostRight( SvTreeListEntry* pParent, 
SvTreeListEntry* EntryToIgnore );
 voidFindMostRight_Impl( SvTreeListEntry* 
pParent,SvTreeListEntry* EntryToIgnore  );
 voidNotifyTabsChanged();
 
 // if element at cursor can be expanded in general
-bool IsExpandable() const;
+boolIsExpandable() const;
 
 static  voidimplInitDefaultNodeImages();
 
-void UpdateStringSorter();
+voidUpdateStringSorter();
 
 short   UpdateContextBmpWidthVector( SvTreeListEntry const * 
pEntry, short nWidth );
 voidUpdateContextBmpWidthMax( SvTreeListEntry const * 
pEntry );
@@ -196,8 +197,8 @@ private:
 
  

[Libreoffice-bugs] [Bug 111900] Bad Allocation error on PDF export

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

--- Comment #4 from raal  ---
Please try to disable openGL and HW acceleration.
Tools - Options -View

(bug 108116)

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


[Libreoffice-bugs] [Bug 111828] Always have ‘Record Macro’ available in the menu

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

raal  changed:

   What|Removed |Added

 CC||r...@post.cz

--- Comment #8 from raal  ---
see bug 64314 and Michael's comment

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


[Libreoffice-bugs] [Bug 111900] Bad Allocation error on PDF export

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

--- Comment #3 from Robert McClure  ---
Further experimentation show it crashes on a file that contains just one word
"simple" in Liberation Serif 12pt that has never been modified. Unchecking all
of the PDF options for output does not fix the problem either.

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


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

2017-08-18 Thread Jens Carl
 include/test/sheet/xviewfreezable.hxx|   35 +
 qadevOOo/Jar_OOoRunner.mk|1 
 qadevOOo/objdsc/sc/com.sun.star.comp.office.ScTabViewObj.csv |2 
 qadevOOo/tests/java/ifc/sheet/_XViewFreezable.java   |   69 ---
 sc/qa/extras/sctabviewobj.cxx|   13 +-
 test/Library_subsequenttest.mk   |1 
 test/source/sheet/xviewfreezable.cxx |   33 +
 7 files changed, 77 insertions(+), 77 deletions(-)

New commits:
commit 70027414b3ae0c460b0d398fccde092750af47fd
Author: Jens Carl 
Date:   Tue Aug 8 08:53:00 2017 +

tdf#45904 Move Java _XViewFreezable tests to C++

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

diff --git a/include/test/sheet/xviewfreezable.hxx 
b/include/test/sheet/xviewfreezable.hxx
new file mode 100644
index ..da5b56febe41
--- /dev/null
+++ b/include/test/sheet/xviewfreezable.hxx
@@ -0,0 +1,35 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; 
fill-column: 100 -*- */
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ */
+
+#ifndef INCLUDED_TEST_SHEET_XVIEWFREEZABLE_HXX
+#define INCLUDED_TEST_SHEET_XVIEWFREEZABLE_HXX
+
+#include 
+#include 
+#include 
+
+using namespace css;
+using namespace css::uno;
+
+namespace apitest {
+
+class OOO_DLLPUBLIC_TEST XViewFreezable
+{
+public:
+virtual uno::Reference< uno::XInterface > init() = 0;
+virtual ~XViewFreezable(){}
+
+void testFreeze();
+};
+
+}
+
+#endif // INCLUDED_TEST_SHEET_XVIEWFREEZABLE_HXX
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s 
cinkeys+=0=break: */
diff --git a/qadevOOo/Jar_OOoRunner.mk b/qadevOOo/Jar_OOoRunner.mk
index 67511ce41228..dbf725e84c1f 100644
--- a/qadevOOo/Jar_OOoRunner.mk
+++ b/qadevOOo/Jar_OOoRunner.mk
@@ -647,7 +647,6 @@ $(eval $(call gb_Jar_add_sourcefiles,OOoRunner,\
 qadevOOo/tests/java/ifc/sheet/_XSubTotalDescriptor \
 qadevOOo/tests/java/ifc/sheet/_XSubTotalField \
 qadevOOo/tests/java/ifc/sheet/_XUniqueCellFormatRangesSupplier \
-qadevOOo/tests/java/ifc/sheet/_XViewFreezable \
 qadevOOo/tests/java/ifc/style/_CharacterProperties \
 qadevOOo/tests/java/ifc/style/_CharacterPropertiesAsian \
 qadevOOo/tests/java/ifc/style/_CharacterPropertiesComplex \
diff --git a/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScTabViewObj.csv 
b/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScTabViewObj.csv
index 3f082cec3a73..6a366ee450cc 100644
--- a/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScTabViewObj.csv
+++ b/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScTabViewObj.csv
@@ -35,8 +35,6 @@
 
"ScTabViewObj";"com::sun::star::sheet::SpreadsheetViewSettings";"HideSpellMarks"
 "ScTabViewObj";"com::sun::star::sheet::SpreadsheetViewSettings";"ZoomType"
 "ScTabViewObj";"com::sun::star::sheet::SpreadsheetViewSettings";"ZoomValue"
-"ScTabViewObj";"com::sun::star::sheet::XViewFreezable";"hasFrozenPanes()"
-"ScTabViewObj";"com::sun::star::sheet::XViewFreezable";"freezeAtPosition()"
 
"ScTabViewObj";"com::sun::star::sheet::XActivationBroadcaster#optional";"addActivationEventListener()"
 
"ScTabViewObj";"com::sun::star::sheet::XActivationBroadcaster#optional";"removeActivationEventListener()"
 "ScTabViewObj";"com::sun::star::sheet::XRangeSelection";"startRangeSelection()"
diff --git a/qadevOOo/tests/java/ifc/sheet/_XViewFreezable.java 
b/qadevOOo/tests/java/ifc/sheet/_XViewFreezable.java
deleted file mode 100644
index cedec0951a78..
--- a/qadevOOo/tests/java/ifc/sheet/_XViewFreezable.java
+++ /dev/null
@@ -1,69 +0,0 @@
-/*
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- *   Licensed to the Apache Software Foundation (ASF) under one or more
- *   contributor license agreements. See the NOTICE file distributed
- *   with this work for additional information regarding copyright
- *   ownership. The ASF licenses this file to you under the Apache
- *   License, Version 2.0 (the "License"); you may not use this file
- *   except in compliance with the License. You may obtain a copy of
- *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
- */
-
-package ifc.sheet;
-
-import lib.MultiMethodTest;
-
-import com.sun.star.sheet.XViewFreezable;
-
-/**
-* Testing 

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

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

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

http://cgit.freedesktop.org/libreoffice/core/commit/?id=70027414b3ae0c460b0d398fccde092750af47fd

tdf#45904 Move Java _XViewFreezable tests to C++

It will be available in 6.0.0.

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

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

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


[Libreoffice-bugs] [Bug 111900] Bad Allocation error on PDF export

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

Robert McClure  changed:

   What|Removed |Added

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

--- Comment #2 from Robert McClure  ---
renaming the profile from 4 to 4-old does not change the problem. Still crashes
with bad allocation.

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


[Libreoffice-bugs] [Bug 111849] Missing TAB insert button in ruler

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

raal  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||r...@post.cz
 Blocks||107834
Summary|UI  |Missing TAB insert button
   ||in ruler
 Ever confirmed|0   |1

--- Comment #2 from raal  ---
I can confirm with Version: 6.0.0.0.alpha0+
Build ID: b6e32d53ce9c98bfba517c40f53d40e97a091b0e
CPU threads: 4; OS: Windows 6.1; UI render: default;


Referenced Bugs:

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

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

raal  changed:

   What|Removed |Added

 Depends on||111849


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=111849
[Bug 111849] Missing TAB insert button in ruler
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-ux-advise] [Bug 84565] UI: Remember setting of "keep ratio" checkbox in dialog Picture for each picture and Save value in ODF file

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

Cor Nouws  changed:

   What|Removed |Added

 CC||c...@nouenoff.nl
Version|4.4.0.0.alpha0+ Master  |Inherited From OOo
Summary|Remember "keep ratio"   |UI: Remember setting of
   |checkbox and Save value in  |"keep ratio" checkbox in
   |ODF file|dialog Picture for each
   ||picture and Save value in
   ||ODF file
   Severity|normal  |enhancement

--- Comment #13 from Cor Nouws  ---
is this changed summary OK?

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


[Libreoffice-bugs] [Bug 84565] UI: Remember setting of "keep ratio" checkbox in dialog Picture for each picture and Save value in ODF file

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

Cor Nouws  changed:

   What|Removed |Added

 CC||c...@nouenoff.nl
Version|4.4.0.0.alpha0+ Master  |Inherited From OOo
Summary|Remember "keep ratio"   |UI: Remember setting of
   |checkbox and Save value in  |"keep ratio" checkbox in
   |ODF file|dialog Picture for each
   ||picture and Save value in
   ||ODF file
   Severity|normal  |enhancement

--- Comment #13 from Cor Nouws  ---
is this changed summary OK?

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


[Libreoffice-bugs] [Bug 61242] Customise comments background color in Writer

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

--- Comment #12 from Pablo San Martín  ---
Yes, this feature would be really useful! I wonder whether it is too
complicated to implement or whether it's never been a priority?

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


[Libreoffice-bugs] [Bug 80077] "File - Send - Create Master Document / Create HTML Document" always show "Can not create document" in Non-English UI

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

Regina Henschel  changed:

   What|Removed |Added

 CC||rb.hensc...@t-online.de

--- Comment #9 from Regina Henschel  ---
The feature "Send" generates a master document and several sub-documents from
an already existing document. The division depends on the outline level of the
headings.
It should not work, if you try it from a document, which has no outline. And
for me it does not work in Version: 6.0.0.0.alpha0+
Build ID: f1a896c71c495bdef5861eb664581507b6b9b5bb
CPU threads: 4; OS: Windows 6.1; UI render: default; 
TinderBox: Win-x86@42, Branch:master, Time: 2017-08-13_07:38:19
Locale: en-US (de_DE); 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 106723] Better visibility of not found search term

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

Cor Nouws  changed:

   What|Removed |Added

   Keywords||needsDevEval
 CC||c...@nouenoff.nl
   Severity|normal  |enhancement

--- Comment #3 from Cor Nouws  ---
could be an easyhack ?

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


[Libreoffice-ux-advise] [Bug 106723] Better visibility of not found search term

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

Cor Nouws  changed:

   What|Removed |Added

   Keywords||needsDevEval
 CC||c...@nouenoff.nl
   Severity|normal  |enhancement

--- Comment #3 from Cor Nouws  ---
could be an easyhack ?

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


[Libreoffice-bugs] [Bug 111898] Creating of global document (odm) not possible

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

raal  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||r...@post.cz
 Resolution|--- |DUPLICATE

--- Comment #2 from raal  ---
Hello,

Thank you for submitting the bug. The bug has previously been reported, so this
bug will be added as a duplicate of it. You will automatically be CCed to
updates made to the other bug.

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

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


[Libreoffice-bugs] [Bug 80077] "File - Send - Create Master Document / Create HTML Document" always show "Can not create document" in Non-English UI

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

raal  changed:

   What|Removed |Added

 CC||forum+document@home.decotra
   ||in.de

--- Comment #8 from raal  ---
*** Bug 111898 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 111900] Bad Allocation error on PDF export

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

raal  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||r...@post.cz
 Ever confirmed|0   |1

--- Comment #1 from raal  ---
I can not confirm with Version: 6.0.0.0.alpha0+
Build ID: b6e32d53ce9c98bfba517c40f53d40e97a091b0e
CPU threads: 4; OS: Windows 6.1; UI render: default; 

For the test, could you rename your LibreOffice directory profile (see
https://wiki.documentfoundation.org/UserProfile) and give it a new try?

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


[Libreoffice-bugs] [Bug 107944] BASIC IDE makes useless, annoying refresh while selecting text

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

Jean-Baptiste Faure  changed:

   What|Removed |Added

 CC||jbfa...@libreoffice.org

--- Comment #11 from Jean-Baptiste Faure  ---
Seems to be reproducible in LO 5.3.5 and 6.0.0.0.alpha0+.
See duplicate bug 111772.

Best regards. JBF

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


[Libreoffice-bugs] [Bug 111800] Shortcuts while typing in Hebrew

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

--- Comment #8 from eyall...@eyallior.com ---
(In reply to Lior Kaplan from comment #7)
> Thanks Eyal for the report.
> 
> I couldn't reproduce both problems on Debian testing.
> Version: 5.4.0.3
> Build ID: 1:5.4.0-1
> 
> From my memory, the copy/paste issue is mostly dependent on your x-window
> and graphical environment. What environment are you using? (please also
> mention Ubuntu version).
> 
> For me, it works fine on Debian testing with Mate (GNOME 2 fork).

Ubuntu 17.04
Unity

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


[Libreoffice-bugs] [Bug 111900] New: Bad Allocation error on PDF export

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

Bug ID: 111900
   Summary: Bad Allocation error on PDF export
   Product: LibreOffice
   Version: 5.4.0.3 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: r...@unidot.com

Created attachment 135647
  --> https://bugs.documentfoundation.org/attachment.cgi?id=135647=edit
Text file that when exported to PDF causes crash

PDF export of simple text causes Bad Allocation crash.

Libreoffice Writer
Version: 5.4.0.3 (x64)
Windows 7 Ultimate
Service Pack 1
AMD FX-6100 3.3G processor
16.0GB memory

file that causes crash is 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 107944] BASIC IDE makes useless, annoying refresh while selecting text

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

Jean-Baptiste Faure  changed:

   What|Removed |Added

 CC||pierre.choffar...@free.fr

--- Comment #10 from Jean-Baptiste Faure  ---
*** Bug 111772 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 111772] Macro editor UI very SLOW

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

Jean-Baptiste Faure  changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #9 from Jean-Baptiste Faure  ---
(In reply to Luis from comment #7)
> I think this bug is the same as bug 107944.

You are right. Closing as duplicate.

Best regards. JBF

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

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


[Libreoffice-bugs] [Bug 61242] Customise comments background color in Writer

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

Stan Armstrong  changed:

   What|Removed |Added

  Component|LibreOffice |Writer
   Hardware|All |x86-64 (AMD64)
 OS|All |Linux (All)

--- Comment #11 from Stan Armstrong  ---
I have returned to wanting this enhancement to avoid the annoyance, confusion,
and lack of stability of the present system of automatically assigning
background colors to comments in Writer. If it is not feasible to give users
more control over the colors, could an option to defeat the automatic scheme be
provided? 

Several of those who have commented on this issue might be satisfied if the
could either choose a static comment background color for their comments that
would not depending upon what other users might do.

We can assign permanent text font colors and permanent highlighting colors.
Could we not have a similar ability to choose colors for comment backgrounds.

I am a long time Linux user. I am used to having control over the details in
ways that are not available to me when I work in Windows.

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


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

2017-08-18 Thread Noel Grandin
 include/vcl/errcode.hxx  |2 --
 svx/source/tbxctrls/tbcontrl.cxx |5 -
 2 files changed, 7 deletions(-)

New commits:
commit aee0dfee2cbc313b9baf63cdb24af5a676c5eee2
Author: Noel Grandin 
Date:   Fri Aug 18 16:00:39 2017 +0200

comment out of date

ever since the great gettext migration

Change-Id: I642f2db4cbe10c5f0584a8f9bf793fd32e19a5e5
Reviewed-on: https://gerrit.libreoffice.org/41293
Reviewed-by: Noel Grandin 
Tested-by: Noel Grandin 

diff --git a/include/vcl/errcode.hxx b/include/vcl/errcode.hxx
index 64684d912ada..9dc57efae451 100644
--- a/include/vcl/errcode.hxx
+++ b/include/vcl/errcode.hxx
@@ -58,8 +58,6 @@ Warning   ||   ||  |
 #define ERRCODE_DYNAMIC_COUNT31UL
 #define ERRCODE_DYNAMIC_MASK (31UL << ERRCODE_DYNAMIC_SHIFT)
 
-/** we get included in contexts that don't have access to config_typesizes.h 
or C++11 */
-
 class SAL_WARN_UNUSED ErrCode final
 {
 public:
commit 20f1b84092b51e9c0327eded14c75ddccb1413aa
Author: Noel Grandin 
Date:   Fri Aug 18 15:20:37 2017 +0200

no need to redefine WB_NO_DIRECTSELECT

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

diff --git a/svx/source/tbxctrls/tbcontrl.cxx b/svx/source/tbxctrls/tbcontrl.cxx
index 02ab35acd106..4dd05c8d9c13 100644
--- a/svx/source/tbxctrls/tbcontrl.cxx
+++ b/svx/source/tbxctrls/tbcontrl.cxx
@@ -1243,11 +1243,6 @@ void SvxFontNameBox_Impl::Select()
 }
 }
 
-#ifndef WB_NO_DIRECTSELECT
-#define WB_NO_DIRECTSELECT  ((WinBits)0x0400)
-#endif
-
-
 SvxColorWindow::SvxColorWindow(const OUString&rCommand,
PaletteManager&rPaletteManager,
BorderColorStatus& rBorderColorStatus,
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: 2 commits - include/svtools include/svx svtools/source svx/source

2017-08-18 Thread Noel Grandin
 include/svtools/valueset.hxx|1 
 include/svx/graphctl.hxx|2 -
 svtools/source/control/valueset.cxx |   46 
 svx/source/dialog/graphctl.cxx  |4 ---
 4 files changed, 1 insertion(+), 52 deletions(-)

New commits:
commit 6cccaa9a7859d6a8523c03ca0fe6468635653afa
Author: Noel Grandin 
Date:   Fri Aug 18 15:19:23 2017 +0200

WB_ANIMATION is dead

ever since

commit 5bb93690aad419ceafbd14a61da1a86f674fdfea
INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED

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

diff --git a/include/svx/graphctl.hxx b/include/svx/graphctl.hxx
index ff89fd40b468..385d63d7e6d1 100644
--- a/include/svx/graphctl.hxx
+++ b/include/svx/graphctl.hxx
@@ -30,7 +30,6 @@ class GraphCtrlUserCall;
 class SvxGraphCtrlAccessibleContext;
 
 #define WB_SDRMODE  ((WinBits)0x0080)
-#define WB_ANIMATION((WinBits)0x0100)
 
 class SVX_DLLPUBLIC GraphCtrl : public Control
 {
@@ -51,7 +50,6 @@ class SVX_DLLPUBLIC GraphCtrl : public Control
 sal_uInt16  nPolyEdit;
 boolbEditMode;
 boolbSdrMode;
-boolbAnim;
 boolmbInIdleUpdate;
 
 DECL_LINK( UpdateHdl, Timer*, void );
diff --git a/svx/source/dialog/graphctl.cxx b/svx/source/dialog/graphctl.cxx
index e11691242284..68d6134378a9 100644
--- a/svx/source/dialog/graphctl.cxx
+++ b/svx/source/dialog/graphctl.cxx
@@ -63,7 +63,6 @@ GraphCtrl::GraphCtrl( vcl::Window* pParent, WinBits nStyle ) :
 nPolyEdit   ( 0 ),
 bEditMode   ( false ),
 bSdrMode( false ),
-bAnim   ( false ),
 mbInIdleUpdate  ( false ),
 pModel  ( nullptr ),
 pView   ( nullptr )
@@ -103,7 +102,6 @@ void GraphCtrl::dispose()
 void GraphCtrl::SetWinStyle( WinBits nWinBits )
 {
 nWinStyle = nWinBits;
-bAnim = ( nWinStyle & WB_ANIMATION ) == WB_ANIMATION;
 bSdrMode = ( nWinStyle & WB_SDRMODE ) == WB_SDRMODE;
 
 const StyleSettings& rStyleSettings = 
Application::GetSettings().GetStyleSettings();
@@ -168,7 +166,7 @@ void GraphCtrl::InitSdrModel()
 void GraphCtrl::SetGraphic( const Graphic& rGraphic, bool bNewModel )
 {
 // If possible we dither bitmaps for the display
-if ( !bAnim && ( rGraphic.GetType() == GraphicType::Bitmap )  )
+if ( rGraphic.GetType() == GraphicType::Bitmap  )
 {
 if ( rGraphic.IsTransparent() )
 {
commit e5dbc6e02b96887772e1f305f4cd97b6d4b96734
Author: Noel Grandin 
Date:   Fri Aug 18 15:13:17 2017 +0200

WB_RADIOSEL is dead

since

commit 37229126c0a821a925839bbca4b6ec7245f861e9
Make WB_RADIOSEL style behaviour as default.

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

diff --git a/include/svtools/valueset.hxx b/include/svtools/valueset.hxx
index cea3251174bf..0f70c177ee1b 100644
--- a/include/svtools/valueset.hxx
+++ b/include/svtools/valueset.hxx
@@ -179,7 +179,6 @@ to be set (before Show) with SetStyle().
 
 typedef std::vector ValueItemList;
 
-#define WB_RADIOSEL ((WinBits)0x8000)
 #define WB_ITEMBORDER   ((WinBits)0x0001)
 #define WB_DOUBLEBORDER ((WinBits)0x0002)
 #define WB_NAMEFIELD((WinBits)0x0004)
diff --git a/svtools/source/control/valueset.cxx 
b/svtools/source/control/valueset.cxx
index 269ad084b042..04d94b4c06d4 100644
--- a/svtools/source/control/valueset.cxx
+++ b/svtools/source/control/valueset.cxx
@@ -243,11 +243,6 @@ void ValueSet::ImplFormatItem(vcl::RenderContext const & 
rRenderContext, ValueSe
 maVirDev->DrawRect(aRect);
 Point aTxtPos(aRect.Left() + 2, aRect.Top());
 long nTxtWidth = rRenderContext.GetTextWidth(pItem->maText);
-if (nStyle & WB_RADIOSEL)
-{
-aTxtPos.X() += 4;
-aTxtPos.Y() += 4;
-}
 if ((aTxtPos.X() + nTxtWidth) > aRect.Right())
 {
 maVirDev->SetClipRegion(vcl::Region(aRect));
@@ -398,8 +393,6 @@ void ValueSet::Format(vcl::RenderContext const & 
rRenderContext)
 {
 nNoneHeight = nTxtHeight + nOff;
 nNoneSpace = mnSpacing;
-if (nStyle & WB_RADIOSEL)
-nNoneHeight += 8;
 }
 else
 {
@@ -802,43 +795,6 @@ void ValueSet::ImplDrawSelect(vcl::RenderContext& 
rRenderContext, sal_uInt16 nIt
 rRenderContext.DrawRect(aRect);
 }
 }
- 

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

2017-08-18 Thread Noel Grandin
 include/svtools/tabbar.hxx|7 ---
 svtools/source/control/tabbar.cxx |   21 +
 2 files changed, 1 insertion(+), 27 deletions(-)

New commits:
commit fd2c6137ea45e0587a56bf219b1e5d8fb72cce03
Author: Noel Grandin 
Date:   Fri Aug 18 14:45:17 2017 +0200

WB_TOPBORDER,WB_3DTAB are dead

since

commit 8ab086b6cc054501bfbf7ef6fa509c393691e860
initial import

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

diff --git a/include/svtools/tabbar.hxx b/include/svtools/tabbar.hxx
index 5be67be2efec..8cef7ff434d6 100644
--- a/include/svtools/tabbar.hxx
+++ b/include/svtools/tabbar.hxx
@@ -36,8 +36,6 @@ WB_MINSCROLL- The tabs can be scrolled via 2 additional 
buttons
 WB_RANGESELECT  - Connected ranges can be selected
 WB_MULTISELECT  - single tabs can be selected
 WB_BORDER   - a border is drawn in the top and in the bottom
-WB_TOPBORDER- a border is drawn in the top
-WB_3DTAB- the tabs and the border are drawn in 3D
 WB_DRAG - A StartDrag handler is called by the TabBar, if drag
   and drop should be started. In addition, drag and drop
   is activated in the TabBar with EnableDrop().
@@ -45,9 +43,6 @@ WB_SIZEABLE - a Split handler is called by the TabBar, if 
the user
   wants to change the width of the TabBar
 WB_STDTABBAR- WB_BORDER
 
-If the TabBar should be used for example as Property bar, the WinBits
-WB_TOPBORDER and WB_3DTAB should be set instead of WB_BORDER.
-
 
 Allowed PageBits
 -
@@ -268,8 +263,6 @@ class Button;
 
 #define WB_RANGESELECT  ((WinBits)0x0020)
 #define WB_MULTISELECT  ((WinBits)0x0040)
-#define WB_TOPBORDER((WinBits)0x0400)
-#define WB_3DTAB((WinBits)0x0800)
 #define WB_MINSCROLL((WinBits)0x2000)
 #define WB_INSERTTAB((WinBits)0x4000)
 #define WB_STDTABBARWB_BORDER
diff --git a/svtools/source/control/tabbar.cxx 
b/svtools/source/control/tabbar.cxx
index a1d5218786a9..8ca68320d8eb 100644
--- a/svtools/source/control/tabbar.cxx
+++ b/svtools/source/control/tabbar.cxx
@@ -78,18 +78,11 @@ public:
 WinBits nWinStyle = mrParent.GetStyle();
 
 // draw extra line if above and below border
-if ((nWinStyle & WB_BORDER) || (nWinStyle & WB_TOPBORDER))
+if (nWinStyle & WB_BORDER)
 {
 Size aOutputSize(mrParent.GetOutputSizePixel());
 tools::Rectangle aOutRect = mrParent.GetPageArea();
 
-// also draw border in 3D for 3D-tabs
-if (nWinStyle & WB_3DTAB)
-{
-mrRenderContext.SetLineColor(mrStyleSettings.GetShadowColor());
-mrRenderContext.DrawLine(Point(aOutRect.Left(), 0), 
Point(aOutputSize.Width(), 0));
-}
-
 // draw border (line above and line below)
 mrRenderContext.SetLineColor(mrStyleSettings.GetDarkShadowColor());
 mrRenderContext.DrawLine(aOutRect.TopLeft(), 
Point(aOutputSize.Width() - 1, aOutRect.Top()));
@@ -552,9 +545,6 @@ void TabBar::ImplInit( WinBits nWinStyle )
 mbMirrored  = false;
 mbScrollAlwaysEnabled = false;
 
-if ( nWinStyle & WB_3DTAB )
-mnOffY++;
-
 ImplInitControls();
 
 if (mpImpl->mpFirstButton)
@@ -645,15 +635,6 @@ void TabBar::ImplGetColors(const StyleSettings& 
rStyleSettings,
 rFaceTextColor = rStyleSettings.GetButtonTextColor();
 rSelectColor = rStyleSettings.GetActiveTabColor();
 rSelectTextColor = rStyleSettings.GetWindowTextColor();
-
-// For 3D-tabs the selection- and face-colours are swapped,
-// as the selected tabs should appear in 3D
-if (mnWinStyle & WB_3DTAB)
-{
-using std::swap;
-swap(rFaceColor, rSelectColor);
-swap(rFaceTextColor, rSelectTextColor);
-}
 }
 
 bool TabBar::ImplCalcWidth()
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 111697] Add Circular reference warning when opening such file in Calc

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

--- Comment #5 from Timur  ---
Thank you. So what's possible then without recalculation? 
- Warning at the beginning with "OK to proceed", "Recalculate" and "Help to
explain"?
- first suggestion: permanent notification in Status Bar "Circular references
found" which, when those cells are selected, changes to current "Error:
Circular reference"
and maybe:
- permanent notification in Status Bar "Circular references: B2, D6, H8" only
if Recalculate pressed?

What do you think of minimal solution now, now just this:
- permanent notification in Status Bar "Circular references found" which, when
those cells are selected, changes to current "Error: Circular reference"
It's also acceptable because it gives some clue and show cells could be another
bug. Maybe Warning could then also be another 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 111697] Add Circular reference warning when opening such file in Calc

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

--- Comment #4 from Eike Rathke  ---
To be able to display such status information we'd have to recalculate the
entire document after load. We certainly don't want this unless the user has
explicitly chosen to do so.

-- 
You are receiving this mail because:
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   >