Nickson Thanda license statement

2018-03-25 Thread Nick Thanda
All of my past & future contributions to LibreOffice may be licensed under the 
MPLv2/LGPLv3+ dual license.

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


[Libreoffice-commits] core.git: Branch 'aoo/trunk' - RepositoryFixes.mk Repository.mk solenv/gbuild

2018-03-25 Thread Damjan Jovanovic
 Repository.mk|4 ++--
 RepositoryFixes.mk   |   11 ---
 solenv/gbuild/Library.mk |5 +
 3 files changed, 11 insertions(+), 9 deletions(-)

New commits:
commit c2a248c822c7ddff365ca266cf2e71f8178635a7
Author: Damjan Jovanovic 
Date:   Sun Mar 25 07:14:42 2018 +

Move reg and store to UNOVERLIBS, as they are definitely URE libraries

as per main/ure/source/README, and deal with their unusual names in
RepositoryFixes.mk. Also remove special handling for them in gbuild.

Patch by: me

diff --git a/Repository.mk b/Repository.mk
index c9dd1cad9384..7c9f570f506c 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -173,8 +173,6 @@ $(eval $(call gb_Helper_register_libraries,OOOLIBS, \
 ))
 
 $(eval $(call gb_Helper_register_libraries,PLAINLIBS_URE, \
-reg \
-store \
 xmlreader \
 ))
 
@@ -244,7 +242,9 @@ $(eval $(call gb_Helper_register_libraries,UNOLIBS_OOO, \
 $(eval $(call gb_Helper_register_libraries,UNOVERLIBS, \
 cppu \
 jvmfwk \
+reg \
 sal \
+store \
 ))
 
 $(eval $(call gb_Helper_register_static_libraries,PLAINLIBS, \
diff --git a/RepositoryFixes.mk b/RepositoryFixes.mk
index 09fc2044c10f..a3440d428381 100644
--- a/RepositoryFixes.mk
+++ b/RepositoryFixes.mk
@@ -31,8 +31,10 @@ gb_Library_FILENAMES := $(patsubst 
cppuhelper:libcppuhelper%,cppuhelper:libuno_c
 gb_Library_FILENAMES := $(patsubst 
cppuhelper:libcppuhelper%,cppuhelper:libuno_cppuhelper%,$(gb_Library_FILENAMES))
 gb_Library_FILENAMES := $(patsubst 
jvmfwk:libuno_jvmfwk%,jvmfwk:libjvmfwk%,$(gb_Library_FILENAMES))
 gb_Library_FILENAMES := $(patsubst 
jvmfwk:libuno_jvmfwk%,jvmfwk:libjvmfwk%,$(gb_Library_FILENAMES))
+gb_Library_FILENAMES := $(patsubst 
reg:libuno_reg%,reg:libreg%,$(gb_Library_FILENAMES))
 gb_Library_FILENAMES := $(patsubst 
salhelper:libsalhelper%,salhelper:libuno_salhelper%,$(gb_Library_FILENAMES))
 gb_Library_FILENAMES := $(patsubst 
salhelper:libsalhelper%,salhelper:libuno_salhelper%,$(gb_Library_FILENAMES))
+gb_Library_FILENAMES := $(patsubst 
store:libuno_store%,store:libstore%,$(gb_Library_FILENAMES))
 
 gb_Library_FILENAMES := $(patsubst 
stl:%,stl:libstdc++.so,$(gb_Library_FILENAMES))
 gb_Library_TARGETS := $(filter-out stl,$(gb_Library_TARGETS))
@@ -44,7 +46,9 @@ ifeq ($(OS),SOLARIS)
 gb_Library_FILENAMES := $(patsubst 
comphelper:libcomphelper%,comphelper:libcomphelp%,$(gb_Library_FILENAMES))
 gb_Library_FILENAMES := $(patsubst 
cppuhelper:libcppuhelper%,cppuhelper:libuno_cppuhelper%,$(gb_Library_FILENAMES))
 gb_Library_FILENAMES := $(patsubst 
jvmfwk:libuno_jvmfwk%,jvmfwk:libjvmfwk%,$(gb_Library_FILENAMES))
+gb_Library_FILENAMES := $(patsubst 
reg:libuno_reg%,reg:libreg%,$(gb_Library_FILENAMES))
 gb_Library_FILENAMES := $(patsubst 
salhelper:libsalhelper%,salhelper:libuno_salhelper%,$(gb_Library_FILENAMES))
+gb_Library_FILENAMES := $(patsubst 
store:libuno_store%,store:libstore%,$(gb_Library_FILENAMES))
 #$(info libnames: $(gb_Library_FILENAMES))
 
 endif
@@ -54,7 +58,9 @@ ifeq ($(OS),MACOSX)
 gb_Library_FILENAMES := $(patsubst 
comphelper:libcomphelper%,comphelper:libcomphelp%,$(gb_Library_FILENAMES))
 gb_Library_FILENAMES := $(patsubst 
cppuhelper:libcppuhelper%,cppuhelper:libuno_cppuhelper%,$(gb_Library_FILENAMES))
 gb_Library_FILENAMES := $(patsubst 
jvmfwk:libuno_jvmfwk%,jvmfwk:libjvmfwk%,$(gb_Library_FILENAMES))
+gb_Library_FILENAMES := $(patsubst 
reg:libuno_reg%,reg:libreg%,$(gb_Library_FILENAMES))
 gb_Library_FILENAMES := $(patsubst 
salhelper:libsalhelper%,salhelper:libuno_salhelper%,$(gb_Library_FILENAMES))
+gb_Library_FILENAMES := $(patsubst 
store:libuno_store%,store:libstore%,$(gb_Library_FILENAMES))
 
 ifneq ($(MACOSX_DEPLOYMENT_TARGET),10.4) # default to use libc++
 gb_Library_FILENAMES := $(patsubst 
stl:%,stl:libc++.dylib,$(gb_Library_FILENAMES))
@@ -83,7 +89,6 @@ gb_Library_FILENAMES := $(patsubst 
ssl:issl%,ssl:ssl%,$(gb_Library_FILENAMES))
 gb_Library_FILENAMES := $(patsubst 
xml2:ixml2%,xml2:libxml2$(gb_Library_IARCEXT),$(gb_Library_FILENAMES))
 gb_Library_FILENAMES := $(patsubst 
xslt:ixslt%,xslt:libxslt.dll$(gb_Library_IARCEXT),$(gb_Library_FILENAMES))
 gb_Library_FILENAMES := $(patsubst 
rdf:irdf%,rdf:librdf.dll$(gb_Library_IARCEXT),$(gb_Library_FILENAMES))
-gb_Library_FILENAMES := $(patsubst reg:reg%,reg:reg3%,$(gb_Library_FILENAMES))
 gb_Library_FILENAMES := $(patsubst z:iz%,z:zlib%,$(gb_Library_FILENAMES))
 
 gb_Library_FILENAMES := $(patsubst 
stl:istl%,stl:msvcprt%,$(gb_Library_FILENAMES))
@@ -142,7 +147,6 @@ gb_Library_FILENAMES := $(patsubst 
ssl:issl%,ssl:ssleay32%,$(gb_Library_FILENAME
 gb_Library_FILENAMES := $(patsubst 
xml2:ixml2%,xml2:libxml2%,$(gb_Library_FILENAMES))
 gb_Library_FILENAMES := $(patsubst 
xslt:ixslt%,xslt:libxslt%,$(gb_Library_FILENAMES))
 gb_Library_FILENAMES := $(patsubst 
rdf:irdf%,rdf:librdf%,$(gb_Library_FILENAMES))
-gb_Library_FILENAMES := $(patsubst reg:reg%,reg:reg3%,$(gb_Library_FILENAMES))
 gb_StaticLibrary_FILENAMES := $(patsubst 

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

2018-03-25 Thread Mike Kaganski
 sfx2/source/control/objface.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 08953137a4cba86e033d9c102ac679277cbc2f27
Author: Mike Kaganski 
Date:   Sun Mar 25 09:31:29 2018 +0100

Remove useless check

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

diff --git a/sfx2/source/control/objface.cxx b/sfx2/source/control/objface.cxx
index 78f561e3cedf..365dad5812ee 100644
--- a/sfx2/source/control/objface.cxx
+++ b/sfx2/source/control/objface.cxx
@@ -219,7 +219,7 @@ const SfxSlot* SfxInterface::GetSlot( sal_uInt16 nFuncId ) 
const
 if ( !p && pGenoType )
 return pGenoType->GetSlot( nFuncId );
 
-return p ? static_cast(p) : nullptr;
+return static_cast(p);
 }
 
 const SfxSlot* SfxInterface::GetSlot( const OUString& rCommand ) const
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: include/comphelper

2018-03-25 Thread Tor Lillqvist
 include/comphelper/windowsdebugoutput.hxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9c7f19a6a38eb6796df6216ff3f014db30dd635a
Author: Tor Lillqvist 
Date:   Sun Mar 25 12:55:37 2018 +0300

Fix copy-paste error

Change-Id: I01b20482aefadb1a755cc1d2f5705b2f7f7cf739

diff --git a/include/comphelper/windowsdebugoutput.hxx 
b/include/comphelper/windowsdebugoutput.hxx
index 0bb71dce99bf..9b7447657075 100644
--- a/include/comphelper/windowsdebugoutput.hxx
+++ b/include/comphelper/windowsdebugoutput.hxx
@@ -91,7 +91,7 @@ inline std::basic_ostream& 
operator<<(std::basic_ostream

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

2018-03-25 Thread Noel Grandin
 vcl/source/bitmap/BitmapTools.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit db22599c8c5a4a8b553194c05fff65bd6d71ab40
Author: Noel Grandin 
Date:   Sat Mar 24 14:41:15 2018 +0200

tdf#116509 OpenGL: Slideshows with Transitions crashing Impress

regression from
commit  e5012e53b919ae4921d6d35660bde323a6f28417
use scanline when reading pixel data

Change-Id: I1980a1acfedadbea706b93aed7452790e03257f2
Reviewed-on: https://gerrit.libreoffice.org/51803
Reviewed-by: Julien Nabet 
Tested-by: Jenkins 
Reviewed-by: Noel Grandin 

diff --git a/vcl/source/bitmap/BitmapTools.cxx 
b/vcl/source/bitmap/BitmapTools.cxx
index 7a722a699043..cfc4734c8aa0 100644
--- a/vcl/source/bitmap/BitmapTools.cxx
+++ b/vcl/source/bitmap/BitmapTools.cxx
@@ -963,9 +963,9 @@ void CanvasCairoExtractBitmapData( BitmapEx & aBmpEx, 
Bitmap & aBitmap, unsigned
  yGetScanline( y );
 if( pAlphaReadAccess.get() != nullptr )
 {
+Scanline pScanlineReadAlpha = pAlphaReadAccess->GetScanline( y 
);
 for( long x=rect.X1;
  x

Re: GSOC

2018-03-25 Thread Pranav Kant
Hi Vaibhav,

On 24/03/18 22:00, VAIBHAV kumar wrote:
> Mr.Pranav Kant,
>  I am interested in your project and want to join you. Please consider me as I
> have knowledge of c++.

For us to be able to consider you, you need to have fixed at least one easy 
hack:

https://wiki.documentfoundation.org/Development/LibreOffice_Online

Please see the Easy Hacks section above. You might find other helpful
information in that page too. As with any project, first step is to build it.
Have you already built Online successfully?

If you have any specific questions, regarding how to build it, or about how to
fix the easy hacks, happy to help.

All the best.

Thanks.

-- 
Regards,
Pranav



signature.asc
Description: OpenPGP digital signature
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Google Summer of Code '18

2018-03-25 Thread Heiko Tietze
Hi Nick,

welcome to LibreOffice and great to see your interest in this topic. Please 
submit a proposal at the official GSoC page. I suggest to use a certain number 
of solved paper cuts for the milestones. In particular we want to check the 
progress at the first evaluation.

Cheers,
Heiko

On 24.03.2018 21:02, Nick Thanda wrote:
> Hi,
> My name is Nickson Thanda and I'm a final year student at Queen Mary, 
> University of London studying Computer Science.
> 
> I'm interested in applying for the 100 project cuts projects that . I'm 
> currently working on of the issues. (tdf#113925) and I have a submitted a 
> patch to gerrit which is waiting to be reviewed ( 
> https://gerrit.libreoffice.org/#/c/51470/)
> 
> Thanks,
> Nickson



signature.asc
Description: OpenPGP digital signature
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


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

2018-03-25 Thread Arnaud Versini
 comphelper/source/misc/accessibletexthelper.cxx |   61 +---
 editeng/source/accessibility/AccessibleEditableTextPara.cxx |8 -
 include/comphelper/accessibletexthelper.hxx |8 -
 3 files changed, 36 insertions(+), 41 deletions(-)

New commits:
commit dd5df4ccb33048fa5fa8f85b2e6e69a6a225be57
Author: Arnaud Versini 
Date:   Sun Mar 18 20:25:25 2018 +0100

accessibility: simplify OCommonAccessibleText

Change-Id: Ied5520179d15f0a854c16b14f5a5e6b84cef1300
Reviewed-on: https://gerrit.libreoffice.org/51514
Tested-by: Jenkins 
Reviewed-by: Arnaud Versini 

diff --git a/comphelper/source/misc/accessibletexthelper.cxx 
b/comphelper/source/misc/accessibletexthelper.cxx
index 9f1cccea85ba..202be72977af 100644
--- a/comphelper/source/misc/accessibletexthelper.cxx
+++ b/comphelper/source/misc/accessibletexthelper.cxx
@@ -96,21 +96,19 @@ namespace comphelper
 }
 
 
-void OCommonAccessibleText::implGetGlyphBoundary( i18n::Boundary& 
rBoundary, sal_Int32 nIndex )
+void OCommonAccessibleText::implGetGlyphBoundary( const OUString& rText, 
i18n::Boundary& rBoundary, sal_Int32 nIndex )
 {
-OUString sText( implGetText() );
-
-if ( implIsValidIndex( nIndex, sText.getLength() ) )
+if ( implIsValidIndex( nIndex, rText.getLength() ) )
 {
 Reference < i18n::XBreakIterator > xBreakIter = 
implGetBreakIterator();
 if ( xBreakIter.is() )
 {
 sal_Int32 nCount = 1;
 sal_Int32 nDone;
-sal_Int32 nStartIndex = xBreakIter->previousCharacters( sText, 
nIndex, implGetLocale(), i18n::CharacterIteratorMode::SKIPCELL, nCount, nDone );
+sal_Int32 nStartIndex = xBreakIter->previousCharacters( rText, 
nIndex, implGetLocale(), i18n::CharacterIteratorMode::SKIPCELL, nCount, nDone );
 if ( nDone != 0 )
-nStartIndex = xBreakIter->nextCharacters( sText, 
nStartIndex, implGetLocale(), i18n::CharacterIteratorMode::SKIPCELL, nCount, 
nDone );
-sal_Int32 nEndIndex = xBreakIter->nextCharacters( sText, 
nStartIndex, implGetLocale(), i18n::CharacterIteratorMode::SKIPCELL, nCount, 
nDone );
+nStartIndex = xBreakIter->nextCharacters( rText, 
nStartIndex, implGetLocale(), i18n::CharacterIteratorMode::SKIPCELL, nCount, 
nDone );
+sal_Int32 nEndIndex = xBreakIter->nextCharacters( rText, 
nStartIndex, implGetLocale(), i18n::CharacterIteratorMode::SKIPCELL, nCount, 
nDone );
 if ( nDone != 0 )
 {
 rBoundary.startPos = nStartIndex;
@@ -126,23 +124,22 @@ namespace comphelper
 }
 
 
-bool OCommonAccessibleText::implGetWordBoundary( i18n::Boundary& 
rBoundary, sal_Int32 nIndex )
+bool OCommonAccessibleText::implGetWordBoundary( const OUString& rText, 
i18n::Boundary& rBoundary, sal_Int32 nIndex )
 {
 bool bWord = false;
-OUString sText( implGetText() );
 
-if ( implIsValidIndex( nIndex, sText.getLength() ) )
+if ( implIsValidIndex( nIndex, rText.getLength() ) )
 {
 Reference < i18n::XBreakIterator > xBreakIter = 
implGetBreakIterator();
 if ( xBreakIter.is() )
 {
-rBoundary = xBreakIter->getWordBoundary( sText, nIndex, 
implGetLocale(), i18n::WordType::ANY_WORD, true );
+rBoundary = xBreakIter->getWordBoundary( rText, nIndex, 
implGetLocale(), i18n::WordType::ANY_WORD, true );
 
 // it's a word, if the first character is an alpha-numeric 
character
 Reference< i18n::XCharacterClassification > xCharClass = 
implGetCharacterClassification();
 if ( xCharClass.is() )
 {
-sal_Int32 nType = xCharClass->getCharacterType( sText, 
rBoundary.startPos, implGetLocale() );
+sal_Int32 nType = xCharClass->getCharacterType( rText, 
rBoundary.startPos, implGetLocale() );
 if ( ( nType & ( i18n::KCharacterType::LETTER | 
i18n::KCharacterType::DIGIT ) ) != 0 )
 bWord = true;
 }
@@ -158,18 +155,16 @@ namespace comphelper
 }
 
 
-void OCommonAccessibleText::implGetSentenceBoundary( i18n::Boundary& 
rBoundary, sal_Int32 nIndex )
+void OCommonAccessibleText::implGetSentenceBoundary( const OUString& 
rText, i18n::Boundary& rBoundary, sal_Int32 nIndex )
 {
-OUString sText( implGetText() );
-
-if ( implIsValidIndex( nIndex, sText.getLength() ) )
+if ( implIsValidIndex( nIndex, rText.getLength() ) )
 {
 Locale aLocale = implGetLocale();
 Reference < i18n::XBreakIterator > xBreakIter = 
implGetBreakIterator();
 if ( xBreakIter.is() )
 {
-rBoundary.endPos = 

[Libreoffice-commits] core.git: jvmaccess/source jvmfwk/plugins l10ntools/source libreofficekit/source linguistic/source

2018-03-25 Thread Julien Nabet
 jvmaccess/source/classpath.cxx |4 ++--
 jvmfwk/plugins/sunmajor/pluginlib/util.cxx |5 ++---
 l10ntools/source/helpmerge.cxx |   22 +-
 l10ntools/source/idxdict/idxdict.cxx   |7 ++-
 l10ntools/source/localize.cxx  |4 ++--
 l10ntools/source/merge.cxx |4 ++--
 l10ntools/source/pocheck.cxx   |   18 +-
 l10ntools/source/xmlparse.cxx  |   15 +++
 libreofficekit/source/gtk/tilebuffer.cxx   |5 ++---
 linguistic/source/convdic.cxx  |   18 ++
 linguistic/source/convdicxml.cxx   |   16 +++-
 linguistic/source/gciterator.cxx   |6 ++
 linguistic/source/hyphdsp.cxx  |5 ++---
 linguistic/source/lngsvcmgr.cxx|   15 ++-
 linguistic/source/spelldsp.cxx |5 ++---
 linguistic/source/thesdsp.cxx  |5 ++---
 16 files changed, 64 insertions(+), 90 deletions(-)

New commits:
commit f365b17bf170c8ed1baae299a2d719774fcc4305
Author: Julien Nabet 
Date:   Sun Mar 18 12:36:02 2018 +0100

Use for-range loops in some modules

jvmaccess, jvmfwk, l10ntools, libreofficekit and linguistic

Change-Id: I9d290d1098b25ccb3aee19d2df18c18f4aa65105
Reviewed-on: https://gerrit.libreoffice.org/51495
Reviewed-by: Noel Grandin 
Tested-by: Jenkins 
Reviewed-by: Julien Nabet 

diff --git a/jvmaccess/source/classpath.cxx b/jvmaccess/source/classpath.cxx
index 6a5ccf87b1d4..4be1fedb7d26 100644
--- a/jvmaccess/source/classpath.cxx
+++ b/jvmaccess/source/classpath.cxx
@@ -93,9 +93,9 @@ jobjectArray jvmaccess::ClassPath::translateToUrls(
 return nullptr;
 }
 jsize idx = 0;
-for (std::vector< jobject >::iterator i(urls.begin()); i != urls.end(); 
++i)
+for (auto const& url : urls)
 {
-environment->SetObjectArrayElement(result, idx++, *i);
+environment->SetObjectArrayElement(result, idx++, url);
 }
 return result;
 }
diff --git a/jvmfwk/plugins/sunmajor/pluginlib/util.cxx 
b/jvmfwk/plugins/sunmajor/pluginlib/util.cxx
index 187a2789b4cc..dfa4653054cc 100644
--- a/jvmfwk/plugins/sunmajor/pluginlib/util.cxx
+++ b/jvmfwk/plugins/sunmajor/pluginlib/util.cxx
@@ -614,10 +614,9 @@ bool getJavaInfoFromRegistry(const wchar_t* szRegKey,
 {
 bool bAppend= true;
 //iterate over the vector with java home strings
-for(auto itHome= vecJavaHome.begin();
-itHome != vecJavaHome.end(); ++itHome)
+for (auto const& javaHome : vecJavaHome)
 {
-if(usHomeUrl.equals(*itHome))
+if(usHomeUrl.equals(javaHome))
 {
 bAppend= false;
 break;
diff --git a/l10ntools/source/helpmerge.cxx b/l10ntools/source/helpmerge.cxx
index f09fe6af45a0..92f5171e5e67 100644
--- a/l10ntools/source/helpmerge.cxx
+++ b/l10ntools/source/helpmerge.cxx
@@ -52,9 +52,9 @@
 #if OSL_DEBUG_LEVEL > 2
 void HelpParser::Dump(XMLHashMap* rElem_in)
 {
-for(XMLHashMap::iterator pos = rElem_in->begin();pos != rElem_in->end(); 
++pos)
+for (auto const& pos : *rElem_in)
 {
-Dump(pos->second,pos->first);
+Dump(pos.second,pos.first);
 }
 }
 
@@ -63,10 +63,10 @@ void HelpParser::Dump(LangHashMap* rElem_in,const OString & 
sKey_in)
 OString x;
 OString y;
 fprintf(stdout,"+%s---+\n",sKey_in.getStr() );
-for(LangHashMap::iterator 
posn=rElem_in->begin();posn!=rElem_in->end();++posn)
+for (auto const& posn : *rElem_in)
 {
-x=posn->first;
-y=posn->second->ToOString();
+x=posn.first;
+y=posn.second->ToOString();
 fprintf(stdout,"key=%s value=%s\n",x.getStr(),y.getStr());
 }
 fprintf(stdout,"+--+\n");
@@ -110,12 +110,10 @@ bool HelpParser::CreatePO(
 XMLHashMap* aXMLStrHM = file->GetStrings();
 
 std::vector order = file->getOrder();
-std::vector::iterator pos;
-XMLHashMap::iterator posm;
 
-for( pos = order.begin(); pos != order.end() ; ++pos )
+for (auto const& pos : order)
 {
-posm = aXMLStrHM->find( *pos );
+auto posm = aXMLStrHM->find(pos);
 LangHashMap* pElem = posm->second;
 
 XMLElement* pXMLElement = (*pElem)[ "en-US" ];
@@ -173,12 +171,10 @@ bool HelpParser::MergeSingleFile( XMLFile* file , 
MergeDataFile* pMergeDataFile
 s_ResData.sResTyp   = "help";
 
 std::vector order = file->getOrder();
-std::vector::iterator pos;
-XMLHashMap::iterator posm;
 
-for( pos = order.begin(); pos != 

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

2018-03-25 Thread Caolán McNamara
 include/vcl/weld.hxx  |6 +++-
 vcl/source/app/salvtables.cxx |7 +++--
 vcl/unx/gtk3/gtk3gtkinst.cxx  |   56 +++---
 3 files changed, 61 insertions(+), 8 deletions(-)

New commits:
commit 54c2637c1c9b526ffd9423e2d8e431474b535276
Author: Caolán McNamara 
Date:   Fri Mar 23 14:53:02 2018 +

provide a route to weld accessibility

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

diff --git a/include/vcl/weld.hxx b/include/vcl/weld.hxx
index d6234273b703..4a8340e1ed63 100644
--- a/include/vcl/weld.hxx
+++ b/include/vcl/weld.hxx
@@ -17,6 +17,8 @@
 #include 
 #include 
 
+typedef css::uno::Reference a11yref;
+
 namespace weld
 {
 class Container;
@@ -595,7 +597,9 @@ public:
 virtual TextView* weld_text_view(const OString& id, bool bTakeOwnership = 
false) = 0;
 virtual Expander* weld_expander(const OString& id, bool bTakeOwnership = 
false) = 0;
 virtual Entry* weld_entry(const OString& id, bool bTakeOwnership = false) 
= 0;
-virtual DrawingArea* weld_drawing_area(const OString& id, bool 
bTakeOwnership = false) = 0;
+virtual DrawingArea* weld_drawing_area(const OString& id, const a11yref& 
rA11yImpl = nullptr,
+   bool bTakeOwnership = false)
+= 0;
 virtual ~Builder() {}
 };
 
diff --git a/vcl/source/app/salvtables.cxx b/vcl/source/app/salvtables.cxx
index 9cfe42eb9376..9e0b4eb0ce0a 100644
--- a/vcl/source/app/salvtables.cxx
+++ b/vcl/source/app/salvtables.cxx
@@ -1224,10 +1224,11 @@ private:
 DECL_LINK(MouseReleaseHdl, const Point&, void);
 
 public:
-SalInstanceDrawingArea(VclDrawingArea* pDrawingArea, bool bTakeOwnership)
+SalInstanceDrawingArea(VclDrawingArea* pDrawingArea, const a11yref& rAlly, 
bool bTakeOwnership)
 : SalInstanceWidget(pDrawingArea, bTakeOwnership)
 , m_xDrawingArea(pDrawingArea)
 {
+m_xDrawingArea->SetAccessible(rAlly);
 m_xDrawingArea->SetPaintHdl(LINK(this, SalInstanceDrawingArea, 
PaintHdl));
 m_xDrawingArea->SetResizeHdl(LINK(this, SalInstanceDrawingArea, 
ResizeHdl));
 m_xDrawingArea->SetMousePressHdl(LINK(this, SalInstanceDrawingArea, 
MousePressHdl));
@@ -1601,10 +1602,10 @@ public:
 return pExpander ? new SalInstanceExpander(pExpander, bTakeOwnership) 
: nullptr;
 }
 
-virtual weld::DrawingArea* weld_drawing_area(const OString , bool 
bTakeOwnership) override
+virtual weld::DrawingArea* weld_drawing_area(const OString , const 
a11yref& rA11yImpl, bool bTakeOwnership) override
 {
 VclDrawingArea* pDrawingArea = m_xBuilder->get(id);
-return pDrawingArea ? new SalInstanceDrawingArea(pDrawingArea, 
bTakeOwnership) : nullptr;
+return pDrawingArea ? new SalInstanceDrawingArea(pDrawingArea, 
rA11yImpl, bTakeOwnership) : nullptr;
 }
 
 virtual ~SalInstanceBuilder() override
diff --git a/vcl/unx/gtk3/gtk3gtkinst.cxx b/vcl/unx/gtk3/gtk3gtkinst.cxx
index 947d1cc2f1da..c5ba7be58909 100644
--- a/vcl/unx/gtk3/gtk3gtkinst.cxx
+++ b/vcl/unx/gtk3/gtk3gtkinst.cxx
@@ -8,7 +8,7 @@
  */
 
 #include "../gtk/gtkinst.cxx"
-
+#include "../gtk/a11y/atkwrapper.hxx"
 #include 
 #include 
 #include 
@@ -2615,6 +2615,8 @@ class GtkInstanceDrawingArea : public GtkInstanceWidget, 
public virtual weld::Dr
 {
 private:
 GtkDrawingArea* m_pDrawingArea;
+a11yref m_xAccessible;
+AtkObject *m_pAccessible;
 ScopedVclPtrInstance m_xDevice;
 std::vector m_aBuffer;
 cairo_surface_t* m_pSurface;
@@ -2699,9 +2701,11 @@ private:
 }
 
 public:
-GtkInstanceDrawingArea(GtkDrawingArea* pDrawingArea, bool bTakeOwnership)
+GtkInstanceDrawingArea(GtkDrawingArea* pDrawingArea, const a11yref& rA11y, 
bool bTakeOwnership)
 : GtkInstanceWidget(GTK_WIDGET(pDrawingArea), bTakeOwnership)
 , m_pDrawingArea(pDrawingArea)
+, m_xAccessible(rA11y)
+, m_pAccessible(nullptr)
 , m_xDevice(nullptr, Size(1, 1), DeviceFormat::DEFAULT)
 , m_pSurface(nullptr)
 , m_nDrawSignalId(g_signal_connect(m_pDrawingArea, "draw", 
G_CALLBACK(signalDraw), this))
@@ -2710,6 +2714,14 @@ public:
 , m_nMotionSignalId(g_signal_connect(m_pDrawingArea, 
"motion-notify-event", G_CALLBACK(signalMotion), this))
 , m_nButtonReleaseSignalId(g_signal_connect(m_pDrawingArea, 
"button-release-event", G_CALLBACK(signalButton), this))
 {
+g_object_set_data(G_OBJECT(m_pDrawingArea), 
"g-lo-GtkInstanceDrawingArea", this);
+}
+
+AtkObject* GetAtkObject()
+{
+if (!m_pAccessible && m_xAccessible.is())
+m_pAccessible = atk_object_wrapper_new(m_xAccessible);
+return m_pAccessible;
 }
 
 virtual void queue_draw() override
@@ -2724,6 +2736,9 

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

2018-03-25 Thread Caolán McNamara
 lotuswordpro/qa/cppunit/data/fail/recurse-4.lwp |binary
 lotuswordpro/source/filter/lwplayout.cxx|5 +++--
 lotuswordpro/source/filter/lwplayout.hxx|   14 --
 lotuswordpro/source/filter/lwppagelayout.cxx|2 +-
 4 files changed, 16 insertions(+), 5 deletions(-)

New commits:
commit 4df294a2eae0098f61b4b70ec17dde569fbfc2a0
Author: Caolán McNamara 
Date:   Sun Mar 25 14:01:25 2018 +0100

ofz#7109 infinite regress

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

diff --git a/lotuswordpro/qa/cppunit/data/fail/recurse-4.lwp 
b/lotuswordpro/qa/cppunit/data/fail/recurse-4.lwp
new file mode 100644
index ..f48c5bb718a4
Binary files /dev/null and b/lotuswordpro/qa/cppunit/data/fail/recurse-4.lwp 
differ
diff --git a/lotuswordpro/source/filter/lwplayout.cxx 
b/lotuswordpro/source/filter/lwplayout.cxx
index 5f24dfa64932..7931f7b0dee4 100644
--- a/lotuswordpro/source/filter/lwplayout.cxx
+++ b/lotuswordpro/source/filter/lwplayout.cxx
@@ -79,6 +79,7 @@ LwpVirtualLayout::LwpVirtualLayout(LwpObjectHeader const 
, LwpSvStream* p
 , m_bGettingMarginsSameAsParent(false)
 , m_bGettingHasProtection(false)
 , m_bGettingIsProtected(false)
+, m_bGettingIsAutoGrowDown(false)
 , m_bGettingMarginsValue(false)
 , m_bGettingExtMarginsValue(false)
 , m_bGettingUsePrinterSettings(false)
@@ -421,7 +422,7 @@ LwpVirtualLayout* 
LwpVirtualLayout::FindChildByType(LWP_LAYOUT_TYPE eType)
 */
 bool LwpVirtualLayout::IsFitGraphic()
 {
-return IsAutoGrowRight() && !IsAutoGrowLeft() && IsAutoGrowDown();
+return IsAutoGrowRight() && !IsAutoGrowLeft() && GetIsAutoGrowDown();
 }
 
 /**
@@ -1149,7 +1150,7 @@ bool LwpMiddleLayout::IsAutoGrowDown()
 rtl::Reference xBase(GetBasedOnStyle());
 if (LwpMiddleLayout* pLay = 
dynamic_cast(xBase.get()))
 {
-return pLay->IsAutoGrowDown();
+return pLay->GetIsAutoGrowDown();
 }
 }
 return LwpVirtualLayout::IsAutoGrowDown();
diff --git a/lotuswordpro/source/filter/lwplayout.hxx 
b/lotuswordpro/source/filter/lwplayout.hxx
index 4ec293c06cbb..a1e9db694e29 100644
--- a/lotuswordpro/source/filter/lwplayout.hxx
+++ b/lotuswordpro/source/filter/lwplayout.hxx
@@ -103,7 +103,6 @@ public:
 virtual double GetColGap(sal_uInt16 nIndex);
 virtual bool IsAutoGrow(){ return false;}
 virtual bool IsAutoGrowUp(){ return false;}
-virtual bool IsAutoGrowDown(){ return false;}
 virtual bool IsAutoGrowLeft(){ return false;}
 virtual bool IsAutoGrowRight(){ return false;}
 bool IsFitGraphic();
@@ -137,6 +136,15 @@ public:
 m_bGettingIsProtected = false;
 return bRet;
 }
+bool GetIsAutoGrowDown()
+{
+if (m_bGettingIsAutoGrowDown)
+throw std::runtime_error("recursion in layout");
+m_bGettingIsAutoGrowDown = true;
+bool bRet = IsAutoGrowDown();
+m_bGettingIsAutoGrowDown = false;
+return bRet;
+}
 bool GetHasProtection()
 {
 if (m_bGettingHasProtection)
@@ -216,6 +224,7 @@ protected:
 bool HasProtection();
 virtual bool HonorProtection();
 virtual bool IsProtected();
+virtual bool IsAutoGrowDown(){ return false;}
 virtual double MarginsValue(sal_uInt8 /*nWhichSide*/){return 0;}
 virtual double ExtMarginsValue(sal_uInt8 /*nWhichSide*/){return 0;}
 virtual bool MarginsSameAsParent();
@@ -224,6 +233,7 @@ protected:
 bool m_bGettingMarginsSameAsParent;
 bool m_bGettingHasProtection;
 bool m_bGettingIsProtected;
+bool m_bGettingIsAutoGrowDown;
 bool m_bGettingMarginsValue;
 bool m_bGettingExtMarginsValue;
 bool m_bGettingUsePrinterSettings;
@@ -353,7 +363,6 @@ public:
 LwpColor* GetBackColor();
 virtual bool IsAutoGrow() override;
 virtual bool IsAutoGrowUp() override;
-virtual bool IsAutoGrowDown() override;
 virtual bool IsAutoGrowLeft() override;
 virtual bool IsAutoGrowRight() override;
 virtual sal_uInt8 GetContentOrientation() override;
@@ -388,6 +397,7 @@ protected:
 virtual bool MarginsSameAsParent() override;
 virtual double MarginsValue(sal_uInt8 nWhichSide) override;
 virtual double ExtMarginsValue(sal_uInt8 nWhichSide) override;
+virtual bool IsAutoGrowDown() override;
 private:
 LwpObjectID m_BasedOnStyle;
 LwpLayoutGeometry* Geometry();
diff --git a/lotuswordpro/source/filter/lwppagelayout.cxx 
b/lotuswordpro/source/filter/lwppagelayout.cxx
index de414e5ed50c..efa9de8fc2d8 100644
--- a/lotuswordpro/source/filter/lwppagelayout.cxx
+++ b/lotuswordpro/source/filter/lwppagelayout.cxx
@@ -781,7 +781,7 @@ void LwpHeaderLayout::ParseMargins(XFHeaderStyle* ph1)
 {
 //Set height: from top of header 

[Libreoffice-commits] libvisio.git: 7 commits - src/lib

2018-03-25 Thread David Tardon
 src/lib/VDXParser.cpp   |   39 ---
 src/lib/VSD5Parser.cpp  |7 ---
 src/lib/VSD6Parser.cpp  |5 +++--
 src/lib/VSDCharacterList.cpp|3 ++-
 src/lib/VSDContentCollector.cpp |3 ++-
 src/lib/VSDFieldList.cpp|3 ++-
 src/lib/VSDGeometryList.cpp |3 ++-
 src/lib/VSDInternalStream.cpp   |2 +-
 src/lib/VSDMetaData.cpp |1 +
 src/lib/VSDPages.cpp|1 +
 src/lib/VSDParagraphList.cpp|   33 ++---
 src/lib/VSDParagraphList.h  |3 ++-
 src/lib/VSDParser.cpp   |   23 +++
 src/lib/VSDShapeList.cpp|2 +-
 src/lib/VSDStencils.cpp |   25 +++--
 src/lib/VSDStencils.h   |7 ---
 src/lib/VSDStyles.cpp   |3 ++-
 src/lib/VSDStylesCollector.cpp  |3 ++-
 src/lib/VSDXMLHelper.cpp|5 +
 src/lib/VSDXMLParserBase.cpp|9 +
 src/lib/VSDXMLTokenMap.cpp  |1 +
 src/lib/VSDXMetaData.cpp|1 +
 src/lib/VSDXParser.cpp  |   39 ---
 src/lib/VisioDocument.cpp   |3 ++-
 src/lib/libvisio_utils.cpp  |6 ++
 src/lib/libvisio_xml.cpp|3 +++
 26 files changed, 112 insertions(+), 121 deletions(-)

New commits:
commit c1bb49486e73e9e19944be6a995e3bbd96210f8f
Author: David Tardon 
Date:   Sun Mar 25 16:49:53 2018 +0200

move define where it should be

Change-Id: Ie8080354158b01bd29c14105dce3919eb19a01e6

diff --git a/src/lib/VSDXMLHelper.cpp b/src/lib/VSDXMLHelper.cpp
index c0e1cf5..6f483b8 100644
--- a/src/lib/VSDXMLHelper.cpp
+++ b/src/lib/VSDXMLHelper.cpp
@@ -7,10 +7,6 @@
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
  */
 
-#ifndef BOOST_LEXICAL_CAST_ASSUME_C_LOCALE
-#define BOOST_LEXICAL_CAST_ASSUME_C_LOCALE 1
-#endif
-
 #include "VSDXMLHelper.h"
 
 #include 
diff --git a/src/lib/libvisio_xml.cpp b/src/lib/libvisio_xml.cpp
index fb18627..df0c5f9 100644
--- a/src/lib/libvisio_xml.cpp
+++ b/src/lib/libvisio_xml.cpp
@@ -9,6 +9,9 @@
 
 #include "libvisio_xml.h"
 
+#ifndef BOOST_LEXICAL_CAST_ASSUME_C_LOCALE
+#define BOOST_LEXICAL_CAST_ASSUME_C_LOCALE 1
+#endif
 #include 
 
 #include "VSDTypes.h"
commit 5fa2b1a754a026f7c36f339b396574c1c43700c8
Author: David Tardon 
Date:   Sun Mar 25 16:48:12 2018 +0200

make sure headers are self-contained

Change-Id: I77beb4ce00ec070f2599362f6462d967613abd2b

diff --git a/src/lib/VDXParser.cpp b/src/lib/VDXParser.cpp
index 0e5cc1b..c305ab8 100644
--- a/src/lib/VDXParser.cpp
+++ b/src/lib/VDXParser.cpp
@@ -7,12 +7,13 @@
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
  */
 
+#include "VDXParser.h"
+
 #include 
 #include 
 #include 
 #include 
 #include 
-#include "VDXParser.h"
 #include "libvisio_utils.h"
 #include "libvisio_xml.h"
 #include "VSDContentCollector.h"
diff --git a/src/lib/VSD5Parser.cpp b/src/lib/VSD5Parser.cpp
index fe841cc..cfc0d94 100644
--- a/src/lib/VSD5Parser.cpp
+++ b/src/lib/VSD5Parser.cpp
@@ -7,13 +7,14 @@
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
  */
 
+#include "VSD5Parser.h"
+
 #include 
 #include 
 #include 
 #include 
 #include 
 #include "libvisio_utils.h"
-#include "VSD5Parser.h"
 #include "VSDInternalStream.h"
 #include "VSDDocumentStructure.h"
 #include "VSDContentCollector.h"
diff --git a/src/lib/VSD6Parser.cpp b/src/lib/VSD6Parser.cpp
index ea3be55..a41016b 100644
--- a/src/lib/VSD6Parser.cpp
+++ b/src/lib/VSD6Parser.cpp
@@ -7,12 +7,13 @@
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
  */
 
+#include "VSD6Parser.h"
+
 #include 
 #include 
 #include 
 #include 
 #include "libvisio_utils.h"
-#include "VSD6Parser.h"
 #include "VSDInternalStream.h"
 #include "VSDDocumentStructure.h"
 #include "VSDContentCollector.h"
diff --git a/src/lib/VSDCharacterList.cpp b/src/lib/VSDCharacterList.cpp
index 6f9fe8e..17935fc 100644
--- a/src/lib/VSDCharacterList.cpp
+++ b/src/lib/VSDCharacterList.cpp
@@ -7,9 +7,10 @@
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
  */
 
-#include "VSDCollector.h"
 #include "VSDCharacterList.h"
 
+#include "VSDCollector.h"
+
 namespace libvisio
 {
 
diff --git a/src/lib/VSDContentCollector.cpp b/src/lib/VSDContentCollector.cpp
index cde0ad0..8b297da 100644
--- a/src/lib/VSDContentCollector.cpp
+++ b/src/lib/VSDContentCollector.cpp
@@ -7,6 +7,8 @@
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
  */
 
+#include "VSDContentCollector.h"
+
 #include 
 #include 
 #include  // for memcpy
@@ -17,7 +19,6 @@
 #include 
 #include 
 
-#include "VSDContentCollector.h"
 #include "VSDParser.h"
 #include "VSDInternalStream.h"
 
diff --git a/src/lib/VSDFieldList.cpp b/src/lib/VSDFieldList.cpp
index 363d20e..c4c16ef 100644
--- a/src/lib/VSDFieldList.cpp
+++ b/src/lib/VSDFieldList.cpp
@@ -7,9 +7,10 @@
  * file, You can obtain one at 

[Libreoffice-commits] libvisio.git: 8 commits - src/lib

2018-03-25 Thread David Tardon
 src/lib/VSDCharacterList.cpp |   29 +++-
 src/lib/VSDCharacterList.h   |3 
 src/lib/VSDContentCollector.cpp  |3 
 src/lib/VSDFieldList.cpp |   31 +++--
 src/lib/VSDFieldList.h   |3 
 src/lib/VSDGeometryList.cpp  |  131 ++-
 src/lib/VSDGeometryList.h|5 -
 src/lib/VSDOutputElementList.cpp |   19 -
 src/lib/VSDParagraphList.cpp |   11 ++-
 src/lib/libvisio_utils.h |   12 +++
 10 files changed, 101 insertions(+), 146 deletions(-)

New commits:
commit 40c8a1d8216bebfccfcea5ec55af2848f3a72170
Author: David Tardon 
Date:   Sun Mar 25 14:25:47 2018 +0200

guard against self-assignment

Change-Id: I2eff7abe7d341455c111291ecf81ff348846bc11

diff --git a/src/lib/VSDCharacterList.cpp b/src/lib/VSDCharacterList.cpp
index 65de7af..6f9fe8e 100644
--- a/src/lib/VSDCharacterList.cpp
+++ b/src/lib/VSDCharacterList.cpp
@@ -88,10 +88,13 @@ libvisio::VSDCharacterList::VSDCharacterList(const 
libvisio::VSDCharacterList 
 
 libvisio::VSDCharacterList ::VSDCharacterList::operator=(const 
libvisio::VSDCharacterList )
 {
-  clear();
-  for (auto iter = charList.m_elements.begin(); iter != 
charList.m_elements.end(); ++iter)
-m_elements[iter->first] = clone(iter->second);
-  m_elementsOrder = charList.m_elementsOrder;
+  if (this != )
+  {
+clear();
+for (auto iter = charList.m_elements.begin(); iter != 
charList.m_elements.end(); ++iter)
+  m_elements[iter->first] = clone(iter->second);
+m_elementsOrder = charList.m_elementsOrder;
+  }
   return *this;
 }
 
diff --git a/src/lib/VSDGeometryList.cpp b/src/lib/VSDGeometryList.cpp
index ac1b616..92746d8 100644
--- a/src/lib/VSDGeometryList.cpp
+++ b/src/lib/VSDGeometryList.cpp
@@ -579,10 +579,13 @@ libvisio::VSDGeometryList::VSDGeometryList(const 
VSDGeometryList ) :
 
 libvisio::VSDGeometryList ::VSDGeometryList::operator=(const 
VSDGeometryList )
 {
-  clear();
-  for (auto iter = geomList.m_elements.begin(); iter != 
geomList.m_elements.end(); ++iter)
-m_elements[iter->first] = clone(iter->second);
-  m_elementsOrder = geomList.m_elementsOrder;
+  if (this != )
+  {
+clear();
+for (auto iter = geomList.m_elements.begin(); iter != 
geomList.m_elements.end(); ++iter)
+  m_elements[iter->first] = clone(iter->second);
+m_elementsOrder = geomList.m_elementsOrder;
+  }
   return *this;
 }
 
diff --git a/src/lib/VSDParagraphList.cpp b/src/lib/VSDParagraphList.cpp
index f279bb8..c1863a1 100644
--- a/src/lib/VSDParagraphList.cpp
+++ b/src/lib/VSDParagraphList.cpp
@@ -89,10 +89,13 @@ libvisio::VSDParagraphList::VSDParagraphList(const 
libvisio::VSDParagraphList 
 
 libvisio::VSDParagraphList ::VSDParagraphList::operator=(const 
libvisio::VSDParagraphList )
 {
-  clear();
-  for (auto iter = paraList.m_elements.begin(); iter != 
paraList.m_elements.end(); ++iter)
-m_elements[iter->first] = iter->second->clone();
-  m_elementsOrder = paraList.m_elementsOrder;
+  if (this != )
+  {
+clear();
+for (auto iter = paraList.m_elements.begin(); iter != 
paraList.m_elements.end(); ++iter)
+  m_elements[iter->first] = iter->second->clone();
+m_elementsOrder = paraList.m_elementsOrder;
+  }
   return *this;
 }
 
commit 467618a5b883c7303fc6ef8e10756e203ceaed11
Author: David Tardon 
Date:   Sun Mar 25 14:23:08 2018 +0200

avoid manual memory mgmt

Change-Id: I4694b93a135dc568beb234a6300a492326122257

diff --git a/src/lib/VSDCharacterList.cpp b/src/lib/VSDCharacterList.cpp
index ae702ef..65de7af 100644
--- a/src/lib/VSDCharacterList.cpp
+++ b/src/lib/VSDCharacterList.cpp
@@ -83,14 +83,14 @@ libvisio::VSDCharacterList::VSDCharacterList(const 
libvisio::VSDCharacterList 
   m_elementsOrder(charList.m_elementsOrder)
 {
   for (auto iter = charList.m_elements.begin(); iter != 
charList.m_elements.end(); ++iter)
-m_elements[iter->first] = iter->second->clone();
+m_elements[iter->first] = clone(iter->second);
 }
 
 libvisio::VSDCharacterList ::VSDCharacterList::operator=(const 
libvisio::VSDCharacterList )
 {
   clear();
   for (auto iter = charList.m_elements.begin(); iter != 
charList.m_elements.end(); ++iter)
-m_elements[iter->first] = iter->second->clone();
+m_elements[iter->first] = clone(iter->second);
   m_elementsOrder = charList.m_elementsOrder;
   return *this;
 }
@@ -107,14 +107,11 @@ void libvisio::VSDCharacterList::addCharIX(unsigned id, 
unsigned level, unsigned
const boost::optional 
, const boost::optional , const boost::optional 
,
const boost::optional 
, const boost::optional , const 
boost::optional )
 {
-  auto *tmpElement = dynamic_cast(m_elements[id]);
+  auto *tmpElement = dynamic_cast(m_elements[id].get());
   if (!tmpElement)
   {
-if (m_elements[id])
-  delete m_elements[id];
-
-m_elements[id] = new VSDCharIX(id, level, charCount, font, 

Crash test update

2018-03-25 Thread Crashtest VM
New crashtest update available at 
http://dev-builds.libreoffice.org/crashtest/9adc7bdf6d304c540339f389aa02c925733ef248/


exportCrashes.csv
Description: Binary data


importCrash.csv
Description: Binary data


validationErrors.csv
Description: Binary data
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.0' - 29 commits - comphelper/source configure.ac connectivity/source cui/source dbaccess/inc dbaccess/Library_dbahsql.mk dbaccess/Library_

2018-03-25 Thread Henry Castro
 Makefile.fetch|1 
 Repository.mk |4 
 RepositoryExternal.mk |   10 
 comphelper/source/misc/lok.cxx|   48 
 configure.ac  |   15 
 connectivity/source/drivers/firebird/Connection.cxx   |8 
 cui/source/tabpages/backgrnd.cxx  |   22 
 dbaccess/Library_dba.mk   |2 
 dbaccess/Library_dbahsql.mk   |   40 
 dbaccess/Module_dbaccess.mk   |1 
 dbaccess/README.vars  |1 
 dbaccess/inc/pch/precompiled_dbahsql.cxx  |   12 
 dbaccess/inc/pch/precompiled_dbahsql.hxx  |   38 
 dbaccess/source/core/dataaccess/datasource.cxx|   26 
 dbaccess/source/filter/hsqldb/columndef.cxx   |   41 
 dbaccess/source/filter/hsqldb/columndef.hxx   |   59 
 dbaccess/source/filter/hsqldb/createparser.cxx|  223 +
 dbaccess/source/filter/hsqldb/createparser.hxx|   51 
 dbaccess/source/filter/hsqldb/fbcreateparser.cxx  |  163 
 dbaccess/source/filter/hsqldb/fbcreateparser.hxx  |   38 
 dbaccess/source/filter/hsqldb/hsqlimport.cxx  |   56 
 dbaccess/source/filter/hsqldb/hsqlimport.hxx  |   47 
 dbaccess/source/filter/hsqldb/parseschema.cxx |   82 
 dbaccess/source/filter/hsqldb/parseschema.hxx |   44 
 desktop/source/app/officeipcthread.cxx|4 
 desktop/source/lib/init.cxx   |2 
 download.lst  |2 
 external/Module_external.mk   |1 
 external/twain/README |1 
 external/twain/inc/twain/twain.h  | 2289 --
 external/twain_dsm/ExternalPackage_twain_dsm.mk   |   20 
 external/twain_dsm/ExternalProject_twain_dsm.mk   |   33 
 external/twain_dsm/Module_twain_dsm.mk|   24 
 external/twain_dsm/README |1 
 external/twain_dsm/TWAIN_DSM_VS2015.vcxproj.filters.patch |   54 
 external/twain_dsm/TWAIN_DSM_VS2015.vcxproj.patch |  263 +
 external/twain_dsm/UnpackedTarball_twain_dsm.mk   |   21 
 fpicker/source/office/iodlg.cxx   |3 
 framework/source/classes/taskcreator.cxx  |4 
 framework/source/services/taskcreatorsrv.cxx  |2 
 include/comphelper/lok.hxx|2 
 include/oox/drawingml/shapepropertymap.hxx|3 
 include/oox/ppt/slidetransition.hxx   |4 
 include/toolkit/awt/vclxwindow.hxx|   17 
 include/vcl/window.hxx|2 
 lingucomponent/source/spellcheck/spell/sspellimp.cxx  |4 
 lingucomponent/source/thesaurus/libnth/nthesimp.cxx   |4 
 offapi/com/sun/star/presentation/DrawPage.idl |9 
 oox/source/drawingml/fillproperties.cxx   |9 
 oox/source/drawingml/shapepropertymap.cxx |3 
 oox/source/export/drawingml.cxx   |   30 
 oox/source/ppt/slidetransition.cxx|   22 
 oox/source/ppt/slidetransitioncontext.cxx |6 
 oox/source/token/properties.txt   |2 
 sc/source/ui/app/transobj.cxx |   22 
 sc/source/ui/inc/tabview.hxx  |2 
 sc/source/ui/vba/vbaglobals.cxx   |   10 
 sc/source/ui/view/cellsh1.cxx |2 
 sc/source/ui/view/tabview2.cxx|2 
 sd/qa/unit/data/ppt/tdf115394.ppt |binary
 sd/qa/unit/data/pptx/tdf107608.pptx   |binary
 sd/qa/unit/data/pptx/tdf111786.pptx   |binary
 sd/qa/unit/data/pptx/tdf115394.pptx   |binary
 sd/qa/unit/data/xml/n820786_0.xml |  102 
 sd/qa/unit/export-tests-ooxml2.cxx|   85 
 sd/qa/unit/export-tests.cxx   |   39 
 sd/qa/unit/import-tests.cxx   |   59 
 sd/source/filter/eppt/eppt.cxx|   26 
 sd/source/filter/eppt/pptx-epptooxml.cxx  |  150 
 sd/source/filter/ppt/pptin.cxx|6 
 sd/source/ui/inc/unoprnms.hxx |1 
 sd/source/ui/unoidl/unopage.cxx   |2 
 svtools/source/control/toolbarmenu.cxx|2 
 svtools/source/uno/popupwindowcontroller.cxx  |3 
 sw/inc/unotxdoc.hxx 

Paragraphs and numbering

2018-03-25 Thread Jens Tröger
Hello,

I’d like to get some confirmation on how Writer document represent numbered 
paragraphs. See the paragraph properties service, 
https://www.openoffice.org/api/docs/common/ref/com/sun/star/style/ParagraphProperties.html
 
.

If `NumberingIsNumber` is True then it’s a list item of sorts: `NumberingLevel` 
tells me which level in the nesting hierarchy it might be but really just 
counts the numbers of tab-indents. There’s a max of 10 levels (i.e. 
tab-indents). For each of the levels there exists a set of “rules” 
(`NumberingRules`) that contain the “type” (`NumberingType`) for each level. 
Meaning that I can get more information about a list item by getting its type = 
rules[level].

The `NumberingIsOutline` values seems to be unreliable, and `OutlineLevel` is 
greater than 1 if the paragraph is a heading of sorts. By default, “Title” and 
“Heading 1” are both 1. So checking whether a paragraph is a heading depends on 
the `OutlineLevel` rather than the `NumberingIsOutline` boolean.

Is that about right? What did I miss with respect to document hierarchy?

Cheers!
Jens

--
Jens Tröger
http://savage.light-speed.de/ 
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


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

2018-03-25 Thread Stanislav Horacek
 sw/uiconfig/swriter/ui/queryrotateintostandarddialog.ui |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a488c7ad2763b944713997911c1ddb0315d8c93f
Author: Stanislav Horacek 
Date:   Sun Mar 25 13:21:32 2018 +0200

fix typo in dialog about rotation to standard orientation

Change-Id: Ia587c7fb41ed17e0c46845ca1823049ed6dfd67c

diff --git a/sw/uiconfig/swriter/ui/queryrotateintostandarddialog.ui 
b/sw/uiconfig/swriter/ui/queryrotateintostandarddialog.ui
index a4ce6a8ba7f8..79235d54133a 100644
--- a/sw/uiconfig/swriter/ui/queryrotateintostandarddialog.ui
+++ b/sw/uiconfig/swriter/ui/queryrotateintostandarddialog.ui
@@ -4,7 +4,7 @@
   
   
 False
-Rotate
 into standard orientation?`
+Rotate
 into standard orientation?
 False
 True
 dialog
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2018-03-25 Thread Jens Carl
 sc/qa/extras/scautoformatobj.cxx |   16 
 1 file changed, 8 insertions(+), 8 deletions(-)

New commits:
commit 6189c211d52975442be4a23662af501dbb2582e2
Author: Jens Carl 
Date:   Sun Mar 25 05:12:03 2018 +

Correct class name of ScAutoFormatObj

Change-Id: I0abb4590126b7c7a7d855ec57f340ea0157c56d5
Reviewed-on: https://gerrit.libreoffice.org/51813
Tested-by: Jenkins 
Reviewed-by: Jens Carl 

diff --git a/sc/qa/extras/scautoformatobj.cxx b/sc/qa/extras/scautoformatobj.cxx
index 27d96f94f2fe..ca2b55cf200d 100644
--- a/sc/qa/extras/scautoformatobj.cxx
+++ b/sc/qa/extras/scautoformatobj.cxx
@@ -25,16 +25,16 @@ using namespace com::sun::star;
 
 namespace sc_apitest
 {
-class ScTableAutoFormatObj : public CalcUnoApiTest, public 
apitest::TableAutoFormat
+class ScAutoFormatObj : public CalcUnoApiTest, public apitest::TableAutoFormat
 {
 public:
-ScTableAutoFormatObj();
+ScAutoFormatObj();
 
 virtual uno::Reference init() override;
 virtual void setUp() override;
 virtual void tearDown() override;
 
-CPPUNIT_TEST_SUITE(ScTableAutoFormatObj);
+CPPUNIT_TEST_SUITE(ScAutoFormatObj);
 
 // TableAutoFormat
 CPPUNIT_TEST(testTableAutoFormatProperties);
@@ -45,12 +45,12 @@ private:
 uno::Reference mxComponent;
 };
 
-ScTableAutoFormatObj::ScTableAutoFormatObj()
+ScAutoFormatObj::ScAutoFormatObj()
 : CalcUnoApiTest("/sc/qa/extras/testdocuments")
 {
 }
 
-uno::Reference ScTableAutoFormatObj::init()
+uno::Reference ScAutoFormatObj::init()
 {
 uno::Reference xDoc(mxComponent, 
UNO_QUERY_THROW);
 CPPUNIT_ASSERT_MESSAGE("no calc document", xDoc.is());
@@ -64,19 +64,19 @@ uno::Reference ScTableAutoFormatObj::init()
 return xTableAutoFormat;
 }
 
-void ScTableAutoFormatObj::setUp()
+void ScAutoFormatObj::setUp()
 {
 CalcUnoApiTest::setUp();
 mxComponent = loadFromDesktop("private:factory/scalc");
 }
 
-void ScTableAutoFormatObj::tearDown()
+void ScAutoFormatObj::tearDown()
 {
 closeDocument(mxComponent);
 CalcUnoApiTest::tearDown();
 }
 
-CPPUNIT_TEST_SUITE_REGISTRATION(ScTableAutoFormatObj);
+CPPUNIT_TEST_SUITE_REGISTRATION(ScAutoFormatObj);
 
 } // end namespace
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2018-03-25 Thread Caolán McNamara
 sax/source/fastparser/fastparser.cxx |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 975884fbbc3f80a634258ee562037688a42027a9
Author: Caolán McNamara 
Date:   Sun Mar 25 14:36:28 2018 +0100

ofz#7110 ensure join is called on std::exceptions as well as uno::Exception

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

diff --git a/sax/source/fastparser/fastparser.cxx 
b/sax/source/fastparser/fastparser.cxx
index c6c9c0b207fd..2765584a08fc 100644
--- a/sax/source/fastparser/fastparser.cxx
+++ b/sax/source/fastparser/fastparser.cxx
@@ -290,7 +290,7 @@ private:
 {
 mpParser->parse();
 }
-catch (const Exception &)
+catch (...)
 {
 Entity  = mpParser->getEntity();
 rEntity.getEvent( EXCEPTION );
@@ -445,7 +445,7 @@ void Entity::startElement( Event const *pEvent )
 maContextStack.top().mxContext.set( xContext.get() );
 xContext.set( nullptr, SAL_NO_ACQUIRE );
 }
-catch (const Exception&)
+catch (...)
 {
 saveException( ::cppu::getCaughtException() );
 }
@@ -464,7 +464,7 @@ void Entity::characters( const OUString& sChars )
 {
 xContext->characters( sChars );
 }
-catch (const Exception&)
+catch (...)
 {
 saveException( ::cppu::getCaughtException() );
 }
@@ -488,7 +488,7 @@ void Entity::endElement()
 else
 xContext->endUnknownElement( aContext.maNamespace, 
aContext.maElementName );
 }
-catch (const Exception&)
+catch (...)
 {
 saveException( ::cppu::getCaughtException() );
 }
@@ -501,7 +501,7 @@ void Entity::processingInstruction( const OUString& 
rTarget, const OUString& rDa
 {
 mxDocumentHandler->processingInstruction( rTarget, rData );
 }
-catch (const Exception&)
+catch (...)
 {
 saveException( ::cppu::getCaughtException() );
 }
@@ -1225,7 +1225,7 @@ void FastSaxParserImpl::callbackStartElement(const 
xmlChar *localName , const xm
 rEntity.startElement(  );
 }
 }
-catch (const Exception&)
+catch (...)
 {
 rEntity.saveException( ::cppu::getCaughtException() );
 }
diff --git a/sw/qa/core/data/ooxml/pass/ofz4825-1.docx 
b/sw/qa/core/data/ooxml/fail/ofz4825-1.docx
similarity index 100%
rename from sw/qa/core/data/ooxml/pass/ofz4825-1.docx
rename to sw/qa/core/data/ooxml/fail/ofz4825-1.docx
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Re: GSoC 2018 : LIbreOffice | LOEclipse | Introduction : Shobhan Mandal

2018-03-25 Thread Markus Mohrhard
Hello Shobhan,

On Wed, Mar 21, 2018 at 10:23 AM, Shobhan Mandal <
dev.shobhanman...@gmail.com> wrote:

> Greetings LibreOffice Community,
>
> I am Shobhan Mandal, currently pursuing my Masters Degree in Computer
> Science from International Institute of Information Technology - Hyderabad,
> Hyderabad, Telangana, India.
>
> I am interested in working on the GSoC 2018 project in LOEclipse under
> LibreOffice. I have also started submitting patches towards LOEclipse for
> the same. With experience in making projects using C, Java and Python and
> help from this beautiful community, I believe we can make some fruitful
> contribution to the LOEclipse code-base.
>
> Any help from you guys on improving how I contribute will always be
> appreciated. Looking forward to working with you guys.
>
>
You should get in contact with Samuel and discuss your ideas to write a
good application.

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


[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.0' - 20 commits - basic/source cppuhelper/source cui/source desktop/qa desktop/source extensions/README extensions/source include/comphelp

2018-03-25 Thread Tor Lillqvist
 basic/source/classes/sbxmod.cxx   |5 
 cppuhelper/source/servicemanager.cxx  |   33 +
 cui/source/tabpages/backgrnd.cxx  |   20 ---
 desktop/qa/desktop_lib/test_desktop_lib.cxx   |3 
 desktop/source/lib/init.cxx   |   19 +++
 extensions/README |2 
 extensions/source/ole/ole2uno.cxx |5 
 extensions/source/ole/ole2uno.hxx |6 
 extensions/source/ole/oleobjw.cxx |   12 -
 extensions/source/ole/oleobjw.hxx |6 
 extensions/source/ole/olethread.cxx   |5 
 extensions/source/ole/servprov.cxx|   40 --
 extensions/source/ole/servprov.hxx|   29 
 extensions/source/ole/servreg.cxx |7 -
 extensions/source/ole/unoconversionutilities.hxx  |   21 +--
 extensions/source/ole/unoobjw.cxx |   10 -
 extensions/source/ole/unoobjw.hxx |   15 --
 extensions/source/ole/windata.hxx |5 
 include/LibreOfficeKit/LibreOfficeKit.h   |5 
 include/LibreOfficeKit/LibreOfficeKit.hxx |   11 +
 include/LibreOfficeKit/LibreOfficeKitEnums.h  |   11 +
 include/comphelper/windowsdebugoutput.hxx |   41 ++
 include/oox/ppt/slidetransitioncontext.hxx|1 
 include/sfx2/docfile.hxx  |   19 ++-
 include/sfx2/strings.hrc  |3 
 include/vcl/ITiledRenderable.hxx  |7 +
 include/vcl/ctrl.hxx  |2 
 include/vcl/vclevent.hxx  |2 
 include/vcl/window.hxx|3 
 oox/source/ppt/slidetransitioncontext.cxx |9 +
 sc/inc/docuno.hxx |3 
 sc/qa/unit/tiledrendering/tiledrendering.cxx  |   35 +
 sc/source/ui/app/scdll.cxx|   14 ++
 sc/source/ui/docshell/impex.cxx   |4 
 sc/source/ui/unoobj/docuno.cxx|   25 
 sd/qa/unit/data/pptx/tdf115394-zero.pptx  |binary
 sd/qa/unit/export-tests-ooxml2.cxx|   16 ++
 sd/qa/unit/tiledrendering/tiledrendering.cxx  |   42 ++
 sd/source/filter/eppt/pptx-epptooxml.cxx  |   10 -
 sd/source/ui/app/sddll.cxx|   11 +
 sd/source/ui/inc/unomodel.hxx |2 
 sd/source/ui/unoidl/unomodel.cxx  |   27 
 sfx2/source/doc/docfile.cxx   |   71 ---
 sfx2/source/view/viewfrm.cxx  |  134 --
 stoc/source/invocation/invocation.cxx |4 
 sw/inc/unotxdoc.hxx   |2 
 sw/qa/extras/tiledrendering/tiledrendering.cxx|   33 +
 sw/source/uibase/app/swdll.cxx|   11 +
 sw/source/uibase/uno/unotxdoc.cxx |   22 +++
 udkapi/com/sun/star/bridge/XBridgeSupplier.idl|3 
 udkapi/com/sun/star/bridge/XBridgeSupplier2.idl   |3 
 uui/inc/strings.hrc   |3 
 uui/source/iahndl-locking.cxx |   12 +
 uui/source/iahndl.cxx |9 -
 uui/source/openlocked.cxx |   22 +--
 uui/source/openlocked.hxx |2 
 vbahelper/source/vbahelper/vbaapplicationbase.cxx |8 -
 vbahelper/source/vbahelper/vbahelper.cxx  |8 +
 vcl/source/control/ctrl.cxx   |   18 --
 vcl/source/gdi/sallayout.cxx  |   30 +++-
 vcl/source/window/paint.cxx   |   57 -
 vcl/source/window/window.cxx  |   20 +++
 62 files changed, 716 insertions(+), 302 deletions(-)

New commits:
commit da9ea2718f6a5ee46b317ef5cb47552adf8c752d
Author: Tor Lillqvist 
Date:   Mon Feb 12 15:31:14 2018 +0200

Get rid of ole_adapter namespace level

None of this is DLLPUBLIC anyway, and it all goes into one DLL.

Change-Id: I3756f87aaa4561ef54a9e6aaeeac47b99350c6b3
Reviewed-on: https://gerrit.libreoffice.org/49616
Tested-by: Jenkins 
Reviewed-by: Tor Lillqvist 
(cherry picked from commit d9fc18d5a797972ba182fbcae941535a50098dcb)

diff --git a/extensions/README b/extensions/README
index eeff42a5d853..b74ff369baa1 100644
--- a/extensions/README
+++ b/extensions/README
@@ -24,7 +24,7 @@ See 
udkapi/com/sun/star/bridge/oleautomation/ApplicationRegistration.idl
 
 This is initialized in Desktop::Main() in Desktop::OpenClients_Impl()
 by creating the service "com.sun.star.bridge.OleApplicationRegistration",
-which is implemented by ole_adapter::OleServer_Impl.
+which is implemented by OleServer_Impl.
 
 See extensions/source/ole/
 
diff --git a/extensions/source/ole/ole2uno.cxx 
b/extensions/source/ole/ole2uno.cxx
index 

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

2018-03-25 Thread Jochen Nitschke
 include/svx/xpoly.hxx |   16 +-
 svx/inc/xpolyimp.hxx  |4 --
 svx/source/xoutdev/_xpoly.cxx |   67 ++
 3 files changed, 19 insertions(+), 68 deletions(-)

New commits:
commit 84f7b97e4e5e7183fdd98dd2c618a2a25b1cdaed
Author: Jochen Nitschke 
Date:   Sun Mar 25 15:18:58 2018 +0200

clang-tidy modernize-use-equals-default in XPolygon

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

diff --git a/include/svx/xpoly.hxx b/include/svx/xpoly.hxx
index 2c6f848d00be..08f7c866aa4d 100644
--- a/include/svx/xpoly.hxx
+++ b/include/svx/xpoly.hxx
@@ -54,8 +54,8 @@ class SVX_DLLPUBLIC XPolygon final
 
 public:
 XPolygon( sal_uInt16 nSize=16 );
-XPolygon( const XPolygon& rXPoly );
-XPolygon( XPolygon&& rXPoly );
+XPolygon( const XPolygon& );
+XPolygon( XPolygon&& );
 XPolygon( const tools::Polygon& rPoly );
 XPolygon( const tools::Rectangle& rRect, long nRx = 0, long nRy = 0 );
 XPolygon( const Point& rCenter, long nRx, long nRy,
@@ -77,8 +77,8 @@ public:
 
 const Point&operator[]( sal_uInt16 nPos ) const;
   Point&operator[]( sal_uInt16 nPos );
-XPolygon&   operator=( const XPolygon& rXPoly );
-XPolygon&   operator=( XPolygon&& rXPoly );
+XPolygon&   operator=( const XPolygon& );
+XPolygon&   operator=( XPolygon&& );
 booloperator==( const XPolygon& rXPoly ) const;
 
 PolyFlags  GetFlags( sal_uInt16 nPos ) const;
@@ -116,8 +116,8 @@ class SVX_DLLPUBLIC XPolyPolygon final
 
 public:
 XPolyPolygon();
-XPolyPolygon( const XPolyPolygon& rXPolyPoly );
-XPolyPolygon( XPolyPolygon&& rXPolyPoly );
+XPolyPolygon( const XPolyPolygon& );
+XPolyPolygon( XPolyPolygon&& );
 
 ~XPolyPolygon();
 
@@ -135,8 +135,8 @@ public:
 { return GetObject( nPos ); }
 XPolygon&   operator[]( sal_uInt16 nPos );
 
-XPolyPolygon&   operator=( const XPolyPolygon& rXPolyPoly );
-XPolyPolygon&   operator=( XPolyPolygon&& rXPolyPoly );
+XPolyPolygon&   operator=( const XPolyPolygon& );
+XPolyPolygon&   operator=( XPolyPolygon&& );
 
 // transformations
 void Distort(const tools::Rectangle& rRefRect, const XPolygon& 
rDistortedRect);
diff --git a/svx/inc/xpolyimp.hxx b/svx/inc/xpolyimp.hxx
index 4b73dd6fe556..425d2a551058 100644
--- a/svx/inc/xpolyimp.hxx
+++ b/svx/inc/xpolyimp.hxx
@@ -55,10 +55,6 @@ class ImpXPolyPolygon
 {
 public:
 ::std::vector< XPolygon > aXPolyList;
-
-ImpXPolyPolygon() {}
-ImpXPolyPolygon( const ImpXPolyPolygon& rImpXPolyPoly );
-~ImpXPolyPolygon();
 };
 
 
diff --git a/svx/source/xoutdev/_xpoly.cxx b/svx/source/xoutdev/_xpoly.cxx
index a4024a061954..63d53d8585b9 100644
--- a/svx/source/xoutdev/_xpoly.cxx
+++ b/svx/source/xoutdev/_xpoly.cxx
@@ -209,15 +209,9 @@ XPolygon::XPolygon( sal_uInt16 nSize )
 {
 }
 
-XPolygon::XPolygon( const XPolygon& rXPoly )
-: pImpXPolygon(rXPoly.pImpXPolygon)
-{
-}
+XPolygon::XPolygon( const XPolygon& ) = default;
 
-XPolygon::XPolygon( XPolygon&& rXPoly )
-: pImpXPolygon(std::move(rXPoly.pImpXPolygon))
-{
-}
+XPolygon::XPolygon( XPolygon&& ) = default;
 
 /// create a XPolygon out of a standard polygon
 XPolygon::XPolygon( const tools::Polygon& rPoly )
@@ -333,9 +327,7 @@ XPolygon::XPolygon(const Point& rCenter, long nRx, long nRy,
 pImpXPolygon->nPoints = nPos + 1;
 }
 
-XPolygon::~XPolygon()
-{
-}
+XPolygon::~XPolygon() = default;
 
 void XPolygon::SetPointCount( sal_uInt16 nPoints )
 {
@@ -455,17 +447,9 @@ Point& XPolygon::operator[]( sal_uInt16 nPos )
 return pImpXPolygon->pPointAry[nPos];
 }
 
-XPolygon& XPolygon::operator=( const XPolygon& rXPoly )
-{
-pImpXPolygon = rXPoly.pImpXPolygon;
-return *this;
-}
+XPolygon& XPolygon::operator=( const XPolygon& ) = default;
 
-XPolygon& XPolygon::operator=( XPolygon&& rXPoly )
-{
-pImpXPolygon = std::move(rXPoly.pImpXPolygon);
-return *this;
-}
+XPolygon& XPolygon::operator=( XPolygon&& ) = default;
 
 bool XPolygon::operator==( const XPolygon& rXPoly ) const
 {
@@ -866,30 +850,11 @@ XPolygon::XPolygon(const basegfx::B2DPolygon& rPolygon)
 }
 
 // XPolyPolygon
+XPolyPolygon::XPolyPolygon() = default;
 
-ImpXPolyPolygon::ImpXPolyPolygon( const ImpXPolyPolygon& rImpXPolyPoly )
-: aXPolyList( rImpXPolyPoly.aXPolyList )
-{
-}
-
-ImpXPolyPolygon::~ImpXPolyPolygon()
-{
-}
-
-XPolyPolygon::XPolyPolygon()
-: pImpXPolyPolygon()
-{
-}
+XPolyPolygon::XPolyPolygon( const XPolyPolygon& ) = default;
 
-XPolyPolygon::XPolyPolygon( const XPolyPolygon& rXPolyPoly )
-: pImpXPolyPolygon( rXPolyPoly.pImpXPolyPolygon )
-{
-}
-

Re: Serdar Oktay TUNÇ GSoC Introducyion

2018-03-25 Thread Markus Mohrhard
Hello Serdar,

On Sun, Mar 18, 2018 at 4:49 PM, serdar tunc  wrote:

> Hello Everyone!
> I am Serdar and I am last undergraduate year in Computer Engineering
> at Çanakkale Onsekiz Mart University. I know C++, python, git, gerrit,
> reading others code and gdb.
> I am interested in "Fix shape and text rotation in xlsx files". I've
> worked with this bug and solved one bug about this code section. I
> know how OOXML filter works.
>
> this is my contributions https://gerrit.libreoffice.org/#/q/serdar
>
>
>
I just noticed that you plan to apply for this project and that you have
added the corresponding project idea to the wiki page. Note that I had to
remove the project as I'm sure that I will not mentor such a project and I
assume that Eike will not have the time to mentor it. Additionally, I don't
think that the project idea is suitable for GSoC. Fixing shape and text
rotation in xlsx files would be about a week of work for me so it is quite
far from the required 3 month of at least 30 hour work.

I would suggest that you try to find a mentor for this project right now or
apply for a different idea that is already on the list.

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


[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.0' - 27 commits - comphelper/source configure.ac cui/source desktop/source editeng/qa editeng/source include/comphelper include/editeng in

2018-03-25 Thread Mike Kaganski
 comphelper/source/xml/ofopxmlhelper.cxx |   18 
 configure.ac|2 
 cui/source/tabpages/chardlg.cxx |   10 
 desktop/source/app/app.cxx  |4 
 desktop/source/lib/init.cxx |   41 +-
 editeng/qa/unit/core-test.cxx   |  144 +++
 editeng/source/editeng/editeng.cxx  |   10 
 editeng/source/editeng/impedit.hxx  |7 
 editeng/source/editeng/impedit2.cxx |   10 
 editeng/source/editeng/impedit3.cxx |   12 
 editeng/source/items/itemtype.cxx   |8 
 editeng/source/outliner/outliner.cxx|   10 
 editeng/source/xml/xmltxtexp.cxx|6 
 include/LibreOfficeKit/LibreOfficeKit.h |1 
 include/LibreOfficeKit/LibreOfficeKit.hxx   |6 
 include/comphelper/windowsdebugoutput.hxx   |  456 +++-
 include/editeng/editeng.hxx |4 
 include/editeng/outliner.hxx|4 
 include/oox/core/xmlfilterbase.hxx  |   12 
 include/svtools/ctrlbox.hxx |3 
 include/svx/svdmodel.hxx|4 
 include/svx/svdotext.hxx|2 
 include/vcl/ITiledRenderable.hxx|   12 
 include/vcl/field.hxx   |   18 
 oox/source/core/xmlfilterbase.cxx   |  206 ++
 oox/source/export/drawingml.cxx |   19 -
 package/inc/ZipPackageEntry.hxx |   10 
 package/source/zippackage/ZipPackage.cxx|   31 +
 sc/inc/docuno.hxx   |6 
 sc/qa/unit/tiledrendering/tiledrendering.cxx|6 
 sc/source/ui/unoobj/docuno.cxx  |   34 -
 sd/qa/unit/data/odp/tdf115639.odp   |binary
 sd/qa/unit/data/ppt/tdf115639.ppt   |binary
 sd/qa/unit/data/pptx/font-scale.pptx|binary
 sd/qa/unit/data/pptx/tdf115639.pptx |binary
 sd/qa/unit/export-tests-ooxml2.cxx  |   17 
 sd/qa/unit/import-tests.cxx |   33 +
 sd/qa/unit/tiledrendering/tiledrendering.cxx|6 
 sd/source/ui/docshell/docshel4.cxx  |   16 
 sd/source/ui/inc/unomodel.hxx   |3 
 sd/source/ui/unoidl/unomodel.cxx|   36 -
 sd/source/ui/view/Outliner.cxx  |1 
 solenv/vs/LibreOffice.natvis|7 
 svtools/source/control/ctrlbox.cxx  |   14 
 svx/source/svdraw/svdetc.cxx|1 
 svx/source/svdraw/svdmodel.cxx  |   22 +
 svx/source/svdraw/svdotext.cxx  |   63 +++
 sw/inc/strings.hrc  |1 
 sw/inc/unotxdoc.hxx |4 
 sw/qa/extras/tiledrendering/tiledrendering.cxx  |6 
 sw/source/filter/ww8/docxexport.cxx |   14 
 sw/source/uibase/app/docsh2.cxx |2 
 sw/source/uibase/app/docst.cxx  |3 
 sw/source/uibase/app/docstyle.cxx   |   24 -
 sw/source/uibase/uno/unotxdoc.cxx   |   30 -
 vcl/source/control/field.cxx|   77 +---
 vcl/source/control/fixed.cxx|   21 -
 vcl/source/window/toolbox.cxx   |2 
 vcl/source/window/window.cxx|8 
 writerfilter/source/filter/WriterFilter.cxx |   38 --
 writerfilter/source/ooxml/OOXMLDocumentImpl.cxx |   60 +--
 xmloff/source/core/xmlimp.cxx   |7 
 62 files changed, 1312 insertions(+), 320 deletions(-)

New commits:
commit 73629949c1d6245f7fad419b677cf92a49ffd18a
Author: Mike Kaganski 
Date:   Wed Feb 21 00:30:16 2018 +0300

tdf#115892: properly get the box' saved value

Previously textual value like "10,5 pt" was converted to int as simply
10 (multiplied by 10, it became 100), which compared as different from
unchanged value of 105. This made the fractional values to be treated
as always changed.

This patch uses the same code to convert saved value as is used for
current edit box value.

Reviewed-on: https://gerrit.libreoffice.org/50066
Tested-by: Jenkins 
Reviewed-by: Mike Kaganski 
(cherry picked from commit f00e891f3369f7b8c2532634d9ff4ab19da17c33)

Change-Id: I09a84a6bf33b17e0192b79b31af21ef14d7e9c63

diff --git a/cui/source/tabpages/chardlg.cxx b/cui/source/tabpages/chardlg.cxx
index af80bb565ef7..75dab248267c 100644
--- a/cui/source/tabpages/chardlg.cxx
+++ b/cui/source/tabpages/chardlg.cxx
@@ -1041,14 +1041,8 @@ bool SvxCharNamePage::FillItemSet_Impl( SfxItemSet& 
rSet, LanguageGroup eLangGrp
 
 if ( pSizeBox->GetText().isEmpty() )   // GetValue() returns the min-value
 nSize = 0;
-long nSavedSize = pSizeBox->GetSavedValue().toInt32();
-bool bRel = 

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

2018-03-25 Thread Caolán McNamara
 sd/source/ui/dlg/PhotoAlbumDialog.cxx |   76 +++---
 1 file changed, 62 insertions(+), 14 deletions(-)

New commits:
commit 1a600d6ed6578feda6e66d1e4f4f784818c308a6
Author: Caolán McNamara 
Date:   Sun Mar 25 17:16:36 2018 +0100

tdf#116544 crash on unhandled IllegalArgument exception

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

diff --git a/sd/source/ui/dlg/PhotoAlbumDialog.cxx 
b/sd/source/ui/dlg/PhotoAlbumDialog.cxx
index b3ab9cbaa344..739548ce570d 100644
--- a/sd/source/ui/dlg/PhotoAlbumDialog.cxx
+++ b/sd/source/ui/dlg/PhotoAlbumDialog.cxx
@@ -182,9 +182,16 @@ IMPL_LINK_NOARG(SdPhotoAlbumDialog, CreateHdl, Button*, 
void)
 aPicPos.Y = (aPageSize.Height - aPicSize.Height)/2;
 
 xShape->setPosition(aPicPos);
-xSlide->add(xShape);
-if(bCreateCaptions)
-createCaption( aPageSize );
+try
+{
+xSlide->add(xShape);
+if (bCreateCaptions)
+createCaption( aPageSize );
+}
+catch (const css::uno::Exception& exc)
+{
+SAL_WARN( "sd", exc );
+}
 }
 }
 else if( nOpt == TWO_IMAGES )
@@ -250,7 +257,14 @@ IMPL_LINK_NOARG(SdPhotoAlbumDialog, CreateHdl, Button*, 
void)
 aPicPos.Y = aPageSize.Height/2 - aPicSize.Height/2;
 
 xShape->setPosition(aPicPos);
-xSlide->add(xShape);
+try
+{
+xSlide->add(xShape);
+}
+catch (const css::uno::Exception& exc)
+{
+SAL_WARN( "sd", exc );
+}
 }
 
 if( !sUrl2.isEmpty() )
@@ -287,10 +301,17 @@ IMPL_LINK_NOARG(SdPhotoAlbumDialog, CreateHdl, Button*, 
void)
 aPicPos.Y = aPageSize.Height/2 - aPicSize.Height/2;
 
 xShape->setPosition(aPicPos);
-xSlide->add(xShape);
-if(bCreateCaptions)
-createCaption( aPageSize );
 
+try
+{
+xSlide->add(xShape);
+if(bCreateCaptions)
+createCaption( aPageSize );
+}
+catch (const css::uno::Exception& exc)
+{
+SAL_WARN( "sd", exc );
+}
 }
 }
 }
@@ -369,7 +390,14 @@ IMPL_LINK_NOARG(SdPhotoAlbumDialog, CreateHdl, Button*, 
void)
 aPicPos.Y = aPageSize.Height/4 - aPicSize.Height/2;
 
 xShape->setPosition(aPicPos);
-xSlide->add(xShape);
+try
+{
+xSlide->add(xShape);
+}
+catch (const css::uno::Exception& exc)
+{
+SAL_WARN( "sd", exc );
+}
 }
 if( !sUrl2.isEmpty() )
 {
@@ -405,7 +433,14 @@ IMPL_LINK_NOARG(SdPhotoAlbumDialog, CreateHdl, Button*, 
void)
 aPicPos.Y = aPageSize.Height/4 - aPicSize.Height/2;
 
 xShape->setPosition(aPicPos);
-xSlide->add(xShape);
+try
+{
+xSlide->add(xShape);
+}
+catch (const css::uno::Exception& exc)
+{
+SAL_WARN( "sd", exc );
+}
 }
 if( !sUrl3.isEmpty() )
 {
@@ -441,7 +476,14 @@ IMPL_LINK_NOARG(SdPhotoAlbumDialog, CreateHdl, Button*, 
void)
 aPicPos.Y = aPageSize.Height/4 - aPicSize.Height/2 + 
aPageSize.Height/2;
 
 xShape->setPosition(aPicPos);
-xSlide->add(xShape);
+try
+{
+xSlide->add(xShape);
+}
+catch (const css::uno::Exception& exc)
+{
+SAL_WARN( "sd", exc );
+}
 }
 if( !sUrl4.isEmpty() )
 {
@@ -477,10 +519,16 @@ IMPL_LINK_NOARG(SdPhotoAlbumDialog, CreateHdl, Button*, 
void)
 aPicPos.Y = aPageSize.Height/4 - aPicSize.Height/2 + 
aPageSize.Height/2;
 
 xShape->setPosition(aPicPos);
-

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

2018-03-25 Thread andreas kainz
 icon-themes/colibre/links.txt |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit eb077fc700242f405e87d90c4762f9b6cfd33784
Author: andreas kainz 
Date:   Sun Mar 25 10:49:58 2018 +0200

Colibre icons: update links.txt file

Change-Id: If3f9760e07318812d1a13dfd35f7832c4b6ed004
Reviewed-on: https://gerrit.libreoffice.org/51822
Tested-by: Jenkins 
Reviewed-by: andreas_kainz 

diff --git a/icon-themes/colibre/links.txt b/icon-themes/colibre/links.txt
index f421f0ac3ba5..70181775f337 100644
--- a/icon-themes/colibre/links.txt
+++ b/icon-themes/colibre/links.txt
@@ -947,9 +947,9 @@ formula/res/fx.png cmd/sc_dbviewfunctions.png
 # fpicker
 # ==
 fpicker/res/fp011.png cmd/sc_firstpage.png
-fpicker/res/fp011.png cmd/sc_open.png
-fpicker/res/fp011.png cmd/sc_starshapes.png
-fpicker/res/fp011.png desktop/res/shared_16.png
+fpicker/res/fp014.png cmd/sc_open.png
+fpicker/res/fp015.png cmd/sc_starshapes.png
+fpicker/res/fp016.png desktop/res/shared_16.png
 
 # reportdesign
 # ==
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.0' - 20 commits - avmedia/source cui/source desktop/source editeng/source extensions/source include/comphelper include/editeng include/sfx

2018-03-25 Thread martinb214
 avmedia/source/macavf/framegrabber.hxx  |1 
 avmedia/source/macavf/framegrabber.mm   |   18 --
 cui/source/inc/border.hxx   |1 
 cui/source/tabpages/border.cxx  |   32 +++-
 cui/source/tabpages/borderconn.cxx  |   17 +-
 cui/source/tabpages/borderconn.hxx  |2 
 desktop/source/lib/init.cxx |3 
 editeng/source/editeng/impedit.cxx  |3 
 extensions/source/ole/unoobjw.cxx   |   11 +
 include/comphelper/windowsdebugoutput.hxx   |   27 +++
 include/editeng/editids.hrc |2 
 include/sfx2/controlwrapper.hxx |7 +
 include/sfx2/itemconnect.hxx|   17 +-
 include/vcl/dialog.hxx  |7 -
 oox/source/export/drawingml.cxx |   87 ++--
 oox/source/export/shapes.cxx|1 
 sc/source/ui/app/inputhdl.cxx   |8 -
 sc/source/ui/unoobj/docuno.cxx  |   24 +--
 sd/qa/unit/data/pptx/tdf111789.pptx |binary
 sd/qa/unit/export-tests-ooxml2.cxx  |   39 +
 sd/qa/unit/tiledrendering/data/cut_selection_change.odp |binary
 sd/qa/unit/tiledrendering/data/paste_text_onslide.odp   |binary
 sd/qa/unit/tiledrendering/tiledrendering.cxx|  109 
 sd/source/ui/unoidl/unomodel.cxx|   20 +-
 sd/source/ui/view/sdview2.cxx   |8 +
 sfx2/source/control/unoctitm.cxx|1 
 sfx2/source/dialog/tabdlg.cxx   |   93 -
 sfx2/source/doc/docfile.cxx |   51 +--
 sw/qa/extras/ooxmlexport/ooxmlexport7.cxx   |6 
 sw/source/core/bastyp/init.cxx  |4 
 sw/source/ui/envelp/envfmt.cxx  |4 
 sw/source/uibase/app/docst.cxx  |6 
 sw/source/uibase/inc/uitool.hxx |   10 -
 sw/source/uibase/shells/textsh1.cxx |4 
 sw/source/uibase/uno/unotxdoc.cxx   |   19 +-
 sw/source/uibase/utlui/uitool.cxx   |   92 -
 uui/inc/strings.hrc |1 
 uui/source/iahndl-locking.cxx   |5 
 uui/source/trylater.cxx |   29 +++-
 uui/source/trylater.hxx |2 
 vcl/source/gdi/sallayout.cxx|4 
 vcl/source/window/dialog.cxx|   26 +++
 vcl/source/window/msgbox.cxx|1 
 vcl/source/window/window.cxx|2 
 44 files changed, 560 insertions(+), 244 deletions(-)

New commits:
commit 07c2d891cb6d83e47624104107226f20b9c2b4f3
Author: martinb214 
Date:   Wed Dec 6 20:58:45 2017 +0100

tdf#111790: Shadow imported from a PPTX file is not overriden

by the settings while saving back to PPTX

Reviewed-on: https://gerrit.libreoffice.org/45989
Tested-by: Jenkins 
Reviewed-by: Tamás Zolnai 
(cherry picked from commit 7f42b0f96a2798ae99aa65b84b0db3b2af2b282b)

Change-Id: I958f1987d0123bcf89ef37b13807f407781f3c15

diff --git a/oox/source/export/drawingml.cxx b/oox/source/export/drawingml.cxx
index b13d79ac8169..1067240fbe81 100644
--- a/oox/source/export/drawingml.cxx
+++ b/oox/source/export/drawingml.cxx
@@ -3220,25 +3220,25 @@ sal_Int32 lcl_CalculateDir(const double dX, const 
double dY)
 
 void DrawingML::WriteShapeEffects( const Reference< XPropertySet >& rXPropSet )
 {
+if( !GetProperty( rXPropSet, "InteropGrabBag" ) )
+return;
+
 Sequence< PropertyValue > aGrabBag, aEffects, aOuterShdwProps;
-if( GetProperty( rXPropSet, "InteropGrabBag" ) )
+mAny >>= aGrabBag;
+for( sal_Int32 i=0; i < aGrabBag.getLength(); ++i )
 {
-mAny >>= aGrabBag;
-for( sal_Int32 i=0; i < aGrabBag.getLength(); ++i )
+if( aGrabBag[i].Name == "EffectProperties" )
 {
-if( aGrabBag[i].Name == "EffectProperties" )
+aGrabBag[i].Value >>= aEffects;
+for( sal_Int32 j=0; j < aEffects.getLength(); ++j )
 {
-aGrabBag[i].Value >>= aEffects;
-for( sal_Int32 j=0; j < aEffects.getLength(); ++j )
+if( aEffects[j].Name == "outerShdw" )
 {
-if( aEffects[j].Name == "outerShdw" )
-{
-aEffects[j].Value >>= aOuterShdwProps;
-break;
-}
+aEffects[j].Value >>= 

More Shapes for LibreOffice

2018-03-25 Thread Muhammad Ahsan Faheem
Hi LibreOffice Community,
I have applied for GSoC to work on LibreOffice development. Right now, I
want to work on an easyhack *"Bug 87892 - More shapes for LibreOffice draw
are needed" . *Hopefully, I will also understand the code by working on
this easyhack. I have built libreOffice successfully and just want someone
to tell me from where to start? I mean which part of code is responsible to
fix this easy hack?

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


[Libreoffice-commits] core.git: icon-themes/breeze icon-themes/breeze_dark icon-themes/breeze_svg

2018-03-25 Thread andreas kainz
 icon-themes/breeze/links.txt  |6 +++---
 icon-themes/breeze_dark/links.txt |6 +++---
 icon-themes/breeze_svg/links.txt  |6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)

New commits:
commit f6335b1bddb2ab95ce14535f64d30d8e7bac1611
Author: andreas kainz 
Date:   Sun Mar 25 10:48:35 2018 +0200

Breeze icons: update links.txt file

Change-Id: Iee4196e88b3d34dfa86b42cee895a4451edd4a4d
Reviewed-on: https://gerrit.libreoffice.org/51821
Tested-by: Jenkins 
Reviewed-by: andreas_kainz 

diff --git a/icon-themes/breeze/links.txt b/icon-themes/breeze/links.txt
index 815baf65b7a2..3c961e2ac9a2 100644
--- a/icon-themes/breeze/links.txt
+++ b/icon-themes/breeze/links.txt
@@ -965,9 +965,9 @@ formula/res/fx.png cmd/sc_dbviewfunctions.png
 # fpicker
 # ==
 fpicker/res/fp011.png cmd/sc_firstpage.png
-fpicker/res/fp011.png cmd/sc_open.png
-fpicker/res/fp011.png cmd/sc_starshapes.png
-fpicker/res/fp011.png desktop/res/shared_16.png
+fpicker/res/fp014.png cmd/sc_open.png
+fpicker/res/fp015.png cmd/sc_starshapes.png
+fpicker/res/fp016.png desktop/res/shared_16.png
 
 # reportdesign
 # ==
diff --git a/icon-themes/breeze_dark/links.txt 
b/icon-themes/breeze_dark/links.txt
index 815baf65b7a2..3c961e2ac9a2 100644
--- a/icon-themes/breeze_dark/links.txt
+++ b/icon-themes/breeze_dark/links.txt
@@ -965,9 +965,9 @@ formula/res/fx.png cmd/sc_dbviewfunctions.png
 # fpicker
 # ==
 fpicker/res/fp011.png cmd/sc_firstpage.png
-fpicker/res/fp011.png cmd/sc_open.png
-fpicker/res/fp011.png cmd/sc_starshapes.png
-fpicker/res/fp011.png desktop/res/shared_16.png
+fpicker/res/fp014.png cmd/sc_open.png
+fpicker/res/fp015.png cmd/sc_starshapes.png
+fpicker/res/fp016.png desktop/res/shared_16.png
 
 # reportdesign
 # ==
diff --git a/icon-themes/breeze_svg/links.txt b/icon-themes/breeze_svg/links.txt
index 815baf65b7a2..3c961e2ac9a2 100644
--- a/icon-themes/breeze_svg/links.txt
+++ b/icon-themes/breeze_svg/links.txt
@@ -965,9 +965,9 @@ formula/res/fx.png cmd/sc_dbviewfunctions.png
 # fpicker
 # ==
 fpicker/res/fp011.png cmd/sc_firstpage.png
-fpicker/res/fp011.png cmd/sc_open.png
-fpicker/res/fp011.png cmd/sc_starshapes.png
-fpicker/res/fp011.png desktop/res/shared_16.png
+fpicker/res/fp014.png cmd/sc_open.png
+fpicker/res/fp015.png cmd/sc_starshapes.png
+fpicker/res/fp016.png desktop/res/shared_16.png
 
 # reportdesign
 # ==
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


lode Error:Unsupported base_os:MINGW64_NT-10.0

2018-03-25 Thread Jörg Kubitz

Hi,

I am trying to get involved into libreoffice. Following the instruction 
(https://wiki.documentfoundation.org/Development/How_to_build) as good 
as i can i am stuck on

https://wiki.documentfoundation.org/Development/lode

I am getting error "Error:Unsupported base_os:MINGW64_NT-10.0" in the 
step "./setup --prereq"


How to proceed? Virtually impossible i am the first guy who is using 
windows 10 :-)



Jörg Kubitz



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


[Libreoffice-bugs] [Bug 116436] FILEOPEN DOCX: background color of a table row disappears

2018-03-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116436

--- Comment #2 from haim kilov  ---
After saving as .doc the background color is preserved.

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


[Libreoffice-bugs] [Bug 116618] No undo available anymore

2018-03-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116618

Julien Nabet  changed:

   What|Removed |Added

 CC||serval2...@yahoo.fr

--- Comment #1 from Julien Nabet  ---
On pc Debian x86-64 with master sources updated yesterday
(2367557493c216be5b5e8156ba6493d440a10b0f), I don't reproduce this.

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


[Libreoffice-bugs] [Bug 106746] copy/pasting revisions copy deleted words

2018-03-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106746

Aron Budea  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |ba...@caesar.elte.hu
   |desktop.org |

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


[Libreoffice-bugs] [Bug 89657] The lang-pack installation mechanism on OS X unacceptable -- needs refactoring for better installation UX

2018-03-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89657

Adolfo Jayme  changed:

   What|Removed |Added

   Severity|normal  |enhancement

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


[Libreoffice-bugs] [Bug 100894] FILEOPEN FILESAVE IMPORT Conditional formatting: xls file with a lot of Conditional formatting freeze Calc

2018-03-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100894

--- Comment #7 from Xavier Van Wijmeersch  ---
Can open file with master, but the conditional formatting in every sheet is a
disaster. The hole thing is messed up, even deleting 6 sheets wont help.

Version: 6.1.0.0.alpha0+
Build ID: 1fbe46cf08f525e78016feef83f4c38b79b337ba
CPU threads: 8; OS: Linux 4.14; UI render: default; VCL: kde4; 
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2018-03-24_23:04:38
Locale: nl-BE (en_US.UTF-8); Calc: group

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


[Libreoffice-bugs] [Bug 114816] FORMATTING: Writer Page Borders display with lines jutting outwards in corners

2018-03-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114816

--- Comment #14 from Karsten  ---
Created attachment 140870
  --> https://bugs.documentfoundation.org/attachment.cgi?id=140870=edit
PDF Output LibreOffice3-DoubleLine-2.5Pt.pdf

The PDF export fails too.
I can't confirm that this works.

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


[Libreoffice-bugs] [Bug 116620] New: About Calc "copy and paste"

2018-03-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116620

Bug ID: 116620
   Summary: About Calc "copy and paste"
   Product: LibreOffice
   Version: 5.1.6.2 release
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: chrisjullie...@aol.com

Description:
I want to "copy and paste" a cell, but that doesn't paste the good cell.
For my example : I copy the cell B5 (B5=B1) except that copy and paste the cell
B2 (B1+1) into the cell B6.

I repeat the process several times any cells; it's "copy and paste" the cell
C+1


Thanks.

Steps to Reproduce:
1.Enter B1=20
2.Copy B1
3.Paste into B5

Actual Results:  
B5=B2

If B2=12, B5=12



Expected Results:
B5=B1


Reproducible: Always


User Profile Reset: No



Additional Info:
The same problem with the mouse : it doesn't succeed too.


There are different methods for copying a formula. One of them is:
1. Select the cell containing the formula.
2. Choose Edit - Copy or press Ctrl + C to copy.
3. Select the cell in which the formula is to be copied.
4. Choose Edit - Paste or press Ctrl + V. The formula is inserted in the new
cell.
If you want to copy a formula into multiple cells, you can proceed in a simple
and fast way between adjacent cell areas:
1. Select the cell containing the formula.
2. Click at the bottom right of the selection rectangle that surrounds the cell
and hold down the mouse button. The mouse pointer turns into a cross.
3. While holding down the mouse button, drag the mouse down or to the right on
the cells in which the formula is to be copied.
4. Release the mouse button: the formula has been copied and automatically
adapted.
To avoid automatically updating values ​​and text, hold down the Ctrl key while
dragging your selection. However, the formulas are systematically adjusted.


User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:59.0) Gecko/20100101
Firefox/59.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 75260] double line border styles wrongly displayed

2018-03-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75260

Thomas Lendo  changed:

   What|Removed |Added

 Blocks|59284   |108382


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 59284] [META] Cell border related issues

2018-03-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=59284

Thomas Lendo  changed:

   What|Removed |Added

 Depends on|75260   |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=75260
[Bug 75260] double line border styles wrongly displayed
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 108382] [META] Borders bugs and enhancements

2018-03-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108382

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||75260


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=75260
[Bug 75260] double line border styles wrongly displayed
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 116558] page frame in writer is not formated and printed correct

2018-03-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116558

--- Comment #3 from Karsten  ---
Yes - it seems that this 2 bugs relate to the same problem.
So this can be bundled together.

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


[Libreoffice-bugs] [Bug 116621] New: UI: No description for the different border line-styles

2018-03-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116621

Bug ID: 116621
   Summary: UI: No description for the different border
line-styles
   Product: LibreOffice
   Version: 4.4.7.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: trivial
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: tele...@surfxs.nl

Description:
No description for the different (table/page) border line-styles (it has for
textboxes borders)

Steps to Reproduce:
1. Open Writer
2. Format -> Page -> Borders tab
3. Click the drop down box Line Style -> No description.


Actual Results:  
No description

Expected Results:
Should have a description (makes it easier to differentiate) would be more
consistent (textbox borders have a description)



Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 6.1.0.0.alpha0+
Build ID: dd4f1b1bd31daf080dc0420524712dc244e539b5
CPU threads: 4; OS: Windows 6.3; UI render: default; 
TinderBox: Win-x86@42, Branch:master, Time: 2018-03-20_23:26:38
Locale: en-US (nl_NL); Calc: CL


User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:52.0) Gecko/20100101
Firefox/52.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 116532] Zotero plugin does not create its own Tab/ Section in the Notebookbar

2018-03-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116532

--- Comment #2 from Pedro  ---
I already submitted a bug report in their forums (they don't use a bug
tracker).

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


[Libreoffice-bugs] [Bug 116534] Groupedbar Full cuts off Menu, Tools and Help section

2018-03-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116534

--- Comment #2 from Pedro  ---
Could you confirm in 6.0 that you see this issue?
6.1 is a development build. I'm reporting in the released version.

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


[Libreoffice-bugs] [Bug 116619] New: Charts for time series to offer smaller units than days

2018-03-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116619

Bug ID: 116619
   Summary: Charts for time series to offer smaller units than
days
   Product: LibreOffice
   Version: 3.3.0 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Chart
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: tim_chamb...@iinet.net.au

Description:
I want to have data displayed in a time series with smaller units than days.
Some data is hourly or several times per hour so I want smaller scale units
like "hours" or "minutes" in a similar fashion as the existing "Days", "Weeks",
"Years".


Steps to Reproduce:
1. Intraday timeseries eg. hourly or smaller log of activity;
2. Create chart (eg. Line, bar);
3. Format X Axis;
4. Scale tab;
5. Major interval and minor interval have days as the smallest unit.

Actual Results:  
Results are grouped by day and not accurately distributed using smaller units
of time.

Expected Results:
I want to have data able to be displayed in a time series with smaller units
than days.


Reproducible: Always


User Profile Reset: No



Additional Info:
Scale units to have additional items in the dropdown list for "Hours" and
"Minutes".
Tested in 6.0.2.1 (x64, Win7). Code is assumed common to all versions & OS's.


User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101
Firefox/52.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 116618] No undo available anymore

2018-03-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116618

Aron Budea  changed:

   What|Removed |Added

   Keywords|bibisectRequest, regression |
   Priority|highest |medium
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WORKSFORME
 OS|All |Windows (All)
   Severity|critical|normal

--- Comment #3 from Aron Budea  ---
Oops, this was a user error on my end. I set undo steps to 0 a week ago to
check something, and forgot about it... Sorry for the noise!

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


[Libreoffice-bugs] [Bug 111632] menu layout has to small space for symbols

2018-03-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111632

--- Comment #16 from Karsten  ---
I am running Debian AMD64
Description:Debian GNU/Linux 8.10 (jessie)

Libreoffice Version: 6.0.2.1
Build-ID: f7f06a8f319e4b62f9bc5095aa112a65d2f3ac89
CPU-Threads: 4; BS: Linux 3.16; UI-Render: Standard; VCL: kde4; 
Gebietsschema: de-DE (de_DE.UTF-8); Calc: CL

In KDE is choosen Oxygen and Plastique

-- 
You are receiving this mail because:
You 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 116593] Main Area View changes when a dynamic (context sensitive) toolbar opens during EDITING

2018-03-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116593

Heiko Tietze  changed:

   What|Removed |Added

   Keywords||needsDevEval
 Status|UNCONFIRMED |NEW
 CC|libreoffice-ux-advise@lists |tietze.he...@gmail.com
   |.freedesktop.org|
 Ever confirmed|0   |1

--- Comment #9 from Heiko Tietze  ---
Apparently, Impress/Draw have a shared canvas while Write/Calc work
differently. Not sure that this can be changed at all without rewriting all (->
needsdeveval). The simple solution is to make the TB floating or dock it at a
place that never changes. The Notebookbar could become another solution.

-- 
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 116593] Main Area View changes when a dynamic (context sensitive) toolbar opens during EDITING

2018-03-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116593

Heiko Tietze  changed:

   What|Removed |Added

   Keywords||needsDevEval
 Status|UNCONFIRMED |NEW
 CC|libreoffice-ux-advise@lists |tietze.he...@gmail.com
   |.freedesktop.org|
 Ever confirmed|0   |1

--- Comment #9 from Heiko Tietze  ---
Apparently, Impress/Draw have a shared canvas while Write/Calc work
differently. Not sure that this can be changed at all without rewriting all (->
needsdeveval). The simple solution is to make the TB floating or dock it at a
place that never changes. The Notebookbar could become another solution.

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


[Libreoffice-bugs] [Bug 94691] [META] OpenGL bugs

2018-03-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94691
Bug 94691 depends on bug 116509, which changed state.

Bug 116509 Summary: OpenGL: Slideshows with Transitions crashing Impress
https://bugs.documentfoundation.org/show_bug.cgi?id=116509

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 103704] [META] Slide transition bugs and enhancements

2018-03-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103704
Bug 103704 depends on bug 116509, which changed state.

Bug 116509 Summary: OpenGL: Slideshows with Transitions crashing Impress
https://bugs.documentfoundation.org/show_bug.cgi?id=116509

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 116509] OpenGL: Slideshows with Transitions crashing Impress

2018-03-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116509

Noel Grandin  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 116613] HELP (Spanish): calc MID function it' s not in the help and their description is under COMPACTAR, looks it' s not translated in calc.

2018-03-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116613

--- Comment #2 from m.a.riosv  ---
Reviewing functions calling clicking on the button help inside wizard after
select a function, the next also doesn't go to the right place.
BIT.DESPLIZQDA
BITAND
BITOR
BITXOR
all go to BIT.DESPLDCHA
COCIENTE
go to Funciones matamática.
I have not review all the rest.


But the issue is there also with Englis (USA) ui and there help, with functions
like:
CEILING.MATH
any of the BETAxx go to the same point.

I'm not sure at all but seems part of the issue is with functions with the same
beginning, maybe the search it's not for the whole string.

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


[Libreoffice-bugs] [Bug 116618] No undo available anymore

2018-03-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116618

--- Comment #2 from Xavier Van Wijmeersch  ---
no repro

Version: 6.1.0.0.alpha0+
Build ID: 1fbe46cf08f525e78016feef83f4c38b79b337ba
CPU threads: 8; OS: Linux 4.14; UI render: default; VCL: kde4; 
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2018-03-24_23:04:38
Locale: nl-BE (en_US.UTF-8); Calc: group

only windows???

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


[Libreoffice-bugs] [Bug 114816] FORMATTING: Writer Page Borders display with lines jutting outwards in corners

2018-03-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114816

--- Comment #13 from Karsten  ---
Created attachment 140869
  --> https://bugs.documentfoundation.org/attachment.cgi?id=140869=edit
Screenshots in Debian for LibreOffice3-DoubleLine-2.5Pt.odt

Please refer to bug 116558 too.
I tested here and you can see my results.

I am running Debian AMD64
Description:Debian GNU/Linux 8.10 (jessie)

Libreoffice Version: 6.0.2.1
Build-ID: f7f06a8f319e4b62f9bc5095aa112a65d2f3ac89
CPU-Threads: 4; BS: Linux 3.16; UI-Render: Standard; VCL: kde4; 
Gebietsschema: de-DE (de_DE.UTF-8); Calc: CL

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


[Libreoffice-bugs] [Bug 114816] FORMATTING: Writer Page Borders display with lines jutting outwards in corners

2018-03-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114816

Telesto  changed:

   What|Removed |Added

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

--- Comment #15 from Telesto  ---
*** Bug 116558 has been marked as a duplicate of this bug. ***

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


[Libreoffice-bugs] [Bug 116558] page frame in writer is not formated and printed correct

2018-03-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116558

Telesto  changed:

   What|Removed |Added

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

--- Comment #4 from Telesto  ---


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

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


[Libreoffice-bugs] [Bug 116545] exporting to PDF in Impress stretch one image for every slides/pages

2018-03-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116545

Telesto  changed:

   What|Removed |Added

 CC||tele...@surfxs.nl

--- Comment #4 from Telesto  ---
Maybe connected to bug 113143 (Wild guess)

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


[Libreoffice-bugs] [Bug 116509] OpenGL: Slideshows with Transitions crashing Impress

2018-03-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116509

--- Comment #9 from Commit Notification 
 ---
Noel Grandin committed a patch related to this issue.
It has been pushed to "master":

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

tdf#116509 OpenGL: Slideshows with Transitions crashing Impress

It will be available in 6.1.0.

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

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

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


[Libreoffice-bugs] [Bug 116509] OpenGL: Slideshows with Transitions crashing Impress

2018-03-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116509

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:6.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 105003] Rotating a PNG image is quite slow

2018-03-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105003

Telesto  changed:

   What|Removed |Added

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

--- Comment #6 from Telesto  ---
No repro
Version: 6.1.0.0.alpha0+
Build ID: dd4f1b1bd31daf080dc0420524712dc244e539b5
CPU threads: 4; OS: Windows 6.3; UI render: default; 
TinderBox: Win-x86@42, Branch:master, Time: 2018-03-20_23:26:38
Locale: nl-NL (nl_NL); Calc: group

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


[Libreoffice-bugs] [Bug 103152] [META] Writer image bugs and enhancements

2018-03-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103152
Bug 103152 depends on bug 105003, which changed state.

Bug 105003 Summary: Rotating a PNG image is quite slow
https://bugs.documentfoundation.org/show_bug.cgi?id=105003

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 112099] Table borders in DOC or DOCX file render different

2018-03-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112099

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||107701


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 107701] [META] Table border bugs and enhancements

2018-03-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107701

Thomas Lendo  changed:

   What|Removed |Added

 Depends on||112099


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=112099
[Bug 112099] Table borders in DOC or DOCX file render different
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 116505] The textbox can' t be deselected or moved using the mouse after PDF export

2018-03-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116505

Telesto  changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #2 from Telesto  ---
No repro with
Version: 6.1.0.0.alpha0+
Build ID: dd4f1b1bd31daf080dc0420524712dc244e539b5
CPU threads: 4; OS: Windows 6.3; UI render: default; 
TinderBox: Win-x86@42, Branch:master, Time: 2018-03-20_23:26:38
Locale: en-US (nl_NL); Calc: CL

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


[Libreoffice-bugs] [Bug 116620] About Calc "copy and paste"

2018-03-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116620

Xavier Van Wijmeersch  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |NOTABUG

--- Comment #1 from Xavier Van Wijmeersch  ---
no repro with

Version: 5.3.1.2
Build ID: e80a0e0fd1875e1696614d24c32df0f95f03deb2
CPU Threads: 8; OS Version: Linux 4.14; UI Render: default; VCL: kde4; Layout
Engine: new; 
Locale: nl-BE (en_US.UTF-8); Calc: group

not a bug and your version of LO is EOL, try with a newer version, if you not
agree you can still reopen as 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 116613] HELP (Spanish): calc MID function it' s not in the help and their description is under COMPACTAR, looks it' s not translated in calc.

2018-03-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116613

Olivier Hallot  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
  Component|Documentation   |Localization
 Ever confirmed|0   |1

--- Comment #1 from Olivier Hallot  ---
Changing from 'Documentation' to 'Localization'. This is a Spanish localization
issue.

String is 

LibreOffice master – Help scalc/01.po Unidade #127429893

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


[Libreoffice-bugs] [Bug 116621] UI: No description for the different border line-styles

2018-03-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116621

V Stuart Foote  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||vstuart.fo...@utsa.edu
 Ever confirmed|0   |1

--- Comment #1 from V Stuart Foote  ---
Confirmed on Windows build
Version: 6.0.2.1 (x64)
Build ID: f7f06a8f319e4b62f9bc5095aa112a65d2f3ac89
CPU threads: 4; OS: Windows 10.0; UI render: GL; 
Locale: en-US (en_US); Calc: CL

The listbox of border styles do not receive tool tip/descriptions.

https://opengrok.libreoffice.org/xref/core/cui/uiconfig/ui/borderpage.ui#175
https://opengrok.libreoffice.org/xref/core/svx/source/dialog/dlgctrl.cxx#1083

With local help installed and extended tips checked enabled. The widgets (Calc
& Writer) take Paragraph help articles:

https://opengrok.libreoffice.org/xref/help/source/text/shared/01/05030500.xhp#54
https://opengrok.libreoffice.org/xref/help/source/text/shared/01/05030500.xhp#34

But the LB in the Borders tab of the Paragraph dialog do not have any
annotation describing the line (or its bitmap) exposed to the UI

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


[Libreoffice-bugs] [Bug 116622] New: Inserted EMF image is not cropped correctly

2018-03-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116622

Bug ID: 116622
   Summary: Inserted EMF image is not cropped correctly
   Product: LibreOffice
   Version: 6.0.2.1 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: graphics stack
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: kurko2...@gmail.com

Description:
Migrated from bug 116335 (part 2)

Some EMF images are not cropped and displayed correctly when they are inserted
into Writer. The top part of the image is missing but can be revealed by using
the crop tool and pulling the top/top left crop handle outwards.

An example is attached. It contains:
- An EMF file
- A screenshot showing this problem
- A reference redering in Microsoft Word (note: This shows another, unrelated
image as well)

Steps to Reproduce:
1. Download the example file and unpack it
2. Create a new document in Writer and insert the example EMF file into it
3. Look at the top of the image and compare with the screenshots. 
4. Select the image -> Crop
5. Pull the top left crop handle outwards to reveal the rest of the image.

Actual Results:  
The top part of the image is not initially displayed.

Expected Results:
The entire image should be displayed.


Reproducible: Always


User Profile Reset: No



Additional Info:
Tested with:

Version: 6.0.2.1
Build ID: f7f06a8f319e4b62f9bc5095aa112a65d2f3ac89
CPU Threads: 4; OS Version: Windows 6.1; UI Render: default; 
Locale: fi-FI (fi_FI); Calc: group


Version: 5.2.7.2
Build ID: 1:5.2.7-1+deb9u2
CPU Threads: 4; OS Version: Linux 4.9; UI Render: default; VCL: gtk2; 
Locale: fi-FI (fi_FI.utf8); Calc: group


Version: 5.4.5.1
Build ID: 79c9829dd5d8054ec39a82dc51cd9eff340dbee8
CPU Threads: 4; OS Version: Windows 6.1; UI Render: default; 
Locale: fi-FI (fi_FI); Calc: group


User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101
Firefox/52.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 116622] Inserted EMF image is not cropped correctly

2018-03-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116622

--- Comment #1 from johan  ---
Created attachment 140872
  --> https://bugs.documentfoundation.org/attachment.cgi?id=140872=edit
example files

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


[Libreoffice-bugs] [Bug 115623] EPUB: support vertical writing mode (rl-tb).

2018-03-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115623

Mark Hung  changed:

   What|Removed |Added

 Attachment #140714|0   |1
is obsolete||

--- Comment #6 from Mark Hung  ---
Created attachment 140871
  --> https://bugs.documentfoundation.org/attachment.cgi?id=140871=edit
Patch for libepubgen

My patches for libepubgen to support writing mode:

0001-Support-writing-mode-for-reflowable-layout-method.patch
0002-Always-keep-page-properties-when-splitting-the-HTML-.patch
0003-Ensure-page-properties-in-the-page-span-works.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 116608] The bold part of Times of New Roman font bold & italic is disappearing at smaller zoom levels (depending on font size)

2018-03-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116608

Telesto  changed:

   What|Removed |Added

 Blocks||107923


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 116611] LibreOffice Version: 6.0.2.1 Crashes on Opening on Mac

2018-03-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116611

Xisco Faulí  changed:

   What|Removed |Added

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

--- Comment #2 from Xisco Faulí  ---
Thanks for reporting the issue.
Does it work if you disable OpenGl ? ->
https://wiki.documentfoundation.org/OpenGL

I have set the bug's status to 'NEEDINFO'. Please change it back to
'UNCONFIRMED' if the issue is still present

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


[Libreoffice-bugs] [Bug 107923] [META] Zoom issues

2018-03-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107923

Telesto  changed:

   What|Removed |Added

 Depends on||116608


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=116608
[Bug 116608] The bold part of Times of New Roman font bold & italic is
disappearing at smaller zoom levels (depending on font size)
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 116527] Crash in: `anonymous namespace'::documentStartPageNumber

2018-03-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116527

Xisco Faulí  changed:

   What|Removed |Added

 CC||caol...@redhat.com

--- Comment #11 from Xisco Faulí  ---
(In reply to Julien Nabet from comment #10)
> I think it should be fixed in UI interface.
> I mean if you open the odt file and click "Print", it displays:
> "Your document contains address database fields. Do you want to print a
> letter form?"
> Clicking "Yes" brings a "Mail Merge" dialog (mailmerge.ui) which prevents
> values "From" and "To" from being below 1.
> I think we should mimick this behavior.
> If it's confirmed, I don't know anything about UI/Glade to do this.
> Moreover, there are quite a confusion between: sal_uInt32, sal_Int32 and int.
> I also saw that NumericField was used and is made from NumericFormatter
> which contains a value with type sal_Int64. 
> In brief, not for me.

Hi Julien,
Ok, no problem, thanks for taking a look anyway.

@Caolán, since this issue concerns the UI, would you mind taking a look?

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


[Libreoffice-bugs] [Bug 116623] New: Some EMF image parts are incorrectly extended

2018-03-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116623

Bug ID: 116623
   Summary: Some EMF image parts are incorrectly extended
   Product: LibreOffice
   Version: 6.0.2.1 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: graphics stack
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: kurko2...@gmail.com

Description:
Migrated from bug 116335 (part 3).

Some parts of certain EMF images are not displayed correctly. An example is
attached. When it is inserted into Writer or opened in Draw, the curves extend
outside the plot area even though they should not.

Example contents:
- An EMF file 
- A screenshot showing this problem in Writer
- A reference rendering in Microsoft Word (note that this screenshot also
contains another, unrelated image)


Please note that the same problem occurs in Inkscape.

Steps to Reproduce:
1. Download and unpack the example files
2. Insert the EMF file into Writer or open it in Draw
3. Look at the plot curve endpoints 
4. Compare with the reference rendering. You can also use Microsoft software to
view the EMF file

Actual Results:  
The curves extend outside the plot area

Expected Results:
The curves should stay inside the plot area


Reproducible: Always


User Profile Reset: No



Additional Info:
Tested with:

Version: 6.0.2.1
Build ID: f7f06a8f319e4b62f9bc5095aa112a65d2f3ac89
CPU Threads: 4; OS Version: Windows 6.1; UI Render: default; 
Locale: fi-FI (fi_FI); Calc: group


Version: 5.2.7.2
Build ID: 1:5.2.7-1+deb9u2
CPU Threads: 4; OS Version: Linux 4.9; UI Render: default; VCL: gtk2; 
Locale: fi-FI (fi_FI.utf8); Calc: group


Version: 5.4.5.1
Build ID: 79c9829dd5d8054ec39a82dc51cd9eff340dbee8
CPU Threads: 4; OS Version: Windows 6.1; UI Render: default; 
Locale: fi-FI (fi_FI); Calc: group


User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101
Firefox/52.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 116623] Some EMF image parts are incorrectly extended

2018-03-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116623

--- Comment #1 from johan  ---
Created attachment 140873
  --> https://bugs.documentfoundation.org/attachment.cgi?id=140873=edit
example files

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


[Libreoffice-bugs] [Bug 103903] EMF import distorts propotion of image files ( Landscape looks like Portrait)

2018-03-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103903

--- Comment #8 from johan  ---
bug 116335 - part 4) may be related to this.

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


[Libreoffice-bugs] [Bug 89686] "undo" mess up previous Conditional Format-ranges

2018-03-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89686

--- Comment #5 from Xavier Van Wijmeersch  ---
no repro with

Version: 6.1.0.0.alpha0+
Build ID: 1fbe46cf08f525e78016feef83f4c38b79b337ba
CPU threads: 8; OS: Linux 4.14; UI render: default; VCL: kde4; 
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2018-03-24_23:04:38
Locale: nl-BE (en_US.UTF-8); Calc: group

Version: 6.1.0.0.alpha0+
Build ID: 7422687028d33a9a4029aeb9265bc59578f5aef9
CPU threads: 8; OS: Linux 4.14; UI render: default; VCL: kde4; 
Locale: nl-BE (en_US.UTF-8); Calc: group

but still can be produced with 5.3.2.1 to 6.0.4

Version: 5.3.1.2
Build ID: e80a0e0fd1875e1696614d24c32df0f95f03deb2
CPU Threads: 8; OS Version: Linux 4.14; UI Render: default; VCL: kde4; Layout
Engine: new; 
Locale: nl-BE (en_US.UTF-8); Calc: group

Version: 6.0.4.0.0+
Build ID: 90fb652ebbc4b16ae5001140076f52209e913345
CPU threads: 8; OS: Linux 4.14; UI render: default; VCL: kde4; 
Locale: nl-BE (en_US.UTF-8); Calc: group

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


[Libreoffice-bugs] [Bug 116534] Groupedbar Full cuts off Menu, Tools and Help section

2018-03-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116534

raal  changed:

   What|Removed |Added

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

--- Comment #3 from raal  ---
(In reply to Pedro from comment #2)
> Could you confirm in 6.0 that you see this issue?

Yes. Seems to be fixed with dev version. You can download it here:
http://dev-builds.libreoffice.org/daily/master/
Please test.

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


[Libreoffice-bugs] [Bug 116616] Using LibreOffice Online (CODE on Nextcloud) with the browsers on mobile devices would refresh pages every few seconds and couldn 't edit at all

2018-03-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116616

--- Comment #1 from V Stuart Foote  ---
*** Bug 116617 has been marked as a duplicate of this bug. ***

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


[Libreoffice-bugs] [Bug 116617] Using LibreOffice Online (CODE on Nextcloud) with the browsers on mobile devices would refresh pages every few seconds and couldn 't edit at all

2018-03-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116617

V Stuart Foote  changed:

   What|Removed |Added

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

--- Comment #1 from V Stuart Foote  ---


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

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


[Libreoffice-bugs] [Bug 39468] translate German comments, removing redundant ones

2018-03-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=39468

Kunal Gehlot  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |gehlotkun...@gmail.com
   |desktop.org |

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


[Libreoffice-bugs] [Bug 108382] [META] Borders bugs and enhancements

2018-03-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108382

Dieter Praas  changed:

   What|Removed |Added

 Depends on||114816


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=114816
[Bug 114816] FORMATTING: Writer Page Borders display with lines jutting
outwards in corners
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


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

2018-03-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=87351
Bug 87351 depends on bug 115149, which changed state.

Bug 115149 Summary: Conditional Formatting gets messed up when pasting new rows
https://bugs.documentfoundation.org/show_bug.cgi?id=115149

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |FIXED

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


[Libreoffice-bugs] [Bug 108383] [META] Borders dialog tab bugs and enhancements

2018-03-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108383

Telesto  changed:

   What|Removed |Added

 Depends on||95247


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 95247] Borders accesibility

2018-03-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95247

Telesto  changed:

   What|Removed |Added

 Blocks||108383


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 101886] Border line style control not a11y accessible

2018-03-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101886

Telesto  changed:

   What|Removed |Added

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

--- Comment #7 from Telesto  ---
Quote: bug 116621 comment 1

Confirmed on Windows build
Version: 6.0.2.1 (x64)
Build ID: f7f06a8f319e4b62f9bc5095aa112a65d2f3ac89
CPU threads: 4; OS: Windows 10.0; UI render: GL; 
Locale: en-US (en_US); Calc: CL

The listbox of border styles do not receive tool tip/descriptions.

https://opengrok.libreoffice.org/xref/core/cui/uiconfig/ui/borderpage.ui#175
https://opengrok.libreoffice.org/xref/core/svx/source/dialog/dlgctrl.cxx#1083

With local help installed and extended tips checked enabled. The widgets (Calc
& Writer) take Paragraph help articles:

https://opengrok.libreoffice.org/xref/help/source/text/shared/01/05030500.xhp#54
https://opengrok.libreoffice.org/xref/help/source/text/shared/01/05030500.xhp#34

But the LB in the Borders tab of the Paragraph dialog do not have any
annotation describing the line (or its bitmap) exposed to the UI

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


[Libreoffice-bugs] [Bug 95247] Borders accesibility

2018-03-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95247

Telesto  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 108382] [META] Borders bugs and enhancements

2018-03-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108382
Bug 108382 depends on bug 116612, which changed state.

Bug 116612 Summary: FORMATTING: Paragraph double line border not drawn 
correctly and unaligned
https://bugs.documentfoundation.org/show_bug.cgi?id=116612

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 116511] Calc crashes when opening Function Wizard through Cmd-F2 shortcut

2018-03-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116511

Xisco Faulí  changed:

   What|Removed |Added

   Keywords||wantBacktrace

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


[Libreoffice-bugs] [Bug 116612] FORMATTING: Paragraph double line border not drawn correctly and unaligned

2018-03-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116612

V Stuart Foote  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||vstuart.fo...@utsa.edu
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=11
   ||4934
 Resolution|--- |DUPLICATE

--- Comment #3 from V Stuart Foote  ---
The sample documents work correctly in current master/6.1.0, as do samples from
bug 89604 and bug 81643--corrected by refactoring done for bug 114934

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

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


[Libreoffice-bugs] [Bug 112610] System crashes + slow GUI, on KDE linux + intel graphics

2018-03-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112610

--- Comment #6 from zeitli...@yahoo.de ---
Wow, quite a number of months have passed until this may actually be some
activity related to this bug(?)

Are you sure its the same bug?
Are you using the same linux distro and version of LO?
Did you diff the backtraces attached to this bug and is it comparable to
your's?
Is the onscreen stream of error msgs the same for you as the one attached to
this bug?
LO can crash because of just so many different things 

The overwhelming response during the last 6 months to this severe crash shows
just once again, as so many times, that the documentfoundation simply dgaf if
LO is working on linux or not.
I mean, this bug kills a running linux systems completely - cmon - that's just
unbelievable - way 'better' than anything to expect from msdooze-office. But
documentfoundation is unable to fix it.

Here's my fix: I'm using Version 4.2.8.2. It runs just fine.

Anyway, the main 'improvements' by the documentfoundation to LO ever since they
overtook from OpenOffice is to overlay each new version by the next level of
even more buggy GUI. Why bother with that. The core functionality has never
improved significantly since the very early versions. Just stay with them -
forget about new versions- and do your work.

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


[Libreoffice-bugs] [Bug 81643] Borders are drawn as rectangles and so they are not joined well at the corners

2018-03-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=81643

--- Comment #25 from V Stuart Foote  ---
*** Bug 116612 has been marked as a duplicate of this bug. ***

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


[Libreoffice-bugs] [Bug 116425] FILEOPEN XLSX Excel spreadsheet takes forever and a lot of CPU time to open

2018-03-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116425

Xisco Faulí  changed:

   What|Removed |Added

Version|6.0.2.1 release |4.1 all versions

--- Comment #8 from Xisco Faulí  ---
Reproduced in


Version 4.1.0.0.alpha0+ (Build ID: efca6f15609322f62a35619619a6d5fe5c9bd5a)

but not in

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

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


[Libreoffice-bugs] [Bug 116335] EMF is opened with large empty space around it

2018-03-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116335

--- Comment #10 from johan  ---
2) reported as bug 116622

3) reported as bug 116623


Additional notes that may be useful:

3) occurs in Inkscape as well (already reported)

4) occurs in Inkscape as well (already reported)

2) occurs in Inkscape - the image is placed partially outside the page/canvas
area (not yet reported)

1) may occur in Inkscape, a matter of definition. The canvas/page area is much
larger than the image itself when the image is opened. (not yet reported)

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


[Libreoffice-bugs] [Bug 116555] Create HTML document(s) via Send yields anchor document with wrong extension

2018-03-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116555

--- Comment #5 from Xisco Faulí  ---
Hi Gerhard,
thanks for the document.
Could you please also attach the .ODT file from where the xhml is created?

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


[Libreoffice-bugs] [Bug 115754] FORMATTING: Updating styles doesn't update table styles

2018-03-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115754

Dieter Praas  changed:

   What|Removed |Added

 CC||dgp-m...@gmx.de,
   ||libreoffice-ux-advise@lists
   ||.freedesktop.org

--- Comment #4 from Dieter Praas  ---
Kevin, if you add the keyword needsUXEval you should add
libreoffice-ux-adv...@lists.freedesktop.org to the cc-list.

-- 
You are receiving this mail because:
You 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 115754] FORMATTING: Updating styles doesn't update table styles

2018-03-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115754

Dieter Praas  changed:

   What|Removed |Added

 CC||dgp-m...@gmx.de,
   ||libreoffice-ux-advise@lists
   ||.freedesktop.org

--- Comment #4 from Dieter Praas  ---
Kevin, if you add the keyword needsUXEval you should add
libreoffice-ux-advise@lists.freedesktop.org to the cc-list.

-- 
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 116610] [Table styles] Styles and direct formatting get overwritten

2018-03-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116610

Dieter Praas  changed:

   What|Removed |Added

 CC||dgp-m...@gmx.de

--- Comment #1 from Dieter Praas  ---
I'm not 100% sure, but I think your issue is about table formatting but not
about table styles, because it is actual not possible to change the predefined
table styles or to create an new table style (see table styles in the 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


  1   2   >