[Libreoffice-bugs] [Bug 122471] FILEOPEN XLSX, Pivot missing columns and lines in LO

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

raal  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

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


Problem in running make file on Ubuntu 16.04

2019-01-07 Thread Komal Bharadiya
Hii Team,
I have been trying to setup libreoffice dev-environment lately. After
executing ./autogen.sh file, I hit make command. The execution takes ample
amount of time. It hangs my laptop, and I end up switching it off. I have
tried multiple no. of times. But couldn't run it successfully, what can I
do? Please help!
I have Dell Vostro 3568 model.
Thanking you in anticipation!

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


[Libreoffice-bugs] [Bug 122471] FILEOPEN XLSX, Pivot missing columns and lines in LO

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

--- Comment #5 from NISZ LibreOffice Team  ---
Created attachment 148126
  --> https://bugs.documentfoundation.org/attachment.cgi?id=148126=edit
This is the original spreadsheet.

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


Re: Building LibreOffice on MacOS mojave

2019-01-07 Thread Stephan Bergmann

On 08/01/2019 06:43, sayan mandal wrote:
I was able to get the source code from different mirror. Although, When 
I run autorun.sh I get following warnings:
 > WARNING : Unable to find the default value for 
jdk.net.URLClassPath.ClassPathURLCheck - java tests might fail!
 > WARNING : no suitable nasm (Netwide Assembler) found for internal 
libjpeg-turbo


Any help would be appreciated.


Those are only warnings, not hard errors.  They should not cause 
building to fail.

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


[Libreoffice-bugs] [Bug 122438] FILEOPEN DOCX: Wrong position in text for RTL (right to left)

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

--- Comment #8 from Hiromi Kuramoto  ---
Created attachment 148125
  --> https://bugs.documentfoundation.org/attachment.cgi?id=148125=edit
attachment 20181218a

I also confirmed it in macOS Sierra

reproduce in:
Version: 6.1.4.2
Build ID: 9d0f32d1f0b509096fd65e0d4bec26ddd1938fd3
CPU threads: 4; OS: Mac OS X 10.12.5; UI render: default; 
Locale: en-US (ja_JP.UTF-8); Calc: group threaded

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


[Libreoffice-commits] core.git: chart2/qa cui/uiconfig

2019-01-07 Thread Libreoffice Gerrit user
 0 files changed

New commits:
commit 634ed501db65da619ffbd9c19c29969a9023152c
Author: Andrea Gelmini 
AuthorDate: Mon Jan 7 14:47:37 2019 +
Commit: Julien Nabet 
CommitDate: Tue Jan 8 08:38:37 2019 +0100

Removed executable permission on data files

Change-Id: I20aa503bb011d7222ecc29cb87bb72c0f3ee7539
Reviewed-on: https://gerrit.libreoffice.org/65949
Tested-by: Jenkins
Reviewed-by: Julien Nabet 

diff --git a/chart2/qa/extras/data/xlsx/chart_label_text_break.xlsx 
b/chart2/qa/extras/data/xlsx/chart_label_text_break.xlsx
old mode 100755
new mode 100644
diff --git a/cui/uiconfig/ui/rotationtabpage.ui 
b/cui/uiconfig/ui/rotationtabpage.ui
old mode 100755
new mode 100644
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2019-01-07 Thread Libreoffice Gerrit user
 desktop/source/app/officeipcthread.cxx |   13 ++---
 1 file changed, 6 insertions(+), 7 deletions(-)

New commits:
commit 6ccc70a8a5cf3bcf9504f3a0b7dd30969e4d7ae0
Author: Noel Grandin 
AuthorDate: Mon Jan 7 13:24:37 2019 +0200
Commit: Noel Grandin 
CommitDate: Tue Jan 8 08:29:08 2019 +0100

use unique_ptr in desktop::IpcThread

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

diff --git a/desktop/source/app/officeipcthread.cxx 
b/desktop/source/app/officeipcthread.cxx
index 08c0d4b83fa7..59450974e1b0 100644
--- a/desktop/source/app/officeipcthread.cxx
+++ b/desktop/source/app/officeipcthread.cxx
@@ -292,9 +292,9 @@ static void ImplPostForeignAppEvent( ApplicationEvent* 
pEvent )
 Application::PostUserEvent( LINK( nullptr, ProcessEventsClass_Impl, 
CallEvent ), pEvent );
 }
 
-static void ImplPostProcessDocumentsEvent( ProcessDocumentsRequest* pEvent )
+static void ImplPostProcessDocumentsEvent( 
std::unique_ptr pEvent )
 {
-Application::PostUserEvent( LINK( nullptr, ProcessEventsClass_Impl, 
ProcessDocumentsEvent ), pEvent );
+Application::PostUserEvent( LINK( nullptr, ProcessEventsClass_Impl, 
ProcessDocumentsEvent ), pEvent.release() );
 }
 
 oslSignalAction SalMainPipeExchangeSignal_impl(SAL_UNUSED_PARAMETER void* 
/*pData*/, oslSignalInfo* pInfo)
@@ -976,8 +976,8 @@ bool IpcThread::process(OString const & arguments, bool * 
waitProcessed) {
 ImplPostForeignAppEvent( pAppEvent );
 }
 
-ProcessDocumentsRequest* pRequest = new ProcessDocumentsRequest(
-aCmdLineArgs->getCwdUrl());
+std::unique_ptr pRequest(new 
ProcessDocumentsRequest(
+aCmdLineArgs->getCwdUrl()));
 m_handler->cProcessed.reset();
 pRequest->pcProcessed = _handler->cProcessed;
 m_handler->mbSuccess = false;
@@ -1108,13 +1108,12 @@ bool IpcThread::process(OString const & arguments, bool 
* waitProcessed) {
 pRequest->aModule= aOpt.GetFactoryName( 
SvtModuleOptions::EFactory::DRAW );
 }
 
-ImplPostProcessDocumentsEvent( pRequest );
+ImplPostProcessDocumentsEvent( std::move(pRequest) );
 }
 else
 {
 // delete not used request again
-delete pRequest;
-pRequest = nullptr;
+pRequest.reset();
 }
 if (aCmdLineArgs->IsEmpty())
 {
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 91688] VIEWING: Print Preview does not display comments

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

albertopodrico  changed:

   What|Removed |Added

URL||http://www.gta5-wiki.com/ch
   ||eats

--- Comment #8 from albertopodrico  ---
Lenny Face - Create your very own unique text smileys and lenny faces. Just
click to copy !!!
 https://lennyfacecopy.com

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


[Libreoffice-bugs] [Bug 122413] Changes to Impress not saved

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

--- Comment #4 from Hiromi Kuramoto  ---
Hi, I tried this reproduce, but I also confirm the bug in macOS Sierra.

reproduce in
Version: 6.1.3.2
Build ID: 86daf60bf00efa86ad547e59e09d6bb77c699acb
CPU threads: 4; OS: Mac OS X 10.12.5; UI render: default; 
Locale: en-US (ja_JP.UTF-8); Calc: group threaded

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


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

2019-01-07 Thread Libreoffice Gerrit user
 icon-themes/breeze/links.txt   |3 +++
 icon-themes/colibre/cmd/32/toolbarmode.png |binary
 icon-themes/colibre/cmd/lc_toolbarmode.png |binary
 icon-themes/colibre/links.txt  |3 +++
 icon-themes/colibre_svg/cmd/32/toolbarmode.svg |   18 ++
 icon-themes/colibre_svg/cmd/lc_toolbarmode.svg |   18 ++
 icon-themes/colibre_svg/cmd/sc_toolbarmode.svg |8 +---
 7 files changed, 43 insertions(+), 7 deletions(-)

New commits:
commit a236da0c740e79aed9213005c6a106b4fe2cb293
Author: andreas kainz 
AuthorDate: Mon Jan 7 22:16:25 2019 +0100
Commit: andreas_kainz 
CommitDate: Tue Jan 8 07:42:24 2019 +0100

Colibre icon: update toolbarmode and donate icon

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

diff --git a/icon-themes/breeze/links.txt b/icon-themes/breeze/links.txt
index 88b0caada99b..c6e4dba7445b 100644
--- a/icon-themes/breeze/links.txt
+++ b/icon-themes/breeze/links.txt
@@ -1801,3 +1801,6 @@ cmd/sc_basicideappear.png cmd/sc_toolsmacroedit.png
 cmd/sc_macrosmenu.png res/im30821.png
 cmd/sc_macrodialog.png cmd/sc_scriptorganizer.png
 cmd/lc_macrodialog.png cmd/lc_scriptorganizer.png
+
+cmd/lc_donation.png cmd/lc_currencyfield.png
+cmd/sc_donation.png cmd/sc_currencyfield.png
diff --git a/icon-themes/colibre/cmd/32/toolbarmode.png 
b/icon-themes/colibre/cmd/32/toolbarmode.png
new file mode 100644
index ..098361bfe914
Binary files /dev/null and b/icon-themes/colibre/cmd/32/toolbarmode.png differ
diff --git a/icon-themes/colibre/cmd/lc_toolbarmode.png 
b/icon-themes/colibre/cmd/lc_toolbarmode.png
new file mode 100644
index ..ed7834ed7584
Binary files /dev/null and b/icon-themes/colibre/cmd/lc_toolbarmode.png differ
diff --git a/icon-themes/colibre/links.txt b/icon-themes/colibre/links.txt
index e3109af1d1b1..770289acf825 100644
--- a/icon-themes/colibre/links.txt
+++ b/icon-themes/colibre/links.txt
@@ -1810,3 +1810,6 @@ cmd/lc_basicideappear.png cmd/lc_toolsmacroedit.png
 
 cmd/sc_macrosmenu.png cmd/sc_choosemacro.png
 cmd/sc_basicideappear.png cmd/sc_toolsmacroedit.png
+
+cmd/lc_donation.png cmd/lc_currencyfield.png
+cmd/sc_donation.png cmd/sc_currencyfield.png
diff --git a/icon-themes/colibre_svg/cmd/32/toolbarmode.svg 
b/icon-themes/colibre_svg/cmd/32/toolbarmode.svg
new file mode 100644
index ..3745ea5cd464
--- /dev/null
+++ b/icon-themes/colibre_svg/cmd/32/toolbarmode.svg
@@ -0,0 +1,18 @@
+http://www.w3.org/2000/svg;>
+  
+  
+  
+  
+
diff --git a/icon-themes/colibre_svg/cmd/lc_toolbarmode.svg 
b/icon-themes/colibre_svg/cmd/lc_toolbarmode.svg
new file mode 100644
index ..3ba9321f5f03
--- /dev/null
+++ b/icon-themes/colibre_svg/cmd/lc_toolbarmode.svg
@@ -0,0 +1,18 @@
+http://www.w3.org/2000/svg;>
+  
+  
+  
+  
+
diff --git a/icon-themes/colibre_svg/cmd/sc_toolbarmode.svg 
b/icon-themes/colibre_svg/cmd/sc_toolbarmode.svg
index 8f948ef7c839..8cab7ea3bf30 100644
--- a/icon-themes/colibre_svg/cmd/sc_toolbarmode.svg
+++ b/icon-themes/colibre_svg/cmd/sc_toolbarmode.svg
@@ -1,8 +1,2 @@
 http://www.w3.org/2000/svg;>
-
-
-
-
-
- /
- 
\ No newline at end of file
+ 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 84837] Make show/hide comments UNO command work in Calc

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

--- Comment #151 from david jones  ---
Windows 8.1 is an improvised version of the Windows 8 operating system.
Available with several built-in features such as the new Start button,
applications, well-organized home screen, and more, Windows 8.1 installation
doesn’t ask to follow any hard and fast rule. You can get Windows 8.1 premium
or free version depending on your need. 
Whichever among the two you choose, it is necessary to perform standard
instructions for the installation. To know how to install Windows 8.1 or
install Windows 8.1 free, you can contact us. We have a team of Microsoft
certified technician to guide you with anything and everything associated with
the Windows 8.1 and other operating system versions.  call away 1-844-797-8692
http://geeksforglobal.com/support-for-windows-81/


The last major version in the family of Microsoft’s operating system is Windows
10. This OS works across all platforms, which makes it a preferred choice of
computer users. While accessing different features of Windows 10 or during the
installation, activation or update process, if you are stopped by a hitch, then
we are here to provide you round the clock Windows 10 technical support
services. These errors directly impact your productivity; therefore, connecting
to our Windows 10 customer support technicians immediately will help you get
rid of all minor and major errors in a jiffy.
http://geeksforglobal.com/support-for-windows-10/

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


[Libreoffice-bugs] [Bug 84837] Make show/hide comments UNO command work in Calc

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

--- Comment #150 from david jones  ---
Brother is one of the best names on the planet, in the printing field, as well
as in the whole business of inventive innovation arrangements. Top Brother
Printers leave nothing else to be wanted; they officially offer customers with
the best of everything essential for printers. Standard has an extensive
variety of items, and in every item section, the brand has figured out how to
accomplish mark initiative and keep up a top notch notoriety of value. No
wonder, today this giant name in printing industry offers so many products or
items. To name a few, are scanners, printers, cameras and many others. There
are http://printer-help-number.com/brother-printer-support.html;>Brother
Printer phone number  service providers that help customers in all possible
ways. Call for 24*7 (1844-797-8692)

Canon Inc., the Japanese Multinational Company offers a wide range of imaging
and optical products, which includes camcorders, steppers, medical equipment,
cameras and photocopiers.Canon printer support just like other products, Canon
Printers have also gained immense popularity. These are designed and developed
using the latest technology. Call (1844-797-8692)
http://printer-help-number.com/canon-printer-support.html


If you are searching for the best printing quality as well as the high printing
speed, than you should go for the Epson printer. You have the option to choose
various printer models from the variety or printers offered of the Epson
Printer. You can see different models according to the system requirements as
well as the printing quality and speed help users to choose the correct printer
easily. Along with the good quality printers. The Epson Company also offered
the best customer support regarding the issue and queries related to the Epson
printer with the help of Epson printer support number Call for 24*7 (1-
844-797-8692).
http://printer-help-number.com/epson-printer-support.html

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


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

2019-01-07 Thread Libreoffice Gerrit user
 accessibility/source/extended/accessibletabbar.cxx|2 +-
 accessibility/source/standard/accessiblemenucomponent.cxx |2 +-
 include/com/sun/star/uno/Reference.h  |   10 ++
 3 files changed, 12 insertions(+), 2 deletions(-)

New commits:
commit 06ec8a95c37a475b35100c9599ef56c1e179dc23
Author: Noel Grandin 
AuthorDate: Mon Jan 7 10:57:34 2019 +0200
Commit: Noel Grandin 
CommitDate: Tue Jan 8 07:09:17 2019 +0100

add operator* to uno::Reference

like the other smart pointer types

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

diff --git a/accessibility/source/extended/accessibletabbar.cxx 
b/accessibility/source/extended/accessibletabbar.cxx
index b511fd9463a5..812149d7ba0e 100644
--- a/accessibility/source/extended/accessibletabbar.cxx
+++ b/accessibility/source/extended/accessibletabbar.cxx
@@ -471,7 +471,7 @@ namespace accessibility
 else
 aFont = m_pTabBar->GetFont();
 VCLXFont* pVCLXFont = new VCLXFont;
-pVCLXFont->Init( *xDev.get(), aFont );
+pVCLXFont->Init( *xDev, aFont );
 xFont = pVCLXFont;
 }
 }
diff --git a/accessibility/source/standard/accessiblemenucomponent.cxx 
b/accessibility/source/standard/accessiblemenucomponent.cxx
index 95ab74d2a8b8..d8ec0900d994 100644
--- a/accessibility/source/standard/accessiblemenucomponent.cxx
+++ b/accessibility/source/standard/accessiblemenucomponent.cxx
@@ -310,7 +310,7 @@ Reference< awt::XFont > OAccessibleMenuComponent::getFont(  
)
 {
 const StyleSettings& rStyleSettings = 
Application::GetSettings().GetStyleSettings();
 VCLXFont* pVCLXFont = new VCLXFont;
-pVCLXFont->Init( *xDev.get(), rStyleSettings.GetMenuFont() );
+pVCLXFont->Init( *xDev, rStyleSettings.GetMenuFont() );
 xFont = pVCLXFont;
 }
 }
diff --git a/include/com/sun/star/uno/Reference.h 
b/include/com/sun/star/uno/Reference.h
index a44831b6c360..6b4977e88518 100644
--- a/include/com/sun/star/uno/Reference.h
+++ b/include/com/sun/star/uno/Reference.h
@@ -421,6 +421,16 @@ public:
 return castFromXInterface(_pInterface);
 }
 
+/** Indirection operator.
+
+@since LibreOffice 6.3
+@return UNacquired interface reference
+*/
+interface_type & SAL_CALL operator * () const {
+assert(_pInterface != NULL);
+return *castFromXInterface(_pInterface);
+}
+
 /** Gets interface pointer. This call does not acquire the interface.
 
 @return UNacquired interface pointer
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 122443] Crashes playing a video

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

--- Comment #6 from Hiromi Kuramoto  ---
Hi, I tried this bug using mp4 and 3gp in MacOS Sierra, but I cannot reproduce.

reproduce in
Version: 6.1.3.2
Build ID: 86daf60bf00efa86ad547e59e09d6bb77c699acb
CPU threads: 4; OS: Mac OS X 10.12.5; UI render: default; 
Locale: en-US (ja_JP.UTF-8); Calc: group threaded

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


Re: Building LibreOffice on MacOS mojave

2019-01-07 Thread sayan mandal
I was able to get the source code from different mirror. Although, When I
run autorun.sh I get following warnings:
> WARNING : Unable to find the default value for
jdk.net.URLClassPath.ClassPathURLCheck - java tests might fail!
> WARNING : no suitable nasm (Netwide Assembler) found for internal
libjpeg-turbo

Any help would be appreciated.


Regards,
Sayan Mandal

*Ph : +91-8902552884*
Final Year Undergraduate Student,
Computer Science and engineering,
Indian Institute Of Technology Kharagpur,
*E : *sayan007r...@gmail.com




[image: Mailtrack]

Sender
notified by
Mailtrack

01/08/19,
11:13:46 AM

On Mon, Jan 7, 2019 at 11:23 PM sayan mandal  wrote:

> Hi all,
>  I am Sayan from India and I am genuinely interested in contributing
> to LibreOffice. I was building LibreOffice on mac and I am getting the
> following error:
>
> fatal: unable to access 'https://gerrit.libreoffice.org/core/': Could not
> resolve host: gerrit.libreoffice.org
> When I tried to go to the above website, I could not. Any workaround this
> would be appreciated.
>
> Regards,
> Sayan Mandal
>
> *Ph : +91-8902552884*
> Final Year Undergraduate Student,
> Computer Science and engineering,
> Indian Institute Of Technology Kharagpur,
> *E : *sayan007r...@gmail.com
>
>
>
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


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

2019-01-07 Thread Libreoffice Gerrit user
 ucb/source/ucp/webdav-neon/NeonSession.cxx   |   14 --
 ucb/source/ucp/webdav-neon/NeonSession.hxx   |1 +
 ucb/source/ucp/webdav-neon/webdavcontent.cxx |   10 --
 3 files changed, 17 insertions(+), 8 deletions(-)

New commits:
commit 162a472d55cf9fb9aaa6d5eae625b3da2273a516
Author: Mike Kaganski 
AuthorDate: Tue Jan 8 05:47:04 2019 +0300
Commit: Mike Kaganski 
CommitDate: Tue Jan 8 06:34:55 2019 +0100

Don't crash when accessing WebDAV resource after auth failed

In my testing on Windows, the crashing scenario was this:
1. FileDialogHelper_Impl::updateVersions() creates storage calling
   comphelper::OStorageHelper::GetStorageFromURL;
2. Content::openStream() calls isDocument first;
3. Content::isDocument() indirectly initiates WebDAV session,
   creating a NeonSession;
4. All operations of NeonSession call Init() first; its first call
   initializes m_pHttpSession using ne_session_create, and then
   adds auth callbacks using ne_add_server_auth/ne_add_proxy_auth
5. Then NeonSession performs the rest of PROPFIND task, calling
   ah_post_send and auth_challenge; the latter fails, then
   ah_post_send calls clean_session, which cleans m_pHttpSession's
   auth_session's sspi_host;
6. NeonSession::HandleError throws DAVException for NE_AUTH error;
7. Content::isDocument() returns true to Content::openStream(),
   which proceeds to execute the command, which in turn re-uses
   the NeonSession and its m_pHttpSession;
8. NeonSession::OPTIONS then indirectly calls continue_sspi, which
   tries to dereference the m_pHttpSession's auth_session's
   sspi_host which is nullptr at this point.

So in case NeonSession detects the NE_AUTH error condition, let's
set a flag indicating that the next Init() should reinitialize its
m_pHttpSession.

Also fixed a case when xProps was used before initialization in
Content::getPropertyValues.

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

diff --git a/ucb/source/ucp/webdav-neon/NeonSession.cxx 
b/ucb/source/ucp/webdav-neon/NeonSession.cxx
index 979fb3819406..6d1215b7fe21 100644
--- a/ucb/source/ucp/webdav-neon/NeonSession.cxx
+++ b/ucb/source/ucp/webdav-neon/NeonSession.cxx
@@ -671,7 +671,8 @@ void NeonSession::Init()
 {
 osl::Guard< osl::Mutex > theGuard( m_aMutex );
 
-bool bCreateNewSession = false;
+bool bCreateNewSession = m_bNeedNewSession;
+m_bNeedNewSession = false;
 
 if ( m_pHttpSession == nullptr )
 {
@@ -725,13 +726,17 @@ void NeonSession::Init()
 m_aProxyName = rProxyCfg.aName;
 m_nProxyPort = rProxyCfg.nPort;
 
+bCreateNewSession = true;
+}
+
+if (bCreateNewSession)
+{
 // new session needed, destroy old first
 {
 osl::Guard< osl::Mutex > theGlobalGuard(getGlobalNeonMutex());
 ne_session_destroy( m_pHttpSession );
 }
 m_pHttpSession = nullptr;
-bCreateNewSession = true;
 }
 }
 
@@ -1966,6 +1971,11 @@ void NeonSession::HandleError( int nError,
 m_aHostName, m_nPort ) );
 
 case NE_AUTH: // User authentication failed on server
+// m_pHttpSession could get invalidated, e.g., as result of 
clean_session called in
+// ah_post_send in case when auth_challenge failed, which 
invalidates the auth_session
+// which we established in Init(): the auth_session's sspi_host 
gets disposed, and
+// next attempt to authenticate would crash in continue_sspi 
trying to dereference it
+m_bNeedNewSession = true;
 throw DAVException( DAVException::DAV_HTTP_AUTH,
 NeonUri::makeConnectionEndPointString(
 m_aHostName, m_nPort ) );
diff --git a/ucb/source/ucp/webdav-neon/NeonSession.hxx 
b/ucb/source/ucp/webdav-neon/NeonSession.hxx
index 2adebaacd3fd..df4522da6e18 100644
--- a/ucb/source/ucp/webdav-neon/NeonSession.hxx
+++ b/ucb/source/ucp/webdav-neon/NeonSession.hxx
@@ -54,6 +54,7 @@ private:
 sal_Int32 m_nProxyPort;
 css::uno::Sequence< css::beans::NamedValue > const m_aFlags;
 HttpSession * m_pHttpSession;
+bool m_bNeedNewSession = false; // Something happened that could 
invalidate m_pHttpSession
 void * const  m_pRequestData;
 const ucbhelper::InternetProxyDecider & m_rProxyDecider;
 
diff --git a/ucb/source/ucp/webdav-neon/webdavcontent.cxx 
b/ucb/source/ucp/webdav-neon/webdavcontent.cxx
index 7a376f48fcfa..8ef0956b2eff 100644
--- a/ucb/source/ucp/webdav-neon/webdavcontent.cxx
+++ b/ucb/source/ucp/webdav-neon/webdavcontent.cxx
@@ -1586,12 +1586,10 @@ uno::Reference< sdbc::XRow > 

Re: libreoffice pdfimport w/ poppler-0.72.0: build failure

2019-01-07 Thread Kaganski Mike
Hi Andreas!

On 08.01.2019 3:12, Andreas Sturmlechner wrote:
> In git master, libreoffice fails to build with:
> 
> sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx:558:70: error: ‘const
> class GooString’ has no member named ‘getCString’
> 
> The relevant change in poppler 0.72 release notes:
> * Rename GooString::getCString to GooString::c_str
> 
> The attached patch made it build successfully for me.

Could you please post the patch to gerrit [1] [2], and also post your 
license statement [3]?

[1] https://gerrit.libreoffice.org
[2] https://wiki.documentfoundation.org/Development
[3] 
https://wiki.documentfoundation.org/Development/Developers#License_Statements

-- 
Best regards,
Mike Kaganski
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 87341] FORMATTING: Wrong cells formating

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

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 84467] Searching for font size does not always work

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

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 71990] Freezes on Font Dropdown

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

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 35574] doc with embedded tables formatting issues

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

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 104017] FILESAVE: DOC: New rows are displayed on table after RT

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

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 112800] Toolbar and sidebar controls not able to detect character and paragraph level properties for selected text over 1, 000 paragraphs

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

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 114876] A 1, 000 paragraphs limitation for selected text

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

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 96619] Some pictures are not rendered on slide previews

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

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 111806] Regression: Cannot Export to SVG ( ubuntu packages )

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

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 122390] [EDITING] Track Changes author doesn't represent options field in docx files

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

--- Comment #2 from datakid  ---
Sorry, you are right, this was a terrible report. 

Yes, it was a docx file created by an external source. I couldn't tell you
which software was used to create it, but I guess MS Word is a good guess.

I did not check by creating a docx file in LO and then testing.

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


[Libreoffice-bugs] [Bug 62924] Add additional lines into a log scale of charts (minor ticks)

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

--- Comment #7 from Libomark  ---
You can change the major interval in the axis scale options:

0.30103 (=log10(2)) will give major marks on every multiple of 2 (as the number
is not precise, you will need to format the scale to a fixed number of d.p.)

I note that the minor grid is 8 lines, 9 intervals between major grid lines
drawn logarithmically, regardless of the choice of major interval.  This
doesn't make sense: surely the starting point should be 9 lines, 10 intervals,
or at least picking out intervening integers when a different major interval is
set.  It may help to change the operation so that the major interval is the
log10 of the number you input, rather than having to input the log10
explicitly.

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


[Libreoffice-commits] core.git: Branch 'aoo/trunk' - vcl/source

2019-01-07 Thread Libreoffice Gerrit user
 vcl/source/src/stdtext.src |   36 +++-
 1 file changed, 19 insertions(+), 17 deletions(-)

New commits:
commit a884aab00047174fd62e5dc3b077f239fe96cb4f
Author: Matthias Seidel 
AuthorDate: Mon Jan 7 23:39:45 2019 +
Commit: Matthias Seidel 
CommitDate: Mon Jan 7 23:39:45 2019 +

Cleaned up resource file

diff --git a/vcl/source/src/stdtext.src b/vcl/source/src/stdtext.src
index 11158864f137..1669df256c1d 100644
--- a/vcl/source/src/stdtext.src
+++ b/vcl/source/src/stdtext.src
@@ -27,52 +27,52 @@
 
 String SV_STDTEXT_SERVICENOTAVAILABLE
 {
-Text [ en-US ] = "The component (%s) could not be loaded.\nPlease start 
setup with the repair option.";
+Text [ en-US ] = "The component (%s) could not be loaded.\nPlease start 
setup with the repair option." ;
 };
 
 String SV_STDTEXT_DONTHINTAGAIN
 {
-Text [ en-US ] = "Do not show this information again.";
+Text [ en-US ] = "Do not show this information again." ;
 };
 
 String SV_STDTEXT_DONTASKAGAIN
 {
-Text [ en-US ] = "Do not show this question again.";
+Text [ en-US ] = "Do not show this question again." ;
 };
 
 String SV_STDTEXT_DONTWARNAGAIN
 {
-Text [ en-US ] = "Do not show warning again.";
+Text [ en-US ] = "Do not show this warning again." ;
 };
 
 String SV_ACCESSERROR_WRONG_VERSION
 {
-Text [ en-US ] = "Wrong Version";
+Text [ en-US ] = "Wrong Version" ;
 };
 
 String SV_ACCESSERROR_BRIDGE_MSG
 {
-Text [ en-US ] = "%PRODUCTNAME %PRODUCTVERSION requires a Java Access 
Bridge 1.0.3 or later version to support accessibility.";
+Text [ en-US ] = "%PRODUCTNAME %PRODUCTVERSION requires a Java Access 
Bridge 1.0.3 or later version to support accessibility." ;
 };
 
 String SV_ACCESSERROR_OK_CANCEL_MSG
 {
-Text [ en-US ] = "Click '%OK' to start %PRODUCTNAME %PRODUCTVERSION 
without accessibility support, or click '%CANCEL' to exit %PRODUCTNAME 
%PRODUCTVERSION.";
+Text [ en-US ] = "Click '%OK' to start %PRODUCTNAME %PRODUCTVERSION 
without accessibility support, or click '%CANCEL' to exit %PRODUCTNAME 
%PRODUCTVERSION." ;
 };
 
 String SV_ACCESSERROR_MISSING_BRIDGE
 {
-Text [ en-US ] = "No Java Access Bridge";
+Text [ en-US ] = "No Java Access Bridge" ;
 };
 
 String SV_ACCESSERROR_FAULTY_JAVA
 {
-Text [ en-US ] = "Faulty Java Installation";
+Text [ en-US ] = "Faulty Java Installation" ;
 };
 
 String SV_ACCESSERROR_JAVA_MSG
 {
-Text [ en-US ] = "%PRODUCTNAME %PRODUCTVERSION requires Java 1.4.0_02 or 
later version to support accessibility.";
+Text [ en-US ] = "%PRODUCTNAME %PRODUCTVERSION requires Java 1.4.0_02 or 
later version to support accessibility." ;
 };
 
 String SV_ACCESSERROR_MISSING_JAVA
@@ -97,30 +97,32 @@ String SV_ACCESSERROR_TURNAROUND_MSG
 
 String SV_ACCESSERROR_NO_FONTS
 {
-Text [ en-US ] = "No fonts could be found on the system.";
+Text [ en-US ] = "No fonts could be found on the system." ;
 };
 
 String SV_STDTEXT_ABOUT
 {
-Text [ en-US ] = "About %PRODUCTNAME";
+Text [ en-US ] = "About %PRODUCTNAME" ;
 };
 
 String SV_STDTEXT_PREFERENCES
 {
-Text [ en-US ] = "Preferences...";
+Text [ en-US ] = "Preferences..." ;
 };
 
-WarningBox  SV_EDIT_WARNING_BOX
+WarningBox SV_EDIT_WARNING_BOX
 {
-Message [en-US] = "The inserted text exceeded the maximum length of this 
text field. The text was truncated.";
+Message [en-US] = "The inserted text exceeded the maximum length of this 
text field. The text was truncated." ;
 };
 
 String SV_MAC_SCREENNNAME
 {
-Text [en-US] = "Screen %d";
+Text [en-US] = "Screen %d" ;
 };
 
 String SV_STDTEXT_ALLFILETYPES
 {
-Text [en-US] = "Any type";
+Text [en-US] = "Any type" ;
 };
+
+// ** EOF
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2019-01-07 Thread Libreoffice Gerrit user
 sw/Library_sw.mk|2 +-
 sw/source/core/layout/fly.cxx   |2 +-
 sw/source/uibase/docvw/FrameControlsManager.cxx |8 
 sw/source/uibase/docvw/UnfloatTableButton.cxx   |   18 +-
 sw/source/uibase/inc/FrameControlsManager.hxx   |2 +-
 sw/source/uibase/inc/UnfloatTableButton.hxx |   13 ++---
 6 files changed, 22 insertions(+), 23 deletions(-)

New commits:
commit 5fce6efe346c38d17b933641422c98c9cfe54069
Author: Tamás Zolnai 
AuthorDate: Mon Jan 7 19:15:37 2019 +0100
Commit: Tamás Zolnai 
CommitDate: Tue Jan 8 01:15:29 2019 +0100

Unfloat: FloatingTableButton -> UnfloatTableButton

It explains better, what this button is.

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

diff --git a/sw/Library_sw.mk b/sw/Library_sw.mk
index 732ebe750cbb..939838d3dfc2 100644
--- a/sw/Library_sw.mk
+++ b/sw/Library_sw.mk
@@ -607,7 +607,7 @@ $(eval $(call gb_Library_add_exception_objects,sw,\
 sw/source/uibase/docvw/AnnotationWin2 \
 sw/source/uibase/docvw/DashedLine \
 sw/source/uibase/docvw/FrameControlsManager \
-sw/source/uibase/docvw/FloatingTableButton \
+sw/source/uibase/docvw/UnfloatTableButton \
 sw/source/uibase/docvw/PageBreakWin \
 sw/source/uibase/docvw/OverlayRanges \
 sw/source/uibase/docvw/PostItMgr \
diff --git a/sw/source/core/layout/fly.cxx b/sw/source/core/layout/fly.cxx
index edb35f91a049..970d454567e7 100644
--- a/sw/source/core/layout/fly.cxx
+++ b/sw/source/core/layout/fly.cxx
@@ -1868,7 +1868,7 @@ void SwFlyFrame::UpdateUnfloatButton(SwWrtShell* pWrtSh, 
bool bShow) const
 SwEditWin& rEditWin = pWrtSh->GetView().GetEditWin();
 SwFrameControlsManager& rMngr = rEditWin.GetFrameControlsManager();
 Point aBottomRightPixel = rEditWin.LogicToPixel( 
getFrameArea().BottomRight() );
-rMngr.SetFloatingTableButton(this, bShow,  aBottomRightPixel);
+rMngr.SetUnfloatTableButton(this, bShow,  aBottomRightPixel);
 }
 
 SwTwips SwFlyFrame::Grow_( SwTwips nDist, bool bTst )
diff --git a/sw/source/uibase/docvw/FrameControlsManager.cxx 
b/sw/source/uibase/docvw/FrameControlsManager.cxx
index 6bad9e5dd3af..bd135c422cb5 100644
--- a/sw/source/uibase/docvw/FrameControlsManager.cxx
+++ b/sw/source/uibase/docvw/FrameControlsManager.cxx
@@ -11,7 +11,7 @@
 #include 
 #include 
 #include 
-#include 
+#include 
 #include 
 #include 
 #include 
@@ -139,7 +139,7 @@ void SwFrameControlsManager::SetPageBreakControl( const 
SwPageFrame* pPageFrame
 pControl->ShowAll( true );
 }
 
-void SwFrameControlsManager::SetFloatingTableButton( const SwFlyFrame* 
pFlyFrame, bool bShow, Point aBottomRightPixel )
+void SwFrameControlsManager::SetUnfloatTableButton( const SwFlyFrame* 
pFlyFrame, bool bShow, Point aBottomRightPixel )
 {
 if(pFlyFrame == nullptr)
 return;
@@ -157,7 +157,7 @@ void SwFrameControlsManager::SetFloatingTableButton( const 
SwFlyFrame* pFlyFrame
 else
 {
 SwFrameControlPtr pNewControl( new SwFrameControl(
-VclPtr::Create( m_pEditWin, pFlyFrame 
).get() ) );
+VclPtr::Create( m_pEditWin, pFlyFrame 
).get() ) );
 const SwViewOption* pViewOpt = 
m_pEditWin->GetView().GetWrtShell().GetViewOptions();
 pNewControl->SetReadonly( pViewOpt->IsReadonly() );
 
@@ -166,7 +166,7 @@ void SwFrameControlsManager::SetFloatingTableButton( const 
SwFlyFrame* pFlyFrame
 pControl.swap( pNewControl );
 }
 
-FloatingTableButton* pButton = 
dynamic_cast(pControl->GetWindow());
+UnfloatTableButton* pButton = 
dynamic_cast(pControl->GetWindow());
 assert(pButton != nullptr);
 pButton->SetOffset(aBottomRightPixel);
 pControl->ShowAll( bShow );
diff --git a/sw/source/uibase/docvw/FloatingTableButton.cxx 
b/sw/source/uibase/docvw/UnfloatTableButton.cxx
similarity index 90%
rename from sw/source/uibase/docvw/FloatingTableButton.cxx
rename to sw/source/uibase/docvw/UnfloatTableButton.cxx
index cce46145cf18..4fd025ad8ba1 100644
--- a/sw/source/uibase/docvw/FloatingTableButton.cxx
+++ b/sw/source/uibase/docvw/UnfloatTableButton.cxx
@@ -7,7 +7,7 @@
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
  */
 
-#include 
+#include 
 #include 
 
 #include 
@@ -36,15 +36,15 @@
 #define BOX_DISTANCE 3
 #define BUTTON_WIDTH 12
 
-FloatingTableButton::FloatingTableButton(SwEditWin* pEditWin, const SwFrame* 
pFrame)
+UnfloatTableButton::UnfloatTableButton(SwEditWin* pEditWin, const SwFrame* 
pFrame)
 : SwFrameMenuButtonBase(pEditWin, pFrame)
 , m_sLabel(SwResId(STR_UNFLOAT_TABLE))
 {
 }
 
-FloatingTableButton::~FloatingTableButton() { disposeOnce(); }
+UnfloatTableButton::~UnfloatTableButton() { disposeOnce(); }
 
-void FloatingTableButton::SetOffset(Point aBottomRightPixel)
+void UnfloatTableButton::SetOffset(Point aBottomRightPixel)
 {
 // Compute 

libreoffice pdfimport w/ poppler-0.72.0: build failure

2019-01-07 Thread Andreas Sturmlechner
In git master, libreoffice fails to build with:

sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx:558:70: error: ‘const 
class GooString’ has no member named ‘getCString’

The relevant change in poppler 0.72 release notes:
* Rename GooString::getCString to GooString::c_str

The attached patch made it build successfully for me.

Regards,
Andreas--- a/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx	2019-01-07 23:10:04.301278414 +0100
+++ b/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx	2019-01-07 23:29:11.653479068 +0100
@@ -555,7 +555,11 @@
 LinkAction* pAction = link->getAction();
 if (pAction && pAction->getKind() == actionURI)
 {
+#if POPPLER_CHECK_VERSION(0, 72, 0)
+const char* pURI = static_cast(pAction)->getURI()->c_str();
+#else
 const char* pURI = static_cast(pAction)->getURI()->getCString();
+#endif
 
 std::vector aEsc( lcl_escapeLineFeeds(pURI) );
 
@@ -757,7 +761,11 @@
 
 aFont = it->second;
 
+#if POPPLER_CHECK_VERSION(0, 72, 0)
+std::vector aEsc( lcl_escapeLineFeeds(aFont.familyName.c_str()) );
+#else
 std::vector aEsc( lcl_escapeLineFeeds(aFont.familyName.getCString()) );
+#endif
 printf( " %d %d %d %d %f %d %s",
 aFont.isEmbedded,
 aFont.isBold,
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 122412] Hard to select comment text with mouse

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

Xisco Faulí  changed:

   What|Removed |Added

   Keywords|bibisectRequest, regression |

--- Comment #2 from Xisco Faulí  ---
This is not a regression.
I can reproduce this behaviour back to 

Version 4.1.0.0.alpha0+ (Build ID: efca6f15609322f62a35619619a6d5fe5c9bd5a)

if clicking on a blank part of the comment and dragging the mouse...

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


[Libreoffice-bugs] [Bug 122348] UI: dialogue Image properties: width/height ratio lost if immediately after changing either width or height, that is confirmed (thus dialog closed) with Enter (gen/gtk2

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

Xisco Faulí  changed:

   What|Removed |Added

 OS|Windows (All)   |All
   Keywords|bibisectRequest |bibisected, bisected
 CC||caol...@redhat.com

--- Comment #8 from Xisco Faulí  ---
Regression introduced by:

https://cgit.freedesktop.org/libreoffice/core/commit/?id=998d11b44eb3c57583703fa0df67e087ba187195

author  Caolán McNamara 2018-11-21 21:21:35 +
committer   Caolán McNamara 2018-11-23 09:54:21
+0100
commit  998d11b44eb3c57583703fa0df67e087ba187195 (patch)
tree882c147cdd408421554f647763cc9d3a3b117d8c
parent  626504ee27d853d70a5a8b3b62d69313b9b6eb98 (diff)
weld SwFramePage

Bisected with: bibisect-linux64-6.2

Adding Cc: to Caolán McNamara

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


[Libreoffice-bugs] [Bug 122348] UI: dialogue Image properties: width/height ratio lost if immediately after changing either width or height, that is confirmed (thus dialog closed) with Enter (gen/gtk2

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

Xisco Faulí  changed:

   What|Removed |Added

 CC||xiscofa...@libreoffice.org
Summary|UI: dialogue Image  |UI: dialogue Image
   |properties: width/height|properties: width/height
   |ratio lost if immediately   |ratio lost if immediately
   |after changing either width |after changing either width
   |or height, that is  |or height, that is
   |confirmed (thus dialog  |confirmed (thus dialog
   |closed) with Enter  |closed) with Enter
   ||(gen/gtk2)

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


[Libreoffice-bugs] [Bug 122398] UI: Cannot specify min/max in axis scale or axis position. Limited between 0 and 100

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

Xisco Faulí  changed:

   What|Removed |Added

   Keywords|bibisectRequest |notBibisectable

--- Comment #10 from Xisco Faulí  ---
It can't be bisected due to the crash from bug 121246.

@Caolán, Could it be possible it was introduced by
8947c9b1d8cd407131fdfb6fc3c77c8532e9d2a0 ??

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


[Libreoffice-bugs] [Bug 103859] [META] EMF/WMF (Enhanced/Windows Metafile) bugs and enhancements

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

Bartosz  changed:

   What|Removed |Added

 Depends on||122559


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=122559
[Bug 122559] FILEOPEN: EMF+: Pen transparency value is not always displayed as
opaque
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 122559] FILEOPEN: EMF+: Pen transparency value is not always displayed as opaque

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

Bartosz  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||gan...@poczta.onet.pl
   Keywords||filter:emf
 Blocks||103859
   Assignee|libreoffice-b...@lists.free |gan...@poczta.onet.pl
   |desktop.org |
 Status|UNCONFIRMED |ASSIGNED


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103859
[Bug 103859] [META] EMF/WMF (Enhanced/Windows Metafile) 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 122559] New: FILEOPEN: EMF+: Pen transparency value is not always displayed as opaque

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

Bug ID: 122559
   Summary: FILEOPEN: EMF+: Pen transparency value is not always
displayed as opaque
   Product: LibreOffice
   Version: Inherited From OOo
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Draw
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: gan...@poczta.onet.pl

Description:
Pen transparency value is not always displayed as opaque

Steps to Reproduce:
1. Drag and drop attached EMF+ file to Writer
2. Compare attached image with file displayed by MS Word


Actual Results:
The blue pen's stroke is opaque

Expected Results:
The blue pen's stroke is partially transparen


Reproducible: Always


User Profile Reset: No



Additional Info:

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


[Libreoffice-bugs] [Bug 122527] Dot symbols in Calc Charts other than the squares are not available

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

Xisco Faulí  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1
   Keywords|bibisectRequest |bibisected, bisected
 CC||caol...@redhat.com,
   ||xiscofa...@libreoffice.org

--- Comment #3 from Xisco Faulí  ---
The Symbols entry in the dropdown list disappeared in
https://cgit.freedesktop.org/libreoffice/core/commit/?id=0d1df8d5ea2ee25903044d7cb72d00a721a1b902
and then was reintroduced in
https://cgit.freedesktop.org/libreoffice/core/commit/?id=0895c26b7761215e92eef7b3fbf384982ac01eeb
were the problem is already reproducible...

Adding Cc: to Caolán McNamara

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


[Libreoffice-bugs] [Bug 122558] Link text showing up improper on https://www.libreoffice.org/ Homepage

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

--- Comment #1 from Jaya  ---
Created attachment 148122
  --> https://bugs.documentfoundation.org/attachment.cgi?id=148122=edit
Screenshot

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


[Libreoffice-bugs] [Bug 122558] New: Link text showing up improper on https://www.libreoffice.org/ Homepage

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

Bug ID: 122558
   Summary: Link text showing up improper on
https://www.libreoffice.org/ Homepage
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: jayamedur...@gmail.com

Description:
on the https://www.libreoffice.org/ page, in Feeds section we see the Link text
is improperly displaying the scripting code of the link.

Steps to Reproduce:
1.open the link https://www.libreoffice.org/
2.Scroll down the page to see Feeds header on Right half of page.
3. You will see the page shows a link text from FrontEnd code as well.

Actual Results:
https://people.gnome.org/~michael/data/vendor-neutral-marketing.html#commercial-marketing;>Marketing
in Vendor Neutral FLOSS Projects #3

Expected Results:
Marketing in Vendor Neutral FLOSS Projects


Reproducible: Always


User Profile Reset: Yes



Additional Info:
Cant seem to add screenshot here.

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


[Libreoffice-bugs] [Bug 122550] Crash in: ScPoolHelper::GetFormTable

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

--- Comment #3 from mikael79+lofficebugzi...@gmail.com ---
Created attachment 148121
  --> https://bugs.documentfoundation.org/attachment.cgi?id=148121=edit
test document which illustrates crash

Seemingly surefire of recreating the crash: Select cell H1. Click and drag to
select a larger set of cells, downwards and to the right.

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


[Libreoffice-bugs] [Bug 122557] FILEOPEN: EMF+: DrawImage record is not rotating images properly

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

Bartosz  changed:

   What|Removed |Added

 Status|UNCONFIRMED |ASSIGNED
 Ever confirmed|0   |1

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


[Libreoffice-bugs] [Bug 122557] FILEOPEN: EMF+: DrawImage record is not rotating images properly

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

Bartosz  changed:

   What|Removed |Added

 CC||gan...@poczta.onet.pl

--- Comment #1 from Bartosz  ---
Created attachment 148120
  --> https://bugs.documentfoundation.org/attachment.cgi?id=148120=edit
EMF+ which is wrongly displayed under Writer/Draw

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


[Libreoffice-bugs] [Bug 122557] FILEOPEN: EMF+: DrawImage record is not rotating images properly

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

Bartosz  changed:

   What|Removed |Added

 Blocks||103859
   Keywords||filter:emf


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103859
[Bug 103859] [META] EMF/WMF (Enhanced/Windows Metafile) 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 103859] [META] EMF/WMF (Enhanced/Windows Metafile) bugs and enhancements

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

Bartosz  changed:

   What|Removed |Added

 Depends on||122557


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=122557
[Bug 122557] FILEOPEN: EMF+: DrawImage record is not rotating images properly
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 122557] FILEOPEN: EMF+: DrawImage record is not rotating images properly

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

Bartosz  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |gan...@poczta.onet.pl
   |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 122557] New: FILEOPEN: EMF+: DrawImage record is not rotating images properly

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

Bug ID: 122557
   Summary: FILEOPEN: EMF+: DrawImage record is not rotating
images properly
   Product: LibreOffice
   Version: Inherited From OOo
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Draw
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: gan...@poczta.onet.pl

Description:
 DrawImage record is not rotating images properly

Steps to Reproduce:
1. Drag and drop attached EMF+ file to Writer
2. Compare attached image with file displayed by MS Word


Actual Results:
The image is not rotated (only scaled)

Expected Results:
The image is properly rotated and scaled.


Reproducible: Always


User Profile Reset: No



Additional Info:

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


[Libreoffice-bugs] [Bug 122528] Scale of dispersion charts cannot be set with negative limits anymore

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

Regina Henschel  changed:

   What|Removed |Added

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

--- Comment #1 from Regina Henschel  ---
That problem is already reported in bug 122398.

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

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


[Libreoffice-bugs] [Bug 90486] [META] Chart bugs and enhancements

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

Bug 122528 Summary: Scale of dispersion charts cannot be set with negative 
limits anymore
https://bugs.documentfoundation.org/show_bug.cgi?id=122528

   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 122398] UI: Cannot specify min/max in axis scale or axis position. Limited between 0 and 100

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

Regina Henschel  changed:

   What|Removed |Added

 CC||silva...@katamail.com

--- Comment #9 from Regina Henschel  ---
*** Bug 122528 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 122536] SVG icons do not look good on 4K HiDPI display on Linux

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

Regina Henschel  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1
 CC||rb.hensc...@t-online.de

--- Comment #1 from Regina Henschel  ---
The user directory has a folder "cache" and therein a folder with the name of
the icon-theme. It contains the png-images, which are generated according to
your monitor resolution. It is not automatically rebuild, in case you install a
new version. Please close LibreOffice, delete this folder, and start
LibreOffice/Writer again. Doing so will rebuild the icon-theme cache. Does that
solve the problem?

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


[Libreoffice-bugs] [Bug 122543] Crash after device was put into "stand by" mode

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

Xisco Faulí  changed:

   What|Removed |Added

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

--- Comment #2 from Xisco Faulí  ---
Moving to NEW

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


[Libreoffice-bugs] [Bug 122544] Crash when tunneled dialog is open and document is closed

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

Xisco Faulí  changed:

   What|Removed |Added

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

--- Comment #2 from Xisco Faulí  ---
Moving to NEW

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


[Libreoffice-bugs] [Bug 122548] [NEWHELP] Add a way to copy BASIC and PYTHON samples to clipboard

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

Xisco Faulí  changed:

   What|Removed |Added

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

--- Comment #1 from Xisco Faulí  ---
Moving to NEW

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


[Libreoffice-bugs] [Bug 122555] libreoffice w/ poppler-0.72.0: sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx:558:70: error: ‘const class GooString’ has no member named ‘getCString’

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

Xisco Faulí  changed:

   What|Removed |Added

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

--- Comment #1 from Xisco Faulí  ---
Hello,
Since this is build issue and not a software issue, would you mind sending an
email to the dev list instead? ->
https://wiki.documentfoundation.org/Development/Mailing_List
Closing as RESOLVED MOVED

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


[Libreoffice-bugs] [Bug 121778] LibreOffice not usable; opens OK but crashes when entering data on macOS 10.14 Mojave

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

Xisco Faulí  changed:

   What|Removed |Added

 CC||sshak...@gmail.com

--- Comment #65 from Xisco Faulí  ---
*** Bug 122450 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 122450] Version: 6.1.4.2 Draw - crashing while trying to change the paper format to A4

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

Xisco Faulí  changed:

   What|Removed |Added

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

--- Comment #3 from Xisco Faulí  ---


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

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


[Libreoffice-bugs] [Bug 121778] LibreOffice not usable; opens OK but crashes when entering data on macOS 10.14 Mojave

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

Xisco Faulí  changed:

   What|Removed |Added

 CC||rb...@k12.com

--- Comment #64 from Xisco Faulí  ---
*** Bug 122549 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 122549] Unstable

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

Xisco Faulí  changed:

   What|Removed |Added

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

--- Comment #4 from Xisco Faulí  ---
Hello,
Please, uninstall LibreOffice and redownload it from
https://www.libreoffice.org/download/download/. We identified problems with
LibreOffice compiled with the latest xcode version and we rebuilt it with an
older version.
Sorry for the incoveniences

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

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


[Libreoffice-bugs] [Bug 122546] Spaces within formulas in Writer (LO 6.1.3.2)

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

Regina Henschel  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO
 CC||rb.hensc...@t-online.de

--- Comment #2 from Regina Henschel  ---
I cannot reproduce the error in Version: 6.1.4.2 (x64)
Build ID: 9d0f32d1f0b509096fd65e0d4bec26ddd1938fd3
CPU threads: 8; OS: Windows 10.0; UI render: default; 
Locale: de-DE (en_US); Calc: CL

Please try it with the current version 6.1.4. In case you still get this error,
please test whether it is influenced by your settings for OpenGL (in Tools >
Options > LibreOffice > View).

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


[Libreoffice-bugs] [Bug 122552] LibreOffice stop when I try to add a table to a new database

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

Xisco Faulí  changed:

   What|Removed |Added

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

--- Comment #1 from Xisco Faulí  ---
Thank you for reporting the bug. To be certain the reported issue is not
related to corruption in the user profile, could you please reset your
Libreoffice profile ( https://wiki.documentfoundation.org/UserProfile ) and
re-test?

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-commits] online.git: ios/Mobile

2019-01-07 Thread Libreoffice Gerrit user
 ios/Mobile/Info.plist.in |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f2a2fd15ff1c9b8564b701730a535efe36ad7b3c
Author: Tor Lillqvist 
AuthorDate: Tue Jan 8 00:53:38 2019 +0200
Commit: Tor Lillqvist 
CommitDate: Tue Jan 8 00:53:38 2019 +0200

Bump CFBundleVersion

Change-Id: Ia5f21b74c16ed40ae8c1b5fd3f4413f0c9152c92

diff --git a/ios/Mobile/Info.plist.in b/ios/Mobile/Info.plist.in
index bce8578b8..4469e6793 100644
--- a/ios/Mobile/Info.plist.in
+++ b/ios/Mobile/Info.plist.in
@@ -197,7 +197,7 @@
 CFBundleShortVersionString
 0.1
 CFBundleVersion
-13
+14
 LSRequiresIPhoneOS
 
 UIFileSharingEnabled
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 122538] EDITING Table - Index Design: Index isn't sortable any more

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

Xisco Faulí  changed:

   What|Removed |Added

   Hardware|x86-64 (AMD64)  |All
Version|6.1.4.2 release |6.1.3.2 release
 Status|UNCONFIRMED |NEW
   Keywords||bibisected, bisected
 Ever confirmed|0   |1
 CC||serval2...@yahoo.fr,
   ||xiscofa...@libreoffice.org
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=11
   ||9743
 OS|Linux (All) |All

--- Comment #1 from Xisco Faulí  ---
Regression introduced by:

https://cgit.freedesktop.org/libreoffice/core/commit/?id=3208fcb3a36d75d6290d9c548430682f153b09db

author  Julien Nabet   2018-09-13 22:57:58 +0200
committer   Julien Nabet   2018-09-20 23:06:41
+0200
commit  3208fcb3a36d75d6290d9c548430682f153b09db (patch)
treeaf6d363ce1d2aaffa3e2c479c5f79909ba1d1ba5
parent  2739dee0eab2edbba898cb7115579e43ea89399d (diff)
tdf#119743: add Features entries in Properties block Drivers.xcu
in order to save special options of a database file.

Bisected with: bibisect-linux64-6.2

Adding Cc: to Julien Nabet

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


[Libreoffice-bugs] [Bug 122556] New: DDE link is specified by absolute system path. Hyperlink not working.

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

Bug ID: 122556
   Summary: DDE link is specified by absolute system path.
Hyperlink not working.
   Product: LibreOffice
   Version: 6.1.4.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ville...@t-online.de

Created attachment 148119
  --> https://bugs.documentfoundation.org/attachment.cgi?id=148119=edit
Screenshot of the dialog with dysfunctional hyperlink and error message

The dialog Edit>Links to external files... shows a hyperlink pointing to the
target file of a selected DDE link. Clicking the hyperlink always raises an
error message. See attached screenshot.
To reproduce this, simply paste-special a cell range from a stored Calc
document into Writer and choose import type "DDE". Then call Edit>Links and the
hyperlink.

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


[Libreoffice-bugs] [Bug 122554] Calc prevents entry of certain valid text in formula

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

Regina Henschel  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||rb.hensc...@t-online.de
 Status|UNCONFIRMED |NEEDINFO

--- Comment #2 from Regina Henschel  ---
I have no problem entering the formula in Version: 6.3.0.0.alpha0+ (x64)
Build ID: 49fcd3bbb30f93763fc5cb80fa6ac5cec5d00834
CPU threads: 8; OS: Windows 10.0; UI render: default; VCL: win; 
TinderBox: Win-x86_64@42, Branch:master, Time: 2018-12-24_22:40:25
Locale: de-DE (en_US); UI-Language: en-US
Calc: threaded
or in Version: 6.0.7.3 (x64)
Build ID: dc89aa7a9eabfd848af146d5086077aeed2ae4a5
CPU threads: 8; OS: Windows 10.0; UI render: default; 
Locale: de-DE (en_US); Calc: CL

Are you sure, you have set the Formula Syntax to "Excel R1C1" in Tools >
Options > Calc > Formula?

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


[Libreoffice-bugs] [Bug 122514] Tango themed ODF MIME type icons with white background need redesign for better appearance on Windows and macOS with dark mode DE

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

--- Comment #14 from João Paulo  ---
(In reply to Heiko Tietze from comment #13)
> Think we all agree on this as a bug, the white background has to be
> transparent.

But it's not only that. Something extra needs to be done. I tried what Mike
Kaganski suggested before he even wrote here and it didn't work. I thought I
needed a restart, so I decided to check next time I restarted Windows. It
didn't work after rebooting.

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


[Libreoffice-bugs] [Bug 121949] Crash in: libsclo.so Copy block of cells to clipboard with focus on non-selected cell

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

Xisco Faulí  changed:

   What|Removed |Added

 CC||mikael79+LOfficebugzilla@gm
   ||ail.com

--- Comment #5 from Xisco Faulí  ---
*** Bug 122550 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 122550] Crash in: ScPoolHelper::GetFormTable

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

Xisco Faulí  changed:

   What|Removed |Added

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

--- Comment #2 from Xisco Faulí  ---
Seems like a dupe of bug 121949

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

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


[Libreoffice-bugs] [Bug 122553] Calc prevents entry of certain valid text in formula

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

Xisco Faulí  changed:

   What|Removed |Added

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

--- Comment #1 from Xisco Faulí  ---


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

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


[Libreoffice-bugs] [Bug 122550] Crash in: ScPoolHelper::GetFormTable

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

Xisco Faulí  changed:

   What|Removed |Added

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

--- Comment #1 from Xisco Faulí  ---
Thank you for reporting the bug. Please attach a sample document, as this makes
it easier for us to verify the bug. 
(Please note that the attachment will be public, remove any sensitive
information before attaching it. 
See
https://wiki.documentfoundation.org/QA/FAQ#How_can_I_eliminate_confidential_data_from_a_sample_document.3F
for help on how to do so.)

I have set the bug's status to 'NEEDINFO'. Please change it back to
'UNCONFIRMED' once the requested document is provided.

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


[Libreoffice-bugs] [Bug 122554] Calc prevents entry of certain valid text in formula

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

--- Comment #1 from Xisco Faulí  ---
*** Bug 122553 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 122555] New: libreoffice w/ poppler-0.72.0: sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx:558:70: error: ‘const class GooString’ has no member named ‘getCString’

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

Bug ID: 122555
   Summary: libreoffice w/ poppler-0.72.0:
sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx:
558:70: error: ‘const class GooString’ has no member
named ‘getCString’
   Product: LibreOffice
   Version: 6.3.0.0.alpha0+ Master
  Hardware: All
   URL: https://poppler.freedesktop.org/releases.html
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: andreas.sturmlech...@gmail.com

Created attachment 148118
  --> https://bugs.documentfoundation.org/attachment.cgi?id=148118=edit
build.log

The relevant change in 0.72 release notes:

* Rename GooString::getCString to GooString::c_str

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


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

2019-01-07 Thread Libreoffice Gerrit user
 drawinglayer/source/tools/emfphelperdata.cxx |   34 +++
 drawinglayer/source/tools/emfppen.cxx|7 +
 2 files changed, 22 insertions(+), 19 deletions(-)

New commits:
commit 7809ec859d5bdb5dedb259a362a15324088b334c
Author: Bartosz Kosiorek 
AuthorDate: Sun Jan 6 01:17:33 2019 +0100
Commit: Bartosz Kosiorek 
CommitDate: Mon Jan 7 23:17:57 2019 +0100

tdf#122498 EMF+ Fix rotation of Ellipse, Arc and Pie

To draw any shape with EMF+ the shape needs to be created
and next the transformation matrix needs to be applied.
Unfortunately for Ellipse, Arc and Pie only position and ratio
was transformed. The rotation was not handled correctly.
With this patch the transformation matrix is applied after
creation of the shape.

Change-Id: I63a797e7cddfd304f94e7e5c8e2ce15063dc55e5
Reviewed-on: https://gerrit.libreoffice.org/65898
Tested-by: Jenkins
Reviewed-by: Bartosz Kosiorek 

diff --git a/drawinglayer/source/tools/emfphelperdata.cxx 
b/drawinglayer/source/tools/emfphelperdata.cxx
index 5df791ec3ca4..3c9707df083a 100644
--- a/drawinglayer/source/tools/emfphelperdata.cxx
+++ b/drawinglayer/source/tools/emfphelperdata.cxx
@@ -971,8 +971,6 @@ namespace emfplushelper
 SAL_INFO("drawinglayer", "EMF+\t RectData: " << dx << 
"," << dy << " " << dw << "x" << dh);
 startAngle = basegfx::deg2rad(startAngle);
 sweepAngle = basegfx::deg2rad(sweepAngle);
-::basegfx::B2DPoint mappedCenter(Map(dx + dw / 2, dy + 
dh / 2));
-::basegfx::B2DSize mappedSize(MapSize(dw / 2, dh / 2));
 float endAngle = startAngle + sweepAngle;
 startAngle = fmodf(startAngle, static_cast(M_PI 
* 2));
 
@@ -980,14 +978,12 @@ namespace emfplushelper
 {
 startAngle += static_cast(M_PI * 2.0);
 }
-
 endAngle = fmodf(endAngle, static_cast(M_PI * 
2.0));
 
 if (endAngle < 0.0)
 {
 endAngle += static_cast(M_PI * 2.0);
 }
-
 if (sweepAngle < 0)
 {
 std::swap(endAngle, startAngle);
@@ -996,17 +992,18 @@ namespace emfplushelper
 SAL_INFO("drawinglayer", "EMF+\t adjusted angles: 
start " <<
 basegfx::rad2deg(startAngle) << ", end: " << 
basegfx::rad2deg(endAngle) <<
 " startAngle: " << startAngle << " sweepAngle: " 
<< sweepAngle);
-
-::basegfx::B2DPolygon polygon = 
basegfx::utils::createPolygonFromEllipseSegment(
-mappedCenter, mappedSize.getX(), 
mappedSize.getY(), startAngle, endAngle);
-
+const ::basegfx::B2DPoint centerPoint(dx + 0.5 * dw, 
dy + 0.5 * dh);
+::basegfx::B2DPolygon polygon(
+
::basegfx::utils::createPolygonFromEllipseSegment(centerPoint,
+  
0.5 * dw, 0.5 * dh,
+  
startAngle, endAngle));
 if (type != EmfPlusRecordTypeDrawArc)
 {
-polygon.append(mappedCenter);
+polygon.append(centerPoint);
 polygon.setClosed(true);
 }
-
 ::basegfx::B2DPolyPolygon polyPolygon(polygon);
+polyPolygon.transform(maMapTransform);
 if (type == EmfPlusRecordTypeFillPie)
 EMFPPlusFillPolygon(polyPolygon, flags & 0x8000, 
brushIndexOrColor);
 else
@@ -1054,11 +1051,10 @@ namespace emfplushelper
 float dx, dy, dw, dh;
 ReadRectangle(rMS, dx, dy, dw, dh, bool(flags & 
0x4000));
 SAL_INFO("drawinglayer", "EMF+ RectData: " << dx << 
"," << dy << " " << dw << "x" << dh);
-::basegfx::B2DPoint mappedCenter(Map(dx + dw / 2, dy + 
dh / 2));
-::basegfx::B2DSize mappedSize(MapSize(dw / 2, dh / 2));
 ::basegfx::B2DPolyPolygon polyPolygon(
-
::basegfx::utils::createPolygonFromEllipse(mappedCenter, mappedSize.getX(), 
mappedSize.getY()));
-
+
::basegfx::utils::createPolygonFromEllipse(::basegfx::B2DPoint(dx + 0.5 * dw, 
dy + 0.5 * dh),
+   0.5 * 
dw, 0.5 * dh));
+polyPolygon.transform(maMapTransform);
 if (type == 

[Libreoffice-bugs] [Bug 112685] LOCALHELP Document Advanced TSCP Classification dialog

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

--- Comment #5 from Cor Nouws  ---
Current Help is this one
  https://help.libreoffice.org/6.2/en-US/text/swriter/classificationbar.html?

I've already drafted improvements and new info.
TODO
1 - make (part of the) Help for classification global - it is available in
Writer, Calc and Impress
2 - distinct between the possibilities in Writer, Calc and Impress
3 - some bugs and minor enhancement

For reference there is documentation on extending, creating and translating
Classification policy files:
  https://wiki.documentfoundation.org/TSCP-classification

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


[Libreoffice-bugs] [Bug 122224] FILEOPEN DOCX The formula field is incorrect in the table, when we change the number format

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

László Németh  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |nem...@numbertext.org
   |desktop.org |

--- Comment #7 from László Németh  ---
Proposed workaround: https://gerrit.libreoffice.org/#/c/65945/

This fix the bug (syntax error), but not the enhancement (support custom number
format code).

Gábor: Indeed, it's not a true regression, especially if the working formulas
are important.

Note: It has to fix the DOCX export of the formula fields, too.

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


[Libreoffice-bugs] [Bug 122554] New: Calc prevents entry of certain valid text in formula

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

Bug ID: 122554
   Summary: Calc prevents entry of certain valid text in formula
   Product: LibreOffice
   Version: 6.1.3.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: william.full.m...@gmail.com

Description:
For example this formular may not be entered:

  ="repay loan funds, "[-7]C

Every attempt to enter this formula results in a field with value (contents)
of:

   [repay loan funds,]

Where brackets are purely delimiters.

Steps to Reproduce:
1. select a cell
2. Type the following formula: ="repay loan funds, "[-7]C
3. Press enter -- Pop-up appears to edit /change formula
4. Press NO to keep what has been entered.

Actual Results:
formula is not entered correctly, no matter what option is chosen

Expected Results:
I was forced to change the formula content until I could come up with something
calc would accept.


Reproducible: Always


User Profile Reset: No


OpenGL enabled: Yes

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

$ glxinfo | grep OpenGL
OpenGL vendor string: nouveau
OpenGL renderer string: NVCE
OpenGL core profile version string: 4.3 (Core Profile) Mesa 18.2.2
OpenGL core profile shading language version string: 4.30
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 3.1 Mesa 18.2.2
OpenGL shading language version string: 1.40
OpenGL context flags: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.1 Mesa 18.2.2
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.10
OpenGL ES profile extensions:

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


[Libreoffice-bugs] [Bug 122553] New: Calc prevents entry of certain valid text in formula

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

Bug ID: 122553
   Summary: Calc prevents entry of certain valid text in formula
   Product: LibreOffice
   Version: 6.1.3.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: william.full.m...@gmail.com

Description:
For example this formular may not be entered:

  ="repay loan funds, "[-7]C

Every attempt to enter this formula results in a field with value (contents)
of:

   [repay loan funds,]

Where brackets are purely delimiters.

Steps to Reproduce:
1. select a cell
2. Type the following formula: ="repay loan funds, "[-7]C
3. Press enter -- Pop-up appears to edit /change formula
4. Press NO to keep what has been entered.

Actual Results:
formula is not entered correctly, no matter what option is chosen

Expected Results:
I was forced to change the formula content until I could come up with something
calc would accept.


Reproducible: Always


User Profile Reset: No


OpenGL enabled: Yes

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

$ glxinfo | grep OpenGL
OpenGL vendor string: nouveau
OpenGL renderer string: NVCE
OpenGL core profile version string: 4.3 (Core Profile) Mesa 18.2.2
OpenGL core profile shading language version string: 4.30
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 3.1 Mesa 18.2.2
OpenGL shading language version string: 1.40
OpenGL context flags: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.1 Mesa 18.2.2
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.10
OpenGL ES profile extensions:

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


[Libreoffice-bugs] [Bug 122549] Unstable

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

rb...@k12.com changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

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


[Libreoffice-bugs] [Bug 122549] Unstable

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

--- Comment #3 from rb...@k12.com ---
I believe this has happened with multiple documents on different days. The
originals were probably (although not for certain) created in Word.

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


[Libreoffice-bugs] [Bug 122549] Unstable

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

--- Comment #2 from rb...@k12.com ---
Created attachment 148117
  --> https://bugs.documentfoundation.org/attachment.cgi?id=148117=edit
Mac Crash Log

One of 3 similar crashes today. At least 2 different documents.

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


[Libreoffice-bugs] [Bug 122552] New: LibreOffice stop when I try to add a table to a new database

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

Bug ID: 122552
   Summary: LibreOffice stop when I try to add a table to a new
database
   Product: LibreOffice
   Version: 6.0.7.3 release
  Hardware: x86 (IA32)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Base
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: rene.lange...@gmail.com

Description:
I use LibreOffice Base (version 1:6.0.7-0ubuntu0.18.04.2).  When i try to add a
table to a new database,  LibreOffice close automatically without any message.

Steps to Reproduce:
1.add a table to a database
2.
3.

Actual Results:
LibreOffice Base close 

Expected Results:
Table created


Reproducible: Always


User Profile Reset: No



Additional Info:

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


[Libreoffice-commits] dev-tools.git: 7 commits - qa/bugzillaAutomation.py qa/bugzillaChecker.py qa/bugzillaDataAnalyzer.py qa/createBlogReport.py qa/createCrashesList.py qa/createMassPingLists.py qa/c

2019-01-07 Thread Libreoffice Gerrit user
 qa/bugzillaAutomation.py   |2 
 qa/bugzillaChecker.py  |2 
 qa/bugzillaDataAnalyzer.py |  128 ++---
 qa/createBlogReport.py |   40 +-
 qa/createCrashesList.py|2 
 qa/createMassPingLists.py  |2 
 qa/createWeeklyReport.py   |2 
 qa/createWikiStats.py  |2 
 8 files changed, 107 insertions(+), 73 deletions(-)

New commits:
commit 2853a975acf3bb2b75780d760f25197082a0149f
Author: Xisco Fauli 
AuthorDate: Mon Jan 7 21:55:31 2019 +0100
Commit: Xisco Fauli 
CommitDate: Mon Jan 7 21:55:31 2019 +0100

QA: doublecheck this just in case

diff --git a/qa/bugzillaDataAnalyzer.py b/qa/bugzillaDataAnalyzer.py
index 5ea3207..44c7228 100755
--- a/qa/bugzillaDataAnalyzer.py
+++ b/qa/bugzillaDataAnalyzer.py
@@ -232,7 +232,7 @@ def analyze_bugzilla_data(statList, bugzillaData, cfg):
 
 newStatus = None
 
-if actionDate >= cfg['reportPeriod']:
+if actionDate >= cfg['reportPeriod'] and 
row['resolution'] == 'FIXED':
 if addedResolution == 'FIXED':
 fixedBugs[rowId] = actionDate
 isFixed = True
commit a64e432dbf048069b1d8969bfdfa792c895fd54e
Author: Xisco Fauli 
AuthorDate: Mon Jan 7 21:26:33 2019 +0100
Commit: Xisco Fauli 
CommitDate: Mon Jan 7 21:28:07 2019 +0100

QA: Some bugs are set as FIXED without a commit notification ( part 2 )

diff --git a/qa/createBlogReport.py b/qa/createBlogReport.py
index a5e974e..8889dc0 100755
--- a/qa/createBlogReport.py
+++ b/qa/createBlogReport.py
@@ -82,7 +82,7 @@ def analyze_bugzilla_data(statList, bugzillaData, cfg):
 regressionsCountPerDay = {}
 highestCountPerDay = {}
 highCountPerDay = {}
-fixedBugs = []
+fixedBugs = {}
 for key, row in bugzillaData['bugs'].items():
 rowId = row['id']
 
@@ -267,12 +267,12 @@ def analyze_bugzilla_data(statList, bugzillaData, cfg):
 if check_date(actionDate, cfg):
 addedResolution = change['added']
 removedResolution = change['removed']
-if addedResolution == 'FIXED' and not 
removedResolution:
-fixedBugs.append(rowId)
+if addedResolution == 'FIXED':
+fixedBugs[rowId] = actionDate
 isFixed = True
 
-elif removedResolution == 'FIXED' and isFixed 
and not addedResolution:
-fixedBugs.pop()
+elif removedResolution == 'FIXED' and isFixed:
+del fixedBugs[rowId]
 isFixed = False
 
 elif change['field_name'] == 'keywords':
@@ -309,7 +309,8 @@ def analyze_bugzilla_data(statList, bugzillaData, cfg):
 
 commentMail = None
 comments = row['comments'][1:]
-bugFixers = set()
+bugFixers = []
+commitNoticiation=False
 for idx, comment in enumerate(comments):
 commentMail = comment['creator']
 commentDate = datetime.strptime(comment['time'], 
"%Y-%m-%dT%H:%M:%SZ")
@@ -317,18 +318,24 @@ def analyze_bugzilla_data(statList, bugzillaData, cfg):
 common.util_check_bugzilla_mail(
 statList, commentMail, '', commentDate, rowId)
 
-if check_date(commentDate, cfg) and rowId in fixedBugs:
+if rowId in fixedBugs:
 if commentMail == 
"libreoffice-comm...@lists.freedesktop.org":
 commentText = comment['text']
 author =  commentText.split(' committed a patch 
related')[0]
 if author not in bugFixers:
-bugFixers.add(author)
+bugFixers.append(author)
 diffTime = (commentDate - creationDate).days
 commentDay = commentDate.strftime("%Y-%m-%d")
 util_increase_action(statList['fixed'], rowId, 
author, commentDay, diffTime)
+commitNoticiation=True
 if 'crash' in row['summary'].lower() or 
row['priority'] == "highest":
 statList['criticalFixed'][rowId]= {'summary': 
row['summary'], 'author': author}
 
+if rowId in fixedBugs and not commitNoticiation:
+actionDate = fixedBugs[rowId]
+actionDay = actionDate.strftime("%Y-%m-%d")
+diffTime = (actionDate - creationDate).days
+util_increase_action(statList['fixed'], rowId, 'UNKNOWN', 
actionDay, diffTime)
 
 for 

Re: [Libreoffice-qa] infographic about bugs fixing for 2018 year

2019-01-07 Thread Xisco Fauli
Hello Radwan,

it sounds like a wonderful initiative. Thank you so much.

Attached you can find two documents with some data.

- data_fixed_bugs_report: it contains information about bugs fixed in
2018. These bugs have at least one commit in git fixing them and the
list on top reflects who submitted the commit.

- data_closed_bugs_report: it contains information about all closed
bugs, including FIXED/DUPLICATED/WORKSFORME/MOVED/etc bugs and the list
on top reflects who changed the status to closed.

In the files you can find how many of them were closed per week and
month, their component, system, product and platform and how long it
took to close them since they were created ( bottom )

Don't hesitate to contact me privately if you need more info/data or if
I can be of any help.

Regards

El 7/1/19 a les 6:36, Radwan Hallak ha escrit:
> Hi all
> i want make infographic about bugs fixing in 2018 year,
> i am designer and i work in inkscape very well
> *
> *
> *infographic will contain:*
> - total number of bugs have been fixed in 2018.
> - top contributors of bugs fixing in 2018
> - top bugs reporters in 2018 with nomber of bugs
> - number of bugs fixed by LibreOffice version. like
> 4.0 (25 bugs)
> 5.0 (250 bugs)
> 6.0 (600 bugs)
> - number of bugs fixed by reporting date or bugs age
> 20 bugs (reported in 2011) or (reported in 7 years ago)
> 35 bugs (reported in 2012) or (reported in 6 years ago)
> 150 bugs  (reported in 2018) or (less than 1 year ago)
>
> *i want use this search results to get infographic information: *
> _https://bugs.documentfoundation.org/buglist.cgi?bug_status=RESOLVED=2018-01-01=Now=Android%20Viewer=Base=BASIC=Calc=Chart=ci-infra=contrib=deletionRequest=Documentation=Draw=Extensions=filters%20and%20storage=Formula%20Editor=framework=graphics%20stack=Impress=Installation=iOS=LibreOffice=Linguistic=Localization=Printing%20and%20PDF%20export=sdk=UI=ux-advise=Writer=Writer%20Web=WWW=0=changeddate%2Cbug_status%2Cpriority%2Cassigned_to%2Cbug_id=LibreOffice_format=advanced=FIXED_
> _
> _
> Do you have any recommendations or suggestions?
> thank you
> Radwan, Syria
>
> ___
> List Name: Libreoffice-qa mailing list
> Mail address: Libreoffice-qa@lists.freedesktop.org
> Change settings: https://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
> Problems? 
> http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
> Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
> List archive: http://lists.freedesktop.org/archives/libreoffice-qa/

-- 
Xisco Faulí
Libreoffice QA Team
IRC: x1sc0

  * 6882 all closed.
  * Total users: 519
  * Done by: 
Xisco Faulí ( 1162 ) 
qa-admin ( 749 ) 
Buovjaga ( 532 ) 
Heiko Tietze ( 306 ) 
V Stuart Foote ( 260 ) 
Timur ( 260 ) 
Mike Kaganski ( 162 ) 
Aron Budea ( 153 ) 
Roman Kuznetsov ( 127 ) 
Telesto ( 120 ) 
Julien Nabet ( 110 )

   * all closed by week
2018-01: 158
2018-02: 91
2018-03: 86
2018-04: 132
2018-05: 212
2018-06: 146
2018-07: 167
2018-08: 137
2018-09: 194
2018-10: 175
2018-11: 124
2018-12: 118
2018-13: 121
2018-14: 180
2018-15: 92
2018-16: 97
2018-17: 98
2018-18: 172
2018-19: 75
2018-20: 68
2018-21: 86
2018-22: 222
2018-23: 98
2018-24: 102
2018-25: 143
2018-26: 99
2018-27: 165
2018-28: 126
2018-29: 122
2018-30: 122
2018-31: 150
2018-32: 71
2018-33: 92
2018-34: 103
2018-35: 97
2018-36: 147
2018-37: 114
2018-38: 132
2018-39: 79
2018-40: 113
2018-41: 224
2018-42: 129
2018-43: 174
2018-44: 142
2018-45: 238
2018-46: 90
2018-47: 117
2018-48: 166
2018-49: 185
2018-50: 138
2018-51: 157
2018-52: 96

   * all closed by month
2018-01: 618
2018-02: 563
2018-03: 664
2018-04: 493
2018-05: 580
2018-06: 464
2018-07: 642
2018-08: 393
2018-09: 492
2018-10: 723
2018-11: 653
2018-12: 597

   * Components of all closed
Writer: 2012
Calc: 1244
LibreOffice: 1035
UI: 571
Impress: 492
Base: 273
Draw: 267
Documentation: 126
Chart: 110
Printing and PDF export: 103
Installation: 85
Localization: 83
filters and storage: 83
graphics stack: 69
BASIC: 68
Android Viewer: 62
framework: 33
Formula Editor: 30
Linguistic: 29
Extensions: 28
General: 17
sdk: 16
Android app: 15
libetonyek: 6
Writer Web: 6
libpagemaker: 4
SI-GUI: 4
Pebble app: 2
libcdr: 2
libmspub: 2
ux-advise: 1
iOS app: 1
libabw: 1
FirefoxOS app: 1
contrib: 1

   * Systems of all closed
All: 3905
Windows (All): 1410
Linux (All): 1187
Mac OS X (All): 323
Android: 42
other: 9
FreeBSD: 3
iOS: 2
NetBSD: 1

   * Platforms of all closed
All: 4569
x86-64 (AMD64): 1607
Other: 458
x86 (IA32): 208
ARM: 26
IA64 (Itanium): 7
PowerPC: 7

   * statuses of all closed
RESOLVED_DUPLICATE: 1614
RESOLVED_FIXED: 1308
RESOLVED_WORKSFORME: 1162
VERIFIED_FIXED: 845
RESOLVED_INSUFFICIENTDATA: 814
RESOLVED_NOTABUG: 375
RESOLVED_WONTFIX: 295
RESOLVED_INVALID: 178
RESOLVED_NOTOURBUG: 116
CLOSED: 103
RESOLVED_MOVED: 43
VERIFIED_DUPLICATE: 14
VERIFIED_WORKSFORME: 9
VERIFIED_INVALID: 2
VERIFIED_NOTABUG: 2
VERIFIED_WONTFIX: 1
VERIFIED_NOTOURBUG: 1

   * Products of all 

[Libreoffice-bugs] [Bug 122551] New: Information reported under Chapter Numbering is by default the one related to the last applied numbering settings regardless the selected Heading's expression in d

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

Bug ID: 122551
   Summary: Information reported under Chapter Numbering is by
default the one related to the last applied numbering
settings regardless the selected Heading's expression
in document.
   Product: LibreOffice
   Version: 6.1.2.1 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ricky.t...@gmail.com

Description:
When selecting an Heading's expression in document to which some Chapter
Numbering settings have been applied, information then reported under Chapter
Numbering is by default the one related to the last applied numbering settings
regardless the selected expression.

Steps to Reproduce:
1. Open a new ODT document;
2. Enter a two-lined content as follow:
A
B
3. Apply styles Heading 1, Heading 2 respectively to expressions A, B;
4. Under Tools => Chapter Numbering..., under Numbering tab, apply in that
order Level 1, Level 2 respectively to styles Heading 1, Heading 2;
5. Select the content to which style Heading 1 is applied then open Tools =>
Chapter Numbering..., Numbering tab.


Actual Results:
5. – Information reported is related to the last applied numbering settings in
document – here Level 2 –.

Expected Results:
5. – Information to match numbering settings applied – here Level 1 – to
currently selected heading's expression.


Reproducible: Always


User Profile Reset: Yes



Additional Info:
Version: 6.1.2.1; Build ID: 6.1.2.1-4.fc29; CPU threads: 4; OS: Linux 4.19; UI
render: default; VCL: gtk3; Locale: en-GB (en_GB.UTF-8); Calc: group threaded

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


[Libreoffice-bugs] [Bug 122550] New: Crash in: ScPoolHelper::GetFormTable

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

Bug ID: 122550
   Summary: Crash in: ScPoolHelper::GetFormTable
   Product: LibreOffice
   Version: 6.2.0.1 rc
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: mikael79+lofficebugzi...@gmail.com

This bug was filed from the crash reporting server and is
br-c5232528-b6db-4267-a503-bd74a1779c1d.
=

Crash when selecting cells in the cell block (array?) generated by the
multivariate regression tool.

Does not happen every time I click in one of those cells, but it has happened
about a dozen times so far today. 
It seems to be that selecting several cells at once (i.e. if I want to delete
the result to recalculate with different inputs) is more likely to trigger the
crash than selecting a single cell.

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


[Libreoffice-bugs] [Bug 122458] Heading 1 style font (and others) fail to update if top level heading font is changed.

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

--- Comment #3 from Dieter Praas  ---
I can't confirm this with

Version: 6.3.0.0.alpha0+ (x64)
Build ID: ffa5b8a82eab18041bbee4d6914892b82c7801d3
CPU threads: 4; OS: Windows 10.0; UI render: default; VCL: win; 
TinderBox: Win-x86_64@42, Branch:master, Time: 2018-12-19_03:24:54
Locale: en-US (de_DE); UI-Language: en-US
Calc: threaded

Please check, if AutoUpdate is enabled in the Style Dialog of the different
heading styles (Tab Organizer)

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


[Libreoffice-bugs] [Bug 122549] Unstable

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

Dieter Praas  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO
 CC||dgp-m...@gmx.de

--- Comment #1 from Dieter Praas  ---
(In reply to rbird from comment #0)
Thank you for reporting the bug. Could you please add some more informations
like
- a link to a crash report
- a sample document (if it only happens with a specific document)(Please note
that the attachment will be public, remove any sensitive information before
attaching it)

I have set the bug's status to 'NEEDINFO'. Please change it back to
'UNCONFIRMED' once the informations are provided.

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


[Libreoffice-bugs] [Bug 122517] LO writer only web styles and char properties available with right-clic

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

Dieter Praas  changed:

   What|Removed |Added

 Resolution|FIXED   |NOTABUG

--- Comment #8 from Dieter Praas  ---
(In reply to andreas_k from comment #6)

> The context menu (right click) get an update with 6.2. 

I thought of this, but I couldn't find it in the release notes. So, since it
works as expected, I think we can close this report as NOTABUG. Thierry, if you
don't agree, please feel free to change it back to UNCONFIRMED with a short
reasoning.

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


[Libreoffice-bugs] [Bug 86349] [META] Context menu bugs and enhancements

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

Bug 122517 Summary: LO writer only web styles and char properties available 
with right-clic
https://bugs.documentfoundation.org/show_bug.cgi?id=122517

   What|Removed |Added

 Status|UNCONFIRMED |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 122517] LO writer only web styles and char properties available with right-clic

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

Thierry Seewald  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED

--- Comment #7 from Thierry Seewald  ---
the enhancement did not appear in the release notes, with what you say, there
is  no 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 122549] New: Unstable

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

Bug ID: 122549
   Summary: Unstable
   Product: LibreOffice
   Version: 6.1.4.2 release
  Hardware: All
OS: Mac OS X (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: rb...@k12.com

version 6.1.4.2 seems to have become unstable under Mojave, 10.14.2. Text
displayed is fuzzy. Freezes (not responding) and crashes regularly while doing
very simple text editing of existing documents including writing new text or
copying and pasting.

iMac (Retina 5K, 27-inch, 2017), 4.2 GHz Intel Core i7, 32 GB RAM

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


[Libreoffice-bugs] [Bug 122517] LO writer only web styles and char properties available with right-clic

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

andreas_k  changed:

   What|Removed |Added

 CC||kain...@gmail.com

--- Comment #6 from andreas_k  ---
Hi,

what's the bug?

The context menu (right click) get an update with 6.2. The paragraph dialog is
available in right-clic -> paragraph -> Paragraph ...

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


[Libreoffice-bugs] [Bug 97629] [META] Help Content Modernization

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

Olivier Hallot  changed:

   What|Removed |Added

 Depends on||122548


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=122548
[Bug 122548] [NEWHELP] Add a way to copy BASIC and PYTHON samples to clipboard
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 122548] [NEWHELP] Add a way to copy BASIC and PYTHON samples to clipboard

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

Olivier Hallot  changed:

   What|Removed |Added

 Blocks||97629


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 122548] New: [NEWHELP] Add a way to copy BASIC and PYTHON samples to clipboard

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

Bug ID: 122548
   Summary: [NEWHELP] Add a way to copy BASIC and PYTHON samples
to clipboard
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Documentation
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: olivier.hal...@documentfoundation.org
CC: olivier.hal...@documentfoundation.org

Created attachment 148116
  --> https://bugs.documentfoundation.org/attachment.cgi?id=148116=edit
Suggested layout for Copy to clipBoard layout

Similar to bug#115255, a good enhancement is to let BASIC and PYTHON code
fragment to be copied to the clipboard for further use in BASIC IDE or PYTHON
editor.

The source Basic and Python code fragments are enclosed in []
tags that maps into 's with class = "bascode[pycode]". The transformed
contents of the code fragments are inside a HTML  tag.

The transformation can generate, for example:
1) a div containing a button to copy to clipboard on top of 
2) the actual div with the code fragment.

See attached drawing.

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


[Libreoffice-bugs] [Bug 122547] ability to add new Spreadsheet row with alt + i + r has been removed

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

Xavier Van Wijmeersch  changed:

   What|Removed |Added

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

--- Comment #1 from Xavier Van Wijmeersch  ---
shortcut changed to alt+s+r and then the choice above or below
idem for column, etc

Version: 6.0.7.3
Build ID: dc89aa7a9eabfd848af146d5086077aeed2ae4a5
CPU threads: 2; OS: Linux 4.19; UI render: default; VCL: kde4; 
Locale: en-US (en_US.UTF-8); Calc: group

Version: 6.2.0.1.0+
Build ID: 6e87f31a097123b40d9c2523160409db2b5964a5
CPU threads: 2; OS: Linux 4.19; UI render: default; VCL: kde4; 
Locale: nl-BE (en_US.UTF-8); UI-Language: en-US
Calc: threaded

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


[Libreoffice-bugs] [Bug 108908] [META] Visual Basic for Applications (VBA) macro issues

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

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Depends on||122378


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=122378
[Bug 122378] conditional formatting with formula is  VLOOKUP(C14,Region,1,0)  
is  VLOOKUP(C14,#NAME?,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 87351] [META] Conditional formatting bugs and enhancements

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

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Depends on||122378


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=122378
[Bug 122378] conditional formatting with formula is  VLOOKUP(C14,Region,1,0)  
is  VLOOKUP(C14,#NAME?,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 122378] conditional formatting with formula is VLOOKUP(C14, Region, 1, 0) is VLOOKUP(C14, #NAME?, 1, 0)

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

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Blocks||87351, 108908
   Keywords||filter:xls


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=87351
[Bug 87351] [META] Conditional formatting bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=108908
[Bug 108908] [META] Visual Basic for Applications (VBA) macro 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


  1   2   3   4   >