[Libreoffice-bugs] [Bug 95492] New LibreOffice 5 branding graphics issues with OS X builds: logos in start center too bright and "5" logo in empty start center has white shadow

2016-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95492

steve -_-  changed:

   What|Removed |Added

Summary|New LibreOffice 5 branding  |New LibreOffice 5 branding
   |graphics issues with OS X   |graphics issues with OS X
   |builds  |builds: logos in start
   ||center too bright and "5"
   ||logo in empty start center
   ||has white shadow

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


[Libreoffice-bugs] [Bug 97329] Wrong Spaces Placement Between Arabic Words

2016-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97329

raal  changed:

   What|Removed |Added

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

--- Comment #1 from raal  ---
Hello,

Thank you for filing the bug. Please send us a sample document, as this makes
it easier for us to verify the bug. 
I have set the bug's status to 'NEEDINFO', so please do change it back to
'UNCONFIRMED' once you have attached a document.
(Please note that the attachment will be public, remove any sensitive
information before attaching it.)
How can I eliminate confidential data from a sample document?
https://wiki.documentfoundation.org/QA/FAQ#How_can_I_eliminate_confidential_data_from_a_sample_document.3F
Thank you

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


[Libreoffice-bugs] [Bug 36175] Cells keep date autoformat incorrectly

2016-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=36175

Arul Michael(ldcs.co.in)  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |arul7...@gmail.com
   |desktop.org |

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


[Libreoffice-commits] core.git: 2 commits - qadevOOo/runner qadevOOo/tests

2016-02-04 Thread Caolán McNamara
 qadevOOo/runner/util/DBTools.java  |   11 ---
 qadevOOo/tests/java/ifc/task/_XInteractionHandler.java |2 --
 2 files changed, 13 deletions(-)

New commits:
commit bbcb4c94034f9ea51b63682912a3183777292bbd
Author: Caolán McNamara 
Date:   Thu Jan 21 16:42:14 2016 +

coverity#1326671 DLS: Dead local store

Change-Id: I310f9d0e66e910c6a5bbd2a4f864e4149b85c92e

diff --git a/qadevOOo/tests/java/ifc/task/_XInteractionHandler.java 
b/qadevOOo/tests/java/ifc/task/_XInteractionHandler.java
index 9bfc91b..4967910 100644
--- a/qadevOOo/tests/java/ifc/task/_XInteractionHandler.java
+++ b/qadevOOo/tests/java/ifc/task/_XInteractionHandler.java
@@ -60,8 +60,6 @@ public class _XInteractionHandler extends MultiMethodTest {
 */
 @Override
 public void before() {
-XInteractionRequest request = (XInteractionRequest)
-tEnv.getObjRelation("XInteractionHandler.Request") ;
 }
 
 /**
commit e229993a6365674d87634c3393a536f5adee49c4
Author: Caolán McNamara 
Date:   Thu Feb 4 09:32:03 2016 +

coverity#1327197 UwF: Unwritten field

Change-Id: I520235178bc1eaea5e5bc0497ab8824bf2775456

diff --git a/qadevOOo/runner/util/DBTools.java 
b/qadevOOo/runner/util/DBTools.java
index cc65494..52fb344b 100644
--- a/qadevOOo/runner/util/DBTools.java
+++ b/qadevOOo/runner/util/DBTools.java
@@ -113,14 +113,6 @@ public class DBTools {
 * Representation of 'IsPasswordRequired' property.
 */
 public Boolean IsPasswordRequired = null ;
-/**
-* Representation of 'IsReadOnly' property.
-*/
-private Boolean IsReadOnly = null ;
-/**
-* Representation of 'TableFilter' property.
-*/
-private String[] TableFilter = null ;
 
 /**
 * Creates new com.sun.star.sdb.DataSource service
@@ -141,9 +133,6 @@ public class DBTools {
 if (User != null) props.setPropertyValue("User", User) ;
 if (Password != null) props.setPropertyValue("Password", Password) 
;
 if (IsPasswordRequired != null) 
props.setPropertyValue("IsPasswordRequired", IsPasswordRequired) ;
-if (IsReadOnly != null) props.setPropertyValue("IsReadOnly", 
IsReadOnly) ;
-if (TableFilter != null) props.setPropertyValue("TableFilter", 
TableFilter) ;
-
 return src ;
 }
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 97556] New: resurrect windows build system

2016-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97556

Bug ID: 97556
   Summary: resurrect windows build system
   Product: libetonyek
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: General
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: dtar...@redhat.com

libetonyek contains a separate build system for Windows. But the project files
are in a format used by a long-obsolete version of MSVC and they have not been
updated for a long time.

The goal is to create project files in format used by the current version(s) of
MSVC which would allow to build the release tarballs. (IOW, it is not required
to be able to build a git checkout. The difference is that there are few
generated header files (*.inc) that are included in release tarballs, but must
be generated from their sources (*.gperf) when building from git.) The old
project files can then be removed.

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


[Libreoffice-bugs] [Bug 97560] refresh windows build system

2016-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97560

David Tardon  changed:

   What|Removed |Added

   Keywords||difficultyEasy, easyHack,
   ||skillWindows, topicInfra
 Status|UNCONFIRMED |NEW
 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
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 97369] SUM formulas, in the cell below one with the same formula (and maybe more?) are not calculate correctly in 5.1 (with more then ~100 rows)

2016-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97369

--- Comment #41 from Tor Lillqvist  ---
When trying the above change, just delete the contents of cells A1:A4, for
instance, to see another bug. You get a bunch of #VALUE! errors. What should
happen is that the empty cells should be interpreted as zeroes.

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


[Libreoffice-commits] core.git: idl/inc idl/source include/sfx2 sc/sdi sd/sdi sfx2/sdi starmath/sdi svx/sdi sw/sdi

2016-02-04 Thread Noel Grandin
 idl/inc/globals.hxx |2 
 idl/inc/slot.hxx|2 
 idl/source/objects/slot.cxx |8 
 idl/source/prj/command.cxx  |1 
 idl/source/prj/globals.cxx  |1 
 include/sfx2/msg.hxx|3 
 sc/sdi/cellsh.sdi   |1 
 sc/sdi/scalc.sdi|  360 --
 sd/sdi/_drvwsh.sdi  |6 
 sd/sdi/outlnvsh.sdi |6 
 sd/sdi/sdnew.sdi|3 
 sd/sdi/sdraw.sdi|  283 
 sfx2/sdi/sfx.sdi|  302 --
 starmath/sdi/smath.sdi  |   36 --
 svx/sdi/svx.sdi |  599 
 sw/sdi/swriter.sdi  |  419 --
 16 files changed, 7 insertions(+), 2025 deletions(-)

New commits:
commit 228a5704b3ca1addd7aa5de7a04865df4dc5b091
Author: Noel Grandin 
Date:   Wed Feb 3 16:36:01 2016 +0200

remove unused HasDialog from SDI files

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

diff --git a/idl/inc/globals.hxx b/idl/inc/globals.hxx
index 8a82aee..033a044 100644
--- a/idl/inc/globals.hxx
+++ b/idl/inc/globals.hxx
@@ -79,7 +79,6 @@ struct SvGlobalHashNames
 SvStringHashEntryRef MM_ExecMethod;
 SvStringHashEntryRef MM_StateMethod;
 SvStringHashEntryRef MM_GroupId;
-SvStringHashEntryRef MM_HasDialog;
 SvStringHashEntryRef MM_TypeLibFile;
 SvStringHashEntryRef MM_Export;
 SvStringHashEntryRef MM_Automation;
@@ -179,7 +178,6 @@ HASH_INLINE(StateMethod)
 HASH_INLINE(GroupId)
 HASH_INLINE(float)
 HASH_INLINE(double)
-HASH_INLINE(HasDialog)
 HASH_INLINE(TypeLibFile)
 HASH_INLINE(Export)
 HASH_INLINE(Automation)
diff --git a/idl/inc/slot.hxx b/idl/inc/slot.hxx
index 6f12fcf6..25a7415 100644
--- a/idl/inc/slot.hxx
+++ b/idl/inc/slot.hxx
@@ -48,7 +48,6 @@ class SvMetaSlot : public SvMetaAttribute
 SvBOOL  aNoRecord;
 SvBOOL  aRecordAbsolute;
 
-SvBOOL  aHasDialog;
 SvBOOL  aMenuConfig;
 SvBOOL  aToolBoxConfig;
 SvBOOL  aStatusBarConfig;
@@ -158,7 +157,6 @@ public:
 boolGetNoRecord() const;
 boolGetRecordAbsolute() const;
 
-boolGetHasDialog() const;
 const OString& GetPseudoPrefix() const;
 const OString& GetUnoName() const;
 boolGetMenuConfig() const;
diff --git a/idl/source/objects/slot.cxx b/idl/source/objects/slot.cxx
index fbb560f..0f03eaf 100644
--- a/idl/source/objects/slot.cxx
+++ b/idl/source/objects/slot.cxx
@@ -191,11 +191,6 @@ bool SvMetaSlot::GetRecordAbsolute() const
 return aRecordAbsolute;
 return static_cast(GetRef())->GetRecordAbsolute();
 }
-bool SvMetaSlot::GetHasDialog() const
-{
-if( aHasDialog.IsSet() || !GetRef() ) return aHasDialog;
-return static_cast(GetRef())->GetHasDialog();
-}
 const OString& SvMetaSlot::GetPseudoPrefix() const
 {
 if( !aPseudoPrefix.getString().isEmpty() || !GetRef() ) return 
aPseudoPrefix.getString();
@@ -298,7 +293,6 @@ void SvMetaSlot::ReadAttributesSvIdl( SvIdlDataBase & rBase,
 if( aNoRecord.ReadSvIdl( SvHash_NoRecord(), rInStm ) )
 SetNoRecord( aNoRecord ), bOk = true;
 
-bOk |= aHasDialog.ReadSvIdl( SvHash_HasDialog(), rInStm );
 bOk |= aPseudoPrefix.ReadSvIdl( SvHash_PseudoPrefix(), rInStm );
 bOk |= aMenuConfig.ReadSvIdl( SvHash_MenuConfig(), rInStm );
 bOk |= aToolBoxConfig.ReadSvIdl( SvHash_ToolBoxConfig(), rInStm );
@@ -822,8 +816,6 @@ void SvMetaSlot::WriteSlot( const OString& rShellName, 
sal_uInt16 nCount,
 rOutStm.WriteCharPtr( MakeSlotName( SvHash_NoRecord() ).getStr() 
).WriteChar( '|' );
 if( GetRecordAbsolute() )
 rOutStm.WriteCharPtr( MakeSlotName( SvHash_RecordAbsolute() ).getStr() 
).WriteChar( '|' );
-if( GetHasDialog() )
-rOutStm.WriteCharPtr( MakeSlotName( SvHash_HasDialog() ).getStr() 
).WriteChar( '|' );
 if( GetMenuConfig() )
 rOutStm.WriteCharPtr( MakeSlotName( SvHash_MenuConfig() ).getStr() 
).WriteChar( '|' );
 if( GetToolBoxConfig() )
diff --git a/idl/source/prj/command.cxx b/idl/source/prj/command.cxx
index 6e6afd3..fa74f42 100644
--- a/idl/source/prj/command.cxx
+++ b/idl/source/prj/command.cxx
@@ -84,7 +84,6 @@ char const * SyntaxStrings[] = {
 "\t\tFastCall",
 "\t\tGet, Set",
 "\t\tGroupId= Identifier",
-"\t\tHasDialog",
 "\t\tIsCollection",
 "\t\tImageRotation",
 "\t\tImageReflection",
diff --git a/idl/source/prj/globals.cxx b/idl/source/prj/globals.cxx
index b8357d8..634212f 100644
--- a/idl/source/prj/globals.cxx
+++ b/idl/source/prj/globals.cxx
@@ -106,7 +106,6 @@ SvGlobalHashNames::SvGlobalHashNames()
 A_ENTRY(ExecMethod)
 A_ENTRY(StateMethod)
 A_ENTRY(GroupId)
-A_ENTRY(HasDialog)
 A_ENTRY(TypeLibFile)
 

[Libreoffice-commits] core.git: idl/inc idl/source include/sfx2 sc/sdi sd/sdi sfx2/sdi starmath/sdi svx/sdi sw/sdi

2016-02-04 Thread Noel Grandin
 idl/inc/globals.hxx |2 
 idl/inc/slot.hxx|   10 
 idl/source/objects/slot.cxx |   17 -
 idl/source/prj/command.cxx  |2 
 idl/source/prj/globals.cxx  |1 
 include/sfx2/msg.hxx|7 
 sc/sdi/scalc.sdi|  336 ---
 sd/sdi/sdnew.sdi|2 
 sd/sdi/sdraw.sdi|  265 -
 sfx2/sdi/sfx.sdi|  200 
 starmath/sdi/smath.sdi  |   31 --
 svx/sdi/svx.sdi |  547 
 sw/sdi/swriter.sdi  |  326 --
 13 files changed, 6 insertions(+), 1740 deletions(-)

New commits:
commit 5ec98c76986c1fe004fe10b1a003618d74a2c5d3
Author: Noel Grandin 
Date:   Wed Feb 3 16:28:34 2016 +0200

remove unused Synchron from SDI files

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

diff --git a/idl/inc/globals.hxx b/idl/inc/globals.hxx
index f3f30cc..8a82aee 100644
--- a/idl/inc/globals.hxx
+++ b/idl/inc/globals.hxx
@@ -46,7 +46,6 @@ struct SvGlobalHashNames
 SvStringHashEntryRef MM_Volatile;
 SvStringHashEntryRef MM_Toggle;
 SvStringHashEntryRef MM_AutoUpdate;
-SvStringHashEntryRef MM_Synchron;
 SvStringHashEntryRef MM_Asynchron;
 SvStringHashEntryRef MM_RecordPerSet;
 SvStringHashEntryRef MM_RecordPerItem;
@@ -149,7 +148,6 @@ HASH_INLINE(SlotId)
 HASH_INLINE(Volatile)
 HASH_INLINE(Toggle)
 HASH_INLINE(AutoUpdate)
-HASH_INLINE(Synchron)
 HASH_INLINE(Asynchron)
 HASH_INLINE(RecordPerItem)
 HASH_INLINE(RecordPerSet)
diff --git a/idl/inc/slot.hxx b/idl/inc/slot.hxx
index c9c09a2..6f12fcf6 100644
--- a/idl/inc/slot.hxx
+++ b/idl/inc/slot.hxx
@@ -40,7 +40,6 @@ class SvMetaSlot : public SvMetaAttribute
 SvBOOL  aToggle;
 SvBOOL  aAutoUpdate;
 
-SvBOOL  aSynchron;  // exclusive
 SvBOOL  aAsynchron;
 
 SvBOOL  aRecordPerItem;// exclusive
@@ -88,17 +87,9 @@ protected:
 aAutoUpdate = bSet;
 }
 
-voidSetSynchron( bool bSet )
-{
-aSynchron = bSet;
-if( bSet )
-aAsynchron = false;
-}
 voidSetAsynchron( bool bSet )
 {
 aAsynchron = bSet;
-if( bSet )
-aSynchron = false;
 }
 
 voidSetRecordPerItem( bool bSet )
@@ -159,7 +150,6 @@ public:
 boolGetToggle() const;
 boolGetAutoUpdate() const;
 
-boolGetSynchron() const;
 boolGetAsynchron() const;
 
 boolGetRecordPerItem() const;
diff --git a/idl/source/objects/slot.cxx b/idl/source/objects/slot.cxx
index 4d5782f..fbb560f 100644
--- a/idl/source/objects/slot.cxx
+++ b/idl/source/objects/slot.cxx
@@ -34,8 +34,7 @@ SvMetaObject *SvMetaSlot::MakeClone() const
 }
 
 SvMetaSlot::SvMetaSlot()
-: aSynchron( true, false )
-, aRecordPerSet( true, false )
+: aRecordPerSet( true, false )
 , aRecordAbsolute( false, false )
 , pLinkedSlot(nullptr)
 , pNextSlot(nullptr)
@@ -46,7 +45,6 @@ SvMetaSlot::SvMetaSlot()
 
 SvMetaSlot::SvMetaSlot( SvMetaType * pType )
 : SvMetaAttribute( pType )
-, aSynchron( true, false )
 , aRecordPerSet( true, false )
 , aRecordAbsolute( false, false )
 , pLinkedSlot(nullptr)
@@ -148,17 +146,10 @@ bool SvMetaSlot::GetAutoUpdate() const
 if( aAutoUpdate.IsSet() || !GetRef() ) return aAutoUpdate;
 return static_cast(GetRef())->GetAutoUpdate();
 }
-bool SvMetaSlot::GetSynchron() const
-{
-// Synchron and Asynchron are exclusive
-if( !GetRef() || aSynchron.IsSet() || aAsynchron.IsSet() )
-return aSynchron;
-return static_cast(GetRef())->GetSynchron();
-}
 bool SvMetaSlot::GetAsynchron() const
 {
 // Synchron and Asynchron are exclusive
-if( !GetRef() || aAsynchron.IsSet() || aSynchron.IsSet() )
+if( !GetRef() || aAsynchron.IsSet() )
 return aAsynchron;
 return static_cast(GetRef())->GetAsynchron();
 }
@@ -293,8 +284,6 @@ void SvMetaSlot::ReadAttributesSvIdl( SvIdlDataBase & rBase,
 if( aAutoUpdate.ReadSvIdl( SvHash_AutoUpdate(), rInStm ) )
 SetAutoUpdate( aAutoUpdate ), bOk = true;
 
-if( aSynchron.ReadSvIdl( SvHash_Synchron(), rInStm ) )
-SetSynchron( aSynchron ), bOk = true;
 if( aAsynchron.ReadSvIdl( SvHash_Asynchron(), rInStm ) )
 SetAsynchron( aAsynchron ), bOk = true;
 
@@ -821,8 +810,6 @@ void SvMetaSlot::WriteSlot( const OString& rShellName, 
sal_uInt16 nCount,
 rOutStm.WriteCharPtr( MakeSlotName( SvHash_Toggle() ).getStr() 
).WriteChar( '|' );
 if( GetAutoUpdate() )
 rOutStm.WriteCharPtr( MakeSlotName( SvHash_AutoUpdate() ).getStr() 

[Libreoffice-bugs] [Bug 55960] Filling cells with incremental numbers – wrong numbers

2016-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=55960

--- Comment #6 from sharkylaser <2xd9yw+i0g75dzsv...@sharklasers.com> ---
Confirmed in 5.0.4.2

Attachment added.

Possible floating point error.

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


[Libreoffice-bugs] [Bug 38915] Multiple soffice.bin soffice.exe

2016-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=38915

--- Comment #16 from Vasily Maryutenkov  ---
Please apply this patch https://bz.apache.org/ooo/show_bug.cgi?id=114963

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


[Libreoffice-bugs] [Bug 97538] INSERT: SVG image cropped

2016-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97538

--- Comment #3 from Yousuf (Jay) Philips  ---
Another example of content being cropped is
https://dev.w3.org/SVG/tools/svgweb/samples/svg-files/DroidSans.svg as 'SVG
Open 2009' isnt being displayed.

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


[Libreoffice-bugs] [Bug 97570] New: Entering Listbox in a form does not give the window to establish the links

2016-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97570

Bug ID: 97570
   Summary: Entering Listbox in a form does not give the window to
establish the links
   Product: LibreOffice
   Version: 5.1.0.3 rc
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Base
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: peter_ologhl...@optusnet.com.au

When I place a Listbox on a form, or replace another field with a Listbox, I
should get Listbox Wizard in which I can select the source table and establish
the fields to be linked.  In 5.1.0.3 I don't get this, so can't populate the
listbox properly.

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


[Libreoffice-bugs] [Bug 97283] merge unit tests in sal module

2016-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97283

Matúš Kukan  changed:

   What|Removed |Added

   Keywords||topicCleanup
 CC||ma...@libreoffice.org

--- Comment #1 from Matúš Kukan  ---
I think https://gerrit.libreoffice.org/#/c/21959/ could serve as an example
commit for this easy hack, although I had to do some specific changes in there.

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


[Bug 97283] merge unit tests in sal module

2016-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97283

Matúš Kukan  changed:

   What|Removed |Added

   Keywords||topicCleanup
 CC||ma...@libreoffice.org

--- Comment #1 from Matúš Kukan  ---
I think https://gerrit.libreoffice.org/#/c/21959/ could serve as an example
commit for this easy hack, although I had to do some specific changes in there.

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


[Libreoffice-commits] core.git: fpicker/source framework/source

2016-02-04 Thread Berk Gureken
 fpicker/source/office/asyncfilepicker.cxx   |4 -
 fpicker/source/office/commonpicker.cxx  |2 
 fpicker/source/office/fpinteraction.cxx |2 
 fpicker/source/office/fpsmartcontent.cxx|2 
 fpicker/source/office/iodlg.cxx |   32 
+-
 fpicker/source/office/iodlgimp.cxx  |2 
 framework/source/fwi/helper/mischelper.cxx  |2 
 framework/source/uiconfiguration/windowstateconfiguration.cxx   |   12 +--
 framework/source/uielement/langselectionstatusbarcontroller.cxx |8 +-
 framework/source/uielement/menubarmanager.cxx   |2 
 10 files changed, 34 insertions(+), 34 deletions(-)

New commits:
commit 9108dc39525fb1d881d5b4a634039a25ef2d2d25
Author: Berk Gureken 
Date:   Mon Feb 1 12:07:06 2016 +0200

tdf#43157 Cleanup DBG_ASSERT for fpicker and framework

Change-Id: I1b79a39a9d709184cc72a905647f73dbf85eef27
Signed-off-by: Berk Gureken 
Reviewed-on: https://gerrit.libreoffice.org/21991
Reviewed-by: Michael Stahl 
Tested-by: Michael Stahl 

diff --git a/fpicker/source/office/asyncfilepicker.cxx 
b/fpicker/source/office/asyncfilepicker.cxx
index e1dade7..2f390e6 100644
--- a/fpicker/source/office/asyncfilepicker.cxx
+++ b/fpicker/source/office/asyncfilepicker.cxx
@@ -34,8 +34,8 @@ namespace svt
 ,m_pDialog  ( _pDialog )
 ,m_bRunning ( false)
 {
-DBG_ASSERT( m_pDialog, "AsyncPickerAction::AsyncPickerAction: invalid 
dialog!" );
-DBG_ASSERT( m_pView, "AsyncPickerAction::AsyncPickerAction: invalid 
view!" );
+assert( m_pDialog && "AsyncPickerAction::AsyncPickerAction: invalid 
dialog!" );
+assert( m_pView && "AsyncPickerAction::AsyncPickerAction: invalid 
view!" );
 }
 
 
diff --git a/fpicker/source/office/commonpicker.cxx 
b/fpicker/source/office/commonpicker.cxx
index f47c956..c856bda 100644
--- a/fpicker/source/office/commonpicker.cxx
+++ b/fpicker/source/office/commonpicker.cxx
@@ -201,7 +201,7 @@ namespace svt
 if ( !m_pDlg )
 {
 m_pDlg.reset( implCreateDialog( VCLUnoHelper::GetWindow( 
m_xDialogParent ) ) );
-DBG_ASSERT( m_pDlg, "OCommonPicker::createPicker: invalid dialog 
returned!" );
+SAL_WARN_IF( !m_pDlg, "fpicker.office", 
"OCommonPicker::createPicker: invalid dialog returned!" );
 
 if ( m_pDlg )
 {
diff --git a/fpicker/source/office/fpinteraction.cxx 
b/fpicker/source/office/fpinteraction.cxx
index a991e30..ccf6ede 100644
--- a/fpicker/source/office/fpinteraction.cxx
+++ b/fpicker/source/office/fpinteraction.cxx
@@ -38,7 +38,7 @@ namespace svt
 ,m_bUsed( false )
 ,m_eInterceptions( OFilePickerInteractionHandler::E_NOINTERCEPTION )
 {
-DBG_ASSERT( m_xMaster.is(), 
"OFilePickerInteractionHandler::OFilePickerInteractionHandler: invalid master 
handler!" );
+SAL_WARN_IF( !m_xMaster.is(), "fpicker.office", 
"OFilePickerInteractionHandler::OFilePickerInteractionHandler: invalid master 
handler!" );
 }
 
 
diff --git a/fpicker/source/office/fpsmartcontent.cxx 
b/fpicker/source/office/fpsmartcontent.cxx
index 719dda1..fc5af8d 100644
--- a/fpicker/source/office/fpsmartcontent.cxx
+++ b/fpicker/source/office/fpsmartcontent.cxx
@@ -193,7 +193,7 @@ namespace svt
 if ( isInvalid() || !isBound() )
 return false;
 
-DBG_ASSERT( m_pContent, "SmartContent::implIs: inconsistence!" );
+assert( m_pContent && "SmartContent::implIs: inconsistence!" );
 // if, after an bindTo, we don't have a content, then we should be 
INVALID, or at least
 // NOT_BOUND (the latter happens, for example, if somebody tries 
to ask for an empty URL)
 
diff --git a/fpicker/source/office/iodlg.cxx b/fpicker/source/office/iodlg.cxx
index 3365bb2..14bff94 100644
--- a/fpicker/source/office/iodlg.cxx
+++ b/fpicker/source/office/iodlg.cxx
@@ -121,7 +121,7 @@ namespace
 
 OUString getMostCurrentFilter( SvtExpFileDlg_Impl* pImpl )
 {
-DBG_ASSERT( pImpl, "invalid impl pointer" );
+assert( pImpl && "invalid impl pointer" );
 const SvtFileDialogFilter_Impl* pFilter = pImpl->_pUserFilter;
 
 if ( !pFilter )
@@ -136,8 +136,8 @@ namespace
 
 bool restoreCurrentFilter( SvtExpFileDlg_Impl* _pImpl )
 {
-DBG_ASSERT( _pImpl->GetCurFilter(), "restoreCurrentFilter: no current 
filter!" );
-DBG_ASSERT( !_pImpl->GetCurFilterDisplayName().isEmpty(), 
"restoreCurrentFilter: no current filter (no display name)!" );
+SAL_WARN_IF( !_pImpl->GetCurFilter(), "fpicker.office", 
"restoreCurrentFilter: no current filter!" );
+SAL_WARN_IF( _pImpl->GetCurFilterDisplayName().isEmpty(), 
"fpicker.office", "restoreCurrentFilter: no current filter 

[Libreoffice-bugs] [Bug 97571] New: LibreOffice stopped working

2016-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97571

Bug ID: 97571
   Summary: LibreOffice stopped working
   Product: LibreOffice
   Version: 5.2.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: a.p.a.vences...@gmail.com

LibreOffice stopped working unexpectedly, but does not send any error message,
it just doesn't openany files at all.

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


[Libreoffice-commits] core.git: m4/ax_boost_system.m4

2016-02-04 Thread coypu
 m4/ax_boost_system.m4 |9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

New commits:
commit 1ee9765beffa7cebcc891227d741eeb0cc74eb55
Author: coypu 
Date:   Wed Feb 3 17:32:22 2016 +0200

Pull newer m4/ax_boost_system.m4 from upstream.

Does not require tac, which is not available on *BSD/OS X.

Change-Id: I54c90e249fb99ce03cc2ff134f200de283159052
Reviewed-on: https://gerrit.libreoffice.org/22083
Reviewed-by: Michael Stahl 
Tested-by: Michael Stahl 

diff --git a/m4/ax_boost_system.m4 b/m4/ax_boost_system.m4
index 20df5ee..43570a5 100644
--- a/m4/ax_boost_system.m4
+++ b/m4/ax_boost_system.m4
@@ -31,7 +31,7 @@
 #   and this notice are preserved. This file is offered as-is, without any
 #   warranty.
 
-#serial 15
+#serial 18
 
 AC_DEFUN([AX_BOOST_SYSTEM],
 [
@@ -68,9 +68,10 @@ AC_DEFUN([AX_BOOST_SYSTEM],
   ax_cv_boost_system,
 [AC_LANG_PUSH([C++])
 CXXFLAGS_SAVE=$CXXFLAGS
+CXXFLAGS=
 
 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[@%:@include 
]],
-   [[boost::system::system_category]])],
+   [[boost::system::error_category *a = 0;]])],
ax_cv_boost_system=yes, ax_cv_boost_system=no)
 CXXFLAGS=$CXXFLAGS_SAVE
  AC_LANG_POP([C++])
@@ -83,14 +84,14 @@ AC_DEFUN([AX_BOOST_SYSTEM],
 
LDFLAGS_SAVE=$LDFLAGS
 if test "x$ax_boost_user_system_lib" = "x"; then
-for libextension in `ls $BOOSTLIBDIR/libboost_system*.a* 
$BOOSTLIBDIR/libboost_system*.so* 2>/dev/null | sed 's,.*/,,' | sed -e 
's;^lib\(boost_system.*\)\.\(so\|a\).*$;\1;' | tac` ; do
+for libextension in `ls -r $BOOSTLIBDIR/libboost_system* 
2>/dev/null | sed 's,.*/lib,,' | sed 's,\..*,,'` ; do
  ax_lib=${libextension}
AC_CHECK_LIB($ax_lib, exit,
  [BOOST_SYSTEM_LIB="-l$ax_lib"; 
AC_SUBST(BOOST_SYSTEM_LIB) link_system="yes"; break],
  [link_system="no"])
done
 if test "x$link_system" != "xyes"; then
-for libextension in `ls $BOOSTLIBDIR/boost_system*.{dll,a}* 
2>/dev/null | sed 's,.*/,,' | sed -e 's;^\(boost_system.*\)\.\(dll\|a\).*$;\1;' 
| tac` ; do
+for libextension in `ls -r $BOOSTLIBDIR/boost_system* 
2>/dev/null | sed 's,.*/,,' | sed -e 's,\..*,,'` ; do
  ax_lib=${libextension}
AC_CHECK_LIB($ax_lib, exit,
  [BOOST_SYSTEM_LIB="-l$ax_lib"; 
AC_SUBST(BOOST_SYSTEM_LIB) link_system="yes"; break],
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 95492] New LibreOffice 5 branding graphics issues with OS X builds: logos in start center too bright and "5" logo in empty start center has white shadow

2016-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95492

--- Comment #15 from steve -_-  ---
About screen is fine in
Version: 5.2.0.0.alpha0+
Build ID: 31ad2d7af585e8f35a645482a92bdc37a66e64ca
CPU Threads: 4; OS Version: Mac OS X 10.11.3; UI Render: default; 
TinderBox: MacOSX-x86_64@49-TDF, Branch:master, Time: 2016-01-25_23:36:12
Locale: de-DE (de.UTF-8)

Remaining issues:

- logos in start center too bright (OS X only)
- empty start center showing the "5" has white shadow (OS X only, Linux does
not have this shadow)

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


[Libreoffice-bugs] [Bug 95492] New LibreOffice 5 branding graphics issues with OS X builds: logos in start center too bright and "5" logo in empty start center has white shadow (summary comment 15)

2016-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95492

steve -_-  changed:

   What|Removed |Added

Summary|New LibreOffice 5 branding  |New LibreOffice 5 branding
   |graphics issues with OS X   |graphics issues with OS X
   |builds: logos in start  |builds: logos in start
   |center too bright and "5"   |center too bright and "5"
   |logo in empty start center  |logo in empty start center
   |has white shadow|has white shadow (summary
   ||comment 15)

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


[Libreoffice-bugs] [Bug 97552] New: unexpected changes in formula references

2016-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97552

Bug ID: 97552
   Summary: unexpected changes in formula references
   Product: LibreOffice
   Version: 5.2.0.0.alpha0+ Master
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: mrz...@gmail.com

Created attachment 122372
  --> https://bugs.documentfoundation.org/attachment.cgi?id=122372=edit
unexpected changes occurs in sheet ID2

Some formulas that uses data from other sheets can change references
unexpectedly if the source sheet cells has changed. I tried to find out if
changes in references will go on other sheets but it didnt.

for example if i have a connection like 
sheet1 -> sheet2 -> sheet3 then changeing some of data in sheet1 will sometime
change references in sheet2 but sheet3 formulas using results in sheet2 will
not change. But if i have only sheet2 (sheet1 -> sheet2) some changes in sheet1
will change some of references in sheet2. 

I use to change data within sheet1 by -copy/paste- not by -cut/paste- so i
don't expect my formula references to be changed even if my formulas has no $
sing to lock reference of cell. I have to correct this changes manually if it
occurs, also not all the formulas changes, only some of them.

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


[Libreoffice-bugs] [Bug 97559] New: refresh windows build system

2016-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97559

Bug ID: 97559
   Summary: refresh windows build system
   Product: libabw
   Version: unspecified
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: General
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: dtar...@redhat.com

libabw contains project files for several versions of MSVC. But these project
files are normally ignored by developers when new source files or dependencies
are added, so they are very likely out-of-date.

The goal is to update the project files used by the current version(s) of MSVC
to make it possible to build the release tarballs. (IOW, it is not required to
be able to build a git checkout. The difference is that there are few generated
header files (*.inc) that are included in release tarballs, but must be
generated from their sources (*.gperf) when building from git.) Project files
for older MSVC versions should be removed.

The project files are in build/win32.

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


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

2016-02-04 Thread David Ostrovsky
 connectivity/source/drivers/mork/MDriver.hxx  |4 ++--
 connectivity/source/drivers/mork/MQueryHelper.hxx |4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 3ffa98027e6443d3822da8ba6d9602f3e36cef99
Author: David Ostrovsky 
Date:   Thu Feb 4 12:06:48 2016 +0100

mork: SAL_DELETED_FUNCTION->'= delete'

Change-Id: I71e2000920e606e5d550ed5451722cbb80f3dc82

diff --git a/connectivity/source/drivers/mork/MDriver.hxx 
b/connectivity/source/drivers/mork/MDriver.hxx
index 205ffeb..5346d0d 100644
--- a/connectivity/source/drivers/mork/MDriver.hxx
+++ b/connectivity/source/drivers/mork/MDriver.hxx
@@ -59,8 +59,8 @@ public:
 OUString getProfilePath() {return m_sProfilePath;}
 private:
 
-MorkDriver(const MorkDriver&) SAL_DELETED_FUNCTION;
-MorkDriver& operator=(const MorkDriver&) SAL_DELETED_FUNCTION;
+MorkDriver(const MorkDriver&) = delete;
+MorkDriver& operator=(const MorkDriver&) = delete;
 
 virtual ~MorkDriver() {}
 
diff --git a/connectivity/source/drivers/mork/MQueryHelper.hxx 
b/connectivity/source/drivers/mork/MQueryHelper.hxx
index 278c6d8..31e83b9 100644
--- a/connectivity/source/drivers/mork/MQueryHelper.hxx
+++ b/connectivity/source/drivers/mork/MQueryHelper.hxx
@@ -147,8 +147,8 @@ namespace connectivity
 bool_cond   m_aExprCondType;
 
 private:
-   MQueryExpression(const MQueryExpression&) SAL_DELETED_FUNCTION;
-MQueryExpression& operator=(const MQueryExpression&) 
SAL_DELETED_FUNCTION;
+   MQueryExpression(const MQueryExpression&) = delete;
+   MQueryExpression& operator=(const MQueryExpression&) = delete;
 };
 
 class MQueryHelperResultEntry
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 97563] refresh windows build system

2016-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97563

David Tardon  changed:

   What|Removed |Added

   Keywords||difficultyEasy, easyHack,
   ||skillWindows, topicInfra
 Status|UNCONFIRMED |NEW
 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
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 97563] New: refresh windows build system

2016-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97563

Bug ID: 97563
   Summary: refresh windows build system
   Product: libmspub
   Version: unspecified
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: General
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: dtar...@redhat.com

libmspub contains project files for several versions of MSVC. But these project
files are normally ignored by developers when new source files or dependencies
are added, so they are very likely out-of-date.

The goal is to update the project files used by the current version(s) of MSVC
to make it possible to build the library again. Project files for older MSVC
versions should be removed.

The project files are in build/win32.

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


[Libreoffice-bugs] [Bug 93249] Word counter freezing

2016-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93249

--- Comment #6 from David García  ---
Thank you, raal, but my concern is the actual content of the document: a
collection of essays that I can't share with anybody. If somebody is interested
in analyzing the document, I thought yesterday that I could replace every
character of the text with an "A", for example, as the relevance of my document
has to do with the number of characters and pages (page number could be
affected, though).

Would this be of any interest?

Thank yoy!

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


[Libreoffice-bugs] [Bug 97565] New: Add hyperlink data type to LibreOffice Base

2016-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97565

Bug ID: 97565
   Summary: Add hyperlink data type to LibreOffice Base
   Product: LibreOffice
   Version: 4.4.7.2 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Base
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: dkwalton...@gmail.com

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


[Libreoffice-commits] core.git: idl/inc idl/source include/sfx2 sd/sdi svx/sdi

2016-02-04 Thread Noel Grandin
 idl/inc/globals.hxx |2 --
 idl/inc/slot.hxx|   14 +++---
 idl/source/objects/slot.cxx |   18 +++---
 idl/source/prj/command.cxx  |2 +-
 idl/source/prj/globals.cxx  |1 -
 include/sfx2/msg.hxx|3 +--
 sd/sdi/sdraw.sdi|   10 --
 svx/sdi/svx.sdi |   23 ---
 8 files changed, 8 insertions(+), 65 deletions(-)

New commits:
commit 44e48e309ab92443f11b290a2153779703bca22f
Author: Noel Grandin 
Date:   Wed Feb 3 16:58:01 2016 +0200

remove unused RecordManual from SDI files

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

diff --git a/idl/inc/globals.hxx b/idl/inc/globals.hxx
index 033a044..09e2a4c 100644
--- a/idl/inc/globals.hxx
+++ b/idl/inc/globals.hxx
@@ -49,7 +49,6 @@ struct SvGlobalHashNames
 SvStringHashEntryRef MM_Asynchron;
 SvStringHashEntryRef MM_RecordPerSet;
 SvStringHashEntryRef MM_RecordPerItem;
-SvStringHashEntryRef MM_RecordManual;
 SvStringHashEntryRef MM_NoRecord;
 SvStringHashEntryRef MM_RecordAbsolute;
 SvStringHashEntryRef MM_enum;
@@ -150,7 +149,6 @@ HASH_INLINE(AutoUpdate)
 HASH_INLINE(Asynchron)
 HASH_INLINE(RecordPerItem)
 HASH_INLINE(RecordPerSet)
-HASH_INLINE(RecordManual)
 HASH_INLINE(NoRecord)
 HASH_INLINE(RecordAbsolute)
 HASH_INLINE(enum)
diff --git a/idl/inc/slot.hxx b/idl/inc/slot.hxx
index 25a7415..7c86e72 100644
--- a/idl/inc/slot.hxx
+++ b/idl/inc/slot.hxx
@@ -44,7 +44,6 @@ class SvMetaSlot : public SvMetaAttribute
 
 SvBOOL  aRecordPerItem;// exclusive
 SvBOOL  aRecordPerSet;
-SvBOOL  aRecordManual;
 SvBOOL  aNoRecord;
 SvBOOL  aRecordAbsolute;
 
@@ -95,25 +94,19 @@ protected:
 {
 aRecordPerItem = bSet;
 if( bSet )
-aRecordPerSet = aRecordManual = aNoRecord = false;
+aRecordPerSet = aNoRecord = false;
 }
 voidSetRecordPerSet( bool bSet )
 {
 aRecordPerSet = bSet;
 if( bSet )
-aRecordPerItem = aRecordManual = aNoRecord = false;
-}
-voidSetRecordManual( bool bSet )
-{
-aRecordManual = bSet;
-if( bSet )
-aRecordPerItem = aRecordPerSet = aNoRecord = false;
+aRecordPerItem = aNoRecord = false;
 }
 voidSetNoRecord( bool bSet )
 {
 aNoRecord = bSet;
 if( bSet )
-aRecordPerItem = aRecordPerSet = aRecordManual = false;
+aRecordPerItem = aRecordPerSet = false;
 }
 voidSetRecordAbsolute( bool bSet )
 { aRecordAbsolute = bSet; }
@@ -153,7 +146,6 @@ public:
 
 boolGetRecordPerItem() const;
 boolGetRecordPerSet() const;
-boolGetRecordManual() const;
 boolGetNoRecord() const;
 boolGetRecordAbsolute() const;
 
diff --git a/idl/source/objects/slot.cxx b/idl/source/objects/slot.cxx
index 0f03eaf..5ba52db 100644
--- a/idl/source/objects/slot.cxx
+++ b/idl/source/objects/slot.cxx
@@ -157,7 +157,7 @@ bool SvMetaSlot::GetRecordPerItem() const
 {
 // Record- PerItem, No, PerSet and Manual are exclusive
 if( !GetRef() || aRecordPerItem.IsSet() || aNoRecord.IsSet()
-  || aRecordPerSet.IsSet() || aRecordManual.IsSet() )
+  || aRecordPerSet.IsSet() )
 return aRecordPerItem;
 return static_cast(GetRef())->GetRecordPerItem();
 }
@@ -165,23 +165,15 @@ bool SvMetaSlot::GetRecordPerSet() const
 {
 // Record- PerItem, No, PerSet and Manual are exclusive
 if( !GetRef() || aRecordPerItem.IsSet() || aNoRecord.IsSet()
-  || aRecordPerSet.IsSet() || aRecordManual.IsSet() )
+  || aRecordPerSet.IsSet() )
 return aRecordPerSet;
 return static_cast(GetRef())->GetRecordPerSet();
 }
-bool SvMetaSlot::GetRecordManual() const
-{
-// Record- PerItem, No, PerSet and Manual are exclusive
-if( !GetRef() || aRecordPerItem.IsSet() || aNoRecord.IsSet()
-  || aRecordPerSet.IsSet() || aRecordManual.IsSet() )
-return aRecordManual;
-return static_cast(GetRef())->GetRecordManual();
-}
 bool SvMetaSlot::GetNoRecord() const
 {
 // Record- PerItem, No, PerSet and Manual are exclusive
 if( !GetRef() || aRecordPerItem.IsSet() || aNoRecord.IsSet()
-  || aRecordPerSet.IsSet() || aRecordManual.IsSet() )
+  || aRecordPerSet.IsSet()  )
 return aNoRecord;
 return static_cast(GetRef())->GetNoRecord();
 }
@@ -288,8 +280,6 @@ void SvMetaSlot::ReadAttributesSvIdl( SvIdlDataBase & rBase,
 SetRecordPerItem( aRecordPerItem ), bOk = true;
 if( 

[Libreoffice-bugs] [Bug 97116] New commands insertbefore and insertafter have no icons in theme Galaxy

2016-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97116

Yousuf (Jay) Philips  changed:

   What|Removed |Added

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

--- Comment #12 from Yousuf (Jay) Philips  ---
Just a reminder to backport this also into 5.1. ;D

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


[Libreoffice-bugs] [Bug 97569] New: Loading and saving of docx breaks lists with bulgarian, russian or serbian numbering

2016-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97569

Bug ID: 97569
   Summary: Loading and saving of docx breaks lists with
bulgarian, russian or serbian numbering
   Product: LibreOffice
   Version: 5.0.2.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: filters and storage
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: j...@vandenoever.info

Created attachment 122378
  --> https://bugs.documentfoundation.org/attachment.cgi?id=122378=edit
numbering in LibreOffice before saving

Loading a docx with a bulgarian numbered lists created in MS Office 2013 shows
a list with decimals instead of bulgarian numbers.

Saving an odt with bulgarian, serbian, or russian numbering as .docx, loses the
number style: when the document is loaded it shows no numbers.

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


[Libreoffice-commits] core.git: configure.ac

2016-02-04 Thread coypu
 configure.ac |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit f85079581551f534c9c3d920d9f434846e7b8948
Author: coypu 
Date:   Wed Feb 3 15:15:36 2016 +0200

Avoid using == with test, it is bash-specific.

Change-Id: If44680b8f9fb527dd27a71e193b334d83c12e46a
Reviewed-on: https://gerrit.libreoffice.org/22078
Reviewed-by: jan iversen 
Tested-by: jan iversen 
Tested-by: Jenkins 
Reviewed-by: Michael Stahl 

diff --git a/configure.ac b/configure.ac
index 29ef7e5..3175689 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5163,7 +5163,7 @@ if test "$_os" != "WINNT" -o "$WITH_MINGW" = "yes"; then
 # explicitly. Or put /path/to/compiler in PATH yourself.
 
 # Use wrappers for LTO
-if test "$ENABLE_LTO" == "TRUE" -a "$COM_IS_CLANG" != "TRUE"; then
+if test "$ENABLE_LTO" = "TRUE" -a "$COM_IS_CLANG" != "TRUE"; then
 AC_CHECK_TOOL(AR,gcc-ar)
 AC_CHECK_TOOL(NM,gcc-nm)
 AC_CHECK_TOOL(RANLIB,gcc-ranlib)
@@ -6905,7 +6905,7 @@ dnl 
===
 dnl Set target Java bytecode version
 dnl ===
 if test "$ENABLE_JAVA" != ""; then
-if test "$HAVE_JAVA9" == "TRUE"; then
+if test "$HAVE_JAVA9" = "TRUE"; then
 _java_target_ver="1.6"
 else
 _java_target_ver="1.5"
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Bug 43157] Clean up OSL_ASSERT, DBG_ASSERT, etc.

2016-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=43157

--- Comment #42 from Commit Notification 
 ---
Berk Gureken committed a patch related to this issue.
It has been pushed to "master":

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

tdf#43157 Cleanup DBG_ASSERT for fpicker and framework

It will be available in 5.2.0.

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

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

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


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

2016-02-04 Thread Riccardo Magliocchetti
 include/LibreOfficeKit/LibreOfficeKit.hxx |7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

New commits:
commit 8dbdf538fea36748b5297299943e22b88ba62522
Author: Riccardo Magliocchetti 
Date:   Fri Jan 29 14:37:29 2016 +0100

LibreOfficeKit: document availability of some LibreOfficeKit C++ API

As done for C version in 80d1c914524bc61402c0e257b59377c5e47231ce

Change-Id: I879e070bc6a7cbf851594d748f603090f2e02459
Reviewed-on: https://gerrit.libreoffice.org/21901
Tested-by: Jenkins 
Reviewed-by: Miklos Vajna 

diff --git a/include/LibreOfficeKit/LibreOfficeKit.hxx 
b/include/LibreOfficeKit/LibreOfficeKit.hxx
index 1fbd784..7837904 100644
--- a/include/LibreOfficeKit/LibreOfficeKit.hxx
+++ b/include/LibreOfficeKit/LibreOfficeKit.hxx
@@ -428,6 +428,7 @@ public:
  *
  * @param pUrl the URL of the document to load
  * @param pFilterOptions options for the import filter, e.g. SkipImages.
+ * @since pFilterOptions argument added in LibreOffice 5.0
  */
 inline Document* documentLoad(const char* pUrl, const char* pFilterOptions 
= NULL)
 {
@@ -450,7 +451,11 @@ public:
 return mpThis->pClass->getError(mpThis);
 }
 
-/// Frees the memory pointed to by pFree.
+/**
+ * Frees the memory pointed to by pFree.
+ *
+ * @since LibreOffice 5.2
+ */
 inline void freeError(char* pFree)
 {
 mpThis->pClass->freeError(pFree);
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 43157] Clean up OSL_ASSERT, DBG_ASSERT, etc.

2016-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=43157

--- Comment #42 from Commit Notification 
 ---
Berk Gureken committed a patch related to this issue.
It has been pushed to "master":

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

tdf#43157 Cleanup DBG_ASSERT for fpicker and framework

It will be available in 5.2.0.

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

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

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


[Libreoffice-bugs] [Bug 67583] FILEOPEN: File with images not opening - both DOC, DOCX (win only)

2016-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=67583

--- Comment #9 from Timur  ---
Created attachment 122373
  --> https://bugs.documentfoundation.org/attachment.cgi?id=122373=edit
Not open file saved as DOCX also doesn't open

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


[Libreoffice-bugs] [Bug 97554] document in windows

2016-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97554

--- Comment #1 from BELAT  ---
In the french version, when two text files are open. If you want to go to the
second one, you'll see both in the list. But when you want to go back to the
first, you can't see it (only the first time).

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


Re: [Libreoffice-qa] Testing Windows builds on Linux with PlayOnLinux?now possible!

2016-02-04 Thread Bjoern Michaelsen
Hi,

On Thu, Feb 04, 2016 at 08:05:39AM +, Pieter Kristensen wrote:
> Great that it works so well on PlayOnLinux. But how about Wine? 

PlayOnLinux is an easy install wrapper for wine.

Best,

Bjoern
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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/

[Libreoffice-bugs] [Bug 97560] New: refresh windows build system

2016-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97560

Bug ID: 97560
   Summary: refresh windows build system
   Product: libvisio
   Version: unspecified
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: General
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: dtar...@redhat.com

libvisio contains project files for several versions of MSVC. But these project
files are normally ignored by developers when new source files or dependencies
are added, so they are very likely out-of-date.

The goal is to update the project files used by the current version(s) of MSVC
to make it possible to build the release tarballs. (IOW, it is not required to
be able to build a git checkout. The difference is that there are few generated
header files (*.inc) that are included in release tarballs, but must be
generated from their sources (*.gperf) when building from git.) Project files
for older MSVC versions should be removed.

The project files are in build/win32.

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


[Libreoffice-bugs] [Bug 97564] New: refresh windows build system

2016-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97564

Bug ID: 97564
   Summary: refresh windows build system
   Product: libcdr
   Version: unspecified
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: General
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: dtar...@redhat.com

libcdr contains project files for several versions of MSVC. But these project
files are normally ignored by developers when new source files or dependencies
are added, so they are very likely out-of-date.

The goal is to update the project files used by the current version(s) of MSVC
to make it possible to build the library again. Project files for older MSVC
versions should be removed.

The project files are in build/win32.

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


[Libreoffice-bugs] [Bug 97564] refresh windows build system

2016-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97564

David Tardon  changed:

   What|Removed |Added

   Keywords||difficultyEasy, easyHack,
   ||skillWindows, topicInfra
 Status|UNCONFIRMED |NEW
 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
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 97507] "Recent Documents" does not update

2016-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97507

raal  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||r...@post.cz
Version|unspecified |4.4.2.2 release
 Ever confirmed|0   |1

--- Comment #1 from raal  ---
I can not confirm with LO 5.0.4.2, win7

Please upgrade to recent version: http://www.libreoffice.org/download/

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

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


[Libreoffice-bugs] [Bug 97562] New: refresh windows build system

2016-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97562

Bug ID: 97562
   Summary: refresh windows build system
   Product: libpagemaker
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: General
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: dtar...@redhat.com

libpagemaker contains project files for several versions of MSVC. But these
project files are normally ignored by developers when new source files or
dependencies are added, so they are very likely out-of-date.

The goal is to update the project files used by the current version(s) of MSVC
to make it possible to build the library again. Project files for older MSVC
versions should be removed.

The project files are in build/win32.

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


[Libreoffice-bugs] [Bug 97569] Loading and saving of docx breaks lists with bulgarian, russian or serbian numbering

2016-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97569

--- Comment #3 from Jos van den Oever  ---
Created attachment 122381
  --> https://bugs.documentfoundation.org/attachment.cgi?id=122381=edit
screenshot of loaded docx document

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


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

2016-02-04 Thread coypu
 include/LibreOfficeKit/LibreOfficeKitInit.h |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d9835c81b1f929e524d4c92628811faa25bfc181
Author: coypu 
Date:   Wed Feb 3 15:32:40 2016 +0200

Include headers using OpenBSD too

OpenBSD ports patch: 
http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/editors/libreoffice/patches/patch-include_LibreOfficeKit_LibreOfficeKitInit_h

Change-Id: Ia3cebb41ca72bf022cc409814bed575cfbcfbf64
Reviewed-on: https://gerrit.libreoffice.org/22079
Reviewed-by: jan iversen 
Tested-by: jan iversen 
Tested-by: Jenkins 
Reviewed-by: Michael Stahl 

diff --git a/include/LibreOfficeKit/LibreOfficeKitInit.h 
b/include/LibreOfficeKit/LibreOfficeKitInit.h
index 23e5772..a1b2ddc 100644
--- a/include/LibreOfficeKit/LibreOfficeKitInit.h
+++ b/include/LibreOfficeKit/LibreOfficeKitInit.h
@@ -19,7 +19,7 @@ extern "C"
 
 #if defined(__linux__) || defined (__FreeBSD_kernel__) || defined(_AIX) ||\
 defined(_WIN32) || defined(__APPLE__) || defined (__NetBSD__) ||\
-defined (__sun)
+defined (__sun) || defined(__OpenBSD__)
 
 #include 
 #include 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: compilerplugins/clang

2016-02-04 Thread Stephan Bergmann
 compilerplugins/clang/fpcomparison.cxx |   12 +---
 1 file changed, 5 insertions(+), 7 deletions(-)

New commits:
commit 39accf65cdfd62693d2b46b822215d88b462c2f3
Author: Stephan Bergmann 
Date:   Thu Feb 4 10:57:25 2016 +0100

loplugin:fpcomparison: Fix check for floating-point zero

...so that isZeroConstant doesn't trigger an assert inside Clang's
isCXX11ConstantExpr when expr is sizeof(x) with x being dependent on a 
template
argument.

Change-Id: I6bab46e64cc085d597db25994d8bfdc66417fe83

diff --git a/compilerplugins/clang/fpcomparison.cxx 
b/compilerplugins/clang/fpcomparison.cxx
index b374da7..8d20b8c 100644
--- a/compilerplugins/clang/fpcomparison.cxx
+++ b/compilerplugins/clang/fpcomparison.cxx
@@ -97,8 +97,7 @@ bool FpComparison::ignore(FunctionDecl* function)
 
 static bool isZeroConstant(ASTContext& context, const Expr* expr)
 {
-// calling isCXX11ConstantExpr with non-arithmetic types sometimes results 
in a crash
-if (!expr->getType()->isArithmeticType()) {
+if (!expr->getType()->isFloatingType()) {
 return false;
 }
 // prevent clang crash
@@ -106,12 +105,11 @@ static bool isZeroConstant(ASTContext& context, const 
Expr* expr)
 return false;
 }
 APValue result;
-if (expr->isCXX11ConstantExpr(context, )
-&& result.isFloat() && result.getFloat().isZero())
-{
-return true;
+if (!expr->isCXX11ConstantExpr(context, )) {
+return false;
 }
-return false;
+assert(result.isFloat());
+return result.getFloat().isZero();
 }
 bool FpComparison::VisitBinaryOperator(const BinaryOperator* binaryOp)
 {
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2016-02-04 Thread Noel Grandin
 vcl/qa/cppunit/canvasbitmaptest.cxx |   12 +++-
 1 file changed, 7 insertions(+), 5 deletions(-)

New commits:
commit 42d868008d2b4c5b31c307f02e60ba94ddcd5678
Author: Noel Grandin 
Date:   Thu Feb 4 12:28:33 2016 +0200

loplugin:fpcomparison

Change-Id: I084b63d1085976838426f1157e0ba238e0520d7f

diff --git a/vcl/qa/cppunit/canvasbitmaptest.cxx 
b/vcl/qa/cppunit/canvasbitmaptest.cxx
index b093275..4a61cfe 100644
--- a/vcl/qa/cppunit/canvasbitmaptest.cxx
+++ b/vcl/qa/cppunit/canvasbitmaptest.cxx
@@ -156,9 +156,11 @@ void checkCanvasBitmap( const 
rtl::Reference& xBmp,
 std::none_of(pRGBStart,pRGBEnd,));
 
 CPPUNIT_ASSERT_MESSAGE( "First pixel is not white",
-pRGBStart[0].Red == 1.0 && pRGBStart[0].Green == 
1.0 && pRGBStart[0].Blue == 1.0);
+rtl::math::approxEqual(pRGBStart[0].Red, 1.0) &&
+rtl::math::approxEqual(pRGBStart[0].Green, 1.0) &&
+rtl::math::approxEqual(pRGBStart[0].Blue, 1.0) );
 CPPUNIT_ASSERT_MESSAGE( "Second pixel is not opaque",
-pARGBStart[1].Alpha == 1.0);
+rtl::math::approxEqual(pARGBStart[1].Alpha, 1.0) );
 if( aContainedBmpEx.IsTransparent() )
 {
 CPPUNIT_ASSERT_MESSAGE( "First pixel is not fully transparent",
@@ -198,9 +200,9 @@ void checkCanvasBitmap( const 
rtl::Reference& xBmp,
 }
 
 CPPUNIT_ASSERT_MESSAGE( "150th pixel is not white",
-pRGBStart[150].Red == 1.0 &&
-pRGBStart[150].Green == 1.0 &&
-pRGBStart[150].Blue == 1.0);
+rtl::math::approxEqual(pRGBStart[150].Red, 1.0) &&
+rtl::math::approxEqual(pRGBStart[150].Green, 1.0) 
&&
+rtl::math::approxEqual(pRGBStart[150].Blue, 1.0) );
 
 if( nOriginalDepth > 8 )
 {
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 97558] New: : sort function doesn't maintain coherency of formula in a cell

2016-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97558

Bug ID: 97558
   Summary: : sort function doesn't maintain coherency of formula
in a cell
   Product: LibreOffice
   Version: 5.0.4.2 release
  Hardware: x86 (IA32)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: rockforth...@gmail.com

Created attachment 122374
  --> https://bugs.documentfoundation.org/attachment.cgi?id=122374=edit
spreadsheet to calculate a balance between ressource (credit) and expense
(debit)

Hi,

I use libreoffice after downloading Libreoffice_5.0.4_win_x86.msi. 

In the spreadsheet which is attached, we retain the cell G51 with the formula
F49-G50. the result is 36. Select all the table (except the title 1rst row),
sort ascending on column B, we will see the final sums (at the row 82) of the 2
columns F and G will be no more balanced. The reason why is : the formula of
the cell G51 before sorting become wrong after sorting. If instead of using the
formula we use a real value, that is 36, then the sort comes out with a correct
result, the final sums of the columns F and G are still balanced.

regards

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


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

2016-02-04 Thread David Ostrovsky
 connectivity/source/drivers/mork/MDriver.hxx  |7 +++---
 connectivity/source/drivers/mork/MQueryHelper.hxx |6 +++--
 vcl/qa/cppunit/canvasbitmaptest.cxx   |   24 --
 3 files changed, 22 insertions(+), 15 deletions(-)

New commits:
commit 40da8f2ae60ceb41ab4dd1052fcfc011f6b8f54b
Author: David Ostrovsky 
Date:   Thu Feb 4 11:17:10 2016 +0100

mork: boost::noncopyable->'= delete'

Change-Id: Ibe5e44af2348150fef0fa3d3e579ca2893fc6b1c
Reviewed-on: https://gerrit.libreoffice.org/22095
Tested-by: Jenkins 
Reviewed-by: David Ostrovsky 

diff --git a/connectivity/source/drivers/mork/MDriver.hxx 
b/connectivity/source/drivers/mork/MDriver.hxx
index 7f3e75e6..205ffeb 100644
--- a/connectivity/source/drivers/mork/MDriver.hxx
+++ b/connectivity/source/drivers/mork/MDriver.hxx
@@ -14,7 +14,6 @@
 
 #include 
 
-#include 
 #include 
 #include 
 #include 
@@ -47,8 +46,7 @@ css::uno::Reference< css::uno::XInterface > SAL_CALL
 create(css::uno::Reference< css::uno::XComponentContext > const &);
 
 class MorkDriver:
-public cppu::WeakImplHelper< css::lang::XServiceInfo, css::sdbc::XDriver >,
-private boost::noncopyable
+public cppu::WeakImplHelper< css::lang::XServiceInfo, css::sdbc::XDriver >
 {
 public:
 explicit MorkDriver(css::uno::Reference< css::uno::XComponentContext > 
const context);
@@ -61,6 +59,9 @@ public:
 OUString getProfilePath() {return m_sProfilePath;}
 private:
 
+MorkDriver(const MorkDriver&) SAL_DELETED_FUNCTION;
+MorkDriver& operator=(const MorkDriver&) SAL_DELETED_FUNCTION;
+
 virtual ~MorkDriver() {}
 
 virtual OUString SAL_CALL getImplementationName()
diff --git a/connectivity/source/drivers/mork/MQueryHelper.hxx 
b/connectivity/source/drivers/mork/MQueryHelper.hxx
index 904026d..278c6d8 100644
--- a/connectivity/source/drivers/mork/MQueryHelper.hxx
+++ b/connectivity/source/drivers/mork/MQueryHelper.hxx
@@ -26,7 +26,6 @@
 #include 
 #include 
 #include 
-#include 
 #include "MErrorResource.hxx"
 #include 
 
@@ -105,7 +104,7 @@ namespace connectivity
 const OUString&getValue() const { return m_aValue; }
 };
 
-class MQueryExpression : public MQueryExpressionBase, private 
boost::noncopyable
+class MQueryExpression : public MQueryExpressionBase
 {
 friend class MQueryHelper;
 
@@ -147,6 +146,9 @@ namespace connectivity
 ExprVector  m_aExprVector;
 bool_cond   m_aExprCondType;
 
+private:
+   MQueryExpression(const MQueryExpression&) SAL_DELETED_FUNCTION;
+MQueryExpression& operator=(const MQueryExpression&) 
SAL_DELETED_FUNCTION;
 };
 
 class MQueryHelperResultEntry
commit d33c002c474a034db9ad7390aec7ced113dcfb3e
Author: Stephan Bergmann 
Date:   Thu Feb 4 11:58:16 2016 +0100

Use CPPUNIT_ASSERT_DOUBLES_EQUAL_MESSAGE

Change-Id: I2f6da8bb39ebd791f0bd3aa955dfc8c83b96ca04

diff --git a/vcl/qa/cppunit/canvasbitmaptest.cxx 
b/vcl/qa/cppunit/canvasbitmaptest.cxx
index 4a61cfe..ae47526 100644
--- a/vcl/qa/cppunit/canvasbitmaptest.cxx
+++ b/vcl/qa/cppunit/canvasbitmaptest.cxx
@@ -155,12 +155,14 @@ void checkCanvasBitmap( const 
rtl::Reference& xBmp,
 CPPUNIT_ASSERT_MESSAGE( "rgb colors are not within [0,1] range",
 std::none_of(pRGBStart,pRGBEnd,));
 
-CPPUNIT_ASSERT_MESSAGE( "First pixel is not white",
-rtl::math::approxEqual(pRGBStart[0].Red, 1.0) &&
-rtl::math::approxEqual(pRGBStart[0].Green, 1.0) &&
-rtl::math::approxEqual(pRGBStart[0].Blue, 1.0) );
-CPPUNIT_ASSERT_MESSAGE( "Second pixel is not opaque",
-rtl::math::approxEqual(pARGBStart[1].Alpha, 1.0) );
+CPPUNIT_ASSERT_DOUBLES_EQUAL_MESSAGE(
+"First pixel is not white", 1.0, pRGBStart[0].Red, 1E-12);
+CPPUNIT_ASSERT_DOUBLES_EQUAL_MESSAGE(
+"First pixel is not white", 1.0, pRGBStart[0].Green, 1E-12);
+CPPUNIT_ASSERT_DOUBLES_EQUAL_MESSAGE(
+"First pixel is not white", 1.0, pRGBStart[0].Blue, 1E-12);
+CPPUNIT_ASSERT_DOUBLES_EQUAL_MESSAGE(
+"Second pixel is not opaque", 1.0, pARGBStart[1].Alpha, 1E-12);
 if( aContainedBmpEx.IsTransparent() )
 {
 CPPUNIT_ASSERT_MESSAGE( "First pixel is not fully transparent",
@@ -199,10 +201,12 @@ void checkCanvasBitmap( const 
rtl::Reference& xBmp,
 xPal->getColorSpace().is());
 }
 
-CPPUNIT_ASSERT_MESSAGE( "150th pixel is not white",
-rtl::math::approxEqual(pRGBStart[150].Red, 1.0) &&
-rtl::math::approxEqual(pRGBStart[150].Green, 1.0) 
&&
-rtl::math::approxEqual(pRGBStart[150].Blue, 1.0) );
+CPPUNIT_ASSERT_DOUBLES_EQUAL_MESSAGE(
+"150th 

[Libreoffice-bugs] [Bug 78703] SLIDESHOW: fading slide transitions start with a white 'flash'

2016-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=78703

--- Comment #31 from pieter kristensen  ---
On this Windows machine, (32 bit W10) the problem has become less. The flash is
not white any more but at the end of the transition there is a distorsion. All
3d transitions do this.

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


[Libreoffice-bugs] [Bug 55960] Filling cells with incremental numbers – wrong numbers

2016-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=55960

--- Comment #5 from sharkylaser <2xd9yw+i0g75dzsv...@sharklasers.com> ---
Created attachment 122375
  --> https://bugs.documentfoundation.org/attachment.cgi?id=122375=edit
Floating point error when dragging a list to auto fill

Demonstrates deterioration of auto filled incremental lists. Possible floating
point error.

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


[Libreoffice-commits] core.git: idl/inc idl/source include/sfx2 sc/sdi sd/sdi sfx2/sdi starmath/sdi svx/sdi sw/sdi

2016-02-04 Thread Noel Grandin
 idl/inc/globals.hxx |2 
 idl/inc/slot.hxx|   10 
 idl/source/objects/slot.cxx |   17 -
 idl/source/prj/globals.cxx  |1 
 include/sfx2/msg.hxx|9 
 sc/sdi/cellsh.sdi   |   16 -
 sc/sdi/drawsh.sdi   |3 
 sc/sdi/editsh.sdi   |1 
 sc/sdi/prevwsh.sdi  |   10 
 sc/sdi/scalc.sdi|  361 -
 sc/sdi/tabvwsh.sdi  |2 
 sd/sdi/_docsh.sdi   |3 
 sd/sdi/_drvwsh.sdi  |   25 -
 sd/sdi/app.sdi  |2 
 sd/sdi/drtxtob.sdi  |   20 -
 sd/sdi/drviewsh.sdi |1 
 sd/sdi/grviewsh.sdi |1 
 sd/sdi/outlnvsh.sdi |   20 -
 sd/sdi/sdnew.sdi|3 
 sd/sdi/sdraw.sdi|  283 ---
 sfx2/sdi/sfx.sdi|  302 -
 starmath/sdi/smath.sdi  |   36 --
 svx/sdi/svx.sdi |  626 
 sw/sdi/_basesh.sdi  |2 
 sw/sdi/_viewsh.sdi  |6 
 sw/sdi/swriter.sdi  |  419 -
 sw/sdi/textsh.sdi   |1 
 sw/sdi/wtextsh.sdi  |1 
 28 files changed, 30 insertions(+), 2153 deletions(-)

New commits:
commit 16431492441e742fbbbfc73ba0b715a91ec3ee45
Author: Noel Grandin 
Date:   Wed Feb 3 16:10:14 2016 +0200

remove unused Cachable keyword from SDI files

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

diff --git a/idl/inc/globals.hxx b/idl/inc/globals.hxx
index ab12cb7..f3f30cc 100644
--- a/idl/inc/globals.hxx
+++ b/idl/inc/globals.hxx
@@ -43,7 +43,6 @@ struct SvGlobalHashNames
 SvStringHashEntryRef MM_Get;
 SvStringHashEntryRef MM_Set;
 SvStringHashEntryRef MM_SlotId;
-SvStringHashEntryRef MM_Cachable;
 SvStringHashEntryRef MM_Volatile;
 SvStringHashEntryRef MM_Toggle;
 SvStringHashEntryRef MM_AutoUpdate;
@@ -147,7 +146,6 @@ HASH_INLINE(shell)
 HASH_INLINE(Get)
 HASH_INLINE(Set)
 HASH_INLINE(SlotId)
-HASH_INLINE(Cachable)
 HASH_INLINE(Volatile)
 HASH_INLINE(Toggle)
 HASH_INLINE(AutoUpdate)
diff --git a/idl/inc/slot.hxx b/idl/inc/slot.hxx
index 165388b..c9c09a2 100644
--- a/idl/inc/slot.hxx
+++ b/idl/inc/slot.hxx
@@ -36,7 +36,6 @@ class SvMetaSlot : public SvMetaAttribute
 SvBOOL  aGet;
 SvBOOL  aSet;
 
-SvBOOL  aCachable;  // exclusive
 SvBOOL  aVolatile;
 SvBOOL  aToggle;
 SvBOOL  aAutoUpdate;
@@ -76,17 +75,9 @@ class SvMetaSlot : public SvMetaAttribute
 voidSetEnumValue(SvMetaEnumValue *p)
 { pEnumValue = p; }
 protected:
-voidSetCachable( bool bSet )
-{
-aCachable = bSet;
-if( bSet )
-aVolatile = false;
-}
 voidSetVolatile( bool bSet )
 {
 aVolatile = bSet;
-if( bSet )
-aCachable = false;
 }
 voidSetToggle( bool bSet )
 {
@@ -164,7 +155,6 @@ public:
 const OString& GetDefault() const;
 const OString& GetDisableFlags() const;
 boolGetPseudoSlots() const;
-boolGetCachable() const;
 boolGetVolatile() const;
 boolGetToggle() const;
 boolGetAutoUpdate() const;
diff --git a/idl/source/objects/slot.cxx b/idl/source/objects/slot.cxx
index 9f0e036..4d5782f 100644
--- a/idl/source/objects/slot.cxx
+++ b/idl/source/objects/slot.cxx
@@ -34,8 +34,7 @@ SvMetaObject *SvMetaSlot::MakeClone() const
 }
 
 SvMetaSlot::SvMetaSlot()
-: aCachable( true, false )
-, aSynchron( true, false )
+: aSynchron( true, false )
 , aRecordPerSet( true, false )
 , aRecordAbsolute( false, false )
 , pLinkedSlot(nullptr)
@@ -47,7 +46,6 @@ SvMetaSlot::SvMetaSlot()
 
 SvMetaSlot::SvMetaSlot( SvMetaType * pType )
 : SvMetaAttribute( pType )
-, aCachable( true, false )
 , aSynchron( true, false )
 , aRecordPerSet( true, false )
 , aRecordAbsolute( false, false )
@@ -133,17 +131,10 @@ bool SvMetaSlot::GetPseudoSlots() const
 if( aPseudoSlots.IsSet() || !GetRef() ) return aPseudoSlots;
 return static_cast(GetRef())->GetPseudoSlots();
 }
-bool SvMetaSlot::GetCachable() const
-{
-// Cachable and Volatile are exclusive
-if( !GetRef() || aCachable.IsSet() || aVolatile.IsSet() )
- return aCachable;
-return static_cast(GetRef())->GetCachable();
-}
 bool SvMetaSlot::GetVolatile() const
 {
 // Cachable and Volatile are exclusive
-if( !GetRef() || aVolatile.IsSet() || aCachable.IsSet() )
+if( !GetRef() || aVolatile.IsSet() )
 return aVolatile;
 return static_cast(GetRef())->GetVolatile();
 }
@@ -295,8 

[Libreoffice-bugs] [Bug 97369] SUM formulas, in the cell below one with the same formula (and maybe more?) are not calculate correctly in 5.1 (with more then ~100 rows)

2016-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97369

--- Comment #42 from Tor Lillqvist  ---
Note that for empty cells, the corresponding entries in the mpNumericArray is
set to NaNs. If I understand correctly, if such a value is used then in normal
additions or other calculations, it should propagate and the result should also
become such a "plain" NaN, but apparently it then at some stage gets turned
into an #VALUE! error instead. (Note that error codes are stored in double
values as a special kind of NaNs, with a non-zero payload.)

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


[Libreoffice-bugs] [Bug 97567] FILESAVE: Writer destroys format in odt file created by MS Office

2016-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97567

Mark Hung  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #1 from Mark Hung  ---
Oops. The attachment is wrong. I'll upload later.

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


[Libreoffice-bugs] [Bug 97556] resurrect windows build system

2016-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97556

--- Comment #1 from David Tardon  ---
I forgot to mention that the project files are in build/win32.

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


[Libreoffice-bugs] [Bug 97561] New: FILESAVE does not grey out the Save icon in Base pre-release 5.1.0.3rc

2016-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97561

Bug ID: 97561
   Summary: FILESAVE does not grey out the Save icon in Base
pre-release 5.1.0.3rc
   Product: LibreOffice
   Version: 5.1.0.3 rc
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: Base
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: peter_ologhl...@optusnet.com.au

When the Save icon is clicked in a Query or a Form, or in the main database
window itself, it does not grey out in 5.1.0.3, as I think it does in 5.0.4.2. 
Greying the icon out is useful for two reasons:
1)  Because the un-greyed icon serves as a reminder that there are unsaved
changes, and 
2)  To offer reassurance that the Save icon was in fact clicked and the Save
has taken effect.
NOTE:  This is similar to bug 96590 which was reported against CALC.  Possibly
same cause?

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


[Libreoffice-bugs] [Bug 97568] New: libreoffice does not end on Ctrl-Q or file menu, only UI goes away

2016-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97568

Bug ID: 97568
   Summary: libreoffice does not end on Ctrl-Q or file menu, only
UI goes away
   Product: LibreOffice
   Version: 5.0.4.2 release
  Hardware: x86-64 (AMD64)
OS: FreeBSD
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: g...@unixarea.de

Created attachment 122377
  --> https://bugs.documentfoundation.org/attachment.cgi?id=122377=edit
gdb backtrace on interrupt

just start:

$ libreoffice

and exit from the file menu or with Ctrl-Q; the proc haengst forever; a ps
shows:

# ps -ax | fgrep office
5177  1  I+ 0:00,13 /usr/local/lib/libreoffice/program/oosplash
5192  1  I+ 0:01,87 /usr/local/lib/libreoffice/program/soffice.bin
--splash-pipe=5

# ps -axl | fgrep office
1001 5177 1872   0  52  0   49236   6196 uwaitI+10:00,13
/usr/local/lib/libreoffice/pro
1001 5192 5177   0  52  0  505612  97116 uwaitI+10:01,87
/usr/local/lib/libreoffice/pro

Ctrl-C end the processes.

running it with --backtrace gives the following (attached) gdbtrace.log.

This problem is on FreeBSD 11-CURRENT amd64 and libreoffice compiled from the
ports collection.

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


[Libreoffice-bugs] [Bug 97567] New: FILESAVE: Writer destroys format in odt file created by MS Office

2016-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97567

Bug ID: 97567
   Summary: FILESAVE: Writer destroys format in odt file created
by MS Office
   Product: LibreOffice
   Version: Inherited From OOo
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: mark...@gmail.com

Created attachment 122376
  --> https://bugs.documentfoundation.org/attachment.cgi?id=122376=edit
ODT created by MSO2010 ( tradtional Chinese )

Step to Reproduce
1. Open the attachment in Writer. 
2. Save as another odt file.
3. Reopen the new file, direct formats ( font size and font family ) are all
gone.

The attachment is odt file created in MSO2010 traditional Chinese version.  

Version:5.0.4.2
Build ID:2b9802c1994aa0b7dc6079e128979269cf95bc78
Locale:zh-TW (zh_TW)

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


[Libreoffice-bugs] [Bug 97429] Writer crash on print selected area

2016-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97429

Xisco Faulí  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||aniste...@gmail.com
   Assignee|libreoffice-b...@lists.free |aniste...@gmail.com
   |desktop.org |

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


[Libreoffice-bugs] [Bug 97553] New: Presentation-mode: Exchange button switches screens at most once.

2016-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97553

Bug ID: 97553
   Summary: Presentation-mode: Exchange button switches screens at
most once.
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: jnovo...@suse.cz

I install LibreOffice_5.0.4.2_Linux_x86-64_rpm on virtual machine. 
And add second screen to that machine
(http://people.freedesktop.org/~teuf/spice-doc/html/ch02s07.html)
Then ssh from laptop with two additional screens to that vm, and run
LibreOffice Impress there.

When I have main Impress window on additional screen,  opens Presentation
view on that screen and Control view on laptop screen or vice versa. 
In first case I could push Exchange button and these two view switches. But
when I push it again both views are on laptop screen and Exchange button do
nothing. When I have main Impress window on laptop screen  opes both view
on laptop screen.

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


[Libreoffice-bugs] [Bug 67583] FILEOPEN: File with images not opening - both DOC, DOCX (win only)

2016-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=67583

Timur  changed:

   What|Removed |Added

  Attachment #83363|Not open file   |Not open file DOC
description||

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


[Libreoffice-bugs] [Bug 67583] FILEOPEN: File with images not opening - both DOC, DOCX (win only)

2016-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=67583

Timur  changed:

   What|Removed |Added

   Keywords||haveBacktrace
Version|3.3.4 release   |Inherited From OOo
Summary|FILEOPEN: File not opening  |FILEOPEN: File with images
   |(win only)  |not opening - both DOC,
   ||DOCX (win only)

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


[Libreoffice-bugs] [Bug 97555] New: unsuitable colour feedback when selecting multiple sheet in calc

2016-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97555

Bug ID: 97555
   Summary: unsuitable colour feedback when selecting multiple
sheet in calc
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: riccardo.arzen...@yacme.com

In LibreOffice Calc when you ctrl+click multiple sheet for a multi select (in
example if you want to delete multiple sheet at the same time) there's a
unsuitable colour change. It pass from a very light gray to a nearly-white. In
practice it is a not-noticeable difference.  

I think it's a better choice to mark them in a different way, maybe with a bold
frame or something like this.

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


[Libreoffice-bugs] [Bug 97557] resurrect windows build system

2016-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97557

David Tardon  changed:

   What|Removed |Added

   Keywords||difficultyEasy, easyHack,
   ||skillWindows, topicInfra
 Status|UNCONFIRMED |NEW
 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
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 97542] INSERT: SVG text fill color not used

2016-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97542

--- Comment #3 from Xisco Faulí  ---
The problem is that the button text is taking the fill attribute from its
parents instead of using its own. I'll take a look

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


[Libreoffice-bugs] [Bug 97334] [Numbers] Add iWorks' Numbers missing functions

2016-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97334

raal  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||r...@post.cz
  Component|Calc|General
Version|Inherited From OOo  |unspecified
Product|LibreOffice |Document Liberation Project
 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
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 93249] Word counter freezing

2016-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93249

--- Comment #7 from raal  ---
Yes, replace characters and attach the document. Thanks

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


[Libreoffice-bugs] [Bug 97554] New: document in windows

2016-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97554

Bug ID: 97554
   Summary: document in windows
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: danielbe...@yahoo.fr

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


[Libreoffice-bugs] [Bug 80226] FILESAVE: Shape disappears after saving it as pptx

2016-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=80226

Timur  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 92076] FILESAVE: Curved shapes not exported to OOXML

2016-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92076

Timur  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 97557] New: resurrect windows build system

2016-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97557

Bug ID: 97557
   Summary: resurrect windows build system
   Product: libfreehand
   Version: unspecified
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: General
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: dtar...@redhat.com

libfreehand contains a separate build system for Windows. But the project files
are in a format used by a long-obsolete version of MSVC and they have not been
updated for a long time.

The goal is to create project files in format used by the current version(s) of
MSVC which would allow to build the release tarballs. (IOW, it is not required
to be able to build a git checkout. The difference is that there are few
generated header files (*.inc) that are included in release tarballs, but must
be generated from their sources (*.gperf) when building from git.) The old
project files can then be removed.

The project files are in build/win32.

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


[Libreoffice-bugs] [Bug 97559] refresh windows build system

2016-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97559

David Tardon  changed:

   What|Removed |Added

   Keywords||difficultyEasy, easyHack,
   ||skillWindows, topicInfra
 Status|UNCONFIRMED |NEW
 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
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 97290] Mail merge

2016-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97290

raal  changed:

   What|Removed |Added

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

--- Comment #2 from raal  ---
Set to NEEDINFO.
Change back to UNCONFIRMED after you provide the backtrace.

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


[Libreoffice-bugs] [Bug 97561] FILESAVE does not grey out the Save icon in Base pre-release 5.1.0.3rc

2016-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97561

Peter O'Loghlin  changed:

   What|Removed |Added

   Severity|minor   |normal

--- Comment #1 from Peter O'Loghlin  ---
Further to the report below, it now appears that the Save does not even work. 
After I click the Save icon after editing a form, or making a change to the
database itself, a dialogue box appears asking if I want to save the
document/database to avoid losing the changes.  So I have would like to upgrade
the Severity of this report from minor to normal or major, but don't have the
authority to do so.

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


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

2016-02-04 Thread Miklos Vajna
 sfx2/source/doc/objserv.cxx  |2 ++
 sfx2/source/doc/objstor.cxx  |6 ++
 sfx2/source/doc/objxtor.cxx  |1 +
 sfx2/source/inc/objshimp.hxx |2 ++
 4 files changed, 11 insertions(+)

New commits:
commit 46f74ab5f97415b8777b1043bbd7bf9839163075
Author: Miklos Vajna 
Date:   Thu Feb 4 12:47:16 2016 +0100

sfx2: fix locking after signing OOXML documents

File -> digital signatures looks like a way to view and modify digital
signatures, internally it's a sign action, that at the end may not modify
signatures after all. For this to work, SfxObjectShell::ImplSign() calls
GetMedium()->CloseAndRelease() to release the document's lock file, invokes 
the
signing dialog, then DoSaveCompleted() creates the lockfile again.

When signing OOXML documents, the lock file is not re-created, as
DoSaveCompleted() only creates the lockfile in case
IsPackageStorageFormat_Impl() (== own format) is true. Fix this by adding a
mode that creates the lock file, even in case of a foreign format.

With this, closing the digital signatures dialog for OOXML documents no 
longer
results in a confusing "Document in Use" dialog after closing the signatures
dialog.

Change-Id: Ie9e56b88768825e61765669b27a89082cdc1981f

diff --git a/sfx2/source/doc/objserv.cxx b/sfx2/source/doc/objserv.cxx
index 57946d0..ef2795f 100644
--- a/sfx2/source/doc/objserv.cxx
+++ b/sfx2/source/doc/objserv.cxx
@@ -1486,7 +1486,9 @@ void SfxObjectShell::ImplSign( bool bScriptingContent )
 || pImp->nDocumentSignatureState == SignatureState::NOTVALIDATED
 || pImp->nDocumentSignatureState == SignatureState::PARTIAL_OK);
 
+pImp->m_bSavingForSigning = true;
 DoSaveCompleted( GetMedium() );
+pImp->m_bSavingForSigning = false;
 
 if ( bSigned )
 {
diff --git a/sfx2/source/doc/objstor.cxx b/sfx2/source/doc/objstor.cxx
index 01d7435..8751873 100644
--- a/sfx2/source/doc/objstor.cxx
+++ b/sfx2/source/doc/objstor.cxx
@@ -2009,6 +2009,12 @@ bool SfxObjectShell::DoSaveCompleted( SfxMedium* pNewMed 
)
 }
 else
 {
+if (pImp->m_bSavingForSigning && pFilter && 
pFilter->GetSupportsSigning())
+// So that pMedium->pImp->xStream becomes a non-empty
+// reference, and at the end we attempt locking again in
+// SfxMedium::LockOrigFileOnDemand().
+pMedium->GetMedium_Impl();
+
 if( pMedium->GetOpenMode() & StreamMode::WRITE )
 pMedium->GetInStream();
 xStorage = GetStorage();
diff --git a/sfx2/source/doc/objxtor.cxx b/sfx2/source/doc/objxtor.cxx
index de21929..94ed0f2 100644
--- a/sfx2/source/doc/objxtor.cxx
+++ b/sfx2/source/doc/objxtor.cxx
@@ -264,6 +264,7 @@ SfxObjectShell_Impl::SfxObjectShell_Impl( SfxObjectShell& 
_rDocShell )
 ,m_bIncomplEncrWarnShown( false )
 ,m_nModifyPasswordHash( 0 )
 ,m_bModifyPasswordEntered( false )
+,m_bSavingForSigning( false )
 {
 SfxObjectShell* pDoc = &_rDocShell;
 SfxObjectShellArr_Impl  = SfxGetpApp()->GetObjectShells_Impl();
diff --git a/sfx2/source/inc/objshimp.hxx b/sfx2/source/inc/objshimp.hxx
index fb94a8e..1a338be 100644
--- a/sfx2/source/inc/objshimp.hxx
+++ b/sfx2/source/inc/objshimp.hxx
@@ -146,6 +146,8 @@ struct SfxObjectShell_Impl : public 
::sfx2::IMacroDocumentAccess
 sal_uInt32  m_nModifyPasswordHash;
 css::uno::Sequence< css::beans::PropertyValue > m_aModifyPasswordInfo;
 boolm_bModifyPasswordEntered;
+/// If true, then this is not a real save, just the signatures change.
+bool m_bSavingForSigning;
 
 SfxObjectShell_Impl( SfxObjectShell& _rDocShell );
 virtual ~SfxObjectShell_Impl();
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 97556] resurrect windows build system

2016-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97556

David Tardon  changed:

   What|Removed |Added

   Keywords||difficultyEasy, easyHack,
   ||skillWindows, topicInfra
 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1
 OS|All |Windows (All)

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


[Libreoffice-commits] core.git: 3 commits - scripting/java

2016-02-04 Thread Caolán McNamara
 
scripting/java/com/sun/star/script/framework/provider/beanshell/PlainSourceView.java
  |5 +++--
 
scripting/java/com/sun/star/script/framework/provider/beanshell/ScriptProviderForBeanShell.java
   |2 +-
 
scripting/java/com/sun/star/script/framework/provider/javascript/ScriptProviderForJavaScript.java
 |4 ++--
 3 files changed, 6 insertions(+), 5 deletions(-)

New commits:
commit 9b6cc4f4092b23d62c552d8d14ce887d4e77b31f
Author: Caolán McNamara 
Date:   Thu Jan 21 16:33:39 2016 +

coverity#1326631 DE: Dropped or ignored exception

Change-Id: If1f4f46ba51360eff3537f6804286adfe16c4a0e

diff --git 
a/scripting/java/com/sun/star/script/framework/provider/javascript/ScriptProviderForJavaScript.java
 
b/scripting/java/com/sun/star/script/framework/provider/javascript/ScriptProviderForJavaScript.java
index 636511d..9465a64 100644
--- 
a/scripting/java/com/sun/star/script/framework/provider/javascript/ScriptProviderForJavaScript.java
+++ 
b/scripting/java/com/sun/star/script/framework/provider/javascript/ScriptProviderForJavaScript.java
@@ -324,7 +324,7 @@ class ScriptImpl implements XScript {
+ lineNum);
 editor.indicateErrorLine(lineNum);
 }
-} catch (Exception ignore) {
+} catch (java.net.MalformedURLException ignore) {
 }
 }
-}
\ No newline at end of file
+}
commit bd5bc033fd8bbf7b972422ded29773be09f1a44a
Author: Caolán McNamara 
Date:   Thu Jan 21 16:32:28 2016 +

coverity#1326630 DE: Dropped or ignored exception

Change-Id: I495c1b5d9d0e03a92330fe6b9371183471aee7bb

diff --git 
a/scripting/java/com/sun/star/script/framework/provider/beanshell/ScriptProviderForBeanShell.java
 
b/scripting/java/com/sun/star/script/framework/provider/beanshell/ScriptProviderForBeanShell.java
index 8b02bd3..2aabba7 100644
--- 
a/scripting/java/com/sun/star/script/framework/provider/beanshell/ScriptProviderForBeanShell.java
+++ 
b/scripting/java/com/sun/star/script/framework/provider/beanshell/ScriptProviderForBeanShell.java
@@ -294,7 +294,7 @@ class ScriptImpl implements XScript {
 if (editor != null) {
 editor.indicateErrorLine(lineNum);
 }
-} catch (Exception ignore) {
+} catch (java.net.MalformedURLException ignore) {
 }
 }
 
commit a7cf2bc5fc1acc4e398be1750c378b754c10924a
Author: Caolán McNamara 
Date:   Thu Jan 21 16:30:38 2016 +

coverity#1326629 DE: Dropped or ignored exception

Change-Id: Ifb82c92eb0eaa019a19deee3dce375204576e2ee

diff --git 
a/scripting/java/com/sun/star/script/framework/provider/beanshell/PlainSourceView.java
 
b/scripting/java/com/sun/star/script/framework/provider/beanshell/PlainSourceView.java
index 945b3bc..89ef8c9 100644
--- 
a/scripting/java/com/sun/star/script/framework/provider/beanshell/PlainSourceView.java
+++ 
b/scripting/java/com/sun/star/script/framework/provider/beanshell/PlainSourceView.java
@@ -30,6 +30,7 @@ import javax.swing.JScrollPane;
 import javax.swing.JTextArea;
 import javax.swing.event.DocumentEvent;
 import javax.swing.event.DocumentListener;
+import javax.swing.text.BadLocationException;
 
 public class PlainSourceView extends JScrollPane implements
 ScriptSourceView, DocumentListener {
@@ -71,7 +72,7 @@ public class PlainSourceView extends JScrollPane implements
 int line = ta.getLineStartOffset(model.getCurrentPosition());
 Rectangle rect = ta.modelToView(line);
 ta.scrollRectToVisible(rect);
-} catch (Exception e) {
+} catch (BadLocationException e) {
 // couldn't scroll to line, do nothing
 }
 
@@ -238,4 +239,4 @@ class GlyphGutter extends JComponent {
 g.setColor(Color.black);
 g.drawPolygon(arrow);
 }
-}
\ No newline at end of file
+}
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 97562] refresh windows build system

2016-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97562

David Tardon  changed:

   What|Removed |Added

 OS|All |Windows (All)

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


[Libreoffice-bugs] [Bug 97562] refresh windows build system

2016-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97562

David Tardon  changed:

   What|Removed |Added

   Keywords||difficultyEasy, easyHack,
   ||skillWindows, topicInfra
 Status|UNCONFIRMED |NEW
 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
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 97566] New: INSERT: SVG redraw at different zoom/resize levels crops content

2016-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97566

Bug ID: 97566
   Summary: INSERT: SVG redraw at different zoom/resize levels
crops content
   Product: LibreOffice
   Version: 4.3.7.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Keywords: filter:svgInsert
  Severity: normal
  Priority: medium
 Component: graphics stack
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: philip...@hotmail.com
CC: aniste...@gmail.com

Steps:
1) Open Writer
2) Insert https://dev.w3.org/SVG/tools/svgweb/samples/svg-files/DroidSans.svg
3) Notice that all of the '_' character is being displayed at 100% zoom and
increasing or decreasing the zoom level or resizing the svg size will cause all
of '_' and '^' to appear or disappear.

Version: 5.2.0.0.alpha0+
Build ID: 513d5c5781ec14f8512432f31290a3d54c8d57df
CPU Threads: 2; OS Version: Linux 4.2; UI Render: default; 
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2016-02-01_10:25:20
Locale: en-US (en_US.UTF-8)

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


[Libreoffice-bugs] [Bug 97569] Loading and saving of docx breaks lists with bulgarian, russian or serbian numbering

2016-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97569

--- Comment #1 from Jos van den Oever  ---
Created attachment 122379
  --> https://bugs.documentfoundation.org/attachment.cgi?id=122379=edit
document with properly preserved numbering

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


[Libreoffice-bugs] [Bug 97569] Loading and saving of docx breaks lists with bulgarian, russian or serbian numbering

2016-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97569

--- Comment #2 from Jos van den Oever  ---
Created attachment 122380
  --> https://bugs.documentfoundation.org/attachment.cgi?id=122380=edit
same document as docx, which has lost the numbering

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


[Libreoffice-bugs] [Bug 97579] Unable to link Access 2010 database

2016-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97579

--- Comment #7 from Cor Nouws  ---
Looks similar to 
  https://bugs.documentfoundation.org/show_bug.cgi?id=91189
And sometimes driver info indeed is useful. see e.g.
  https://bugs.documentfoundation.org/show_bug.cgi?id=43187#c12

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


[Libreoffice-ux-advise] [Bug 97577] UI: Source Sans Pro, as Impress default font

2016-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97577

--- Comment #5 from László Németh  ---
(In reply to m.a.riosv from comment #4)
> Hi @László, maybe I has miss something, but what is the bug status as NEW?
> Usually this need to be done for other than the reporter. Or was this change
> approved for some LibreOffice team.

Hi @m.a.riosv. I am not the original reporter. I have only forwarded this
problem, and confirmed as a LibreOffice developer. Thanks for your question,
László

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


[Libreoffice-bugs] [Bug 97577] UI: Source Sans Pro, as Impress default font

2016-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97577

--- Comment #5 from László Németh  ---
(In reply to m.a.riosv from comment #4)
> Hi @László, maybe I has miss something, but what is the bug status as NEW?
> Usually this need to be done for other than the reporter. Or was this change
> approved for some LibreOffice team.

Hi @m.a.riosv. I am not the original reporter. I have only forwarded this
problem, and confirmed as a LibreOffice developer. Thanks for your question,
László

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


[Libreoffice-bugs] [Bug 97588] New: documentation needs updating after menu reorganization

2016-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97588

Bug ID: 97588
   Summary: documentation needs updating after menu reorganization
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Documentation
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: sergio.calleg...@gmail.com

Page Automatically Filling in Data Based on Adjacent Cells mentions
Edit - Fill - Series
that is now in the Sheets menu

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


[Libreoffice-bugs] [Bug 97273] EDITING accentuated characters out of place (French)

2016-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97273

--- Comment #1 from tera_1...@hotmail.com ---
Bump?
This is not that hard to confirm. Couldn't anybody at least try please. Help
appreciated.

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


[Libreoffice-ux-advise] [Bug 97589] UI: fix Slide Layout selection border on Impress sidebar

2016-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97589

--- Comment #3 from László Németh  ---
Other problem of the old selection: selection and hovering borders can join,
resulting 2px line, see screen shot 4

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


[Libreoffice-bugs] [Bug 97589] UI: fix Slide Layout selection border on Impress sidebar

2016-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97589

--- Comment #3 from László Németh  ---
Other problem of the old selection: selection and hovering borders can join,
resulting 2px line, see screen shot 4

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


[Libreoffice-bugs] [Bug 97579] Unable to link Access 2010 database

2016-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97579

Cor Nouws  changed:

   What|Removed |Added

Version|unspecified |5.0.4.2 release

--- Comment #6 from Cor Nouws  ---
Thanks Mark, Did it ever work in previous versions for you (maybe 32 bits)?

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


[Libreoffice-bugs] [Bug 97587] Software interpreter for SUM treats empty cells as #VALUE!

2016-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97587

--- Comment #3 from Tor Lillqvist  ---
If I only could find the place in the code where the NaNs are stored in the
array. It isn't ToDoubleArray::operator() in scmatrix.cxx, as I would have
assumed. Sigh.

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


[Libreoffice-bugs] [Bug 97116] New commands insertbefore and insertafter have no icons in theme Galaxy

2016-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97116

Commit Notification  changed:

   What|Removed |Added

 Whiteboard| target:5.2.0   | target:5.2.0 target:5.1.1

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


[Libreoffice-bugs] [Bug 97051] Writer crashes on saving document with header or footer after using page style dialog

2016-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97051

raal  changed:

   What|Removed |Added

 CC||harald.koes...@mail.de

--- Comment #15 from raal  ---
*** Bug 96644 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
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 96644] Crash after Switch off of Header or Footer

2016-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96644

raal  changed:

   What|Removed |Added

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

--- Comment #3 from raal  ---
(In reply to Björn Michaelsen from comment #2)
> Likely a dupe/same root cause as 97051. Please (re)check with a daily build
> of today or later as per
> https://bugs.documentfoundation.org/show_bug.cgi?id=97051#c13.

No crash with Version: 5.2.0.0.alpha0+
Build ID: 91a7580e03d5b47c6e2513afce85ddee45e730b6
CPU Threads: 1; OS Version: Windows 6.1; UI Render: default; 
TinderBox: Win-x86@39, Branch:master, Time: 2016-02-03_23:51:42

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

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


[Libreoffice-bugs] [Bug 97589] New: UI: fix Slide Layout selection border on Impress sidebar

2016-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97589

Bug ID: 97589
   Summary: UI: fix Slide Layout selection border on Impress
sidebar
   Product: LibreOffice
   Version: 5.2.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: nem...@numbertext.org

Created attachment 122397
  --> https://bugs.documentfoundation.org/attachment.cgi?id=122397=edit
Selected slide layout on Impress sidebar

Selected slide layout icons have got a 1px selection border (screen shot 1),
but other slide previews have got double borders. Depending from the sidebar
width, the selection border could be quite different rectangle, than the icon.

The proposed fix draws double border around the icons on a non-white background
theme (screen shot 2), and a thick highlight color border directly around the
icon on a white background theme (screen shot 3). The border rectangle is
similar to the icon shape.

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


[Libreoffice-bugs] [Bug 97589] UI: fix Slide Layout selection border on Impress sidebar

2016-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97589

Andras Timar  changed:

   What|Removed |Added

 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org
  Component|UI  |ux-advise

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


[Libreoffice-bugs] [Bug 97589] UI: fix Slide Layout selection border on Impress sidebar

2016-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97589

Andras Timar  changed:

   What|Removed |Added

 Attachment #122399|New selection border on a   |New selection border on a
description|non-white background using  |white background using
   |highlight color of the  |highlight color of the
   |theme   |theme

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


[Libreoffice-ux-advise] [Bug 97589] UI: fix Slide Layout selection border on Impress sidebar

2016-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97589

Andras Timar  changed:

   What|Removed |Added

 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org
  Component|UI  |ux-advise

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


[Libreoffice-bugs] [Bug 97589] UI: fix Slide Layout selection border on Impress sidebar

2016-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97589

--- Comment #4 from László Németh  ---
Created attachment 122400
  --> https://bugs.documentfoundation.org/attachment.cgi?id=122400=edit
joined selection and hovering borders

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


[Libreoffice-bugs] [Bug 97260] UI: gtk3 keyboard shortcuts not working in all dialog boxes

2016-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97260

V Stuart Foote  changed:

   What|Removed |Added

 CC||philip...@hotmail.com

--- Comment #15 from V Stuart Foote  ---
*** Bug 97586 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
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 97586] Accelerator keys missing from 'Save document?' dialog

2016-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97586

V Stuart Foote  changed:

   What|Removed |Added

 Resolution|NOTABUG |DUPLICATE

--- Comment #2 from V Stuart Foote  ---
duplicate of bug 97260 for the bug 92630 GTK+ 3 support, but still its a wont
fix.

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

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


  1   2   3   4   >