[Libreoffice-bugs] [Bug 98074] FILESAVE: Cell Background Color Lost When Resave the Attached XLSX File

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

Kevin Suo  changed:

   What|Removed |Added

Version|5.0.5.2 release |5.0.0.0.alpha0+ Master

--- Comment #1 from Kevin Suo  ---
Actually it seems that all cell formatting is lost: percentage numebr format,
background, decimal places etc.

Using the following bibisect repo:
https://gerrit.libreoffice.org/#/admin/projects/bibisect-win32-5.1
I can reproduce in the "oldest" build:
Version: 5.0.0.0.alpha1+
Build ID: ab465b90f6c6da5595393a0ba73f33a1e71a2b65

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


[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.0' - 14 commits - cui/source download.lst editeng/source external/graphite external/harfbuzz framework/source sc/qa sc/source sfx2/source

2016-02-21 Thread Mihai Varga
 cui/source/customize/cfg.cxx |9 
 download.lst |3 
 editeng/source/editeng/impedit3.cxx  |6 
 external/graphite/StaticLibrary_graphite.mk  |9 
 external/graphite/UnpackedTarball_graphite.mk|4 
 external/graphite/graphite2.issue1115.patch.1|6 
 external/graphite/graphite2.win64.patch.1|   34 
 external/graphite/ubsan.patch|   51 +
 external/harfbuzz/ExternalProject_harfbuzz.mk|1 
 framework/source/classes/menumanager.cxx |   46 -
 framework/source/uielement/menubarmanager.cxx|   26 
 framework/source/uielement/newmenucontroller.cxx |   11 
 sc/qa/unit/subsequent_export-test.cxx|3 
 sc/source/ui/app/inputwin.cxx|4 
 sc/source/ui/unoobj/docuno.cxx   |3 
 sfx2/source/doc/objstor.cxx  |   13 
 stoc/source/javavm/javavm.cxx|9 
 sw/CppunitTest_sw_odfexport.mk   |1 
 sw/qa/extras/htmlexport/htmlexport.cxx   |   18 
 sw/qa/extras/inc/swmodeltestbase.hxx |   34 
 sw/qa/extras/odfexport/data/2_MathType3.docx |binary
 sw/qa/extras/odfexport/odfexport.cxx |   46 +
 sw/qa/extras/ooxmlimport/data/tdf95376.docx  |binary
 sw/qa/extras/ooxmlimport/ooxmlimport.cxx |   24 
 sw/qa/extras/rtfimport/rtfimport.cxx |   19 
 sw/source/core/ole/ndole.cxx |   35 -
 sw/source/core/tox/ToxWhitespaceStripper.cxx |2 
 vcl/inc/graphite_layout.hxx  |   10 
 vcl/source/control/edit.cxx  |2 
 vcl/source/fontsubset/sft.cxx|3 
 vcl/source/gdi/pdfwriter_impl.cxx|   15 
 vcl/source/glyphs/graphite_layout.cxx|  799 ---
 vcl/unx/gtk/app/gtksys.cxx   |7 
 vcl/win/source/gdi/winlayout.cxx |   15 
 writerfilter/source/dmapper/DomainMapper.cxx |8 
 35 files changed, 626 insertions(+), 650 deletions(-)

New commits:
commit a59d609263a7262c4f16e8c023d41350431057a3
Author: Mihai Varga 
Date:   Mon Nov 2 16:52:48 2015 +0200

LOK: make use of MOUSEMOVE in calc

Change-Id: Ideb7bdabd86e95cf10c7f19f0900110b816970c2
(cherry picked from commit bcd8da6849780b9680963ef3313d14209a46e5fa)

diff --git a/sc/source/ui/unoobj/docuno.cxx b/sc/source/ui/unoobj/docuno.cxx
index 072923f..183aed8 100644
--- a/sc/source/ui/unoobj/docuno.cxx
+++ b/sc/source/ui/unoobj/docuno.cxx
@@ -614,6 +614,9 @@ void ScModelObj::postMouseEvent(int nType, int nX, int nY, 
int nCount, int nButt
 pGridWindow->EndTracking(TrackingEventFlags::DontCallHdl);
 
 break;
+case LOK_MOUSEEVENT_MOUSEMOVE:
+pGridWindow->MouseMove(aEvent);
+break;
 default:
 assert(false);
 break;
commit fce1ec4ed2ec0a9e2c62ee5c05d2087bb47e33eb
Author: Caolán McNamara 
Date:   Fri Feb 5 14:03:44 2016 +

Resolves: tdf#97465 like wheel ignore swipe for sc input handler 
inputchanged

(cherry picked from commit e35f3b6a3357fc3832a9d68ed37ddb9b5320ef0a)
(cherry picked from commit 113f000d38c34dd4dda6903976f8febf6d95375c)

Change-Id: Ide7fe1388ffe6f85a1f459037316d03193470d8a
Reviewed-on: https://gerrit.libreoffice.org/22156
Tested-by: Jenkins 
Reviewed-by: Miklos Vajna 
(cherry picked from commit daa1882dc2360cead712c3f100cbef0f35c74f5d)

diff --git a/sc/source/ui/app/inputwin.cxx b/sc/source/ui/app/inputwin.cxx
index b3776fd..834f4a6 100644
--- a/sc/source/ui/app/inputwin.cxx
+++ b/sc/source/ui/app/inputwin.cxx
@@ -1646,6 +1646,10 @@ void ScTextWnd::Command( const CommandEvent& rCEvt )
 {
 //don't call InputChanged for CommandEventId::Wheel
 }
+else if ( nCommand == CommandEventId::Swipe )
+{
+//don't call InputChanged for CommandEventId::Swipe
+}
 else
 SC_MOD()->InputChanged( pEditView );
 }
commit 02341810df1b262ea51b2f5af71a532db08acde1
Author: Oliver Specht 
Date:   Wed Feb 17 12:07:59 2016 +0100

tdf#98001: allow disabling file/new, wizards, recent documents menu entries

disabling the dispatches '.uno:AutoPilotMenu' and '.uno:AddDirect' and
.uno:RecentFileList via UNO API now results in disabled
menu entries as expected

Change-Id: Id99be9374306ff8c0cea919ea94ed96f715a8058
Reviewed-on: https://gerrit.libreoffice.org/22422
Reviewed-by: Oliver Specht 
Tested-by: Oliver Specht 
Reviewed-on: https://gerrit.libreoffice.org/22461
Tested-by: Jenkins 
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 
(cherry picked 

[Libreoffice-bugs] [Bug 98040] Hovering over hidden comment does not display properly on XFCE and Cinnamon

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

--- Comment #7 from rebelxt  ---
All of them are Mate.

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


[Libreoffice-commits] core.git: filter/source include/filter include/oox include/svx include/tools include/vcl include/xmloff lotuswordpro/source oox/inc oox/source reportdesign/source sc/source sd/in

2016-02-21 Thread Noel Grandin
 filter/source/msfilter/msdffimp.cxx   |3 --
 include/filter/msfilter/msdffimp.hxx  |1 
 include/oox/drawingml/shape.hxx   |1 
 include/svx/float3d.hxx   |1 
 include/svx/galmisc.hxx   |4 +-
 include/svx/sdr/overlay/overlaymanager.hxx|5 +--
 include/svx/svdobj.hxx|3 --
 include/svx/svdotext.hxx  |4 --
 include/svx/svdtrans.hxx  |5 +--
 include/svx/viewpt3d.hxx  |2 -
 include/tools/b3dtrans.hxx|   10 ---
 include/vcl/image.hxx |4 --
 include/vcl/print.hxx |1 
 include/xmloff/SchXMLImportHelper.hxx |1 
 include/xmloff/shapeimport.hxx|3 --
 include/xmloff/txtparae.hxx   |1 
 lotuswordpro/source/filter/lwpobjfactory.cxx  |3 --
 lotuswordpro/source/filter/lwpobjfactory.hxx  |1 
 lotuswordpro/source/filter/xfilter/xfstyle.cxx|1 
 lotuswordpro/source/filter/xfilter/xfstyle.hxx|1 
 oox/inc/drawingml/chart/typegroupconverter.hxx|3 --
 oox/inc/drawingml/textparagraphproperties.hxx |1 
 oox/source/drawingml/chart/typegroupconverter.cxx |   30 +++---
 oox/source/drawingml/shape.cxx|4 --
 reportdesign/source/filter/xml/xmlExport.cxx  |4 --
 reportdesign/source/filter/xml/xmlExport.hxx  |   14 ++
 sc/source/core/data/userdat.cxx   |8 ++---
 sd/inc/imapinfo.hxx   |6 ++--
 sd/source/core/anminfo.cxx|2 -
 svx/inc/sdr/overlay/overlaymanagerbuffered.hxx|2 -
 svx/source/dialog/frmsel.cxx  |2 -
 svx/source/dialog/imapwnd.hxx |6 ++--
 svx/source/engine3d/float3d.cxx   |2 -
 svx/source/engine3d/viewpt3d2.cxx |2 -
 svx/source/sdr/overlay/overlaymanager.cxx |7 ++---
 svx/source/sdr/overlay/overlaymanagerbuffered.cxx |5 ---
 svx/source/svdraw/sdrpaintwindow.cxx  |4 +-
 svx/source/svdraw/svdobj.cxx  |8 ++---
 svx/source/svdraw/svdotext.cxx|6 
 svx/source/svdraw/svdotxln.cxx|2 -
 sw/source/filter/ww8/ww8par.cxx   |3 --
 sw/source/uibase/sidebar/WrapPropertyPanel.cxx|2 -
 vcl/source/image/ImageList.cxx|   18 +++--
 vcl/source/window/msgbox.cxx  |2 -
 vcl/source/window/splitwin.cxx|4 +-
 xmloff/source/chart/SchXMLImport.cxx  |2 -
 xmloff/source/draw/shapeimport.cxx|6 
 xmloff/source/text/txtparae.cxx   |2 -
 48 files changed, 61 insertions(+), 151 deletions(-)

New commits:
commit f17f977d0ad5b4c51a8f58b43901f72de001a56d
Author: Noel Grandin 
Date:   Fri Feb 19 13:06:07 2016 +0200

loplugin:write only fields

Change-Id: I45895e9845a9037da207f001fece427452ed499f

diff --git a/filter/source/msfilter/msdffimp.cxx 
b/filter/source/msfilter/msdffimp.cxx
index 3600381..b80374e 100644
--- a/filter/source/msfilter/msdffimp.cxx
+++ b/filter/source/msfilter/msdffimp.cxx
@@ -5543,7 +5543,6 @@ SvxMSDffManager::SvxMSDffManager(SvStream& rStCtrl_,
  SvStream* pStData2_,
  bool bSkipImages )
 :DffPropertyReader( *this ),
- pFormModel( nullptr ),
  m_pBLIPInfos( new SvxMSDffBLIPInfos ),
  m_xShapeInfosByTxBxComp( new SvxMSDffShapeInfos_ByTxBxComp ),
  m_pShapeOrders( new SvxMSDffShapeOrders ),
@@ -5591,7 +5590,6 @@ SvxMSDffManager::SvxMSDffManager(SvStream& rStCtrl_,
 
 SvxMSDffManager::SvxMSDffManager( SvStream& rStCtrl_, const OUString& rBaseURL 
)
 :DffPropertyReader( *this ),
- pFormModel( nullptr ),
  m_pBLIPInfos( new SvxMSDffBLIPInfos ),
  m_xShapeInfosByTxBxComp( new SvxMSDffShapeInfos_ByTxBxComp ),
  m_pShapeOrders( new SvxMSDffShapeOrders ),
@@ -5619,7 +5617,6 @@ SvxMSDffManager::~SvxMSDffManager()
 delete pSecPropSet;
 delete m_pBLIPInfos;
 delete m_pShapeOrders;
-delete pFormModel;
 }
 
 void SvxMSDffManager::InitSvxMSDffManager( sal_uInt32 nOffsDgg_, SvStream* 
pStData_, sal_uInt32 nOleConvFlags )
diff --git a/include/filter/msfilter/msdffimp.hxx 
b/include/filter/msfilter/msdffimp.hxx
index 92b277a..fed255e 100644
--- a/include/filter/msfilter/msdffimp.hxx
+++ b/include/filter/msfilter/msdffimp.hxx
@@ -386,7 +386,6 @@ public:
 */
 class MSFILTER_DLLPUBLIC SvxMSDffManager : public DffPropertyReader
 {
-FmFormModel*pFormModel;
 SvxMSDffBLIPInfos*  m_pBLIPInfos;
 std::unique_ptr m_xShapeInfosByTxBxComp;
 std::unique_ptr 

[Libreoffice-bugs] [Bug 98074] New: FILESAVE: Cell Background Color Lost When Resave the Attached XLSX File

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

Bug ID: 98074
   Summary: FILESAVE: Cell Background Color Lost When Resave the
Attached XLSX File
   Product: LibreOffice
   Version: 5.0.5.2 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: major
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: suokunl...@126.com

Created attachment 122861
  --> https://bugs.documentfoundation.org/attachment.cgi?id=122861=edit
test xlsx file

Steps:
1. Open the attached xlsx file with Calc.
2. Save as another xlsx file.
--> Cell background color lost.

No bug when save as .ods or .xls.

Version: 5.0.5.2
Build ID: 55b006a02d247b5f7215fc6ea0fde844b30035b3
Locale: zh-CN (zh_CN)

Version: 5.1.1.1 (x64)
Build ID: c43cb650e9c145b181321ea547d38296db70f36e
CPU Threads: 4; OS Version: Windows 6.19; UI Render: default; 
Locale: zh-CN (zh_CN)

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


[Libreoffice-bugs] [Bug 98074] FILESAVE: Cell Background Color Lost When Resave the Attached XLSX File

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

Kevin Suo  changed:

   What|Removed |Added

   Keywords||filter:xlsx,
   ||possibleRegression

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


[Libreoffice-bugs] [Bug 89358] array references for a text argument in calc functions are not explained in Libreoffice help

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

--- Comment #9 from Winfried Donkers  ---
(In reply to QA Administrators from comment #8)

Problem is still there in version 5.0.4 (Windows 7).

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


[Libreoffice-bugs] [Bug 74670] Saving a pptx (created with MSO 2010) in Impress as .odp or pptx more than quadruples file-size (due to copies of images)

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

--- Comment #15 from Liam Smit  ---
Problem still exists in LibreOffice 5.1:

Original MS Office file:
1,6M Sep 11  2014 Staff_Update_September_2014_mso.pptx


Saved as PPTX by LO 5.1
5,8M Feb 22 08:41 Staff_Update_September_2014_mso_lo_5-1.pptx


Saved as ODP by LO 5.1:
833K Feb 22 08:40 Staff_Update_September_2014_mso_lo_5-1.odp


OS: Ubuntu 14.04.4 LTS
LO: Via PPA (5.1.0 rc3)

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


[Libreoffice-bugs] [Bug 98073] New: LibreOffice won't accept changes to printing options from driver-specific Properties box

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

Bug ID: 98073
   Summary: LibreOffice won't accept changes to printing options
from driver-specific Properties box
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Printing and PDF export
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: seasc...@seattletechradio.com

LibreOffice is my office suite of choice, but sometimes it can be a real pain
to use. My biggest frustration at the moment is that I cannot easily print
certain documents with LibreOffice, specifically non-standard envelopes of a
custom size. This is because LibreOffice will not listen when I try to pass it
instructions from my printer driver, using the Properties dialog box.

This is what should happen:

(1) I go to Print a document using Ctrl+P or File > Print.
(2) Print menu appears.
(3) I select the printer I wish to use, then click Properties to change the
settings, including paper type, page size, quality, etc.
(4) The printer-specific Properties box pops up. This is laid out differently
by different manufacturers. 
(5) I click OK to pass updated settings back to LibreOffice.
(6) LibreOffice accepts those changes and updates the print preview
accordingly. When I click OK to print, the document comes out of the tray
looking like it should.

Step 6 is where I'm experiencing problems. Unfortunately, LibreOffice doesn't
seem to want to listen when I specify options in Properties.

When I OK out of the Properties box, I see the Print screen again, but I can
often tell my changes have not been accepted because the preview on the left
hand side does not change to reflect the custom paper size I have specified.
Going back to Properties, I see the default settings again, as though I'd never
specified a custom paper size, different paper type, or higher-quality
resolution. I need LibreOffice to listen when I give it instructions via one of
my printer drivers. Otherwise, my documents will not turn out right. 

This is not a printer-specific problem. I have multiple printers at my
disposal, with manufacturer-provided drivers from Xerox and Brother installed. 

Nor is this problem specific to my computer/operating system. I run into the
same issue with LibreOffice on Windows 7 32 bit, Windows 8 64-bit, etc. 

No matter which printer I choose, I cannot get LibreOffice to reliably
accept/remember the settings that I have specified, which means I cannot use it
to print many of my documents. I have to use Apache OpenOffice (which I've
discovered does not have this problem) instead. 

I'm not sure of the earliest version affected, but I may be able to find out
through testing by spinning up a virtual machine. I'm using LO Version 5.1.0.3
on Windows.

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


[Libreoffice-bugs] [Bug 98022] LibreOffice freezes while saving large file

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

--- Comment #3 from Bart Hengeveld  ---
I already tried that, makes no difference.
Earlier versions 4.* handled the file without problems. Also OpenOffice 4.1.2
handles this file OK.

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


[Libreoffice-bugs] [Bug 93085] Application window is too high, status bar is not visible (1024x600 resolution), size of module launch inherited from the StartCenter which gets a fixed minimum height (

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

V Stuart Foote  changed:

   What|Removed |Added

 CC||caol...@redhat.com
Summary|Application window is too   |Application window is too
   |high, status bar is not |high, status bar is not
   |visible (1024x600   |visible (1024x600
   |resolution),  being picked  |resolution),  size of
   |up from the StartCenter |module launch inherited
   |startMoudle setting and is  |from the StartCenter which
   |incorrectly set to a fixed  |gets a fixed minimum height
   |value   |(comment 14)

--- Comment #14 from V Stuart Foote  ---
Modules being launched from the Start Center, i.e. STARTMODULE, are inheriting
its height, but for bug 65826 (at 4.2.1.1), as adjusted in bug 91971 (at
5.0.0.2) we are establishing a minimum height for the Start Center. Meaning
unfortunately that documents for modules launched from the Start Center can't
be shrunk to fit a 600px display, or a users preferred frame size.

@Caolán, Kendy -- instead of inheriting from the STARTMODULE when launched,
could the starting size/placement also be recorded per module into the profile,
and use taht? Expanding Caolán's work in
https://cgit.freedesktop.org/libreoffice/core/commit/?id=b1314f22eb8de4359b5360194c04996351e9a6c2
and maybe provide enhancements for bug 75644

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


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

2016-02-21 Thread Chris Sherlock
 sw/source/uibase/utlui/content.cxx |   31 ---
 1 file changed, 4 insertions(+), 27 deletions(-)

New commits:
commit acd1c51791bdf522d7ffd8dd225fb59cd2eb17ff
Author: Chris Sherlock 
Date:   Mon Feb 22 16:34:02 2016 +1100

sw: remove commented out code from uibase/utlui/content.cxx

Change-Id: I2eec04963ee492e07d72e2e61aed5652ab5f3966

diff --git a/sw/source/uibase/utlui/content.cxx 
b/sw/source/uibase/utlui/content.cxx
index 764ef67..a2f7ba2 100644
--- a/sw/source/uibase/utlui/content.cxx
+++ b/sw/source/uibase/utlui/content.cxx
@@ -905,7 +905,7 @@ OUString SwContentTree::GetEntryAltText( SvTreeListEntry* 
pEntry ) const
 default:
 nCmpId = pTemp->GetObjIdentifier();
 }
-if(nCmpId == OBJ_GRUP /*dynamic_cast< const 
SdrObjGroup *>( pTemp ) !=  nullptr*/ && pTemp->GetName() == pCnt->GetName())
+if(nCmpId == OBJ_GRUP && pTemp->GetName() == 
pCnt->GetName())
 {
 return pTemp->GetTitle();
 }
@@ -920,13 +920,7 @@ OUString SwContentTree::GetEntryAltText( SvTreeListEntry* 
pEntry ) const
 {
 const SwFlyFrameFormat* pFrameFormat = 
m_pActiveShell->GetDoc()->FindFlyByName( pCnt->GetName());
 if( pFrameFormat )
-{
-//SwNodeIndex aIdx( 
*(pFrameFormat->GetContent().GetContentIdx()), 1 );
-//const SwGrfNode* pGrfNd = 
aIdx.GetNode().GetGrfNode();
-//if( pGrfNd )
-//return pGrfNd->GetAlternateText();
 return pFrameFormat->GetObjTitle();
-}
 }
 }
 break;
@@ -1378,7 +1372,6 @@ void  SwContentTree::RequestingChildren( SvTreeListEntry* 
pParent )
 bool Marked = pDrawView->IsObjMarked(pObj);
 if(Marked)
 {
-//sEntry += String::CreateFromAscii(" *");
 pChild->SetMarked(true);
 }
 }
@@ -2767,7 +2760,6 @@ void  SwContentTree::KeyInput(const KeyEvent& rEvent)
 vcl::KeyCode tempKeycode( KEY_ESCAPE );
 KeyEvent rKEvt( 0 , tempKeycode );
 
static_cast()->KeyInput( rKEvt );
-//rView.GetEditWin().GrabFocus();
 }
 }
 }
@@ -3491,26 +3483,10 @@ void SwContentLBoxString::Paint(const Point& rPos, 
SvTreeListBox& rDev, vcl::Ren
 rRenderContext.DrawText(rPos, GetText());
 rRenderContext.SetFont(aOldFont);
 }
-// IA2 CWS. MT: Removed for now (also in SvLBoxEntry) - only used in 
Sw/Sd/ScContentLBoxString, they should decide if they need this
-/*
-else if (rEntry.IsMarked())
-{
-rDev.DrawText( rPos, GetText() );
-XubString str;
-str = XubString::CreateFromAscii("*");
-Point rPosStar(rPos.X()-6,rPos.Y());
-Font aOldFont( rDev.GetFont());
-Font aFont(aOldFont);
-Color aCol( aOldFont.GetColor() );
-aCol.DecreaseLuminance( 200 );
-aFont.SetColor( aCol );
-rDev.SetFont( aFont );
-rDev.DrawText( rPosStar, str);
-rDev.SetFont( aOldFont );
-}
-*/
 else
+{
 SvLBoxString::Paint(rPos, rDev, rRenderContext, pView, rEntry);
+}
 }
 
 void SwContentTree::DataChanged(const DataChangedEvent& rDCEvt)
@@ -3523,6 +3499,7 @@ void SwContentTree::DataChanged(const DataChangedEvent& 
rDCEvt)
 m_bIsImageListInitialized = false;
 Display(true);
 }
+
 SvTreeListBox::DataChanged( rDCEvt );
 }
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 98058] Property to disable the icon in the menu bar

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

Yousuf (Jay) Philips  changed:

   What|Removed |Added

 CC||tietze.he...@gmail.com

--- Comment #3 from Yousuf (Jay) Philips  ---
(In reply to Joel Madero from comment #1)
> @Jay - you can just push these to NEW and in UX-Advice. No reason for anyone
> from QA to ever read them :)

@Joel - sorry about that. :D

(In reply to V Stuart Foote from comment #2)
> @Jay,

@Stuart,

> Not sure I follow. We already have space carved out of the menus to hold the
> small icon--personally I find it less tedious to scan the icon than to read
> the menu label.

Yes its important for some entries in the menu to have small icons, but not
every single entry or else scanning the list wont be easy and presently we dont
have a means to hide an entry small icons from the menu without it hiding it
also in the toolbars.

Not sure why, but i thought my explanation was straight forward and is the same
concept found in our new HIG - "Show icons for the most important items." Maybe
Heiko can better explain it.

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


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

2016-02-21 Thread Chris Sherlock
 sw/qa/extras/ooxmlexport/ooxmlexport7.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 104c178a0c86b758288d9dbf6e5bd0db11fbb046
Author: Chris Sherlock 
Date:   Mon Feb 22 16:25:16 2016 +1100

sw: fix typo in comment

Change-Id: I34d7cdc7146c8e4d89b44a8a2824cd69ff9d7d6a

diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport7.cxx 
b/sw/qa/extras/ooxmlexport/ooxmlexport7.cxx
index c8acb66..46c5390 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport7.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport7.cxx
@@ -1114,7 +1114,7 @@ DECLARE_OOXMLEXPORT_TEST(testFlipAndRotateCustomShape, 
"flip_and_rotate.odt")
 // check rotation angle
 assertXPath(pXmlDoc, "//a:xfrm", "rot", "1350");
 // check the first few coordinates of the polygon
-#ifndef MACOSX /* Retina-reatled rounding rountrip error
+#ifndef MACOSX /* Retina-related rounding rountrip error
 * hard to smooth out due to the use of string compare
 * instead of number */
 assertXPath(pXmlDoc, "//a:custGeom/a:pathLst/a:path/a:lnTo[1]/a:pt", "x", 
"2351");
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 93327] Can't open document with webdav(s) url (dav:// or davs://)

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

Adolfo Jayme  changed:

   What|Removed |Added

   See Also||https://github.com/CesarCap
   ||illas/alfresco-share-online
   ||-edition-addon/issues/6

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


[Libreoffice-bugs] [Bug 98069] some icons don't render correctly

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

Adolfo Jayme  changed:

   What|Removed |Added

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

--- Comment #1 from Adolfo Jayme  ---
This one is already fixed. Thanks for filing, though!

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

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


[Libreoffice-bugs] [Bug 98040] Hovering over hidden comment does not display properly on XFCE and Cinnamon

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

--- Comment #6 from Yousuf (Jay) Philips  ---
@rebelxt: No i meant which desktop environment version of Linux Mint are you
running. Are you running Cinnamon, Mate, XFCE or KDE?

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


[Libreoffice-bugs] [Bug 32756] visual editor removes command func from e-function

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

Adolfo Jayme  changed:

   What|Removed |Added

 Resolution|FIXED   |WORKSFORME

--- Comment #11 from Adolfo Jayme  ---
The FIXED resolution is reserved to bugs with an explicit commit associated.
Please close as WORKSFORME when a bug is no longer reproducible in a current
release.

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


[Libreoffice-commits] core.git: external/python3

2016-02-21 Thread Norbert Thiebaud
 external/python3/UnpackedTarball_python3.mk |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3e1782f05b9217d941eeff821df98df5f3e8da76
Author: Norbert Thiebaud 
Date:   Sun Feb 21 16:26:55 2016 -0600

WaE vs2015 double define

Change-Id: I279b5df3f9705ca266f2f4efb1e93e59cbbdabd7
Reviewed-on: https://gerrit.libreoffice.org/22603
Tested-by: Jenkins 
Reviewed-by: Norbert Thiebaud 

diff --git a/external/python3/UnpackedTarball_python3.mk 
b/external/python3/UnpackedTarball_python3.mk
index 37b05c9..c3a4ef6 100644
--- a/external/python3/UnpackedTarball_python3.mk
+++ b/external/python3/UnpackedTarball_python3.mk
@@ -26,7 +26,7 @@ $(eval $(call gb_UnpackedTarball_add_patches,python3,\
external/python3/python-3.3.0-pythreadstate.patch.1 \
external/python3/python-3.3.0-clang.patch.1 \
external/python3/python-3.3.5-pyexpat-symbols.patch.1 \
-   external/python3/python-3.3.5-vs2013.patch.1 \
+   $(if $(filter 120,$(VCVER)), 
external/python3/python-3.3.5-vs2013.patch.1) \
external/python3/python-lsan.patch.0 \
external/python3/ubsan.patch.0 \
external/python3/python-3.5.tweak.strip.soabi.patch \
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 98060] Window resize limitation after opening main window

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

V Stuart Foote  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||vstuart.fo...@utsa.edu
 Resolution|--- |DUPLICATE

--- Comment #1 from V Stuart Foote  ---
This is a duplicate of bug 93085, the individual modules are picking up
settings of the StartCenter when closing out of a document.

Simple work around of just opening each module directly--but it is a nuisance.

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

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


[Libreoffice-bugs] [Bug 98072] New: Insert, Remove and Tab Stop Buttons Missing When Preview Box Checked

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

Bug ID: 98072
   Summary: Insert, Remove and Tab Stop Buttons Missing When
Preview Box Checked
   Product: LibreOffice
   Version: 5.1.0.3 release
  Hardware: x86 (IA32)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ed.silkwo...@outlook.com

Created attachment 122860
  --> https://bugs.documentfoundation.org/attachment.cgi?id=122860=edit
Insert, Remove and Tab Stop buttons are missing when the Preview box is checked

When I right-click on the Bibliography and choose Edit Index or Table of
Contents > Entries, the Insert, Remove and Tab Stop buttons are missing when
the Preview box is checked. If you uncheck the Preview box, then the buttons
appear. Feel free to view the following attachments:

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


[Libreoffice-bugs] [Bug 93085] Application window is too high, status bar is not visible (1024x600 resolution), being picked up from the StartCenter startMoudle setting and is incorrectly set to a fix

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

V Stuart Foote  changed:

   What|Removed |Added

 CC||yanp...@gmail.com

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

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


[Libreoffice-bugs] [Bug 93085] Application window is too high, status bar is not visible (1024x600 resolution), being picked up from the StartCenter startMoudle setting and is incorrectly set to a fix

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

V Stuart Foote  changed:

   What|Removed |Added

Version|5.0.0.3 rc  |4.2.1.1 release

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


[Libreoffice-bugs] [Bug 98071] New: Updated table of contents not saved, docx

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

Bug ID: 98071
   Summary: Updated table of contents not saved, docx
   Product: LibreOffice
   Version: 5.0.5.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: hi-an...@yandex.ru

Created attachment 122859
  --> https://bugs.documentfoundation.org/attachment.cgi?id=122859=edit
test to reproduce

The document have a screwed «table of contents», e.g. every item is surrounded
with a random and different number of spaces. To fix that a simple update of
the table is enough, but the problem is that the table of contents isn't saved.
Steps to reproduce:

Ⅰ) Open the attached document with a screwed table of contents
Ⅱ) Right-click the table, and select «Update Index or Table», thus getting the
table fixed.
Ⅲ) Save the document in docx format.
Ⅳ) Close, and open the document again — the table of contents is screwed again,
like if it didn't saved.

That happens in «docx», but didn't happen in «odt» format, i.e. if you save it
in «odt» instead, then upon reopening everything would be okay. A test document
is attached (I removed the seemingly unnecessary parts, like the text, and the
first page where I did use tab-stops, but feel free to ask more if it's
needed).

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


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

2016-02-21 Thread Norbert Thiebaud
 sw/qa/extras/ooxmlexport/ooxmlexport7.cxx |4 
 sw/qa/extras/rtfimport/rtfimport.cxx  |   11 ---
 2 files changed, 12 insertions(+), 3 deletions(-)

New commits:
commit bdad941d7349f330dab2c3d47237bd380d5b7391
Author: Norbert Thiebaud 
Date:   Sun Feb 21 20:26:23 2016 -0600

Work around apprently rounding issue in test with retina mac.

Change-Id: I5c3a4ab39768393090ca0ddc3cf3efe600184fcc
Reviewed-on: https://gerrit.libreoffice.org/22606
Tested-by: Jenkins 
Reviewed-by: Norbert Thiebaud 

diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport7.cxx 
b/sw/qa/extras/ooxmlexport/ooxmlexport7.cxx
index cd91d59..c8acb66 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport7.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport7.cxx
@@ -1114,12 +1114,16 @@ DECLARE_OOXMLEXPORT_TEST(testFlipAndRotateCustomShape, 
"flip_and_rotate.odt")
 // check rotation angle
 assertXPath(pXmlDoc, "//a:xfrm", "rot", "1350");
 // check the first few coordinates of the polygon
+#ifndef MACOSX /* Retina-reatled rounding rountrip error
+* hard to smooth out due to the use of string compare
+* instead of number */
 assertXPath(pXmlDoc, "//a:custGeom/a:pathLst/a:path/a:lnTo[1]/a:pt", "x", 
"2351");
 assertXPath(pXmlDoc, "//a:custGeom/a:pathLst/a:path/a:lnTo[1]/a:pt", "y", 
"3171");
 assertXPath(pXmlDoc, "//a:custGeom/a:pathLst/a:path/a:lnTo[2]/a:pt", "x", 
"1695");
 assertXPath(pXmlDoc, "//a:custGeom/a:pathLst/a:path/a:lnTo[2]/a:pt", "y", 
"3171");
 assertXPath(pXmlDoc, "//a:custGeom/a:pathLst/a:path/a:lnTo[3]/a:pt", "x", 
"1695");
 assertXPath(pXmlDoc, "//a:custGeom/a:pathLst/a:path/a:lnTo[3]/a:pt", "y", 
"1701");
+#endif
 }
 
 #endif
diff --git a/sw/qa/extras/rtfimport/rtfimport.cxx 
b/sw/qa/extras/rtfimport/rtfimport.cxx
index d34d866..52b9fd0 100644
--- a/sw/qa/extras/rtfimport/rtfimport.cxx
+++ b/sw/qa/extras/rtfimport/rtfimport.cxx
@@ -152,9 +152,14 @@ DECLARE_RTFIMPORT_TEST(testN192129, "n192129.rtf")
 uno::Reference 
xIndexAccess(xTextGraphicObjectsSupplier->getGraphicObjects(), uno::UNO_QUERY);
 uno::Reference xShape(xIndexAccess->getByIndex(0), 
uno::UNO_QUERY);
 awt::Size aActualSize(xShape->getSize());
-
-CPPUNIT_ASSERT_EQUAL(sal_Int32(aExpectedSize.Width()), aActualSize.Width);
-CPPUNIT_ASSERT_EQUAL(sal_Int32(aExpectedSize.Height()), 
aActualSize.Height);
+if (sal_Int32)aExpectedSize.Width()) - aActualSize.Width) / 2) != 0)
+{
+CPPUNIT_ASSERT_EQUAL(sal_Int32(aExpectedSize.Width()), 
aActualSize.Width);
+}
+if (sal_Int32)aExpectedSize.Height()) - aActualSize.Height) / 2) != 0)
+{
+CPPUNIT_ASSERT_EQUAL(sal_Int32(aExpectedSize.Height()), 
aActualSize.Height);
+}
 }
 
 DECLARE_RTFIMPORT_TEST(testFdo45543, "fdo45543.rtf")
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 95060] Combining Diacritics will not stack when exported to PDF.

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

--- Comment #11 from Chris Sherlock  ---
OK, this is an odd one. I've tested this on master, the diactric doesn't stack,
but instead it appears on teh right of the lower diacritic. When I export to
PDF and use xdg-open on the PDF, same deal. When I open that same PDF on OS X,
the diacritics are stacked correctly. 

Can you export that odt file as a PDF and and attach the PDF again on the
latest version of LO?

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


[Libreoffice-bugs] [Bug 30731] Cursor behaviour with Graphite fonts

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

--- Comment #13 from martin_hos...@sil.org ---
If my understanding of the internals of libo are correct, the cursor behaviour
is not based on font rendering but on Unicode character properties. Thus,
although graphite is being used to turn a long string of letters into a single
glyph, the cursor movement is based purely on the underlying characters. This
would happen whether the font were Graphite or OT based.

The key code seems to be in SwContentNode::GoNext (sw/core/docnode/node.cxx)
and uses an ICU break iterator to control the cursor movement.

Basically, this isn't a graphite or graphite integration bug.

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


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

2016-02-21 Thread Norbert Thiebaud
 vcl/source/gdi/octree.cxx |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 8bcc538953ceec4ef266f16cf72329bc6080d08c
Author: Norbert Thiebaud 
Date:   Sun Feb 21 07:25:58 2016 -0800

WaE vs2015 literal implicit casting

Change-Id: Ib3da0dd36243fbd316992e9fa88f4bed37b24f6a
Reviewed-on: https://gerrit.libreoffice.org/22596
Tested-by: Jenkins 
Reviewed-by: Norbert Thiebaud 

diff --git a/vcl/source/gdi/octree.cxx b/vcl/source/gdi/octree.cxx
index e56f3d3..81ba003 100644
--- a/vcl/source/gdi/octree.cxx
+++ b/vcl/source/gdi/octree.cxx
@@ -233,10 +233,10 @@ void Octree::GetPalIndex( NODE* pNode )
 InverseColorMap::InverseColorMap( const BitmapPalette& rPal ) :
 nBits( 8 - OCTREE_BITS )
 {
-const sal_uLong nColorMax = 1 << OCTREE_BITS;
-const sal_uLong xsqr = 1 << ( nBits << 1 );
-const sal_uLong xsqr2 = xsqr << 1;
-const sal_uLong nColors = rPal.GetEntryCount();
+const int nColorMax = 1 << OCTREE_BITS;
+const long xsqr = 1L << ( nBits << 1 );
+const long xsqr2 = xsqr << 1;
+const int nColors = rPal.GetEntryCount();
 const long  x = 1L << nBits;
 const long  x2 = x >> 1L;
 sal_uLong   r, g, b;
@@ -244,7 +244,7 @@ InverseColorMap::InverseColorMap( const BitmapPalette& rPal 
) :
 
 ImplCreateBuffers( nColorMax );
 
-for( sal_uLong nIndex = 0; nIndex < nColors; nIndex++ )
+for( int nIndex = 0; nIndex < nColors; nIndex++ )
 {
 const BitmapColor&  rColor = rPal[ (sal_uInt16) nIndex ];
 const long  cRed = rColor.GetRed();
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2016-02-21 Thread Norbert Thiebaud
 basic/source/comp/codegen.cxx |7 +++
 1 file changed, 7 insertions(+)

New commits:
commit 42f9b97dfb30b6ff9584319b15968b76bea37155
Author: Norbert Thiebaud 
Date:   Sun Feb 21 08:12:27 2016 -0800

WaE vs2015 truncation of literal on static_cast

Change-Id: I63a89c50c653145ea49aa34e4e4dd554da66598f
Reviewed-on: https://gerrit.libreoffice.org/22597
Reviewed-by: Norbert Thiebaud 
Tested-by: Norbert Thiebaud 

diff --git a/basic/source/comp/codegen.cxx b/basic/source/comp/codegen.cxx
index 3f8c986..e11236f 100644
--- a/basic/source/comp/codegen.cxx
+++ b/basic/source/comp/codegen.cxx
@@ -478,7 +478,14 @@ public:
 T result = 0 ;
 static const S max = std::numeric_limits< S >::max();
 result = m_nNumOp0 + ( ( sizeof(S) + 1 ) * m_nNumSingleParams ) + ( (( 
sizeof(S) * 2 )+ 1 )  * m_nNumDoubleParams );
+#ifdef _MSC_VER
+#pragma warning(push)
+#pragma warning( disable : 4309)
+#endif
 return std::min(static_cast(max), result);
+#ifdef _MSC_VER
+#pragma warning(push)
+#endif
 }
virtual bool processParams() override { return false; }
 };
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2016-02-21 Thread Norbert Thiebaud
 connectivity/source/drivers/odbc/OTools.cxx |8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

New commits:
commit 1e82ae8811e7c344805bba8ee0411c9b3682a80f
Author: Norbert Thiebaud 
Date:   Sun Feb 21 08:20:33 2016 -0800

WaE vs2015: casting from int32 to pointer to to odbc idiosyncracies

Change-Id: I94f2435aee76b03d4b14b009fdeca06a14f22909
Reviewed-on: https://gerrit.libreoffice.org/22599
Tested-by: Jenkins 
Reviewed-by: Norbert Thiebaud 

diff --git a/connectivity/source/drivers/odbc/OTools.cxx 
b/connectivity/source/drivers/odbc/OTools.cxx
index 06d11c6..4b93785 100644
--- a/connectivity/source/drivers/odbc/OTools.cxx
+++ b/connectivity/source/drivers/odbc/OTools.cxx
@@ -253,7 +253,9 @@ void OTools::bindValue( OConnection* _pConnection,
 }   break;
 case SQL_LONGVARBINARY:
 {
-_pData = reinterpret_cast(columnIndex);
+/* see 
https://msdn.microsoft.com/en-us/library/ms716238%28v=vs.85%29.aspx
+ * for an explanation of that apparently weird cast */
+_pData = reinterpret_cast((uintptr_t)columnIndex);
 sal_Int32 nLen = 0;
 nLen = static_cast *>(_pValue)->getLength();
 *pLen = (SQLLEN)SQL_LEN_DATA_AT_EXEC(nLen);
@@ -261,7 +263,9 @@ void OTools::bindValue( OConnection* _pConnection,
 break;
 case SQL_LONGVARCHAR:
 {
-_pData = reinterpret_cast(columnIndex);
+/* see 
https://msdn.microsoft.com/en-us/library/ms716238%28v=vs.85%29.aspx
+ * for an explanation of that apparently weird cast */
+_pData = reinterpret_cast((uintptr_t)columnIndex);
 sal_Int32 nLen = 0;
 nLen = static_cast(_pValue)->getLength();
 *pLen = (SQLLEN)SQL_LEN_DATA_AT_EXEC(nLen);
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2016-02-21 Thread Norbert Thiebaud
 cppu/source/uno/destr.hxx |2 +-
 cppu/source/uno/prim.hxx  |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 369b33903ac1870275af07451e7377ef057e1276
Author: Norbert Thiebaud 
Date:   Sun Feb 21 08:24:49 2016 -0800

WaE 0xdeadbeaf 32 bits litteral casting to 64 bits pointer

Change-Id: I9769a1d9707cc958329f1c05ccbed780983faf14
Reviewed-on: https://gerrit.libreoffice.org/22600
Tested-by: Jenkins 
Reviewed-by: Norbert Thiebaud 

diff --git a/cppu/source/uno/destr.hxx b/cppu/source/uno/destr.hxx
index 299cca3..5806208 100644
--- a/cppu/source/uno/destr.hxx
+++ b/cppu/source/uno/destr.hxx
@@ -132,7 +132,7 @@ inline void _destructAny(
 break;
 }
 #if OSL_DEBUG_LEVEL > 0
-pAny->pData = reinterpret_cast(0xdeadbeef);
+pAny->pData = reinterpret_cast((uintptr_t)0xdeadbeef);
 #endif
 
 ::typelib_typedescriptionreference_release( pType );
diff --git a/cppu/source/uno/prim.hxx b/cppu/source/uno/prim.hxx
index cf66016..03bae2a 100644
--- a/cppu/source/uno/prim.hxx
+++ b/cppu/source/uno/prim.hxx
@@ -133,7 +133,7 @@ inline typelib_TypeDescriptionReference * _getVoidType()
 inline void CONSTRUCT_EMPTY_ANY(uno_Any * pAny) {
 pAny->pType = _getVoidType();
 #if OSL_DEBUG_LEVEL > 0
-pAny->pData = reinterpret_cast(0xdeadbeef);
+pAny->pData = reinterpret_cast((uintptr_t)0xdeadbeef);
 #else
 pAny->pData = pAny;
 #endif
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Re: Help regarding bug tdf#43514 (Rohan Kumar)

2016-02-21 Thread jan iversen
Hi

> What i'm really doing is traversing the document and breaking out of the loop 
> whenever i encounter the Currently outlined entry. But it's not working 
> except for headings and tables. when I asked on IRC they told me 
> static_cast<..> doesn't work on SwOutlineContent. I would really appreciate 
> if anyone could guide me in the right direction about how can i achieve 
> this(when static cast is not working).
> 
When you were told on IRC that static cast is not working, a  logical reason 
can be, is that there are multiple objects, so you need to work around that.

As with many problems in our code, it is often a matter of trying, and seeing 
what happens. Gdb is your friend here, setting a breakpoint, and examining the 
state (and objects) of SwOutlineContent.

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


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

2016-02-21 Thread Norbert Thiebaud
 bridges/source/cpp_uno/msvc_win32_x86-64/cpp2uno.cxx |   14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

New commits:
commit 8d17a0f71b1fe6d90fe4ef5decd83f1285e2cb13
Author: Norbert Thiebaud 
Date:   Sun Feb 21 08:13:30 2016 -0800

WaE: vs2015 shadow local

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

diff --git a/bridges/source/cpp_uno/msvc_win32_x86-64/cpp2uno.cxx 
b/bridges/source/cpp_uno/msvc_win32_x86-64/cpp2uno.cxx
index 7459dff..a37b391 100644
--- a/bridges/source/cpp_uno/msvc_win32_x86-64/cpp2uno.cxx
+++ b/bridges/source/cpp_uno/msvc_win32_x86-64/cpp2uno.cxx
@@ -305,38 +305,38 @@ extern "C" typelib_TypeClass cpp_vtable_call(
 break;
 case 0: // queryInterface() opt
 {
-typelib_TypeDescription * pTD = NULL;
+typelib_TypeDescription * pTD2 = NULL;
 
 // the incoming C++ parameters are: The this
 // pointer, the hidden return value pointer, and
 // then the actual queryInterface() only
 // parameter. Thus pStack[4]..
 
-TYPELIB_DANGER_GET( , reinterpret_cast( 
pStack[4] )->getTypeLibType() );
+TYPELIB_DANGER_GET( , reinterpret_cast( 
pStack[4] )->getTypeLibType() );
 
-if ( pTD )
+if ( pTD2 )
 {
 XInterface * pInterface = NULL;
 
(*pCppI->getBridge()->getCppEnv()->getRegisteredInterface)
 ( pCppI->getBridge()->getCppEnv(),
   (void **),
   pCppI->getOid().pData,
-  
reinterpret_cast( pTD ) );
+  
reinterpret_cast( pTD2 ) );
 
 if ( pInterface )
 {
 // pStack[3] = hidden return value pointer
 ::uno_any_construct( reinterpret_cast( 
pStack[3] ),
- , pTD, cpp_acquire 
);
+ , pTD2, 
cpp_acquire );
 
 pInterface->release();
-TYPELIB_DANGER_RELEASE( pTD );
+TYPELIB_DANGER_RELEASE( pTD2 );
 
 pStack[0] = pStack[3];
 eRet = typelib_TypeClass_ANY;
 break;
 }
-TYPELIB_DANGER_RELEASE( pTD );
+TYPELIB_DANGER_RELEASE( pTD2 );
 }
 } // Fall through!
 default:
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 88313] master page named "Impress" shows "Click to Add Text" out of page range

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

--- Comment #7 from Kevin Suo  ---
Still reproduciable with
Version: 5.1.1.1 (x64)
Build ID: c43cb650e9c145b181321ea547d38296db70f36e
CPU Threads: 4; OS Version: Windows 6.19; UI Render: default; 
Locale: zh-CN (zh_CN)

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


[Libreoffice-bugs] [Bug 79826] Impress can not properly open specific PPT

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

Kevin Suo  changed:

   What|Removed |Added

   Keywords||filter:ppt

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


[Libreoffice-bugs] [Bug 79826] Impress can not properly open specific PPT

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

Kevin Suo  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 98070] Impress Can Not Open This PPT File

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

Kevin Suo  changed:

   What|Removed |Added

   Keywords||filter:ppt
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=79
   ||826

--- Comment #2 from Kevin Suo  ---
Adding bug 79826 as see also.

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


[Libreoffice-bugs] [Bug 98070] Impress Can Not Open This PPT File

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

--- Comment #1 from Kevin Suo  ---
Created attachment 122858
  --> https://bugs.documentfoundation.org/attachment.cgi?id=122858=edit
PDF file showing the expected result

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


[Libreoffice-bugs] [Bug 98070] New: Impress Can Not Open This PPT File

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

Bug ID: 98070
   Summary: Impress Can Not Open This PPT File
   Product: LibreOffice
   Version: 5.0.2.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: suokunl...@126.com

Created attachment 122857
  --> https://bugs.documentfoundation.org/attachment.cgi?id=122857=edit
Test PPT file

Impress can not properly open the attached PPT file.

Steps to reproduce:
1. Open the attached PPT file with Impress;
2. Compare with the expected result in the PDF file.

Issue was initially reported in:
http://libreofficechina.org/forum.php?mod=viewthread=1456#lastpost

Reproduced in
Verion 5.0.2.2 on Ubuntu

Still reproduciable in
Version: 5.1.1.1 (x64)
Build ID: c43cb650e9c145b181321ea547d38296db70f36e
CPU Threads: 4; OS Version: Windows 6.19; UI Render: default; 
Locale: zh-CN (zh_CN)

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


[Libreoffice-bugs] [Bug 98069] New: some icons don't render correctly

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

Bug ID: 98069
   Summary: some icons don't render correctly
   Product: LibreOffice
   Version: 5.1.0.3 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: john.ammerman@hotmail.com

Created attachment 122856
  --> https://bugs.documentfoundation.org/attachment.cgi?id=122856=edit
Note the failed to render icons.

Some of the icons render as grey squares, and when their functions are
operational (such as the scrambled cut icon after selecting some texts) they
show a very small and poorly visible icon.

This might likely have to do with my extremely high resolution desktop. It's
greater than 1080p.

See attachments for incorrectly rendered icons.

I have uninstalled and reinstalled LibreOffice a couple times. I even purged
data folder from appdata.

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


[Libreoffice-bugs] [Bug 93967] LibreOffice Crash always after try to save

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

--- Comment #47 from rao...@comcast.net ---
The 5.2 version has hung several times now - I don't know how to save a
backtrace in that case, so have had to kill it and start over.

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


Re: Compilation on OS X 10.11

2016-02-21 Thread Norbert Thiebaud
On Sun, Feb 21, 2016 at 11:45 AM, Quentin Pradet
 wrote:
> Hello,
>
> After first trying to compile LibreOffice on my system last week, I just
> found out today that LibreOffice did not compile on OS X 10.11 but that
> disabling Firebird fixed the issue. It *is* written in bold, but I just went
> to "Quick pre-canned setup" and expected it to work, but I had to add
> "--disable-firebird-sdbc" to autogen.input.
>
> Is there an entry on Bugzilla? I did not find one. Since I can reproduce the
> issue on my system, I would like to help fixing it.

By all means, patch welcome :-)

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


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

2016-02-21 Thread Norbert Thiebaud
 vcl/source/gdi/bitmap4.cxx |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

New commits:
commit 6d5eeb6af585ae525645d844cbbd56e76678a0af
Author: Norbert Thiebaud 
Date:   Sat Feb 20 08:46:10 2016 -0800

WaE: 32 to 64 bits implicit on windows..

a misuse od sal_uLong.. int is just fine here.

Change-Id: I09372b6384539cbb0beb557fdd9069cb1c63e235
Reviewed-on: https://gerrit.libreoffice.org/22595
Reviewed-by: David Ostrovsky 
Tested-by: Jenkins 
Reviewed-by: Norbert Thiebaud 

diff --git a/vcl/source/gdi/bitmap4.cxx b/vcl/source/gdi/bitmap4.cxx
index 8174c3a..f40ab4b 100644
--- a/vcl/source/gdi/bitmap4.cxx
+++ b/vcl/source/gdi/bitmap4.cxx
@@ -940,6 +940,7 @@ extern "C" int SAL_CALL ImplPopArtCmpFnc( const void* p1, 
const void* p2 )
 
 bool Bitmap::ImplPopArt()
 {
+/* note: GetBitCount() after that is no more than 8 */
 bool bRet = ( GetBitCount() <= 8 ) || Convert( BMP_CONVERSION_8BIT_COLORS 
);
 
 if( bRet )
@@ -952,8 +953,8 @@ bool Bitmap::ImplPopArt()
 {
 const long  nWidth = pWriteAcc->Width();
 const long  nHeight = pWriteAcc->Height();
-const sal_uLong nEntryCount = 1UL << pWriteAcc->GetBitCount();
-sal_uLong   n;
+const int   nEntryCount = 1 << pWriteAcc->GetBitCount();
+int n;
 PopArtEntry*pPopArtTable = new PopArtEntry[ nEntryCount ];
 
 for( n = 0; n < nEntryCount; n++ )
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 96359] UI - Button surface too dark OR text too dark on OSX - make highlighted text invert colour or white on background gradient

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

--- Comment #10 from isaacawe...@gmail.com ---
I feel certain this one is easy to fix for a very significant benefit.
Somewhere in LibreOffice's code it specifies that the text of buttons
must be black, and removing those lines will let the color follow the
default system UI. The question is, where are those lines of code?

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


[Libreoffice-bugs] [Bug 98059] Inserting Audio sound replaces content in the center of the slide

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

MM  changed:

   What|Removed |Added

   Keywords||regression
 Status|UNCONFIRMED |NEW
Version|5.0.5.2 release |4.1.6.2 release
 Ever confirmed|0   |1

--- Comment #1 from MM  ---
Unconfirmed with v3.3.4 under windows 7 x64.
Confirmed with v4.1.6.2 under mint 16 x64.
Confirmed with v5.1.1.1 under ubuntu 14.04 x64.

Any inserted audio or video destroys any text/graphics directly underneat the
place the 'black box' is set.

Another workaround is to move the text/graphics towards the side (any) of the
slide and move them back after inserting.

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


Re: XSLT help

2016-02-21 Thread Olivier Hallot
Hi Regina

Em 21/02/2016 10:57, Regina Henschel escreveu:
> Hi Olivier,
> 
> Olivier Hallot schrieb:
>> Hi Regina
>>
>> Em 20/02/2016 10:14, Regina Henschel escreveu:
>>> Hi Olivier,
>>>
>>> Olivier Hallot schrieb:
>> (snip)
>>
>>>
>>> Do you look for an "elegant solution" or do you look for a solution
>>> at all?
>>
>> As short as the one exisitng, but that will not happen, I think.
> 
> I would start with a safe solution, for example using xsl:choose.

Indeed. I made it work with  but thanks to Noel Grandin and you,
 is the way to go.

> 
>>
>>>
>>> Browser Seamonkey 2.39 has no problem with attribute
>>> 'disable-output-escaping'.
>>
>> In firefox this attribute is inocuous, and googling around, it is said
>> it will not be implemented.
>>
>>>
>>> What is your global goal?
>> - Learn xslt
> 
> Me too, so please do not expect ready solutions from me. But I would
> like to learn what you try and what works or not works.
> 

The handbook tells: Have xml + xsl + css and you get a page in browser.
So I used main_tranform.xsl + default.css to display a main.xhp file in
a browser.

Well sort of. In the first attempt, I hit the firefox bug. Thrilling.

>> - display xhp pages in browser for quick view.
> 
> I doubt, that you can get an identical appearance by pure XSL
> transformation. The internal help viewer understands the protocols
> vnd.sun.star.help:// and vnd.libreoffice.image:// which are needed to
> resolve embedding and images. You will need to create a replacement.

I guess that the module xmlhelp/ is actually a xslt processor created to
render xhp into writer-web for the help pages, plus the handling of the
indexes and bookmarks. To use modern technology instead, we will have to
untangle all this ancient code.

> 
> For you it will surely be quicker to compile helpcontent2. But for
> those, who cannot build LibreOffice such a tool would be great.

The good news is: it actually works. You can display a page in the
broswer, modulo more work to debug the transformation and address the
embeds and the issues you raised on the paths.

Happy hacking ahead.

Regards
-- 
Olivier Hallot
Comunidade LibreOffice
http://ask.libreoffice.org/pt-br
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


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

2016-02-21 Thread Norbert Thiebaud
 slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionImpl.cxx |   12 
+-
 1 file changed, 6 insertions(+), 6 deletions(-)

New commits:
commit a5eae091da3b9d3918a41fcbc5ff8b68dc0fd933
Author: Norbert Thiebaud 
Date:   Sat Feb 20 08:20:06 2016 -0800

WaE unqualifed float literal are double

1.0 - float => double  which then trigger a warning when implicitely
downcasted to float

Change-Id: Ic48f753e7ccf834fd36ff1b26d315b1267a15955
Reviewed-on: https://gerrit.libreoffice.org/22594
Tested-by: Jenkins 
Reviewed-by: Norbert Thiebaud 

diff --git 
a/slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionImpl.cxx 
b/slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionImpl.cxx
index 43184c5..86e1131 100644
--- a/slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionImpl.cxx
+++ b/slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionImpl.cxx
@@ -2150,9 +2150,9 @@ void HoneycombTransition::displaySlides_( double nTime, 
sal_Int32 glLeavingSlide
 glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT);
 glUniform1f(mnShadowLocation, 1.0);
 glUniform1f(maSelectedTextureLocation, 1.0);
-glUniform1f(maHexagonSizeLocation, 1.0 - borderSize);
+glUniform1f(maHexagonSizeLocation, 1.0f - borderSize);
 displaySlide(nTime, glLeavingSlideTex, getScene().getLeavingSlide(), 
SlideWidthScale, SlideHeightScale);
-glUniform1f(maHexagonSizeLocation, 1.0 + borderSize);
+glUniform1f(maHexagonSizeLocation, 1.0f + borderSize);
 displaySlide(nTime, glLeavingSlideTex, getScene().getLeavingSlide(), 
SlideWidthScale, SlideHeightScale);
 
 // The back (entering) slide needs to be drawn before the front (leaving) 
one in order for blending to work.
@@ -2160,14 +2160,14 @@ void HoneycombTransition::displaySlides_( double nTime, 
sal_Int32 glLeavingSlide
 glBindFramebuffer(GL_FRAMEBUFFER, 0);
 glUniform1f(mnShadowLocation, 0.0);
 glUniform1f(maSelectedTextureLocation, 0.0);
-glUniform1f(maHexagonSizeLocation, 1.0 - borderSize);
+glUniform1f(maHexagonSizeLocation, 1.0f - borderSize);
 displaySlide(nTime, glEnteringSlideTex, getScene().getEnteringSlide(), 
SlideWidthScale, SlideHeightScale);
-glUniform1f(maHexagonSizeLocation, 1.0 + borderSize);
+glUniform1f(maHexagonSizeLocation, 1.0f + borderSize);
 displaySlide(nTime, glEnteringSlideTex, getScene().getEnteringSlide(), 
SlideWidthScale, SlideHeightScale);
 glUniform1f(maSelectedTextureLocation, 1.0);
-glUniform1f(maHexagonSizeLocation, 1.0 - borderSize);
+glUniform1f(maHexagonSizeLocation, 1.0f - borderSize);
 displaySlide(nTime, glLeavingSlideTex, getScene().getLeavingSlide(), 
SlideWidthScale, SlideHeightScale);
-glUniform1f(maHexagonSizeLocation, 1.0 + borderSize);
+glUniform1f(maHexagonSizeLocation, 1.0f + borderSize);
 displaySlide(nTime, glLeavingSlideTex, getScene().getLeavingSlide(), 
SlideWidthScale, SlideHeightScale);
 CHECK_GL_ERROR();
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: sal/osl

2016-02-21 Thread Norbert Thiebaud
 sal/osl/w32/random.c |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3496535a3754438f314b7b143e7223b498ca3ec9
Author: Norbert Thiebaud 
Date:   Sun Feb 21 08:19:41 2016 -0800

WaE vs2015: pointer to int casting

Change-Id: I3be393ef5a9d1ed732f44037cd1115960a6186d2
Reviewed-on: https://gerrit.libreoffice.org/22592
Reviewed-by: David Ostrovsky 
Tested-by: Jenkins 
Reviewed-by: Norbert Thiebaud 

diff --git a/sal/osl/w32/random.c b/sal/osl/w32/random.c
index ca1a809..78ea5bf 100644
--- a/sal/osl/w32/random.c
+++ b/sal/osl/w32/random.c
@@ -16,7 +16,7 @@ int osl_get_system_random_data(char* buffer, size_t 
desired_len)
 unsigned int val;
 
 /* if unaligned fill to alignment */
-if((int)buffer & 3)
+if((uintptr_t)buffer & 3)
 {
 size_t len = 4 - ((size_t)(buffer) & 3);
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 59341] : Paste a graphic from geogebra (math java application) doesn't work

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

Regina Henschel  changed:

   What|Removed |Added

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

--- Comment #4 from Regina Henschel  ---
Image format svg and png work fine for me with GeoGebra 5.0 and LibreOffice
5.2. The image formats eps and emf do not work, but I doubt, that GeoGebra
produces valid content in this cases.

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


[Libreoffice-bugs] [Bug 98068] FILESAVE: document content lost after saving to .docx--document truncated/blank

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

MM  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #1 from MM  ---
Do you have a test sample, so someone can try to reproduce ?

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


[Libreoffice-bugs] [Bug 98065] Insert Image

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

--- Comment #2 from MM  ---
Well v4.2.8 is quite old and not supported any longer, so you might wanna try a
newer version.

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


[Libreoffice-bugs] [Bug 98042] Mendeley citation error

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

salma bouchiba  changed:

   What|Removed |Added

Version|5.2.0.0.alpha0+ Master  |5.1.0.0.alpha1

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


[Libreoffice-bugs] [Bug 98042] Mendeley citation error

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

--- Comment #2 from salma bouchiba  ---
No I am using the 5.1 version! It was just a mistake.

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


[Libreoffice-bugs] [Bug 98042] Mendeley citation error

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

salma bouchiba  changed:

   What|Removed |Added

Version|5.1.0.0.alpha1  |5.1.0.3 release

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


[Libreoffice-bugs] [Bug 97984] INSERT: SVG fill attribute is applied incorrectly

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

Regina Henschel  changed:

   What|Removed |Added

URL||https://www.w3.org/TR/SVG/p
   ||ainting.html#MarkerElement

--- Comment #2 from Regina Henschel  ---
I see two different issues:

(1)
The marker is only drawn for a path of length 0, but not for a line of length
0.

(2)
The attributes markerWidth and markerHeight are not considered. Their default
value is 3. Therefore the marker should have 3*25 width and height, the size do
you see in browser. The product 3*25 is the result of the rule for
markerUnits="strokeWidth". It seems, that currently not
markerWidth/markerHeight is used, but the content size of the marker, which
result in a huge marker size of 25*96 and so fills the whole rectangle in blue.

Fill and stroke of the marker is OK, which you will notice, if you make a path
with not 0 length and smaller stroke-width, and a marker with smaller size.

BTW, it is better to use examples, which do not have relative width and height
on the outermost svg, but use absolute values like width="9.6cm"
height="7.2cm".

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


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

2016-02-21 Thread Norbert Thiebaud
 tools/source/inet/inetmsg.cxx |9 +
 1 file changed, 9 insertions(+)

New commits:
commit 981a62f8511416e679a35cdb11195e2149d81138
Author: Norbert Thiebaud 
Date:   Sat Feb 20 08:16:47 2016 -0800

WaE vs2015 bug, add a temporary warning disable

Microsoft say that the warning c4592 we get there in vs2015-r1 is a bug
on their side. Ignore it for now

Change-Id: I820840a50932e42371947cdc10d1e09278f744ca
Reviewed-on: https://gerrit.libreoffice.org/22593
Reviewed-by: David Ostrovsky 
Tested-by: Jenkins 
Reviewed-by: Norbert Thiebaud 

diff --git a/tools/source/inet/inetmsg.cxx b/tools/source/inet/inetmsg.cxx
index 2967bad..c161f76 100644
--- a/tools/source/inet/inetmsg.cxx
+++ b/tools/source/inet/inetmsg.cxx
@@ -204,6 +204,11 @@ bool INetMIMEMessage::ParseDateField (
   (rDateTime.GetHour() > 23)));
 }
 
+#ifdef _MSC_VER
+#pragma warning(push)
+#pragma warning( disable : 4592)
+#endif
+
 static const std::map 
ImplINetMIMEMessageHeaderData =
 {
 { InetMessageMime::VERSION, "MIME-Version"},
@@ -212,6 +217,10 @@ static const std::map 
ImplINetMIMEMessageHeaderDat
 { InetMessageMime::CONTENT_TRANSFER_ENCODING, "Content-Transfer-Encoding"}
 };
 
+#ifdef _MSC_VER
+#pragma warning(pop)
+#endif
+
 INetMIMEMessage::INetMIMEMessage()
 : pParent(nullptr)
 {
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 98058] Property to disable the icon in the menu bar

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

V Stuart Foote  changed:

   What|Removed |Added

 CC||vstuart.fo...@utsa.edu

--- Comment #2 from V Stuart Foote  ---
@Jay,

Not sure I follow. We already have space carved out of the menus to hold the
small icon--personally I find it less tedious to scan the icon than to read the
menu label.

So, is your thought to make use of small icons on menus optional? Perhaps
collapsing the menu width in response? That would make sense.

But moving to eliminate the icons from the menus--rather than making them
consistently available--would be moving the wrong direction.

=-=-=

On a side note--getting the menu keyboard accelerators and more importantly the
menu shortcuts back under control is probably more important UX facet.

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


[Libreoffice-ux-advise] [Bug 98058] Property to disable the icon in the menu bar

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

V Stuart Foote  changed:

   What|Removed |Added

 CC||vstuart.fo...@utsa.edu

--- Comment #2 from V Stuart Foote  ---
@Jay,

Not sure I follow. We already have space carved out of the menus to hold the
small icon--personally I find it less tedious to scan the icon than to read the
menu label.

So, is your thought to make use of small icons on menus optional? Perhaps
collapsing the menu width in response? That would make sense.

But moving to eliminate the icons from the menus--rather than making them
consistently available--would be moving the wrong direction.

=-=-=

On a side note--getting the menu keyboard accelerators and more importantly the
menu shortcuts back under control is probably more important UX facet.

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


[Libreoffice-bugs] [Bug 95060] Combining Diacritics will not stack when exported to PDF.

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

--- Comment #10 from Chris Sherlock  ---
No, I take that back. It seems that the PDF viewer on Ubuntu is the problem.
Drat.

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


[Libreoffice-bugs] [Bug 98041] Sidebar makes it hard to scroll

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

V Stuart Foote  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||vstuart.fo...@utsa.edu
 Resolution|--- |DUPLICATE

--- Comment #2 from V Stuart Foote  ---


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

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


[Libreoffice-bugs] [Bug 92831] Position vertical scroll bar widget outboard of Sidebar

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

V Stuart Foote  changed:

   What|Removed |Added

 CC||equi+bugzi...@cl4.org

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

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


[Libreoffice-bugs] [Bug 74813] template adds second logo in header by itself

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

janb...@familierem.nl changed:

   What|Removed |Added

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

--- Comment #3 from janb...@familierem.nl ---
I filed a big thank you in the http://en.libreofficeforum.org/node/6674 back in
2014.
I am currently converting our 4.0.5 documents to 5.1.

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


[Libreoffice-bugs] [Bug 92831] Position vertical scroll bar widget outboard of Sidebar

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

--- Comment #12 from V Stuart Foote  ---
While this is marked up resolved wontfix Design & UX team was split on this
issue. 

As Sidebar framework continues to evolve (multiple decks and additional
attachment points) believe there is a case to be made for reopening and
reposition the main canvas scroll bar to its Fitt's law compliant "infinite"
position.

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


[Libreoffice-ux-advise] [Bug 92831] Position vertical scroll bar widget outboard of Sidebar

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

--- Comment #12 from V Stuart Foote  ---
While this is marked up resolved wontfix Design & UX team was split on this
issue. 

As Sidebar framework continues to evolve (multiple decks and additional
attachment points) believe there is a case to be made for reopening and
reposition the main canvas scroll bar to its Fitt's law compliant "infinite"
position.

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


[Libreoffice-commits] core.git: sal/osl

2016-02-21 Thread Norbert Thiebaud
 sal/osl/w32/process.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit eb4efbc15d25dd6d00c6b7ead02bdf197121623e
Author: Norbert Thiebaud 
Date:   Sun Feb 21 08:18:50 2016 -0800

WaE vs2015: int to pointer casting

Change-Id: I201e4b44e2a26ff0566f30c7e7c12c0df90a54e6
Reviewed-on: https://gerrit.libreoffice.org/22591
Reviewed-by: David Ostrovsky 
Tested-by: Jenkins 
Reviewed-by: Norbert Thiebaud 

diff --git a/sal/osl/w32/process.cxx b/sal/osl/w32/process.cxx
index 77b9e4c..8c3e116 100644
--- a/sal/osl/w32/process.cxx
+++ b/sal/osl/w32/process.cxx
@@ -144,7 +144,7 @@ oslProcessError SAL_CALL osl_getProcessInfo(oslProcess 
Process, oslProcessData F
 
 lpAddress = (LPBYTE)lpAddress + Info.RegionSize;
 }
-while (lpAddress < (void *)0x8000); // 2GB address space
+while ((uintptr_t)lpAddress <= (uintptr_t)0x7FFF); // 2GB address 
space
 
 pInfo->Fields |= osl_Process_HEAPUSAGE;
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: solenv/gbuild

2016-02-21 Thread Norbert Thiebaud
 solenv/gbuild/platform/com_MSC_defs.mk |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 133610669b8707a278d9b3b0af025779044fd8c5
Author: Norbert Thiebaud 
Date:   Sun Feb 21 08:17:11 2016 -0800

windows: silence new warning for now

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

diff --git a/solenv/gbuild/platform/com_MSC_defs.mk 
b/solenv/gbuild/platform/com_MSC_defs.mk
index 836b89b..dbe46b6 100644
--- a/solenv/gbuild/platform/com_MSC_defs.mk
+++ b/solenv/gbuild/platform/com_MSC_defs.mk
@@ -164,6 +164,7 @@ gb_CFLAGS := \
-wd4706 \
-wd4800 \
-Zc:wchar_t- \
+   $(if $(filter-out 120,$(VCVER)), -Wv:18) \
 
 gb_CXXFLAGS := \
-Gd \
@@ -195,7 +196,7 @@ gb_CXXFLAGS := \
-wd4800 \
-wd4913 \
-Zc:wchar_t- \
-
+   $(if $(filter-out 120,$(VCVER)), -Wv:18) \
 
 ifeq ($(CPUNAME),X86_64)
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-ux-advise] [Bug 92831] Position vertical scroll bar widget outboard of Sidebar

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

V Stuart Foote  changed:

   What|Removed |Added

 CC||equi+bugzi...@cl4.org

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

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


[Libreoffice-ux-advise] [Bug 98041] Sidebar makes it hard to scroll

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

V Stuart Foote  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||vstuart.fo...@utsa.edu
 Resolution|--- |DUPLICATE

--- Comment #2 from V Stuart Foote  ---


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

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


[Libreoffice-bugs] [Bug 95060] Combining Diacritics will not stack when exported to PDF.

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

--- Comment #9 from Chris Sherlock  ---
I've bibisected through the 4.4.x series, and I can't ever get it to export the
document correctly!

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


[Libreoffice-bugs] [Bug 89066] Start Center: Not only templates are displayed in Template dialogue of the Start Center

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

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

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

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

If you have time, please do the following:

   Test to see if the bug is still present on a currently supported version of
LibreOffice 
   (5.0.5 or 5.1.0)  https://www.libreoffice.org/download/

   If the bug is present, please leave a comment that includes the version of
LibreOffice and 
   your operating system, and any changes you see in the bug behavior

   If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave 
   a short comment that includes your version of LibreOffice and Operating
System

Please DO NOT

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


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

http://downloadarchive.documentfoundation.org/libreoffice/old/

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


Feel free to come ask questions or to say hello in our QA chat:
http://webchat.freenode.net/?channels=libreoffice-qa

Thank you for your help!

-- The LibreOffice QA Team This NEW Message was generated on: 2016-02-21

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


[Libreoffice-bugs] [Bug 98047] unable to read save or close tabs because of dark blue hiding the font

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

--- Comment #1 from hnan...@optonline.net ---
can be viewed in about libreoffice cannot see close

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


[Libreoffice-bugs] [Bug 91053] cleanup bogus member ...

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

Thomas Arnhold  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED
 Whiteboard|ToBeReviewed|

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


[Libreoffice-bugs] [Bug 40200] SYLK Ignores Character Limits and Encoding

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

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

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

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

If you have time, please do the following:

   Test to see if the bug is still present on a currently supported version of
LibreOffice 
   (5.0.5 or 5.1.0)  https://www.libreoffice.org/download/

   If the bug is present, please leave a comment that includes the version of
LibreOffice and 
   your operating system, and any changes you see in the bug behavior

   If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave 
   a short comment that includes your version of LibreOffice and Operating
System

Please DO NOT

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


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

http://downloadarchive.documentfoundation.org/libreoffice/old/

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


Feel free to come ask questions or to say hello in our QA chat:
http://webchat.freenode.net/?channels=libreoffice-qa

Thank you for your help!

-- The LibreOffice QA Team This NEW Message was generated on: 2016-02-21

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


[Libreoffice-bugs] [Bug 97636] Beanshell Editor: Add Undo/Redo functionality

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

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:5.2.0

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


[Libreoffice-bugs] [Bug 98062] New: Calc's entire column reference breaks column stats calculation

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

Bug ID: 98062
   Summary: Calc's entire column reference breaks column stats
calculation
   Product: LibreOffice
   Version: 4.4.5.1 rc
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: jounijar...@gmail.com

I always create column stats directly under the column name (not the header) if
possible, like §=SUM(D3:D)§ in Google Sheets format which sums the colum D
starting from row 3 until the end, which in Google Sheets' case is limited by
count of rows unlike, likely, every other spreadsheet software; D1 is the
column name and D2 is the column stats cell.

This is absolutely broken by the absolutely stupidly thought entire column
reference system which seemingly comes from the OpenDocument Format itself; the
standard needs fixing. It wouldn't be much of an issue to reverse-engineer
Google Sheets' behaviour, and I'm sure it's nothing illegal to do either since
Calc is basically a reverse-engineered Excel without price tag.

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


[Libreoffice-bugs] [Bug 89166] IF statement in cell does not work as expected.

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

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

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

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

If you have time, please do the following:

   Test to see if the bug is still present on a currently supported version of
LibreOffice 
   (5.0.5 or 5.1.0)  https://www.libreoffice.org/download/

   If the bug is present, please leave a comment that includes the version of
LibreOffice and 
   your operating system, and any changes you see in the bug behavior

   If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave 
   a short comment that includes your version of LibreOffice and Operating
System

Please DO NOT

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


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

http://downloadarchive.documentfoundation.org/libreoffice/old/

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


Feel free to come ask questions or to say hello in our QA chat:
http://webchat.freenode.net/?channels=libreoffice-qa

Thank you for your help!

-- The LibreOffice QA Team This NEW Message was generated on: 2016-02-21

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


[Libreoffice-bugs] [Bug 79721] writer slow on shapes, locks up if huge amount of shapes

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

--- Comment #38 from rob...@familiegrosskopf.de ---
Bug still exists with LO 5.1.1.1, OpenSUSE 42.1 Leap, 64bit rpm Linux.

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


[Libreoffice-bugs] [Bug 89072] Template Manager: long files names or titles are not fully displayed (also not in popup)

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

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

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

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

If you have time, please do the following:

   Test to see if the bug is still present on a currently supported version of
LibreOffice 
   (5.0.5 or 5.1.0)  https://www.libreoffice.org/download/

   If the bug is present, please leave a comment that includes the version of
LibreOffice and 
   your operating system, and any changes you see in the bug behavior

   If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave 
   a short comment that includes your version of LibreOffice and Operating
System

Please DO NOT

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


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

http://downloadarchive.documentfoundation.org/libreoffice/old/

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


Feel free to come ask questions or to say hello in our QA chat:
http://webchat.freenode.net/?channels=libreoffice-qa

Thank you for your help!

-- The LibreOffice QA Team This NEW Message was generated on: 2016-02-21

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


[Libreoffice-bugs] [Bug 89138] PIVOTTABLE: References to cells of pivottable are not correctly saved; cached results not saved

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

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

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

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

If you have time, please do the following:

   Test to see if the bug is still present on a currently supported version of
LibreOffice 
   (5.0.5 or 5.1.0)  https://www.libreoffice.org/download/

   If the bug is present, please leave a comment that includes the version of
LibreOffice and 
   your operating system, and any changes you see in the bug behavior

   If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave 
   a short comment that includes your version of LibreOffice and Operating
System

Please DO NOT

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


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

http://downloadarchive.documentfoundation.org/libreoffice/old/

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


Feel free to come ask questions or to say hello in our QA chat:
http://webchat.freenode.net/?channels=libreoffice-qa

Thank you for your help!

-- The LibreOffice QA Team This NEW Message was generated on: 2016-02-21

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


[Libreoffice-bugs] [Bug 88592] VIEWING: Green display bug; picture with zero width [xlsx]

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

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

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

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

If you have time, please do the following:

   Test to see if the bug is still present on a currently supported version of
LibreOffice 
   (5.0.5 or 5.1.0)  https://www.libreoffice.org/download/

   If the bug is present, please leave a comment that includes the version of
LibreOffice and 
   your operating system, and any changes you see in the bug behavior

   If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave 
   a short comment that includes your version of LibreOffice and Operating
System

Please DO NOT

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


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

http://downloadarchive.documentfoundation.org/libreoffice/old/

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


Feel free to come ask questions or to say hello in our QA chat:
http://webchat.freenode.net/?channels=libreoffice-qa

Thank you for your help!

-- The LibreOffice QA Team This NEW Message was generated on: 2016-02-21

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


[Libreoffice-bugs] [Bug 70379] Cannot resize columns with protected cells / Calc does not respect users' permissions

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

--- Comment #5 from Geoffrey  ---
This is still an issue in LibreOffice 5.0.4.

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


[Libreoffice-bugs] [Bug 98043] alt-key shortcut not working for File-Exit Libreoffice

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

--- Comment #7 from Mike B  ---
> Duplicate of bug 92516?

Very similar. In my case, all normal methods of exiting LibreOffice work EXCEPT
alt-f-x. And I didn't check the system center (LO startup) menu - it turned up
first in Calc in 5.1.0.3 release then appeared in other components when I tried
them. It's intermittent, and once it starts working it continues to work for
the duration of that WINDOWS user session (at least it seems that way - need to
check again perhaps though I'm satisfied as a user for now using the
rolled-back 5.0.5 where everything works).

> Try latest build...

Downloading it now. Will try it and report.

BTW, my installation explicitly does not include non-North American languages
(does include French & Spanish dictionaries), nor does it include the
Quickstarter. Starts up quick enough without the Quickstarter, and I try to
minimize what runs at startup.

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


[Libreoffice-bugs] [Bug 51334] OLE object visible area changes slightly on every load-save cycle

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

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

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

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

If you have time, please do the following:

   Test to see if the bug is still present on a currently supported version of
LibreOffice 
   (5.0.5 or 5.1.0)  https://www.libreoffice.org/download/

   If the bug is present, please leave a comment that includes the version of
LibreOffice and 
   your operating system, and any changes you see in the bug behavior

   If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave 
   a short comment that includes your version of LibreOffice and Operating
System

Please DO NOT

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


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

http://downloadarchive.documentfoundation.org/libreoffice/old/

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


Feel free to come ask questions or to say hello in our QA chat:
http://webchat.freenode.net/?channels=libreoffice-qa

Thank you for your help!

-- The LibreOffice QA Team This NEW Message was generated on: 2016-02-21

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


[Libreoffice-bugs] [Bug 89131] UI Control spin button for number of heading rows in dialog Insert Table is not working

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

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

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

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

If you have time, please do the following:

   Test to see if the bug is still present on a currently supported version of
LibreOffice 
   (5.0.5 or 5.1.0)  https://www.libreoffice.org/download/

   If the bug is present, please leave a comment that includes the version of
LibreOffice and 
   your operating system, and any changes you see in the bug behavior

   If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave 
   a short comment that includes your version of LibreOffice and Operating
System

Please DO NOT

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


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

http://downloadarchive.documentfoundation.org/libreoffice/old/

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


Feel free to come ask questions or to say hello in our QA chat:
http://webchat.freenode.net/?channels=libreoffice-qa

Thank you for your help!

-- The LibreOffice QA Team This NEW Message was generated on: 2016-02-21

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


[Libreoffice-bugs] [Bug 49866] EDITING: .PDF allowed to be inserted into Master Document, but not shown

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

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

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

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

If you have time, please do the following:

   Test to see if the bug is still present on a currently supported version of
LibreOffice 
   (5.0.5 or 5.1.0)  https://www.libreoffice.org/download/

   If the bug is present, please leave a comment that includes the version of
LibreOffice and 
   your operating system, and any changes you see in the bug behavior

   If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave 
   a short comment that includes your version of LibreOffice and Operating
System

Please DO NOT

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


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

http://downloadarchive.documentfoundation.org/libreoffice/old/

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


Feel free to come ask questions or to say hello in our QA chat:
http://webchat.freenode.net/?channels=libreoffice-qa

Thank you for your help!

-- The LibreOffice QA Team This NEW Message was generated on: 2016-02-21

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


[Libreoffice-bugs] [Bug 37259] FORMATTING Define Print Range across filtered rows fails

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

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

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

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

If you have time, please do the following:

   Test to see if the bug is still present on a currently supported version of
LibreOffice 
   (5.0.5 or 5.1.0)  https://www.libreoffice.org/download/

   If the bug is present, please leave a comment that includes the version of
LibreOffice and 
   your operating system, and any changes you see in the bug behavior

   If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave 
   a short comment that includes your version of LibreOffice and Operating
System

Please DO NOT

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


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

http://downloadarchive.documentfoundation.org/libreoffice/old/

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


Feel free to come ask questions or to say hello in our QA chat:
http://webchat.freenode.net/?channels=libreoffice-qa

Thank you for your help!

-- The LibreOffice QA Team This NEW Message was generated on: 2016-02-21

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


[Libreoffice-bugs] [Bug 79928] FORMATTING: Pasted text doesn't preserve it's formatting

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

--- Comment #10 from Alexander  ---
Version: 5.1.0.3
Build ID: 5e3e00a007d9b3b6efb6797a8b8e57b51ab1f737
CPU Threads: 4; OS Version: Windows 6.2; UI Render: GL; 
Locale: en-US (en_US)

Still reproduced in both Impress and Writer.

Also in Impress "Home" and "End" buttons don't work.

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


[Libreoffice-bugs] [Bug 63347] FILEOPEN: missing graphic in RTF file

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

--- Comment #12 from tommy27  ---
bug still present in LibO 5.2.0.0.alpha0+
Build ID: 05618e74c77658da76f467a1ab328cb310a19e84
CPU Threads: 4; OS Version: Windows 6.29; UI Render: GL; 
TinderBox: Win-x86@42, Branch:master, Time: 2016-02-20_23:42:27
Locale: it-IT (it_IT)

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


[Libreoffice-bugs] [Bug 51284] [FORMATTING] "Space before paragraph" (fo:margin-top) ignored for first paragraph of text in a text box or shape.

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

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

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

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

If you have time, please do the following:

   Test to see if the bug is still present on a currently supported version of
LibreOffice 
   (5.0.5 or 5.1.0)  https://www.libreoffice.org/download/

   If the bug is present, please leave a comment that includes the version of
LibreOffice and 
   your operating system, and any changes you see in the bug behavior

   If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave 
   a short comment that includes your version of LibreOffice and Operating
System

Please DO NOT

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


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

http://downloadarchive.documentfoundation.org/libreoffice/old/

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


Feel free to come ask questions or to say hello in our QA chat:
http://webchat.freenode.net/?channels=libreoffice-qa

Thank you for your help!

-- The LibreOffice QA Team This NEW Message was generated on: 2016-02-21

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


[Libreoffice-bugs] [Bug 84691] Wrong position of textbox in shape, if shape anchored to page

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

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

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

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

If you have time, please do the following:

   Test to see if the bug is still present on a currently supported version of
LibreOffice 
   (5.0.5 or 5.1.0)  https://www.libreoffice.org/download/

   If the bug is present, please leave a comment that includes the version of
LibreOffice and 
   your operating system, and any changes you see in the bug behavior

   If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave 
   a short comment that includes your version of LibreOffice and Operating
System

Please DO NOT

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


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

http://downloadarchive.documentfoundation.org/libreoffice/old/

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


Feel free to come ask questions or to say hello in our QA chat:
http://webchat.freenode.net/?channels=libreoffice-qa

Thank you for your help!

-- The LibreOffice QA Team This NEW Message was generated on: 2016-02-21

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


[Libreoffice-bugs] [Bug 97999] tab interface

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

Cor Nouws  changed:

   What|Removed |Added

 CC||c...@nouenoff.nl
 Resolution|FIXED   |INVALID

--- Comment #1 from Cor Nouws  ---
?? Why is this set to resoved?

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


[Libreoffice-bugs] [Bug 60226] Check for ALL EXTENSIONS update causes error message

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

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

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

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

If you have time, please do the following:

   Test to see if the bug is still present on a currently supported version of
LibreOffice 
   (5.0.5 or 5.1.0)  https://www.libreoffice.org/download/

   If the bug is present, please leave a comment that includes the version of
LibreOffice and 
   your operating system, and any changes you see in the bug behavior

   If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave 
   a short comment that includes your version of LibreOffice and Operating
System

Please DO NOT

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


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

http://downloadarchive.documentfoundation.org/libreoffice/old/

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


Feel free to come ask questions or to say hello in our QA chat:
http://webchat.freenode.net/?channels=libreoffice-qa

Thank you for your help!

-- The LibreOffice QA Team This NEW Message was generated on: 2016-02-21

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


[Libreoffice-bugs] [Bug 74686] incorrect ODT to PDF export of table and chart

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

--- Comment #19 from tommy27  ---
same issue on LinO 5.1.0.3 as well

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


[Libreoffice-bugs] [Bug 93525] Writer EDITING: Crash on deleting text (Unknown event notification 36)

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

--- Comment #17 from Luke Kendall  ---
FWIW, I'm running a development branch of Ubuntu 16.04, and LO 5.1.0, and if I
select text in a document and then simply click almost anywhere in the
document, the moment of the MOUSE_DOWN event, this appears on the terminal
window from which I started LO:
* (soffice:32604): WARNING **: Unknown event notification 36

For every such event, without fail.  No crashes or odd behaviour.

The first occurrence was preceded by this message:

soffice:9087): GLib-GObject-WARNING **:
/build/glib2.0-iB_b5N/glib2.0-2.47.5/./gobject/gsignal.c:3486: signal name
'selection_changed' is invalid for instance '0x3920dd0' of type
'OOoAtkObjCompTxt'

HTH

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


[Libreoffice-bugs] [Bug 98024] LinuxLibertine G fonts cyrillic support

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

Beluga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1

--- Comment #2 from Beluga  ---
Appsoft: shall we close as duplicate of bug 96456?

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


[Libreoffice-bugs] [Bug 98042] New: Mendeley citation error

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

Bug ID: 98042
   Summary: Mendeley citation error
   Product: LibreOffice
   Version: 5.2.0.0.alpha0+ Master
  Hardware: Other
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Extensions
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: salma.bouch...@gmail.com

Created attachment 122833
  --> https://bugs.documentfoundation.org/attachment.cgi?id=122833=edit
Screenshot of the message received

I can't insert citations anymore, each time I get this message: Error: An
exception occurred Type: com.sun.star.container.NoSuchElementException Message:
. At line: 776 And when I close it, this appears instead of the reference
{Formatting Citation}.

I tried to upload again libreOffice and mendeley plugin but I keep getting the
same problem.

Thanks for your help. Salma

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


[Libreoffice-bugs] [Bug 53865] WMF export from particular document completely broken

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

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

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

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

If you have time, please do the following:

   Test to see if the bug is still present on a currently supported version of
LibreOffice 
   (5.0.5 or 5.1.0)  https://www.libreoffice.org/download/

   If the bug is present, please leave a comment that includes the version of
LibreOffice and 
   your operating system, and any changes you see in the bug behavior

   If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave 
   a short comment that includes your version of LibreOffice and Operating
System

Please DO NOT

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


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

http://downloadarchive.documentfoundation.org/libreoffice/old/

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


Feel free to come ask questions or to say hello in our QA chat:
http://webchat.freenode.net/?channels=libreoffice-qa

Thank you for your help!

-- The LibreOffice QA Team This NEW Message was generated on: 2016-02-21

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


[Libreoffice-bugs] [Bug 90571] Writer: UI: searching in Special Characters by various ways; scrolling; and dialog's/command's name

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

Yousuf (Jay) Philips  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #13 from Yousuf (Jay) Philips  ---
Yes the 5.1 release now adds ascii and hexadecimal searching in the dialog. I'm
closing this as a duplicate of the main bug that is pursuing the fixes
mentioned in the blog post.

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

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


[Libreoffice-bugs] [Bug 97396] Impress 5.1.0.2 crashes when running presentations created with earlier versions

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

tommy27  changed:

   What|Removed |Added

Summary|Impress of LibreOffice  |Impress 5.1.0.2 crashes
   |5.1.0.2 crashes when|when running presentations
   |running presentations   |created with earlier
   |created with earlier|versions
   |versions|

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


[Libreoffice-bugs] [Bug 79928] FORMATTING: Pasted text doesn't preserve it's formatting

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

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

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

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

If you have time, please do the following:

   Test to see if the bug is still present on a currently supported version of
LibreOffice 
   (5.0.5 or 5.1.0)  https://www.libreoffice.org/download/

   If the bug is present, please leave a comment that includes the version of
LibreOffice and 
   your operating system, and any changes you see in the bug behavior

   If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave 
   a short comment that includes your version of LibreOffice and Operating
System

Please DO NOT

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


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

http://downloadarchive.documentfoundation.org/libreoffice/old/

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


Feel free to come ask questions or to say hello in our QA chat:
http://webchat.freenode.net/?channels=libreoffice-qa

Thank you for your help!

-- The LibreOffice QA Team This NEW Message was generated on: 2016-02-21

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


  1   2   3   4   5   6   7   >