[Libreoffice-bugs] [Bug 130007] PRINTING: Impress slides are not in landscape format by default.

2020-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130007

christoph_eg...@gmx.de changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

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


[Libreoffice-bugs] [Bug 130007] PRINTING: Impress slides are not in landscape format by default.

2020-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130007

--- Comment #3 from christoph_eg...@gmx.de ---
(In reply to Alex Thurgood from comment #2)
> Your test document is a Powerpoint formatted document not Impress. Do you
> still have the same problem with an Impress ODP document ?

Yes. It is independent if it is pptx or odp.
The main point is to open it with Impress.

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


[Libreoffice-commits] core.git: solenv/bin xmloff/inc xmloff/source xmloff/util

2020-01-23 Thread Miklos Vajna (via logerrit)
 solenv/bin/native-code.py   |1 +
 xmloff/inc/facreg.hxx   |7 ---
 xmloff/source/core/facreg.cxx   |5 +
 xmloff/source/draw/sdxmlexp.cxx |   25 ++---
 xmloff/util/xo.component|3 ++-
 5 files changed, 14 insertions(+), 27 deletions(-)

New commits:
commit e975ab34daf72a2b708a46095994d0df3c23dec0
Author: Miklos Vajna 
AuthorDate: Thu Jan 23 21:11:24 2020 +0100
Commit: Miklos Vajna 
CommitDate: Fri Jan 24 08:50:18 2020 +0100

xmloff: create XMLImpressClipboardExport instances with an uno constructor

See tdf#74608 for motivation.

Change-Id: Idab3996986eb38ff8b1a3765f9bf005229271728
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87294
Tested-by: Jenkins
Reviewed-by: Miklos Vajna 

diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py
index 13a4ff709825..692173df04d2 100755
--- a/solenv/bin/native-code.py
+++ b/solenv/bin/native-code.py
@@ -311,6 +311,7 @@ core_constructor_list = [
 "com_sun_star_comp_Draw_XMLOasisSettingsImporter_get_implementation",
 "com_sun_star_comp_Xmloff_AnimationsImport",
 "com_sun_star_comp_DrawingLayer_XMLExporter_get_implementation",
+"com_sun_star_comp_Impress_XMLClipboardExporter_get_implementation",
 # xmlscript/util/xmlscript.component
 "com_sun_star_comp_xmlscript_XMLBasicExporter",
 "com_sun_star_comp_xmlscript_XMLBasicImporter",
diff --git a/xmloff/inc/facreg.hxx b/xmloff/inc/facreg.hxx
index 589210d9e8c8..3b99c7b284d6 100644
--- a/xmloff/inc/facreg.hxx
+++ b/xmloff/inc/facreg.hxx
@@ -31,13 +31,6 @@ namespace com { namespace sun { namespace star {
 namespace uno { class XInterface; }
 } } }
 
-// impress xml clipboard export
-OUString XMLImpressClipboardExport_getImplementationName() throw();
-css::uno::Sequence 
XMLImpressClipboardExport_getSupportedServiceNames() throw();
-/// @throws css::uno::Exception
-css::uno::Reference 
XMLImpressClipboardExport_createInstance(
-css::uno::Reference const & rSMgr);
-
 // chart oasis import
 OUString SchXMLImport_getImplementationName() throw();
 css::uno::Sequence SchXMLImport_getSupportedServiceNames() throw();
diff --git a/xmloff/source/core/facreg.cxx b/xmloff/source/core/facreg.cxx
index 0a1357d93f76..83451967711e 100644
--- a/xmloff/source/core/facreg.cxx
+++ b/xmloff/source/core/facreg.cxx
@@ -54,11 +54,8 @@ XMLOFF_DLLPUBLIC void * xo_component_getFactory( const char 
* pImplName, void *
 
 const sal_Int32 nImplNameLen = strlen( pImplName );
 
-// impress xml clipboard export
-SINGLEFACTORY( XMLImpressClipboardExport )
-
 // chart oasis import
-else SINGLEFACTORY( SchXMLImport )
+SINGLEFACTORY( SchXMLImport )
 else SINGLEFACTORY( SchXMLImport_Meta )
 else SINGLEFACTORY( SchXMLImport_Styles )
 else SINGLEFACTORY( SchXMLImport_Content )
diff --git a/xmloff/source/draw/sdxmlexp.cxx b/xmloff/source/draw/sdxmlexp.cxx
index 3fd9320c58bb..9471c10db1f7 100644
--- a/xmloff/source/draw/sdxmlexp.cxx
+++ b/xmloff/source/draw/sdxmlexp.cxx
@@ -2578,20 +2578,6 @@ void SdXMLExport::exportAnnotations( const 
Reference& xDrawPage )
 }
 }
 
-#define SERVICE( classname, servicename, implementationname, draw, flags )\
-uno::Sequence< OUString > classname##_getSupportedServiceNames() throw()\
-{\
-return uno::Sequence< OUString > { servicename };\
-}\
-OUString classname##_getImplementationName() throw()\
-{\
-return implementationname;\
-}\
-uno::Reference< uno::XInterface > classname##_createInstance(const 
uno::Reference< lang::XMultiServiceFactory > & rSMgr)\
-{\
-return static_cast(new SdXMLExport( 
comphelper::getComponentContext(rSMgr), implementationname, draw, flags )); \
-}
-
 extern "C" SAL_DLLPUBLIC_EXPORT uno::XInterface*
 com_sun_star_comp_Impress_XMLOasisExporter_get_implementation(
 uno::XComponentContext* pCtx, uno::Sequence const& /*rSeq*/)
@@ -2795,7 +2781,16 @@ 
com_sun_star_comp_DrawingLayer_XMLExporter_get_implementation(
 | SvXMLExportFlags::FONTDECLS | 
SvXMLExportFlags::EMBEDDED));
 }
 
-SERVICE( XMLImpressClipboardExport, 
"com.sun.star.comp.Impress.XMLClipboardExporter", "XMLImpressClipboardExport", 
false, 
SvXMLExportFlags::OASIS|SvXMLExportFlags::STYLES|SvXMLExportFlags::AUTOSTYLES|SvXMLExportFlags::CONTENT|SvXMLExportFlags::FONTDECLS|SvXMLExportFlags::EMBEDDED
 );
+extern "C" SAL_DLLPUBLIC_EXPORT uno::XInterface*
+com_sun_star_comp_Impress_XMLClipboardExporter_get_implementation(
+uno::XComponentContext* pCtx, uno::Sequence const& /*rSeq*/)
+{
+return cppu::acquire(
+new SdXMLExport(pCtx, "XMLImpressClipboardExport", /*bIsDraw=*/false,
+SvXMLExportFlags::OASIS | SvXMLExportFlags::STYLES
+| SvXMLExportFlags::AUTOSTYLES | 
SvXMLExportFlags::CONTENT
+| SvXMLExportFlags::FONTDECLS | 
SvXMLExportFlags::EMBEDDED));
+}
 
 XMLFontAutoStylePool* 

[Libreoffice-bugs] [Bug 130007] PRINTING: Impress slides are not in landscape format by default.

2020-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130007

Alex Thurgood  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO

--- Comment #2 from Alex Thurgood  ---
Your test document is a Powerpoint formatted document not Impress. Do you still
have the same problem with an Impress ODP document ?

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


[Libreoffice-bugs] [Bug 129792] Horizontal line glitches in Writer

2020-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129792

--- Comment #9 from Alex Thurgood  ---
Still no repro for me I'm afraid, even with the supplied test document.

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

I've tried simple scrolling with arrow keys, scrolling just with the mouse, and
a combination of the two, but still don't get a glitch like in the screenshot.

My hardware and output are different : macMini 2014 and output to external
monitor at 1080p.

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

2020-01-23 Thread Noel Grandin (via logerrit)
 include/oox/drawingml/chart/modelbase.hxx  |   10 
 include/oox/dump/dumperbase.hxx|6 
 include/oox/ppt/animationspersist.hxx  |2 
 include/oox/ppt/timenode.hxx   |2 
 oox/source/core/contexthandler2.cxx|2 
 oox/source/core/filterbase.cxx |4 
 oox/source/core/relations.cxx  |2 
 oox/source/core/xmlfilterbase.cxx  |8 
 oox/source/drawingml/chart/chartdrawingfragment.cxx|   14 
 oox/source/drawingml/chart/converterbase.cxx   |2 
 oox/source/drawingml/chart/objectformatter.cxx |   10 
 oox/source/drawingml/diagram/datamodel.cxx |8 
 oox/source/drawingml/diagram/datamodelcontext.cxx  |6 
 oox/source/drawingml/diagram/diagram.cxx   |   14 
 oox/source/drawingml/diagram/diagramdefinitioncontext.cxx  |6 
 oox/source/drawingml/diagram/diagramlayoutatoms.cxx|2 
 oox/source/drawingml/diagram/layoutatomvisitors.cxx|2 
 oox/source/drawingml/diagram/layoutnodecontext.cxx |   18 -
 oox/source/drawingml/shape.cxx |   26 -
 oox/source/drawingml/shapegroupcontext.cxx |2 
 oox/source/drawingml/spdefcontext.cxx  |2 
 oox/source/drawingml/table/predefined-table-styles.cxx |  208 -
 oox/source/drawingml/table/tablebackgroundstylecontext.cxx |2 
 oox/source/drawingml/table/tablecell.cxx   |2 
 oox/source/drawingml/table/tablecellcontext.cxx|2 
 oox/source/drawingml/table/tablecontext.cxx|2 
 oox/source/drawingml/table/tableproperties.cxx |2 
 oox/source/drawingml/table/tablestylecellstylecontext.cxx  |4 
 oox/source/drawingml/textbodycontext.cxx   |4 
 oox/source/drawingml/textparagraphproperties.cxx   |2 
 oox/source/drawingml/textparagraphpropertiescontext.cxx|2 
 oox/source/drawingml/themeelementscontext.cxx  |4 
 oox/source/dump/dumperbase.cxx |6 
 oox/source/dump/pptxdumper.cxx |   12 
 oox/source/export/chartexport.cxx  |2 
 oox/source/export/shapes.cxx   |2 
 oox/source/helper/progressbar.cxx  |4 
 oox/source/ole/axbinaryreader.cxx  |   12 
 oox/source/ole/axbinarywriter.cxx  |4 
 oox/source/ole/vbacontrol.cxx  |   56 +--
 oox/source/ole/vbaproject.cxx  |4 
 oox/source/ppt/pptgraphicshapecontext.cxx  |2 
 oox/source/ppt/pptimport.cxx   |2 
 oox/source/ppt/pptshape.cxx|4 
 oox/source/ppt/pptshapecontext.cxx |2 
 oox/source/ppt/pptshapegroupcontext.cxx|8 
 oox/source/ppt/presentationfragmenthandler.cxx |   38 +-
 oox/source/ppt/slidefragmenthandler.cxx|8 
 oox/source/ppt/slidepersist.cxx|   10 
 oox/source/ppt/timenodelistcontext.cxx |2 
 oox/source/shape/LockedCanvasContext.cxx   |4 
 oox/source/shape/ShapeContextHandler.cxx   |   14 
 oox/source/shape/ShapeFilterBase.cxx   |4 
 oox/source/shape/WpgContext.cxx|4 
 54 files changed, 324 insertions(+), 262 deletions(-)

New commits:
commit 09d56ba6d907199b124929272db9b5f61e0bb2d9
Author: Noel Grandin 
AuthorDate: Fri Jan 24 08:31:14 2020 +0200
Commit: Noel Grandin 
CommitDate: Fri Jan 24 08:27:40 2020 +0100

loplugin:makeshared in oox

Change-Id: I6502e7be4881834b143ec7207c432881b2ae263c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87322
Tested-by: Jenkins
Reviewed-by: Noel Grandin 

diff --git a/include/oox/drawingml/chart/modelbase.hxx 
b/include/oox/drawingml/chart/modelbase.hxx
index 312d3e35e2bf..ffac39507d63 100644
--- a/include/oox/drawingml/chart/modelbase.hxx
+++ b/include/oox/drawingml/chart/modelbase.hxx
@@ -42,15 +42,15 @@ public:
 
 bool is() const { return this->get() != 0; }
 
-ModelType&   create() { this->reset( new ModelType ); return **this; }
+ModelType&   create() { (*this) = std::make_shared(); return 
**this; }
 template< typename Param1Type >
-ModelType&   create( const Param1Type& rParam1 ) { this->reset( new 
ModelType( rParam1 ) ); return **this; }
+ModelType&   create( const Param1Type& rParam1 ) { (*this) = 
std::make_shared( rParam1 ); return **this; }
 template< typename Param1Type, typename Param2Type >
-ModelType&   create( const 

[Libreoffice-commits] core.git: hwpfilter/source i18nlangtag/source i18npool/source

2020-01-23 Thread Noel Grandin (via logerrit)
 hwpfilter/source/hinfo.cxx  |2 +-
 hwpfilter/source/hpara.cxx  |6 +++---
 i18nlangtag/source/languagetag/languagetag.cxx  |   10 +-
 i18npool/source/breakiterator/breakiterator_unicode.cxx |8 
 4 files changed, 13 insertions(+), 13 deletions(-)

New commits:
commit d4ed6ff5c1d0638dd46d3a2272c5c54b9700551f
Author: Noel Grandin 
AuthorDate: Fri Jan 24 08:30:34 2020 +0200
Commit: Noel Grandin 
CommitDate: Fri Jan 24 08:25:51 2020 +0100

loplugin:makeshared in hwpfilter..i18npool

Change-Id: I2e757043215164df173c89e21cebe2f4c9c05de9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87321
Tested-by: Jenkins
Reviewed-by: Noel Grandin 

diff --git a/hwpfilter/source/hinfo.cxx b/hwpfilter/source/hinfo.cxx
index 025e54b7a6de..bc1d61021d99 100644
--- a/hwpfilter/source/hinfo.cxx
+++ b/hwpfilter/source/hinfo.cxx
@@ -197,7 +197,7 @@ ParaShape::ParaShape()
 , pspacing_next(0)
 , condense(0)
 , arrange_type(0)
-, xColdef(new ColumnDef)
+, xColdef(std::make_shared())
 , shade(0)
 , outline(0)
 , outline_continue(0)
diff --git a/hwpfilter/source/hpara.cxx b/hwpfilter/source/hpara.cxx
index 7363a4b91cf1..415c8e984eb3 100644
--- a/hwpfilter/source/hpara.cxx
+++ b/hwpfilter/source/hpara.cxx
@@ -75,8 +75,8 @@ HWPPara::HWPPara()
 , etcflag(0)
 , ctrlflag(0)
 , pstyno(0)
-, cshape(new CharShape)
-, pshape(new ParaShape)
+, cshape(std::make_shared())
+, pshape(std::make_shared())
 {
 memset(cshape.get(), 0, sizeof(CharShape));
 }
@@ -144,7 +144,7 @@ bool HWPPara::Read(HWPFile & hwpf, unsigned char flag)
 
 for (ii = 0; ii < nch; ii++)
 {
-cshapep[ii].reset(new CharShape);
+cshapep[ii] = std::make_shared();
 memset(cshapep[ii].get(), 0, sizeof(CharShape));
 
 unsigned char same_cshape(0);
diff --git a/i18nlangtag/source/languagetag/languagetag.cxx 
b/i18nlangtag/source/languagetag/languagetag.cxx
index ef47e54579bc..36b4a1eddb96 100644
--- a/i18nlangtag/source/languagetag/languagetag.cxx
+++ b/i18nlangtag/source/languagetag/languagetag.cxx
@@ -611,7 +611,7 @@ LanguageTag::ImplPtr LanguageTagImpl::registerOnTheFly( 
LanguageType nRegisterID
 else
 {
 SAL_INFO( "i18nlangtag", "LanguageTag::registerOnTheFly: new impl for 
'" << maBcp47 << "'");
-pImpl.reset( new LanguageTagImpl( *this));
+pImpl = std::make_shared( *this);
 rMapBcp47.insert( ::std::make_pair( maBcp47, pImpl));
 }
 
@@ -767,7 +767,7 @@ LanguageTag::ImplPtr LanguageTag::registerImpl() const
 // to inspect such places.
 LanguageTag::ImplPtr& rDontKnow = theDontKnow::get();
 if (!rDontKnow)
-rDontKnow.reset( new LanguageTagImpl( *this));
+rDontKnow = std::make_shared( *this);
 pImpl = rDontKnow;
 #if OSL_DEBUG_LEVEL > 0
 static size_t nCallsDontKnow = 0;
@@ -853,7 +853,7 @@ LanguageTag::ImplPtr LanguageTag::registerImpl() const
 else
 {
 SAL_INFO( "i18nlangtag", "LanguageTag::registerImpl: new impl for 
0x" << ::std::hex << mnLangID);
-pImpl.reset( new LanguageTagImpl( *this));
+pImpl = std::make_shared( *this);
 rMap.insert( ::std::make_pair( mnLangID, pImpl));
 // Try round-trip.
 if (!pImpl->mbInitializedLocale)
@@ -896,7 +896,7 @@ LanguageTag::ImplPtr LanguageTag::registerImpl() const
 else
 {
 SAL_INFO( "i18nlangtag", "LanguageTag::registerImpl: new impl for 
'" << maBcp47 << "'");
-pImpl.reset( new LanguageTagImpl( *this));
+pImpl = std::make_shared( *this);
 ::std::pair< MapBcp47::iterator, bool > insOrig( rMap.insert( 
::std::make_pair( maBcp47, pImpl)));
 // If changed after canonicalize() also add the resulting tag to
 // the map.
@@ -973,7 +973,7 @@ LanguageTag::ImplPtr LanguageTag::registerImpl() const
 else
 {
 SAL_WARN( "i18nlangtag", "LanguageTag::registerImpl: can't register 
for 0x" << ::std::hex << mnLangID );
-pImpl.reset( new LanguageTagImpl( *this));
+pImpl = std::make_shared( *this);
 }
 
 // If we reach here for mbSystemLocale we didn't have theSystemLocale
diff --git a/i18npool/source/breakiterator/breakiterator_unicode.cxx 
b/i18npool/source/breakiterator/breakiterator_unicode.cxx
index 61da86bdf48c..22d8a8b50568 100644
--- a/i18npool/source/breakiterator/breakiterator_unicode.cxx
+++ b/i18npool/source/breakiterator/breakiterator_unicode.cxx
@@ -173,7 +173,7 @@ void BreakIterator_Unicode::loadICUBreakIterator(const 
css::lang::Locale& rLocal
 
 if (U_SUCCESS(status))
 {
-icuBI->mpValue.reset( new BI_ValueData);
+icuBI->mpValue = std::make_shared();
 

[Libreoffice-bugs] [Bug 130164] page style / more is non-responsive

2020-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130164

--- Comment #1 from Elmar  ---
Created attachment 157383
  --> https://bugs.documentfoundation.org/attachment.cgi?id=157383=edit
spreadsheet sample

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


[Libreoffice-bugs] [Bug 130164] New: page style / more is non-responsive

2020-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130164

Bug ID: 130164
   Summary: page style / more is non-responsive
   Product: LibreOffice
   Version: 6.5.0.0.alpha0+ Master
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: rob...@iafrica.com

Description:
The page style dialog to do borders and background is non-responsive

Steps to Reproduce:
1.create new doc
2.click on format / page style / More...
3.cannot do anything on the dialog (is as if it is a screen shot)
4.close parent dialog box first, then can close the More... dialog

Actual Results:
Can only close More... after closing parent
Cannot action anything on the More... dialog

Expected Results:
Should be able to do More... functions


Reproducible: Always


User Profile Reset: No



Additional Info:
[Information automatically included from LibreOffice]
Locale: en-GB
Module: SpreadsheetDocument
[Information guessed from browser]
OS: Linux (All)
OS is 64bit: yes

Version: 6.5.0.0.alpha0+
Build ID: b203b9c83dc8465dcd92fb6b029a2f28c724
CPU threads: 4; OS: Linux 5.3; UI render: default; VCL: gtk3; 
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
2020-01-14_09:44:21
Locale: en-GB (en_GB.UTF-8); UI-Language: en-GB
Calc: threaded

Works as it should in v6.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 130163] New: Enhancement to show undock or dock menu item in toolbar popup menu

2020-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130163

Bug ID: 130163
   Summary: Enhancement to show undock or dock menu item in
toolbar popup menu
   Product: LibreOffice
   Version: 6.5.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: rayk...@gmail.com

Created attachment 157382
  --> https://bugs.documentfoundation.org/attachment.cgi?id=157382=edit
undock and dock menu items

Currently Dock Toolbar is shown in toolbar context menu (right click on any
tool bar to show context menu). If the toolbar is docked the menu item is
disabled. I have made an enhancement patch that displays Undock Toolbar when
the tool bar is docked and Dock Toolbar when the toolbar is floating and shows
it's accelerator key combination ctrl+shift+F10

The patch is here for review and comment and for reference to where this stuff
lives:
https://gerrit.libreoffice.org/c/core/+/85673

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


[Libreoffice-bugs] [Bug 130148] Gallery drop-down list in Impress B dialog shows only start of full path instead item name

2020-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130148

Mike Kaganski  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #2 from Mike Kaganski  ---
Repro with Version: 7.0.0.0.alpha0+ (x64)
Build ID: 1940d99ab67db88d458fdcabb8fa0eaf12f1d49b
CPU threads: 12; OS: Windows 10.0 Build 18363; UI render: GL; VCL: win; 
Locale: ru-RU (ru_RU); UI-Language: en-US
Calc: CL

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


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

2020-01-23 Thread Dennis Francis (via logerrit)
 loleaflet/src/control/Control.ContextMenu.js |2 +-
 loleaflet/src/unocommands.js |2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

New commits:
commit acccf779ce3f5f568fb50593985e0c76b40b866a
Author: Dennis Francis 
AuthorDate: Thu Jan 23 11:49:35 2020 +0530
Commit: Dennis Francis 
CommitDate: Fri Jan 24 07:20:31 2020 +0100

Show missing anchor submenu items in the context menu

This is about the context menu related to shapes.
The core is already sending data about all anchor menu items but they
were not whitelisted. After whitelisting them, they work well except
that the 'anchor' overlay image is not shown over the cell the shape
is anchored to.

Change-Id: I9c2c84e58047d92132329d09a4a2569272d804ff
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/87232
Tested-by: Jenkins CollaboraOffice 
Reviewed-by: Michael Meeks 

diff --git a/loleaflet/src/control/Control.ContextMenu.js 
b/loleaflet/src/control/Control.ContextMenu.js
index c00434629..83a57730c 100644
--- a/loleaflet/src/control/Control.ContextMenu.js
+++ b/loleaflet/src/control/Control.ContextMenu.js
@@ -50,7 +50,7 @@ L.Control.ContextMenu = L.Control.extend({
   'SpellCheckIgnore', 'SpellCheckIgnoreAll', 
'SpellCheckApplySuggestion'],
 
spreadsheet: ['MergeCells', 'SplitCell', 
'RecalcPivotTable', 'FormatCellDialog',
- 'ShowNote', 'DeleteNote'],
+ 'ShowNote', 'DeleteNote', 
'SetAnchorToCell', 'SetAnchorToCellResize'],
 
presentation: [],
drawing: []
diff --git a/loleaflet/src/unocommands.js b/loleaflet/src/unocommands.js
index 37ca25205..08335e9f1 100644
--- a/loleaflet/src/unocommands.js
+++ b/loleaflet/src/unocommands.js
@@ -264,6 +264,8 @@ var unoCommandsArray = {

SelectTable:{presentation:{menu:_('~Select...'),},text:{menu:_('~Table'),},},
SendToBack:{global:{menu:_('~Send to Back'),},},
SetAnchorAtChar:{text:{menu:_('To ~Character'),},},
+   SetAnchorToCell:{spreadsheet:{menu:_('To ~Cell'),},},
+   SetAnchorToCellResize:{spreadsheet:{menu:_('To Cell (~resize with 
cell)'),},},
SetAnchorToChar:{text:{menu:_('As C~haracter'),},},
SetAnchorToFrame:{text:{menu:_('To ~Frame'),},},
SetAnchorToPage:{spreadsheet:{menu:_('To P~age'),},text:{menu:_('To 
P~age'),},},
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: cui/source dbaccess/source desktop/source

2020-01-23 Thread Noel Grandin (via logerrit)
 cui/source/tabpages/page.cxx   |   20 ++---
 dbaccess/source/core/api/RowSet.cxx|6 +--
 dbaccess/source/core/api/querycontainer.cxx|4 +-
 dbaccess/source/core/api/tablecontainer.cxx|2 -
 dbaccess/source/core/dataaccess/ComponentDefinition.cxx|2 -
 dbaccess/source/core/dataaccess/ModelImpl.cxx  |2 -
 dbaccess/source/core/dataaccess/commanddefinition.cxx  |2 -
 dbaccess/source/core/dataaccess/documentcontainer.cxx  |6 +--
 dbaccess/source/sdbtools/connection/objectnames.cxx|   10 +++---
 dbaccess/source/ui/dlg/sqlmessage.cxx  |4 +-
 dbaccess/source/ui/dlg/textconnectionsettings.cxx  |   12 +++
 dbaccess/source/ui/misc/DExport.cxx|2 -
 dbaccess/source/ui/misc/UITools.cxx|2 -
 dbaccess/source/ui/misc/dsmeta.cxx |2 -
 dbaccess/source/ui/misc/imageprovider.cxx  |4 +-
 dbaccess/source/ui/querydesign/JoinController.cxx  |2 -
 dbaccess/source/ui/querydesign/QueryTableView.cxx  |2 -
 dbaccess/source/ui/relationdesign/RelationTableView.cxx|6 +--
 dbaccess/source/ui/tabledesign/FieldDescriptions.cxx   |2 -
 dbaccess/source/ui/tabledesign/TEditControl.cxx|4 +-
 dbaccess/source/ui/tabledesign/TableController.cxx |4 +-
 dbaccess/source/ui/tabledesign/TableUndo.cxx   |6 +--
 desktop/source/deployment/gui/dp_gui_extensioncmdqueue.cxx |   12 +++
 desktop/source/deployment/gui/dp_gui_extlistbox.cxx|2 -
 desktop/source/deployment/gui/dp_gui_theextmgr.cxx |2 -
 desktop/source/lib/init.cxx|6 +--
 26 files changed, 64 insertions(+), 64 deletions(-)

New commits:
commit a41f9b3ae91101414a7ba2f651f735bc71f69f81
Author: Noel Grandin 
AuthorDate: Thu Jan 23 16:37:11 2020 +0200
Commit: Noel Grandin 
CommitDate: Fri Jan 24 07:18:56 2020 +0100

loplugin:makeshared in cui..desktop

Change-Id: I45b7381f665a749b86302be07fa095a30842428f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87277
Tested-by: Jenkins
Reviewed-by: Noel Grandin 

diff --git a/cui/source/tabpages/page.cxx b/cui/source/tabpages/page.cxx
index ccb159205308..4a98f37dd594 100644
--- a/cui/source/tabpages/page.cxx
+++ b/cui/source/tabpages/page.cxx
@@ -1022,7 +1022,7 @@ void SvxPageDescPage::ResetBackground_Impl(const 
SfxItemSet& rSet)
 if(mbEnableDrawingLayerFillStyles)
 {
 // create FillAttributes directly from DrawingLayer FillStyle 
entries
-aHeaderFillAttributes.reset(new 
drawinglayer::attribute::SdrAllFillAttributesHelper(rTmpSet));
+aHeaderFillAttributes = 
std::make_shared(rTmpSet);
 }
 else
 {
@@ -1035,7 +1035,7 @@ void SvxPageDescPage::ResetBackground_Impl(const 
SfxItemSet& rSet)
 SfxItemSet aTempSet(*rTmpSet.GetPool(), 
svl::Items{});
 
 setSvxBrushItemAsFillAttributesToTargetSet(rItem, 
aTempSet);
-aHeaderFillAttributes.reset(new 
drawinglayer::attribute::SdrAllFillAttributesHelper(aTempSet));
+aHeaderFillAttributes = 
std::make_shared(aTempSet);
 }
 }
 
@@ -1058,7 +1058,7 @@ void SvxPageDescPage::ResetBackground_Impl(const 
SfxItemSet& rSet)
 if(mbEnableDrawingLayerFillStyles)
 {
 // create FillAttributes directly from DrawingLayer FillStyle 
entries
-aFooterFillAttributes.reset(new 
drawinglayer::attribute::SdrAllFillAttributesHelper(rTmpSet));
+aFooterFillAttributes = 
std::make_shared(rTmpSet);
 }
 else
 {
@@ -1071,7 +1071,7 @@ void SvxPageDescPage::ResetBackground_Impl(const 
SfxItemSet& rSet)
 SfxItemSet aTempSet(*rTmpSet.GetPool(), 
svl::Items{});
 
 setSvxBrushItemAsFillAttributesToTargetSet(rItem, 
aTempSet);
-aFooterFillAttributes.reset(new 
drawinglayer::attribute::SdrAllFillAttributesHelper(aTempSet));
+aFooterFillAttributes = 
std::make_shared(aTempSet);
 }
 }
 
@@ -1085,7 +1085,7 @@ void SvxPageDescPage::ResetBackground_Impl(const 
SfxItemSet& rSet)
 if(mbEnableDrawingLayerFillStyles)
 {
 // create FillAttributes directly from DrawingLayer FillStyle entries
-aPageFillAttributes.reset(new 
drawinglayer::attribute::SdrAllFillAttributesHelper(rSet));
+aPageFillAttributes = 
std::make_shared(rSet);
 }
 else
 {
@@ -1098,7 +1098,7 @@ void SvxPageDescPage::ResetBackground_Impl(const 
SfxItemSet& rSet)
 SfxItemSet aTempSet(*rSet.GetPool(), svl::Items{});
 
 

[Libreoffice-commits] core.git: 2 commits - chart2/source comphelper/source connectivity/source cppcanvas/source cppuhelper/source

2020-01-23 Thread Noel Grandin (via logerrit)
 chart2/source/controller/accessibility/AccessibleChartView.cxx   |
4 -
 chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx|
2 
 chart2/source/controller/dialogs/DataBrowser.cxx |
6 +-
 chart2/source/controller/dialogs/DialogModel.cxx |
4 -
 chart2/source/controller/itemsetwrapper/ErrorBarItemConverter.cxx|
2 
 chart2/source/controller/itemsetwrapper/RegressionCurveItemConverter.cxx |
2 
 chart2/source/controller/main/UndoGuard.cxx  |
2 
 chart2/source/view/main/ChartView.cxx|
4 -
 comphelper/source/misc/DirectoryHelper.cxx   |
2 
 comphelper/source/misc/backupfilehelper.cxx  |
8 +--
 comphelper/source/misc/logging.cxx   |
2 
 comphelper/source/misc/sharedmutex.cxx   |
2 
 connectivity/source/commontools/RowFunctionParser.cxx|
2 
 connectivity/source/commontools/TTableHelper.cxx |
4 -
 connectivity/source/commontools/sqlerror.cxx |
2 
 connectivity/source/drivers/hsqldb/HStorageMap.cxx   |
4 -
 connectivity/source/drivers/mork/MStatement.cxx  |
2 
 connectivity/source/parse/sqliterator.cxx|
6 +-
 connectivity/source/parse/sqlnode.cxx|
2 
 connectivity/source/sdbcx/VKey.cxx   |
2 
 cppcanvas/source/wrapper/basegfxfactory.cxx  |   
15 ++
 cppcanvas/source/wrapper/implbitmap.cxx  |
4 -
 cppcanvas/source/wrapper/implbitmapcanvas.cxx|
2 
 cppcanvas/source/wrapper/implcanvas.cxx  |
2 
 cppcanvas/source/wrapper/implcustomsprite.cxx|
2 
 cppcanvas/source/wrapper/implspritecanvas.cxx|   
11 ++---
 cppcanvas/source/wrapper/vclfactory.cxx  |   
22 --
 cppuhelper/source/servicemanager.cxx |
6 +-
 28 files changed, 60 insertions(+), 68 deletions(-)

New commits:
commit e5cfe9c050fbd601b64dc13fe6760e762a35a4d4
Author: Noel Grandin 
AuthorDate: Thu Jan 23 16:36:33 2020 +0200
Commit: Noel Grandin 
CommitDate: Fri Jan 24 07:18:44 2020 +0100

loplugin:makeshared in connectivity..cppuhelper

Change-Id: Id8064e961a64bb03bc0fb61e375cdcf769b340cd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87276
Tested-by: Jenkins
Reviewed-by: Noel Grandin 

diff --git a/connectivity/source/commontools/RowFunctionParser.cxx 
b/connectivity/source/commontools/RowFunctionParser.cxx
index e63e0e4a63b7..2246b7636797 100644
--- a/connectivity/source/commontools/RowFunctionParser.cxx
+++ b/connectivity/source/commontools/RowFunctionParser.cxx
@@ -386,7 +386,7 @@ private:
 
 const ParserContextSharedPtr& getParserContext()
 {
-static ParserContextSharedPtr lcl_parserContext( new ParserContext );
+static ParserContextSharedPtr lcl_parserContext = 
std::make_shared();
 
 // clear node stack (since we reuse the static object, that's
 // the whole point here)
diff --git a/connectivity/source/commontools/TTableHelper.cxx 
b/connectivity/source/commontools/TTableHelper.cxx
index 95ec25398600..d677887db1d4 100644
--- a/connectivity/source/commontools/TTableHelper.cxx
+++ b/connectivity/source/commontools/TTableHelper.cxx
@@ -374,7 +374,7 @@ void OTableHelper::refreshForeignKeys(::std::vector< 
OUString>& _rNames)
 m_pImpl->m_aKeys.emplace(sOldFKName,pKeyProps);
 
 const OUString sReferencedName = 
::dbtools::composeTableName(getMetaData(),sCatalog,aSchema,aName,false,::dbtools::EComposeRule::InDataManipulation);
-pKeyProps.reset(new 
sdbcx::KeyProperties(sReferencedName,KeyType::FOREIGN,nUpdateRule,nDeleteRule));
+pKeyProps = 
std::make_shared(sReferencedName,KeyType::FOREIGN,nUpdateRule,nDeleteRule);
 pKeyProps->m_aKeyColumnNames.push_back(sForeignKeyColumn);
 _rNames.push_back(sFkName);
 if ( m_pTables->hasByName(sReferencedName) )
@@ -555,7 +555,7 @@ std::shared_ptr 
OTableHelper::getKeyProperties(const OUStr
 else // only a fall back
 {
 OSL_FAIL("No key with the given name found");
-pKeyProps.reset(new sdbcx::KeyProperties());
+pKeyProps = std::make_shared();
 }
 
 return pKeyProps;
diff --git a/connectivity/source/commontools/sqlerror.cxx 
b/connectivity/source/commontools/sqlerror.cxx
index f5dd3def56cd..db4c59f2f480 100644
--- a/connectivity/source/commontools/sqlerror.cxx
+++ 

[Libreoffice-commits] core.git: 2 commits - basctl/source basic/source canvas/source compilerplugins/clang solenv/CompilerTest_compilerplugins_clang.mk

2020-01-23 Thread Noel Grandin (via logerrit)
 basctl/source/basicide/moduldl2.cxx |2 
 basctl/source/basicide/scriptdocument.cxx   |6 -
 basic/source/classes/sbunoobj.cxx   |2 
 canvas/source/opengl/ogl_spritedevicehelper.cxx |4 
 canvas/source/tools/page.cxx|2 
 canvas/source/tools/pagemanager.cxx |4 
 canvas/source/tools/surfaceproxymanager.cxx |2 
 canvas/source/vcl/canvas.cxx|2 
 canvas/source/vcl/canvasbitmaphelper.cxx|2 
 canvas/source/vcl/canvascustomsprite.cxx|6 -
 canvas/source/vcl/canvashelper.cxx  |4 
 canvas/source/vcl/canvashelper_texturefill.cxx  |4 
 canvas/source/vcl/spritecanvas.cxx  |2 
 canvas/source/vcl/spritedevicehelper.cxx|2 
 compilerplugins/clang/makeshared.cxx|  137 
 compilerplugins/clang/test/makeshared.cxx   |   43 +++
 solenv/CompilerTest_compilerplugins_clang.mk|1 
 17 files changed, 203 insertions(+), 22 deletions(-)

New commits:
commit 8d23f9c2c1e0479a95cb44a09066740213b0f99a
Author: Noel Grandin 
AuthorDate: Thu Jan 23 15:17:46 2020 +0200
Commit: Noel Grandin 
CommitDate: Fri Jan 24 07:18:28 2020 +0100

loplugin:makeshared in basctl..canvas

Change-Id: I1461da594db222abbaeccfb636194b9790f5dbe8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87271
Tested-by: Jenkins
Reviewed-by: Noel Grandin 

diff --git a/basctl/source/basicide/moduldl2.cxx 
b/basctl/source/basicide/moduldl2.cxx
index 38e07178d33d..c0ab18750539 100644
--- a/basctl/source/basicide/moduldl2.cxx
+++ b/basctl/source/basicide/moduldl2.cxx
@@ -637,7 +637,7 @@ void LibPage::InsertLib()
 // library import dialog
 if (!xLibDlg)
 {
-xLibDlg.reset(new LibDialog(m_pDialog->getDialog()));
+xLibDlg = std::make_shared(m_pDialog->getDialog());
 xLibDlg->SetStorageName( aURLObj.getName() );
 }
 
diff --git a/basctl/source/basicide/scriptdocument.cxx 
b/basctl/source/basicide/scriptdocument.cxx
index 25a705cf69df..cedadda510cf 100644
--- a/basctl/source/basicide/scriptdocument.cxx
+++ b/basctl/source/basicide/scriptdocument.cxx
@@ -1017,19 +1017,19 @@ namespace basctl
 
 
 ScriptDocument::ScriptDocument()
-:m_pImpl(new Impl)
+:m_pImpl(std::make_shared())
 { }
 
 
 ScriptDocument::ScriptDocument( ScriptDocument::SpecialDocument _eType )
-:m_pImpl( new Impl( Reference< XModel >() ) )
+:m_pImpl( std::make_shared( Reference< XModel >() ) )
 {
 OSL_ENSURE( _eType == NoDocument, "ScriptDocument::ScriptDocument: 
unknown SpecialDocument type!" );
 }
 
 
 ScriptDocument::ScriptDocument( const Reference< XModel >& _rxDocument )
-:m_pImpl( new Impl( _rxDocument ) )
+:m_pImpl( std::make_shared( _rxDocument ) )
 {
 OSL_ENSURE( _rxDocument.is(), "ScriptDocument::ScriptDocument: 
document must not be NULL!" );
 // a NULL document results in an uninitialized instance, and for 
this
diff --git a/basic/source/classes/sbunoobj.cxx 
b/basic/source/classes/sbunoobj.cxx
index 4b84fffe5ba8..ab3d5e54be40 100644
--- a/basic/source/classes/sbunoobj.cxx
+++ b/basic/source/classes/sbunoobj.cxx
@@ -2362,7 +2362,7 @@ SbUnoObject::SbUnoObject( const OUString& aName_, const 
Any& aUnoObj_ )
 bSetClassName = true;
 }
 StructRefInfo aThisStruct( maTmpUnoObj, maTmpUnoObj.getValueType(), 0 
);
-maStructInfo.reset( new SbUnoStructRefObject( GetName(), aThisStruct ) 
);
+maStructInfo = std::make_shared( GetName(), 
aThisStruct );
 }
 else if( eType == TypeClass_INTERFACE )
 {
diff --git a/canvas/source/opengl/ogl_spritedevicehelper.cxx 
b/canvas/source/opengl/ogl_spritedevicehelper.cxx
index be838393c5fd..6a1d935c9ba9 100644
--- a/canvas/source/opengl/ogl_spritedevicehelper.cxx
+++ b/canvas/source/opengl/ogl_spritedevicehelper.cxx
@@ -78,7 +78,7 @@ namespace oglcanvas
 mpSpriteCanvas(nullptr),
 maActiveSprites(),
 maLastUpdate(),
-mpTextureCache(new TextureCache()),
+mpTextureCache(std::make_shared()),
 mnLinearTwoColorGradientProgram(0),
 mnLinearMultiColorGradientProgram(0),
 mnRadialTwoColorGradientProgram(0),
@@ -543,7 +543,7 @@ namespace oglcanvas
 
 IBufferContextSharedPtr SpriteDeviceHelper::createBufferContext(const 
::basegfx::B2IVector& rSize) const
 {
-return IBufferContextSharedPtr(new BufferContextImpl(rSize));
+return std::make_shared(rSize);
 }
 
 TextureCache& SpriteDeviceHelper::getTextureCache() const
diff --git a/canvas/source/tools/page.cxx b/canvas/source/tools/page.cxx
index 78f9cd3aa671..3537fa0b6873 100644
--- a/canvas/source/tools/page.cxx
+++ b/canvas/source/tools/page.cxx
@@ -48,7 +48,7 @@ namespace canvas
 SurfaceRect rect(rSize);
 if(insert(rect))
 {
-  

[Libreoffice-bugs] [Bug 130162] Bulk ammo

2020-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130162

Matthewe Gordon  changed:

   What|Removed |Added

URL||https://www.outdoorlimited.
   ||com/specials/bulk-ammo/

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


[Libreoffice-bugs] [Bug 130162] New: Bulk ammo

2020-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130162

Bug ID: 130162
   Summary: Bulk ammo
   Product: LibreOffice
   Version: 3.3.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: sdk
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: webmas...@outdoorlimited.com

Description:
Outdoor Limited is the online ammo superstore to fulfill all your bulk ammo
needs. We have a wide collection of ammunition for sale. We stock one of the
best selections of ammunition. Trusted name for buying quality ammo from top
manufacturers . Get more for your money. Best prices and fast shipping at your
discount shooting supplier!


Actual Results:
Outdoor Limited is the online ammo superstore to fulfill all your bulk ammo
needs. We have a wide collection of ammunition for sale. We stock one of the
best selections of ammunition. Trusted name for buying quality ammo from top
manufacturers . Get more for your money. Best prices and fast shipping at your
discount shooting supplier!


Expected Results:
Outdoor Limited is the online ammo superstore to fulfill all your bulk ammo
needs. We have a wide collection of ammunition for sale. We stock one of the
best selections of ammunition. Trusted name for buying quality ammo from top
manufacturers . Get more for your money. Best prices and fast shipping at your
discount shooting supplier!



Reproducible: Always


User Profile Reset: No



Additional Info:
Outdoor Limited is the online ammo superstore to fulfill all your bulk ammo
needs. We have a wide collection of ammunition for sale. We stock one of the
best selections of ammunition. Trusted name for buying quality ammo from top
manufacturers . Get more for your money. Best prices and fast shipping at your
discount shooting supplier!

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


[Libreoffice-bugs] [Bug 130122] LibreOfficeDev 6.5.0.0 Navigator collapse headings works only for sub-headings

2020-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130122

--- Comment #10 from Christopher J Poor  ---
That looks cool!

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


[Libreoffice-bugs] [Bug 59424] undefined: I/O Error while opening file from WebDAV over GVFS from Nautilus

2020-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=59424

Aron Budea  changed:

   What|Removed |Added

  Component|Calc|LibreOffice
   Hardware|Other   |All

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


Re: LibreOffice and old Microsoft Binary file formats.

2020-01-23 Thread Yury
That kind of thinking would be appropriate to an entity controlling the
market of wordprocessors, which neither of Openoffices is.
Now, quite a lot of journals accept submissions in the binary Word format,
not in the OOXML one. Wordprocessor without the export feature becomes sort
of useless in that scenario. 
And what about exchanging documents with persons not having either
Openoffice or the newest Word?



--
Sent from: 
http://document-foundation-mail-archive.969070.n3.nabble.com/Dev-f1639786.html
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Contribution to the organization

2020-01-23 Thread anshu khare
Yes I checked that yesterday.
Now I am running on cygwin shell and it's giving the error as file not
found for dev/core.

On Fri, 24 Jan, 2020, 8:52 AM Mark Hung,  wrote:

> Hi anshu khare,
>
> You were using Powershell to run that command. Wiki said after
> install_cygwin.ps1 completes you should run C:\cygwin\Cygwin.bat
> to launch a cygwin command window prompt. All the rest of the instructions
> should be done under cygwin.
>
> anshu khare  於 2020年1月24日 週五 上午10:43寫道:
>
>> When I run cd dev/core it gives the output : no such file or directory
>>
>> On Fri, 24 Jan, 2020, 7:51 AM anshu khare, 
>> wrote:
>>
>>>
>>> On Fri, 24 Jan, 2020, 7:44 AM anshu khare, 
>>> wrote:
>>>
 Sorry for sending the screen shot in another mail. It cannot be added
 in the same mail as it exceeded the size limit.


 On Fri, 24 Jan, 2020, 7:40 AM anshu khare, 
 wrote:

> I  have Visual Studio 19 and JDK 13 installed on windows. I cloned
> lode git repo in cygwin shell. I changed my directory to lode and ran
> ./setup which executed fine.
>
> Then I added environment variables to  .bashrc file.
>
> Now I am trying to setup dev build environment by running  ./setup
> --dev -- force in the lode directory but it's not giving appropriate
> results.
>
> I am following this documentation :
> http://wiki.documentfoundation.org/Development/lode
>
>
> On Wed, 22 Jan, 2020, 6:16 PM Anshu,  wrote:
>
>> Hi mentors,
>>
>>
>>
>> I am Anshu. I am new to this organization. I am willing to take part
>> in Gsoc 2020 and I want to contribute to this organization.
>>
>> I was trying to build Libre-Office by following its documentation but
>> got stuck at a point( I have Visual Studio 17 and JDK 13 installed on my
>> system).
>>
>> I am attaching the screenshot where I got stuck.
>>
>> Could you please help me with it?
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> Regards
>>
>> Anshu
>>
>> Sent from Mail  for
>> Windows 10
>>
>>
>>
> ___
>> LibreOffice mailing list
>> LibreOffice@lists.freedesktop.org
>> https://lists.freedesktop.org/mailman/listinfo/libreoffice
>>
>
>
> --
> Mark Hung
>
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 61189] PDF printing mode problem: HP LaserJet + media type + no tray + user prompt (refer comment #10)

2020-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=61189

--- Comment #59 from Electrical project solutions sydney 
 ---
Electrical project solutions is Sydney's leading electrical company. We are a
team of electrical contractors in Sydney, providing electrical maintenance and
services for a range of projects. For more information visit my website
:-http://www.electricalps.com.au/

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


[Libreoffice-bugs] [Bug 129895] LOOL: downloading as pdf causes CRASH

2020-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129895

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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


[Libreoffice-bugs] [Bug 129894] LOOL: Menu "Insert > Image ..." causes CRASH

2020-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129894

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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


[Libreoffice-bugs] [Bug 129898] Drawings during presentations wouldn't be shown when setting "mouse pointer as pen" in the slide show settings

2020-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129898

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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


[Libreoffice-ux-advise] [Bug 129149] Shortcuts for z-index up down

2020-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129149

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

-- 
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 125697] You can not read the text of the context menu with an eye-friendly theme.

2020-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125697

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

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


[Libreoffice-bugs] [Bug 126923] Plus sign (Grouped data) should be the same size as drop-down arrow control (AutoFilter) with 125% scaled system UI in Windows

2020-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126923

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

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


[Libreoffice-bugs] [Bug 129149] Shortcuts for z-index up down

2020-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129149

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

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


[Libreoffice-bugs] [Bug 129897] Menus positioned incorrectly on joined multi-monitor displays of different dimensions

2020-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129897

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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


[Libreoffice-bugs] [Bug 126632] Tabs in Tabbed Compact don't update after adding of table and moving of cursor to body text in Writer document

2020-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126632

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

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


[Libreoffice-bugs] [Bug 129015] Endnote page style not behaving as an ordinary page style

2020-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129015

QA Administrators  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

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


[Libreoffice-bugs] [Bug 128357] [Enhancement] Writer Character style "Default Style" should be first on all languages

2020-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128357

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

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


[Libreoffice-ux-advise] [Bug 126923] Plus sign (Grouped data) should be the same size as drop-down arrow control (AutoFilter) with 125% scaled system UI in Windows

2020-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126923

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

-- 
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 126827] UI: Correct/ Correct all button not disabled when pressing Ignore once in the spelling dialog

2020-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126827

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

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


[Libreoffice-ux-advise] [Bug 126827] UI: Correct/ Correct all button not disabled when pressing Ignore once in the spelling dialog

2020-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126827

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

-- 
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 127043] Turkish Translation on Tabs is don't working on Tabbed Compact

2020-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127043

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

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


[Libreoffice-bugs] [Bug 126520] Undo & Redo tooltip texts don't update upon quick successive clicks

2020-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126520

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

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


[Libreoffice-bugs] [Bug 126118] Bad font size or/and move to new line

2020-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126118

--- Comment #3 from QA Administrators  ---
Dear seven,

Please read this message in its entirety before proceeding.

Your bug report is being closed as INSUFFICIENTDATA due to inactivity and
a lack of information which is needed in order to accurately
reproduce and confirm the problem. We encourage you to retest
your bug against the latest release. If the issue is still
present in the latest stable release, we need the following
information (please ignore any that you've already provided):

a) Provide details of your system including your operating
   system and the latest version of LibreOffice that you have
   confirmed the bug to be present

b) Provide easy to reproduce steps – the simpler the better

c) Provide any test case(s) which will help us confirm the problem

d) Provide screenshots of the problem if you think it might help

e) Read all comments and provide any requested information

Once all of this is done, please set the bug back to UNCONFIRMED
and we will attempt to reproduce the issue. Please do not:

a) respond via email 

b) update the version field in the bug or any of the other details
   on the top section of our bug tracker

Warm Regards,
QA Team

MassPing-NeedInfo-FollowUp

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


[Libreoffice-bugs] [Bug 129015] Endnote page style not behaving as an ordinary page style

2020-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129015

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

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


[Libreoffice-bugs] [Bug 126130] .uno:Heading1ParaStyle not working in Notebookbar .ui files

2020-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126130

QA Administrators  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

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


[Libreoffice-bugs] [Bug 126130] .uno:Heading1ParaStyle not working in Notebookbar .ui files

2020-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126130

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

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


[Libreoffice-bugs] [Bug 126118] Bad font size or/and move to new line

2020-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126118

QA Administrators  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 122294] When inserting a data from data source add a row number column

2020-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122294

--- Comment #5 from QA Administrators  ---
Dear Alex Ander,

Please read this message in its entirety before proceeding.

Your bug report is being closed as INSUFFICIENTDATA due to inactivity and
a lack of information which is needed in order to accurately
reproduce and confirm the problem. We encourage you to retest
your bug against the latest release. If the issue is still
present in the latest stable release, we need the following
information (please ignore any that you've already provided):

a) Provide details of your system including your operating
   system and the latest version of LibreOffice that you have
   confirmed the bug to be present

b) Provide easy to reproduce steps – the simpler the better

c) Provide any test case(s) which will help us confirm the problem

d) Provide screenshots of the problem if you think it might help

e) Read all comments and provide any requested information

Once all of this is done, please set the bug back to UNCONFIRMED
and we will attempt to reproduce the issue. Please do not:

a) respond via email 

b) update the version field in the bug or any of the other details
   on the top section of our bug tracker

Warm Regards,
QA Team

MassPing-NeedInfo-FollowUp

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


[Libreoffice-bugs] [Bug 129987] It is no longer possible to copy from another program into LibreOffice under Windows 10 ver 1909?

2020-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129987

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

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


[Libreoffice-bugs] [Bug 105449] Data Explorer: Standardfilter view strange Input-Field?

2020-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105449

--- Comment #4 from QA Administrators  ---
Dear Thomas Krumbein,

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 122294] When inserting a data from data source add a row number column

2020-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122294

QA Administrators  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 126130] .uno:Heading1ParaStyle not working in Notebookbar .ui files

2020-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126130

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

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


[Libreoffice-bugs] [Bug 129987] It is no longer possible to copy from another program into LibreOffice under Windows 10 ver 1909?

2020-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129987

QA Administrators  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

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


[Libreoffice-bugs] [Bug 124763] unable to open *any* document if path includes %xx

2020-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124763

--- Comment #5 from QA Administrators  ---
Dear Martin Rienesl,

Please read this message in its entirety before proceeding.

Your bug report is being closed as INSUFFICIENTDATA due to inactivity and
a lack of information which is needed in order to accurately
reproduce and confirm the problem. We encourage you to retest
your bug against the latest release. If the issue is still
present in the latest stable release, we need the following
information (please ignore any that you've already provided):

a) Provide details of your system including your operating
   system and the latest version of LibreOffice that you have
   confirmed the bug to be present

b) Provide easy to reproduce steps – the simpler the better

c) Provide any test case(s) which will help us confirm the problem

d) Provide screenshots of the problem if you think it might help

e) Read all comments and provide any requested information

Once all of this is done, please set the bug back to UNCONFIRMED
and we will attempt to reproduce the issue. Please do not:

a) respond via email 

b) update the version field in the bug or any of the other details
   on the top section of our bug tracker

Warm Regards,
QA Team

MassPing-NeedInfo-FollowUp

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


[Libreoffice-bugs] [Bug 124763] unable to open *any* document if path includes %xx

2020-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124763

QA Administrators  changed:

   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 130122] LibreOfficeDev 6.5.0.0 Navigator collapse headings works only for sub-headings

2020-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130122

--- Comment #9 from Jim Raykowski  ---
Created attachment 157381
  --> https://bugs.documentfoundation.org/attachment.cgi?id=157381=edit
demonstration of root node collapse

HTH explain the patch

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


[Libreoffice-bugs] [Bug 130122] LibreOfficeDev 6.5.0.0 Navigator collapse headings works only for sub-headings

2020-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130122

--- Comment #8 from Christopher J Poor  ---
Oh right. I'm not quite up to speed on how to apply a patch. I should spend
more time on such things :-)

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


[Libreoffice-bugs] [Bug 130122] LibreOfficeDev 6.5.0.0 Navigator collapse headings works only for sub-headings

2020-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130122

--- Comment #7 from Jim Raykowski  ---
(In reply to Christopher J Poor from comment #6)
> Just saw your patch. I will check it out shortly. thanks.

The patch hasn't been merged yet. You would need to build from source and then
apply the patch see what it does. Need more input before merging. I will make a
screen capture of what it does. It won't solve the crash/freeze you have been
experiencing, see bug 130155 for a report and fix for that.

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


Re: Contribution to the organization

2020-01-23 Thread Mark Hung
Hi anshu khare,

You were using Powershell to run that command. Wiki said after
install_cygwin.ps1 completes you should run C:\cygwin\Cygwin.bat
to launch a cygwin command window prompt. All the rest of the instructions
should be done under cygwin.

anshu khare  於 2020年1月24日 週五 上午10:43寫道:

> When I run cd dev/core it gives the output : no such file or directory
>
> On Fri, 24 Jan, 2020, 7:51 AM anshu khare, 
> wrote:
>
>>
>> On Fri, 24 Jan, 2020, 7:44 AM anshu khare, 
>> wrote:
>>
>>> Sorry for sending the screen shot in another mail. It cannot be added in
>>> the same mail as it exceeded the size limit.
>>>
>>>
>>> On Fri, 24 Jan, 2020, 7:40 AM anshu khare, 
>>> wrote:
>>>
 I  have Visual Studio 19 and JDK 13 installed on windows. I cloned lode
 git repo in cygwin shell. I changed my directory to lode and ran  ./setup
 which executed fine.

 Then I added environment variables to  .bashrc file.

 Now I am trying to setup dev build environment by running  ./setup
 --dev -- force in the lode directory but it's not giving appropriate
 results.

 I am following this documentation :
 http://wiki.documentfoundation.org/Development/lode


 On Wed, 22 Jan, 2020, 6:16 PM Anshu,  wrote:

> Hi mentors,
>
>
>
> I am Anshu. I am new to this organization. I am willing to take part
> in Gsoc 2020 and I want to contribute to this organization.
>
> I was trying to build Libre-Office by following its documentation but
> got stuck at a point( I have Visual Studio 17 and JDK 13 installed on my
> system).
>
> I am attaching the screenshot where I got stuck.
>
> Could you please help me with it?
>
>
>
>
>
>
>
>
>
> Regards
>
> Anshu
>
> Sent from Mail  for
> Windows 10
>
>
>
 ___
> LibreOffice mailing list
> LibreOffice@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/libreoffice
>


-- 
Mark Hung
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 130122] LibreOfficeDev 6.5.0.0 Navigator collapse headings works only for sub-headings

2020-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130122

--- Comment #6 from Christopher J Poor  ---
Just saw your patch. I will check it out shortly. thanks.

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


[Libreoffice-bugs] [Bug 130122] LibreOfficeDev 6.5.0.0 Navigator collapse headings works only for sub-headings

2020-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130122

--- Comment #5 from Christopher J Poor  ---
Hi Jim. I would suggest that using the "collapse all" shortcut the second time
should do the exact opposite of the "expand all" (I think you had that in the
"tool tip") The "collapse all" should work in this way in whichever context the
"expand all" works - I think it makes sense for this to be in the navigation
view with headings only displayed - but could be in full content mode also. If
you are able to code an intermediate expand - to all first level children -
that would be great too. However I think it is important, if (1).you have two
shortcuts, that the same shortcut does expand/collapse to the same level or
(2). you go the org-mode route so that perhaps you hold down a leader key and
repeated taps of the secondary key cycle through the visibility levels. What do
you think?
I will try the dev package again tomorrow and see if it crashes less.

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


[Libreoffice-bugs] [Bug 130122] LibreOfficeDev 6.5.0.0 Navigator collapse headings works only for sub-headings

2020-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130122

--- Comment #4 from Jim Raykowski  ---
Here is a patch that collapses root node to children when in content navigation
view:
https://gerrit.libreoffice.org/c/core/+/87316

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


Re: Contribution to the organization

2020-01-23 Thread anshu khare
When I run cd dev/core it gives the output : no such file or directory

On Fri, 24 Jan, 2020, 7:51 AM anshu khare,  wrote:

>
> On Fri, 24 Jan, 2020, 7:44 AM anshu khare, 
> wrote:
>
>> Sorry for sending the screen shot in another mail. It cannot be added in
>> the same mail as it exceeded the size limit.
>>
>>
>> On Fri, 24 Jan, 2020, 7:40 AM anshu khare, 
>> wrote:
>>
>>> I  have Visual Studio 19 and JDK 13 installed on windows. I cloned lode
>>> git repo in cygwin shell. I changed my directory to lode and ran  ./setup
>>> which executed fine.
>>>
>>> Then I added environment variables to  .bashrc file.
>>>
>>> Now I am trying to setup dev build environment by running  ./setup --dev
>>> -- force in the lode directory but it's not giving appropriate results.
>>>
>>> I am following this documentation :
>>> http://wiki.documentfoundation.org/Development/lode
>>>
>>>
>>> On Wed, 22 Jan, 2020, 6:16 PM Anshu,  wrote:
>>>
 Hi mentors,



 I am Anshu. I am new to this organization. I am willing to take part in
 Gsoc 2020 and I want to contribute to this organization.

 I was trying to build Libre-Office by following its documentation but
 got stuck at a point( I have Visual Studio 17 and JDK 13 installed on my
 system).

 I am attaching the screenshot where I got stuck.

 Could you please help me with it?









 Regards

 Anshu

 Sent from Mail  for
 Windows 10



>>>
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 120200] [META] Update or correct help for features

2020-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120200

sdc.bla...@youmail.dk changed:

   What|Removed |Added

 Blocks||92497


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=92497
[Bug 92497] Update documentation for style management group button in Styles &
Formatting sidebar
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 92497] Update documentation for style management group button in Styles & Formatting sidebar

2020-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92497

sdc.bla...@youmail.dk changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |sdc.bla...@youmail.dk
   |desktop.org |
 CC||olivier.hallot@libreoffice.
   ||org
Summary|Styles & Formatting sidebar |Update documentation for
   |has incorrect tooltip for   |style management group
   |style management group  |button in Styles &
   |button  |Formatting sidebar
   Severity|enhancement |normal
 Depends on||120200
  Component|Writer  |Documentation

--- Comment #5 from sdc.bla...@youmail.dk ---
This bug is actually a duplicate of bug #74446.  Can confirm that in LO
6.3.4.2., the tooltip in Writer is now "Style actions" in Writer.  But the help
pages still use "New Style from Selection" . So will transform this bug into a
request for improving the documentation.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=120200
[Bug 120200] [META] Update or correct help for features
-- 
You are receiving this mail because:
You 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 92497] Update documentation for style management group button in Styles & Formatting sidebar

2020-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92497

sdc.bla...@youmail.dk changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |sdc.bla...@youmail.dk
   |desktop.org |
 CC||olivier.hallot@libreoffice.
   ||org
Summary|Styles & Formatting sidebar |Update documentation for
   |has incorrect tooltip for   |style management group
   |style management group  |button in Styles &
   |button  |Formatting sidebar
   Severity|enhancement |normal
 Depends on||120200
  Component|Writer  |Documentation

--- Comment #5 from sdc.bla...@youmail.dk ---
This bug is actually a duplicate of bug #74446.  Can confirm that in LO
6.3.4.2., the tooltip in Writer is now "Style actions" in Writer.  But the help
pages still use "New Style from Selection" . So will transform this bug into a
request for improving the documentation.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=120200
[Bug 120200] [META] Update or correct help for features
-- 
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


Re: Contribution to the organization

2020-01-23 Thread anshu khare
I  have Visual Studio 19 and JDK 13 installed on windows. I cloned lode git
repo in cygwin shell. I changed my directory to lode and ran  ./setup which
executed fine.

Then I added environment variables to  .bashrc file.

Now I am trying to setup dev build environment by running  ./setup --dev --
force in the lode directory but it's not giving appropriate results.

I am following this documentation :
http://wiki.documentfoundation.org/Development/lode


On Wed, 22 Jan, 2020, 6:16 PM Anshu,  wrote:

> Hi mentors,
>
>
>
> I am Anshu. I am new to this organization. I am willing to take part in
> Gsoc 2020 and I want to contribute to this organization.
>
> I was trying to build Libre-Office by following its documentation but got
> stuck at a point( I have Visual Studio 17 and JDK 13 installed on my
> system).
>
> I am attaching the screenshot where I got stuck.
>
> Could you please help me with it?
>
>
>
>
>
>
>
>
>
> Regards
>
> Anshu
>
> Sent from Mail  for
> Windows 10
>
>
>
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 130161] New: Object list in catalog doesn't refresh after adding a Module or dialog

2020-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130161

Bug ID: 130161
   Summary: Object list in catalog doesn't refresh after adding a
Module or dialog
   Product: LibreOffice
   Version: 6.3.4.2 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: BASIC
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: simon.stua...@gmail.com

Description:
When you are in the dialog or macros organizer in LibreOffice Basic, and you
add either a module or a dialog, Catalog object doesn't refresh.
You can close the IDE and reopen it, and it is ok though.

Steps to Reproduce:
1. Open macros organizer
2. Add a module or dialog (haven't tried with libraries, I guess it's the same)
3. Look at the objects catalog pane ("Catalogo de objetos" in my language)

Actual Results:
Doesn't update

Expected Results:
Update automatically to show the new catalog object


Reproducible: Always


User Profile Reset: No



Additional Info:

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


[Libreoffice-bugs] [Bug 59424] undefined: I/O Error while opening file from WebDAV over GVFS from Nautilus

2020-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=59424

Rhodri Harfoot  changed:

   What|Removed |Added

  Component|LibreOffice |Calc

--- Comment #18 from Rhodri Harfoot  ---
Bug still exists for me using version 6.0.7.3 on Ubuntu 18.04 opening excel
spreadsheet from smb mounted drive at run/user/1000/doc/gvfs/smb...

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


[Libreoffice-bugs] [Bug 130160] New: EDITING: Impossible to get out of a section if is the last line in document

2020-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130160

Bug ID: 130160
   Summary: EDITING: Impossible to get out of a section if is the
last line in document
   Product: LibreOffice
   Version: 6.3.2.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: qfsuar...@yahoo.es

Description:
I was writing a document and I had been insert a section in the last line and
filed with information, but when I tried to get out to continue with my
document, I realized that it is impossible, there is no options to do that, and
if I want to add a new section it will be automatically a sub-section of the
first one.

Steps to Reproduce:
1.Open a document
2.Insert a section in the last row
3.Try to get out

Actual Results:
Can't get out of the section

Expected Results:
Get out of the section


Reproducible: Always


User Profile Reset: No



Additional Info:

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


[Libreoffice-bugs] [Bug 129987] It is no longer possible to copy from another program into LibreOffice under Windows 10 ver 1909?

2020-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129987

--- Comment #12 from Nicholas F. Peters  ---
Additional testing shows inconsistent activation of the paste menu. I can copy
from history but usually not using the menu. The latest tests used Windows 10
Pro 1909 and LibreOffice 6.3.4.2. Tests were done with clipboard history
enabled and not enabled. Sometimes the menu would allow copying but most of the
time it prevented it from working.

I also tested whether programs were copying to the clipboard with clipboard
history enabled. This was done to be sure that there was something on the
clipboard. This test showed inconsistent function of the menu.

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


[Libreoffice-bugs] [Bug 130159] New: Sidebar Paragraph writedirection should be hidden only when select RTL

2020-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130159

Bug ID: 130159
   Summary: Sidebar Paragraph writedirection should be hidden only
when select RTL
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: kain...@gmail.com

In the paragraph Sidebar the following commands

.uno:ParaLeftToRight
.uno:ParaRightToLeft

in the writedirection is always visible in the past or in 6.4 it's only visible
if you select an Complex text layout Language in Options -> Languages.

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


[Libreoffice-bugs] [Bug 130158] SVG rendering broken in Plasma

2020-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130158

--- Comment #1 from Luca Carlon  ---
Created attachment 157380
  --> https://bugs.documentfoundation.org/attachment.cgi?id=157380=edit
Icons after commit 86d44930eecb5e8933f6870684adbb5f9200d6f7.

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


[Libreoffice-bugs] [Bug 130158] New: SVG rendering broken in Plasma

2020-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130158

Bug ID: 130158
   Summary: SVG rendering broken in Plasma
   Product: LibreOffice
   Version: 6.5.0.0.alpha0+ Master
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: carlon.l...@gmail.com

Description:
SVG icons are rendered incorrectly. I'm on KDE plasma. By bisecting, it seems
that the problem appears with commit 86d44930eecb5e8933f6870684adbb5f9200d6f7.

Steps to Reproduce:
1. Open writer.
2. Set an SVG theme.

Actual Results:
SVG icons are rendered incorrectly. May seem an issue with transparency.

Expected Results:
SVG icons should be rendered on transparent background.


Reproducible: Always


User Profile Reset: No



Additional Info:

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


[Libreoffice-bugs] [Bug 130157] New: Line Sidebar width color transparency, corner and cap style didn't work

2020-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130157

Bug ID: 130157
   Summary: Line Sidebar width color transparency, corner and cap
style didn't work
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: kain...@gmail.com

After the update of the Line Sidebar only Line and Arrow widget work all other
widgets are grayed out and didn't work.

In the dialog you can edit them.

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


[Libreoffice-bugs] [Bug 37134] Tabbed UI: Document-per-tab (similar to Firefox, Opera, gedit) MDI

2020-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=37134

--- Comment #52 from David  ---
(In reply to roland from comment #51)
> What everyone seems to be missing is these aren't separate document files.
> All tabbed divisions exist in a single LWP file. I un-hid the comments which
> someone flagged as off-topic so you can have a better idea of what people
> are really asking for. Those images are highly relevant to understanding
> this.

What's being missed is that this bug is for documents per tab.  The bug for
divisions/sections per tab is 33173.

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


[Libreoffice-bugs] [Bug 130144] Bullet of a list is not rendered

2020-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130144

Regina Henschel  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW
URL||http://docs.oasis-open.org/
   ||office/v1.2/os/OpenDocument
   ||-v1.2-os-part1.html#__RefHe
   ||ading__1418834_253892949
 CC||rb.hensc...@t-online.de

--- Comment #6 from Regina Henschel  ---
To investigate the problem, do not use bullets but numbers with different kind
on each level, e.g. A, B, C for level 1 and 1, 2, 3 for level 2.

The second group of paragraphs is a two level list too, but you do not see it,
because
1. There exists no level 1 paragraphs
2. The level 2 sub-lists have set attribute text:continue-numbering="true".

You cannot see a first level bullet in the second list, because there exists no
paragraph, which could carry this bullet.

If you want the usual behavior of nested lists, you should configure the
producer of the document to write text:continue-numbering="false" as default on
all lists.


The error in LibreOffice is, that the numbering is _not_ continued in the upper
list.

The relevant part of the ODF 1.2 spec is:

19.781text:continue-numbering
The text:continue-numbering attribute specifies, if the numbering of the
preceding list is continued or not. This attribute is ignored, if attribute
text:continue-list 19.780 is present.

The defined values for the text:continue-numbering attribute are:

●true: if text:continue-list attribute is not present and the numbering
style of the preceding list is the same as the current list, the number of the
first list item in the current list is the number of the last item in the
preceding list incremented by one.  

●false: if the text:continue-list attribute is not present, the numbering
of the preceding list is not continued.


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


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

2020-01-23 Thread Tor Lillqvist (via logerrit)
 sd/source/ui/slidesorter/view/SlideSorterView.cxx |   12 +---
 1 file changed, 5 insertions(+), 7 deletions(-)

New commits:
commit 07b1159b79135857dd9a450c3bb9ae0a944ebcf9
Author: Tor Lillqvist 
AuthorDate: Tue Jan 21 13:43:07 2020 +0200
Commit: Tor Lillqvist 
CommitDate: Fri Jan 24 00:17:20 2020 +0100

Unbreak code compiled conditionally with DEBUG_TIMING

But it will no doubt break eventually again, and not be noticed until
next time somebody wants to try to see the information that defining
DEBUG_TIMING produces in this file. This kind of conditionally
compiled debug code is IMHO counter-productive. It is trivial to
temporarily add timing information output to any function
just locally in your own build. So I am not opposed to killing
this DEBUG_TIMING stuff here.

Change-Id: I940e0a40cf2bd9f319c53a6ccff7a2413d1323e5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87183
Reviewed-by: Tor Lillqvist 
Tested-by: Tor Lillqvist 
(cherry picked from commit b81aa8a9930da5f93c074e7dd349c32ce49268de)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87255
Tested-by: Jenkins

diff --git a/sd/source/ui/slidesorter/view/SlideSorterView.cxx 
b/sd/source/ui/slidesorter/view/SlideSorterView.cxx
index a8e6093961c1..f275e6631156 100644
--- a/sd/source/ui/slidesorter/view/SlideSorterView.cxx
+++ b/sd/source/ui/slidesorter/view/SlideSorterView.cxx
@@ -561,7 +561,7 @@ static const size_t gFrameTimeCount (10);
 static size_t gFrameTimeIndex (0);
 static ::std::vector gFrameTimes (gFrameTimeCount, 0);
 static double gFrameTimeSum (0);
-static const Rectangle gFrameTimeBox (10,10,150,20);
+static const ::tools::Rectangle gFrameTimeBox (10,10,150,20);
 static double gnLastFrameStart = 0;
 #endif
 
@@ -573,9 +573,7 @@ void SlideSorterView::CompleteRedraw (
 (void)pRedirector;
 #ifdef DEBUG_TIMING
 const double nStartTime (gaTimer.getElapsedTime());
-SAL_INFO("sd",("SlideSorterView::CompleteRedraw start at %f, %s",
-nStartTime,
-mnLockRedrawSmph ? "locked" : "");
+SAL_INFO("sd.timing", "SlideSorterView::CompleteRedraw start" << 
(mnLockRedrawSmph ? " locked" : ""));
 #endif
 
 if (pDevice == nullptr || pDevice!=mrSlideSorter.GetContentWindow())
@@ -600,16 +598,16 @@ void SlideSorterView::CompleteRedraw (
 
 #ifdef DEBUG_TIMING
 const double nEndTime (gaTimer.getElapsedTime());
-SAL_INFO("sd",("SlideSorterView::CompleteRedraw end at %f after %fms", 
nEndTime, (nEndTime-nStartTime)*1000);
+SAL_INFO("sd.timing", "SlideSorterView::CompleteRedraw end after " << 
(nEndTime-nStartTime)*1000 << " ms");
 gFrameTimeSum -= gFrameTimes[gFrameTimeIndex];
 gFrameTimes[gFrameTimeIndex] = nStartTime - gnLastFrameStart;
 gnLastFrameStart = nStartTime;
 gFrameTimeSum += gFrameTimes[gFrameTimeIndex];
 gFrameTimeIndex = (gFrameTimeIndex+1) % gFrameTimeCount;
 
-mrSlideSorter.GetContentWindow()->SetFillCOL_BLUE);
+mrSlideSorter.GetContentWindow()->SetFillColor(COL_BLUE);
 mrSlideSorter.GetContentWindow()->DrawRect(gFrameTimeBox);
-mrSlideSorter.GetContentWindow()->SetTextCOL_WHITE);
+mrSlideSorter.GetContentWindow()->SetTextColor(COL_WHITE);
 mrSlideSorter.GetContentWindow()->DrawText(
 gFrameTimeBox,
 OUString::number(1 / (gFrameTimeSum / gFrameTimeCount)),
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] online.git: test/run_unit.sh.in wsd/README

2020-01-23 Thread Miklos Vajna (via logerrit)
 test/run_unit.sh.in |   10 --
 wsd/README  |7 +++
 2 files changed, 3 insertions(+), 14 deletions(-)

New commits:
commit 6add8295bf8372307351d91591154b9b7a257f65
Author: Miklos Vajna 
AuthorDate: Thu Jan 23 17:56:00 2020 +0100
Commit: Michael Meeks 
CommitDate: Fri Jan 24 00:09:34 2020 +0100

test: remove documentation about no longer working CPPUNIT_TEST_NAME variant

This is not needed, the commandline to run the test is printed on
failure.

Change-Id: Ia4da4344ede4ad8c1627a5560f1bc1264f4203c7
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/87288
Tested-by: Jenkins CollaboraOffice 
Reviewed-by: Michael Meeks 

diff --git a/test/run_unit.sh.in b/test/run_unit.sh.in
index e6f4da579..4b893f23c 100755
--- a/test/run_unit.sh.in
+++ b/test/run_unit.sh.in
@@ -56,16 +56,6 @@ echo "   $cmd_line"
 # drop .la suffix
 tst=`echo $tst | sed "s/\.la//"`;
 
-if test "z$tst" != "z" && test "z$CPPUNIT_TEST_NAME" != "z"; then
-# $tst is not empty, but $CPPUNIT_TEST_NAME is set, exit early if they
-# don't match.
-if test "z$tst" != "z$CPPUNIT_TEST_NAME"; then
-touch $tst_log
-echo ":test-result: SKIP $tst (disabled by CPPUNIT_TEST_NAME)" > 
$test_output
-exit 0;
-fi
-fi
-
 export LOOL_LOGLEVEL=trace
 
 if test "z$enable_debug" != "ztrue"; then
diff --git a/wsd/README b/wsd/README
index e56b970c6..a91314cd8 100644
--- a/wsd/README
+++ b/wsd/README
@@ -265,11 +265,10 @@ Set LOOL_DEBUG=1 to trap SIGSEGV and SEGBUS and prompt 
for debugger.
 
 if you choose PAUSEFORDEBUGGER send the signal SIGUSR1 to resume the process
 
-In order to run and debug one unit test, set CPPUNIT_TEST_NAME to something
-non-empty:
+In order to run and debug one unit test, run the commandline that is printed
+when the test fails. To run one single CppUnit test from a suite, additionally 
use:
 
-make check CPPUNIT_TEST_NAME="unit-prefork"
-make check CPPUNIT_TEST_NAME="HTTPWSTest::testCalcEditRendering"
+CPPUNIT_TEST_NAME="HTTPWSTest::testCalcEditRendering" 
 
 Protocol description
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 130156] New: Sidebar Position and Size add Align items

2020-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130156

Bug ID: 130156
   Summary: Sidebar Position and Size add Align items
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: kain...@gmail.com

The Position and Size Sidebar panel show the Arrange options and there would be
space on the second column next to Arrange: for Align: commands.

Yes we can talk why the Arrange commands are in the Position and Size Sidebar
but as they are, than add Align would be consequent.

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


[Libreoffice-bugs] [Bug 126130] .uno:Heading1ParaStyle not working in Notebookbar .ui files

2020-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126130

andreas_k  changed:

   What|Removed |Added

 CC||kain...@gmail.com

--- Comment #2 from andreas_k  ---
In master (and also in 6.3 and 6.4) it work cause I use
.uno:StyleApply?Style:string=Heading 1:string=ParagraphStyles
instead of .uno:Headering1ParaStyle.

This is kind of an "hack" not really dirty but if .uno:Headering1ParaStyle
would work, it would be nicer.

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


[Libreoffice-bugs] [Bug 130155] Writer navigator crashes when ctrl+ is pressed on entries without children

2020-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130155

--- Comment #1 from Jim Raykowski  ---
(In reply to Jim Raykowski from comment #0)
> Steps to repro:
> 
> 4) Press ctrl+
> 
No need to hold ctrl key. A simple '+' key press will do.

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


[Libreoffice-bugs] [Bug 130147] EDITING: Copying to clipboard with right click has to be done twice before it works

2020-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130147

--- Comment #4 from da...@attercop.co.uk ---
Thanks. I did do a search and I found that bug but it seemed to be the
opposite: problems pasting from another application into LibreOffice. Also, it
seemed to occur randomly (from 2013!) and was thought to be a Windows bug. What
I am describing only occurs within LibreOffice, is on Linux, and has only just
started following the upgrade. (I have been using LibreOffice Writer on Linux
intensively for many years without a problem like this.) For me, it is
consistently reproducible following the steps above. 

There seems to be something wrong with the way LibreOffice handles the
clipboard but I will leave it to those more expert than me to say how best to
report it.

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


[Libreoffice-bugs] [Bug 130147] EDITING: Copying to clipboard with right click has to be done twice before it works

2020-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130147

da...@attercop.co.uk changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

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


[Libreoffice-bugs] [Bug 129471] UI-Writer: Increase the size of window for Navigate by in the Find toolbar, plus consider ordering of items

2020-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129471

--- Comment #9 from Jim Raykowski  ---
(In reply to sdc.blanco from comment #7)

> 1. Some items may deserve being dropped:  
>(i)  Repeat search  (needed here?)
>(ii) Selection  (does it work?)
> 

AFAIK Selection navigation works in the order selections are made, not by order
of occurrence in the document.

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


[Libreoffice-bugs] [Bug 130155] New: Writer navigator crashes when ctrl+ is pressed on entries without children

2020-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130155

Bug ID: 130155
   Summary: Writer navigator crashes when ctrl+ is pressed on
entries without children
   Product: LibreOffice
   Version: 6.5.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: rayk...@gmail.com

Steps to repro:

1) Open a Writer document with tables, bookmarks, hyperlinks
2) Open the Navigator (side bar or floating flavor - ctrl+F5 or F5)
3) Click on a content entry under table, bookmark or hyperlink
4) Press ctrl+

Result: Crash

Expected result: Nothing happens because entry does not have children

I repro back to 6.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 125514] Bad text rendering within data source view

2020-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125514

Thorsten Wagner  changed:

   What|Removed |Added

 Status|NEW |UNCONFIRMED
 Ever confirmed|1   |0

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


[Libreoffice-bugs] [Bug 130147] EDITING: Copying to clipboard with right click has to be done twice before it works

2020-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130147

Timur  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #3 from Timur  ---
Did you search before posting? 
Looks like a duplicate of bug
https://bugs.documentfoundation.org/show_bug.cgi?id=62196.

-- 
You are receiving this mail because:
You 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 130083] Redesign LibreOffice Options Start Page

2020-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130083

--- Comment #13 from andreas_k  ---
(In reply to Thomas Lendo from comment #12)
> I still don't understand the benefit to have a third options configuration
> (options dialog for average users, expert configuration for advanced users
> and third and new: one or several overviews for beginners). Options dialogs
> always are not designed for beginners. That's the inherent reason for it. A
> program should be designed to fulfill beginners' needs. Options are fore
> fine tuning extended needs. So, the request counteracts to the sense of
> options. IMHO.

I start this request for exact that reason I don't see an benefit to have an
simple/advanced options dialog (Bug 90989) AND to reinvest the wheel. There are
a lot of users out there and I don't want to implement the options dialog cause
it could maybe an advantage.

But I also think that the User Data Options page is not the perfect first place
to start with options, cause the Address blog has so much private content and
the Cryptography is nothing an user can setup without an administrator.

So this it the idea of use the existing system and extend it with one
additional tab where you get an overview what you can configure with LibO so
something like KDE did
https://kde.org/announcements/plasma-5.11/system-settings.png

That's the reason I like the mockup from Heiko where you can't edit stuff on
the main page, but you can see the settings and jump to the settings correct
page, without to know where the option is located.
https://bug-attachments.documentfoundation.org/attachment.cgi?id=157261

So the main goal is to use the existing system and improve it for better
navigation without reinvest the wheel.

-- 
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 130083] Redesign LibreOffice Options Start Page

2020-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130083

--- Comment #13 from andreas_k  ---
(In reply to Thomas Lendo from comment #12)
> I still don't understand the benefit to have a third options configuration
> (options dialog for average users, expert configuration for advanced users
> and third and new: one or several overviews for beginners). Options dialogs
> always are not designed for beginners. That's the inherent reason for it. A
> program should be designed to fulfill beginners' needs. Options are fore
> fine tuning extended needs. So, the request counteracts to the sense of
> options. IMHO.

I start this request for exact that reason I don't see an benefit to have an
simple/advanced options dialog (Bug 90989) AND to reinvest the wheel. There are
a lot of users out there and I don't want to implement the options dialog cause
it could maybe an advantage.

But I also think that the User Data Options page is not the perfect first place
to start with options, cause the Address blog has so much private content and
the Cryptography is nothing an user can setup without an administrator.

So this it the idea of use the existing system and extend it with one
additional tab where you get an overview what you can configure with LibO so
something like KDE did
https://kde.org/announcements/plasma-5.11/system-settings.png

That's the reason I like the mockup from Heiko where you can't edit stuff on
the main page, but you can see the settings and jump to the settings correct
page, without to know where the option is located.
https://bug-attachments.documentfoundation.org/attachment.cgi?id=157261

So the main goal is to use the existing system and improve it for better
navigation without reinvest the wheel.

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


[Libreoffice-bugs] [Bug 128943] Remove frames around rotation wheel and reference edge widget within Format / Cells / Alignment dialog

2020-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128943

Thorsten Wagner  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED

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


[Libreoffice-bugs] [Bug 125514] Bad text rendering within data source view

2020-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125514

Thorsten Wagner  changed:

   What|Removed |Added

 Status|NEEDINFO|NEW

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


[Libreoffice-bugs] [Bug 125514] Bad text rendering within data source view

2020-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125514

--- Comment #12 from Thorsten Wagner  ---
Build environment is macOS 10.14.6 (Mojave), Xcode 11.3.1, and macOS SDK 10.15

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


[Libreoffice-bugs] [Bug 125514] Bad text rendering within data source view

2020-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125514

--- Comment #11 from Thorsten Wagner  ---
Created attachment 157379
  --> https://bugs.documentfoundation.org/attachment.cgi?id=157379=edit
Screenshot

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


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

2020-01-23 Thread Adolfo Jayme Barrientos (via logerrit)
 svx/uiconfig/ui/sidebarempty.ui |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7c613d8f1bd9cb274a0e93ab959dc30f303b3cf8
Author: Adolfo Jayme Barrientos 
AuthorDate: Thu Jan 23 15:34:50 2020 -0600
Commit: Adolfo Jayme Barrientos 
CommitDate: Thu Jan 23 15:34:50 2020 -0600

Remove extraneous quotation mark

Problem reported by Mihail Balabanov on the l10n list.

Change-Id: I674ef261b8739c0f9669207a258d0597f36d9b9a

diff --git a/svx/uiconfig/ui/sidebarempty.ui b/svx/uiconfig/ui/sidebarempty.ui
index 4a59d8f5592e..a7bfd46be0cc 100644
--- a/svx/uiconfig/ui/sidebarempty.ui
+++ b/svx/uiconfig/ui/sidebarempty.ui
@@ -21,7 +21,7 @@
 True
 False
 True
-Properties for the task 
that you are performing are not available for the current selection"
+Properties for the task 
that you are performing are not available for the current selection.
 True
 12
 0
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 125514] Bad text rendering within data source view

2020-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125514

--- Comment #10 from Thorsten Wagner  ---
Yes, issue still existis (screenshot of current revision from master attached):

Version: 6.5.0.0.alpha0+
Build ID: 2a470d9bb6050c0f4c972d4e1bffa74d962191a9
CPU threads: 8; OS: Mac OS X 10.14.6; UI render: default; VCL: osx; 
Locale: de-DE (en_US.UTF-8); UI-Language: en-US
Calc: threaded

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


[Libreoffice-bugs] [Bug 130043] Crash when i scroll to the second page with a watermarket

2020-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130043

Julien Nabet  changed:

   What|Removed |Added

Version|6.4.0.2 rc  |6.4.0.1 rc

--- Comment #11 from Julien Nabet  ---
version must correspond to the earliest one.
I’m still thinking you should uninstall this version and give a try at 6.3.4
from ppa  (+ rename your lo profile) to give a 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-commits] core.git: sw/qa sw/source

2020-01-23 Thread Miklos Vajna (via logerrit)
 sw/qa/extras/layout/data/writer-image-no-capture.docx   |binary
 sw/qa/extras/layout/layout.cxx  |   15 
 sw/source/core/objectpositioning/anchoredobjectposition.cxx |6 +++-
 3 files changed, 19 insertions(+), 2 deletions(-)

New commits:
commit 195eae4852012eed6da72c0a9f55094a09aa2867
Author: Miklos Vajna 
AuthorDate: Thu Jan 23 18:05:26 2020 +0100
Commit: Miklos Vajna 
CommitDate: Thu Jan 23 22:22:56 2020 +0100

sw DoNotCaptureDrawObjsOnPage: don't capture wrap-through Writer images, 
either

This compat flag was originally added in commit
7961b14c4f9f00696b241e5ad9bf9ba18041fe22 (INTEGRATION: CWS
swdrawobjpos203 (1.12.54); FILE MERGED, 2006-03-22) for compatibility
with OOo 1.x.

Later commit af313fc149f80adb0f1680ca20e19745ccb7fede (tdf#105143 DOCX
import: enable DoNotCaptureDrawObjsOnPage layout compat option,
2017-01-06) also turned it on for DOCX documents.

One overlooked difference was that the compat flag disables "capturing"
of draw objects only, but not wrap-through Writer images. The DOCX case
wants the same for wrap-through Writer images as well, since Word does
no capturing in either case.

Fix the problem by disabling capturing for wrap-through Writer images as
well; if this turns out to be too problematic, we can have a dedicated
compat flag just for OOo 1.x documents, but that comes at some cost as
well.  (Need to write the new compat flag to each & every new ODT.)

TextBoxes are handled separately (see testTDF91260 in
CppunitTest_sw_ooxmlexport8), so leave their handling unchanged.

Change-Id: I74f434ed7518d7784c7cba085deb6ff8baf1770a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87289
Reviewed-by: Miklos Vajna 
Tested-by: Jenkins

diff --git a/sw/qa/extras/layout/data/writer-image-no-capture.docx 
b/sw/qa/extras/layout/data/writer-image-no-capture.docx
new file mode 100644
index ..ebb1f669f4a7
Binary files /dev/null and 
b/sw/qa/extras/layout/data/writer-image-no-capture.docx differ
diff --git a/sw/qa/extras/layout/layout.cxx b/sw/qa/extras/layout/layout.cxx
index f1ed1785532e..862f4a30eb41 100644
--- a/sw/qa/extras/layout/layout.cxx
+++ b/sw/qa/extras/layout/layout.cxx
@@ -3608,6 +3608,21 @@ CPPUNIT_TEST_FIXTURE(SwLayoutWriter, testTdf121658)
 assertXPath(pXmlDoc, "//Special[@nType='PortionType::Hyphen']", 2);
 }
 
+CPPUNIT_TEST_FIXTURE(SwLayoutWriter, testWriterImageNoCapture)
+{
+createDoc("writer-image-no-capture.docx");
+xmlDocPtr pXmlDoc = parseLayoutDump();
+CPPUNIT_ASSERT(pXmlDoc);
+sal_Int32 nPageLeft = getXPath(pXmlDoc, "//page/infos/bounds", 
"left").toInt32();
+sal_Int32 nImageLeft = getXPath(pXmlDoc, "//fly/infos/bounds", 
"left").toInt32();
+// Without the accompanying fix in place, this test would have failed with:
+// - Expected less than: 284
+// - Actual  : 284
+// i.e. the image position was modified to be inside the page frame 
("captured"), even if Word
+// does not do that.
+CPPUNIT_ASSERT_LESS(nPageLeft, nImageLeft);
+}
+
 CPPUNIT_PLUGIN_IMPLEMENT();
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sw/source/core/objectpositioning/anchoredobjectposition.cxx 
b/sw/source/core/objectpositioning/anchoredobjectposition.cxx
index 6a9e02a499bf..48a0e27c881c 100644
--- a/sw/source/core/objectpositioning/anchoredobjectposition.cxx
+++ b/sw/source/core/objectpositioning/anchoredobjectposition.cxx
@@ -117,10 +117,12 @@ void SwAnchoredObjectPosition::GetInfoAboutObj()
 // determine, if anchored object has not to be captured on the page.
 // the following conditions must be hold to *not* capture it:
 // - corresponding document compatibility flag is set
-// - it's a drawing object
+// - it's a drawing object or it's a non-textbox wrap-though fly frame
 // - it doesn't follow the text flow
 {
-mbDoNotCaptureAnchoredObj = !mbIsObjFly && !mbFollowTextFlow &&
+bool bTextBox = SwTextBoxHelper::isTextBox(mpFrameFormat, 
RES_FLYFRMFMT);
+bool bWrapThrough = mpFrameFormat->GetSurround().GetSurround() == 
css::text::WrapTextMode_THROUGH;
+mbDoNotCaptureAnchoredObj = (!mbIsObjFly || (!bTextBox && 
bWrapThrough)) && !mbFollowTextFlow &&
 
mpFrameFormat->getIDocumentSettingAccess().get(DocumentSettingId::DO_NOT_CAPTURE_DRAW_OBJS_ON_PAGE);
 }
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 130154] New: i18n: update locale data for Estonian [et-EE]

2020-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130154

Bug ID: 130154
   Summary: i18n: update locale data for Estonian [et-EE]
   Product: LibreOffice
   Version: Inherited From OOo
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Localization
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: mihh...@gmail.com

Currently the Estonian locale data has following issues:
1) the "FollowPageWord" is completely incorrect ("p."/"pp.")
2) a couple of commonly used date formats are missing.

I'll upload a fixed locale XML soon, in the hopes that someone could commit it.

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


[Libreoffice-bugs] [Bug 130043] Crash when i scroll to the second page with a watermarket

2020-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130043

--- Comment #10 from didier.t...@free.fr ---
(In reply to Xisco Faulí from comment #7)
> I can't reproduce it in
> 
> Version: 6.5.0.0.alpha0+
> Build ID: b92293b3943423324064a8513c2e114d18817179
> CPU threads: 4; OS: Linux 4.19; UI render: default; VCL: x11; 
> Locale: en-US (en_US.UTF-8); UI-Language: en-US
> Calc: threaded
> 
> Could you please paste the info from Help - about LibreOffice ?
> 
> I have set the bug's status to 'NEEDINFO'. Please change it back to
> 'UNCONFIRMED' once the information has been provided

Version: 6.4.0.2
Build ID: 08d19fecdc7a2298d051e19cfdb7c35544855fc3
Threads CPU : 4; OS : Linux 5.3; UI Render : par défaut; VCL: gtk3; 
Locale : fr-FR (fr_FR.UTF-8); Langue IHM : fr-FR
Calc: threaded

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


[Libreoffice-bugs] [Bug 130043] Crash when i scroll to the second page with a watermarket

2020-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130043

--- Comment #9 from didier.t...@free.fr ---
6.4.0 has been installed from the official site, the dependencies are present,
I usually do this.
I'm waiting for the official release to reinstall from the ppa, and I'll come
back to give the 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-ux-advise] [Bug 130083] Redesign LibreOffice Options Start Page

2020-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130083

--- Comment #12 from Thomas Lendo  ---
(In reply to jackandmixers from comment #5)
> Users probably aren't using many of the options that already exist- perhaps
> we can figure out which ones to eliminate?
Current settings in the options dialog were carefully and well discussed
implemented/rearranged/removed/added. For limited range of the options, a bug
can created and discussed. Nothing is perfect and needs can change. But not for
the whole thing at once which would a massive overhaul changing hundrets of
details. Not all parties that have to bring in their thoughts will take part of
the discussion in a bug. And it's confusing to discuss so many changes at once.

But to come back to this request:
I still don't understand the benefit to have a third options configuration
(options dialog for average users, expert configuration for advanced users and
third and new: one or several overviews for beginners). Options dialogs always
are not designed for beginners. That's the inherent reason for it. A program
should be designed to fulfill beginners' needs. Options are fore fine tuning
extended needs. So, the request counteracts to the sense of options. IMHO.

-- 
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 130083] Redesign LibreOffice Options Start Page

2020-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130083

--- Comment #12 from Thomas Lendo  ---
(In reply to jackandmixers from comment #5)
> Users probably aren't using many of the options that already exist- perhaps
> we can figure out which ones to eliminate?
Current settings in the options dialog were carefully and well discussed
implemented/rearranged/removed/added. For limited range of the options, a bug
can created and discussed. Nothing is perfect and needs can change. But not for
the whole thing at once which would a massive overhaul changing hundrets of
details. Not all parties that have to bring in their thoughts will take part of
the discussion in a bug. And it's confusing to discuss so many changes at once.

But to come back to this request:
I still don't understand the benefit to have a third options configuration
(options dialog for average users, expert configuration for advanced users and
third and new: one or several overviews for beginners). Options dialogs always
are not designed for beginners. That's the inherent reason for it. A program
should be designed to fulfill beginners' needs. Options are fore fine tuning
extended needs. So, the request counteracts to the sense of options. IMHO.

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


[Libreoffice-bugs] [Bug 129845] vcl: system caching more expensive than not

2020-01-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129845

Adolfo Jayme  changed:

   What|Removed |Added

 Whiteboard|target:6.5.0|target:7.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


  1   2   3   4   5   >