[Libreoffice-bugs] [Bug 94354] formatting

2015-09-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94354

--- Comment #2 from cathy gilland  ---
Created attachment 118889
  --> https://bugs.documentfoundation.org/attachment.cgi?id=118889=edit
menu paragraph

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


[Libreoffice-bugs] [Bug 94354] formatting

2015-09-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94354

--- Comment #3 from cathy gilland  ---
steps to reproduce the bug are very simple : again sorry for my english, and
LibO is in french here (so I'm not sure how to translate menu items, screen
capture in attachment)

1)type a text
2)highlight a paragraph
3)right-click : menu "paragraph..." : writter freezes forever (I have waited
more than 10 minutes)
I tried several times, same each time.

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


[Libreoffice-bugs] [Bug 94392] SLIDESHOW: Scrolling in Slides causes crash

2015-09-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94392

raal  changed:

   What|Removed |Added

 CC||r...@post.cz

--- Comment #1 from raal  ---
No crash with LO : 5.0.1.2, win7

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


[Libreoffice-commits] core.git: dbaccess/source desktop/source extensions/source framework/inc framework/source include/dbaccess include/sfx2 include/toolkit include/vcl reportdesign/source sc/source

2015-09-21 Thread Noel Grandin
 dbaccess/source/ui/misc/ToolBoxHelper.cxx |8 -
 desktop/source/splash/splash.cxx  |9 -
 extensions/source/bibliography/toolbar.cxx|4 
 extensions/source/bibliography/toolbar.hxx|2 
 extensions/source/update/ui/updatecheckui.cxx |   11 +-
 framework/inc/services/layoutmanager.hxx  |2 
 framework/source/layoutmanager/layoutmanager.cxx  |   23 +---
 include/dbaccess/ToolBoxHelper.hxx|4 
 include/sfx2/sidebar/FocusManager.hxx |2 
 include/toolkit/awt/vclxaccessiblecomponent.hxx   |2 
 include/vcl/svapp.hxx |4 
 include/vcl/tabctrl.hxx   |2 
 include/vcl/window.hxx|4 
 reportdesign/source/ui/inc/ReportControllerObserver.hxx   |2 
 reportdesign/source/ui/report/ReportControllerObserver.cxx|   11 --
 sc/source/ui/Accessibility/AccessibleDocument.cxx |   36 
+++
 sc/source/ui/inc/AccessibleDocument.hxx   |2 
 sd/inc/sdmod.hxx  |2 
 sd/source/ui/accessibility/AccessibleDocumentViewBase.cxx |   23 +---
 sd/source/ui/app/sdmod1.cxx   |7 -
 sd/source/ui/inc/AccessibleDocumentViewBase.hxx   |4 
 sd/source/ui/inc/OutlineView.hxx  |2 
 sd/source/ui/slideshow/slideshowimpl.cxx  |   10 --
 sd/source/ui/slideshow/slideshowimpl.hxx  |2 
 sd/source/ui/slidesorter/controller/SlideSorterController.cxx |6 -
 sd/source/ui/slidesorter/inc/controller/SlideSorterController.hxx |2 
 sd/source/ui/view/outlview.cxx|3 
 sfx2/source/sidebar/FocusManager.cxx  |   21 +---
 sfx2/source/toolbox/imgmgr.cxx|   40 
+++-
 svtools/source/config/colorcfg.cxx|   15 +--
 svtools/source/config/extcolorcfg.cxx |   15 +--
 svx/source/sidebar/insert/InsertPropertyPanel.cxx |   33 ++
 svx/source/sidebar/insert/InsertPropertyPanel.hxx |2 
 sw/inc/view.hxx   |2 
 sw/source/core/access/accdoc.cxx  |   50 
--
 sw/source/core/access/accdoc.hxx  |2 
 sw/source/uibase/uiview/viewmdi.cxx   |   41 
+++-
 toolkit/source/awt/vclxaccessiblecomponent.cxx|   12 +-
 toolkit/source/awt/vclxtoolkit.cxx|   27 ++---
 vcl/inc/osx/a11yfocustracker.hxx  |2 
 vcl/inc/vcleventlisteners.hxx |8 -
 vcl/inc/window.h  |2 
 vcl/osx/a11yfocustracker.cxx  |   24 ++--
 vcl/source/app/svapp.cxx  |8 -
 vcl/source/app/vclevent.cxx   |   24 ++--
 vcl/source/control/tabctrl.cxx|   10 --
 vcl/source/window/event.cxx   |   29 -
 vcl/unx/gtk/a11y/atkutil.cxx  |   24 ++--
 48 files changed, 254 insertions(+), 326 deletions(-)

New commits:
commit 1e67e94f1a308ca60d4934e9fe9d5c048225ebe8
Author: Noel Grandin 
Date:   Mon Sep 21 08:03:25 2015 +0200

convert Link<> to typed

Change-Id: If3e2b00092440ebd42ae5b73ae2b0e44c3702683

diff --git a/dbaccess/source/ui/misc/ToolBoxHelper.cxx 
b/dbaccess/source/ui/misc/ToolBoxHelper.cxx
index facfa72..a7baf7c 100644
--- a/dbaccess/source/ui/misc/ToolBoxHelper.cxx
+++ b/dbaccess/source/ui/misc/ToolBoxHelper.cxx
@@ -74,19 +74,17 @@ namespace dbaui
 m_pToolBox->SetOutStyle(aOptions.GetToolboxStyle());
 }
 }
-IMPL_LINK(OToolBoxHelper, SettingsChanged, VclWindowEvent*, _pEvt)
+IMPL_LINK_TYPED(OToolBoxHelper, SettingsChanged, VclSimpleEvent&, _rEvt, 
void)
 {
-if ( m_pToolBox && _pEvt && _pEvt->GetId() == 
VCLEVENT_APPLICATION_DATACHANGED )
+if ( m_pToolBox && _rEvt.GetId() == VCLEVENT_APPLICATION_DATACHANGED )
 {
-DataChangedEvent* pData = 
static_cast(_pEvt->GetData());
+DataChangedEvent* pData = 
static_cast(static_cast(_rEvt).GetData());
 if ( pData && ((( pData->GetType() == 
DataChangedEventType::SETTINGS  )   ||
 ( 

[Libreoffice-bugs] [Bug 94393] if I open an MS Excel XLSX file in Calc, dropdowns in cells do not show

2015-09-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94393

raal  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||r...@post.cz
Version|unspecified |4.4.3.2 release
 Ever confirmed|0   |1
   Severity|enhancement |normal

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

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

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


[Libreoffice-commits] core.git: Branch 'aoo/trunk' - tools/GoogleTest_tools_fractiontest.mk

2015-09-21 Thread Damjan Jovanovic
 tools/GoogleTest_tools_fractiontest.mk |1 -
 1 file changed, 1 deletion(-)

New commits:
commit 73f626dc527a97e4c96d6eeb509bff55e24400c8
Author: Damjan Jovanovic 
Date:   Mon Sep 21 04:39:46 2015 +

Fix a build breaking regression in main/test caused by a bad test 
dependency on sfx.

diff --git a/tools/GoogleTest_tools_fractiontest.mk 
b/tools/GoogleTest_tools_fractiontest.mk
index f5eefef..f18a7f7 100644
--- a/tools/GoogleTest_tools_fractiontest.mk
+++ b/tools/GoogleTest_tools_fractiontest.mk
@@ -29,7 +29,6 @@ $(eval $(call 
gb_GoogleTest_add_exception_objects,tools_fractiontest, \
 $(eval $(call gb_GoogleTest_add_linked_libs,tools_fractiontest, \
 tl \
 sal \
-sfx \
 stl \
 $(gb_STDLIBS) \
 ))
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 94161] problème texte conditionnel

2015-09-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94161

raal  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #2 from raal  ---
Info from reporter:
This is a conditional text in a database field.

database = Reserve civile
table = Candidatures
field = Civilité

Before the previous version, in condition I was writing civility == "M".

In the new version 4.4.5.2. I have to write [Reserve
civile.Candidatures.Civilité] == "M".

Why ? It's a bug or correction of bug ?

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


[Libreoffice-bugs] [Bug 94395] New: line spacing change in paragraph style not displayed in Organizer

2015-09-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94395

Bug ID: 94395
   Summary: line spacing change in paragraph style not displayed
in Organizer
   Product: LibreOffice
   Version: 4.4.5.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ulrich.wi...@rz.uni-regensburg.de

Paragraph style "Text body" (Body text) features a 120% line spacing as
compared to parapgraph style "Standard" (where it's based on). However
"Oragnizer" does not display that change for "Text Body".
It seems a _lot_ of formatting stuff is broken recently in LibreOffice!

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


[Libreoffice-bugs] [Bug 94396] New: Mark a lot of content

2015-09-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94396

Bug ID: 94396
   Summary: Mark a lot of content
   Product: LibreOffice
   Version: unspecified
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: t.spie...@gmx.at

I have installed LibreOffice on my PC to do my office work. My pc works with
the Linux ubuntu Version 14.0.

When I mark down a lot of content on a table my pc crashed down. Linux neither
recover nor I get out of the application. Content can't be recovered.

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


[Libreoffice-bugs] [Bug 94395] line spacing change in paragraph style not displayed in Organizer

2015-09-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94395

steve -_-  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #1 from steve -_-  ---
Hi Ulrich,

which OS are you on? Also could you attach a test document to reproduce this
with? What is Organizer? If you could post mroe detailed repro steps, I'm sure
this bug will be fixed faster.

Did you try LO 5.x and see if the problem persists using that version?

For now setting to NEEDINFO. After providing additional info please set the bug
back to UNCONFIRMED. Thanks

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


[Libreoffice-bugs] [Bug 94211] CMYK color support

2015-09-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94211

Beluga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||todven...@suomi24.fi
 Resolution|--- |DUPLICATE

--- Comment #2 from Beluga  ---
I think this can be closed as dupe of bug 72146

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

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


[Libreoffice-bugs] [Bug 72146] CMYK conversion incorrect? RGB does not match. Missing color profile?

2015-09-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=72146

Beluga  changed:

   What|Removed |Added

 CC||frederic@juliana-multimedia
   ||.com

--- Comment #10 from Beluga  ---
*** Bug 94211 has been marked as a duplicate of this bug. ***

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


[Libreoffice-bugs] [Bug 94003] Calc AutoInput should offer multiple completion options in a dropdown list instead of forcing a random one

2015-09-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94003

GerardF  changed:

   What|Removed |Added

 CC||gerard.farg...@orange.fr

--- Comment #14 from GerardF  ---
(In reply to gmarco from comment #12)

> If, in contrast with the instructions, Calc uses targets from other columns,

No, Calc don't use other columns for autoinput.
"CDe" corrected to "Cde" have nothing to do with autocomplete proposal but with
Autocorrect options :
Tolls > AutoCorrect options, Options tab → "Correct Two Initial Capitals"

> Multiple options selectable would certainly be the most refined.
Multiple autocomplete proposals are already there (using Ctrl+Tab to cycle
trought multiple proposals. Or better Alt+ ↓ keys open a dropdown list with all
proposals.

The only thing is that autoinput is not case sensitive.

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


[Libreoffice-bugs] [Bug 94314] impossible to paste svg images

2015-09-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94314

--- Comment #4 from Frederic Parrenin  ---
In paste special, I have the following options:
- unformatted text
- bitmap
- HTML

If I unzip the file, I find the picture in .png format.

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


[Libreoffice-bugs] [Bug 94103] Start or end points moved in PDF conversion of OTF fonts drawn with Inkscape

2015-09-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94103

--- Comment #8 from Beluga  ---
I asked on the IRC dev channel and it was suggested that you tweak the start
point by half a unit and see what happens.

A rounding error in LibO code somewhere is suspected.

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


[Libreoffice-bugs] [Bug 94355] can't open report java.lang.IncompatibleClassChangeError

2015-09-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94355

Julien Nabet  changed:

   What|Removed |Added

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

--- Comment #13 from Julien Nabet  ---
(In reply to Alex Thurgood from comment #12)
> Hi Julien,
> 
> There are no charts in the reports, just a continuous list of results in
> columnar format grouped by name.

Ok, so it's not a dup. I put it at New since I can't open reports too.

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


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

2015-09-21 Thread Noel Grandin
 sc/inc/document.hxx|   10 +-
 sc/inc/global.hxx  |9 -
 sc/inc/table.hxx   |   20 ++--
 sc/source/core/data/documen3.cxx   |8 
 sc/source/core/data/table1.cxx |4 ++--
 sc/source/core/tool/interpr1.cxx   |2 +-
 sc/source/filter/excel/xelink.cxx  |2 +-
 sc/source/filter/xml/XMLTableSourceContext.cxx |6 +++---
 sc/source/ui/docshell/tablink.cxx  |   12 ++--
 sc/source/ui/inc/undotab.hxx   |2 +-
 sc/source/ui/undo/undotab.cxx  |8 
 sc/source/ui/unoobj/cellsuno.cxx   |   14 +++---
 sc/source/ui/view/viewfun2.cxx |2 +-
 13 files changed, 49 insertions(+), 50 deletions(-)

New commits:
commit bd6f61ad7afcd51f7cb23c14558fdccbda1803a1
Author: Noel Grandin 
Date:   Sun Sep 20 15:52:48 2015 +0200

convert SC_LINK constants to scoped enum

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

diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx
index afa2b7e..2f275a8 100644
--- a/sc/inc/document.hxx
+++ b/sc/inc/document.hxx
@@ -714,19 +714,19 @@ public:
 SC_DLLPUBLIC formula::FormulaGrammar::AddressConvention 
GetAddressConvention() const;
 SC_DLLPUBLIC formula::FormulaGrammar::Grammar GetGrammar() const { return 
eGrammar;}
 SC_DLLPUBLIC void SetGrammar( formula::FormulaGrammar::Grammar eGram );
-SC_DLLPUBLIC sal_uInt8  GetLinkMode( SCTAB nTab ) const;
-boolIsLinked( SCTAB nTab ) const;
+SC_DLLPUBLIC ScLinkMode GetLinkMode( SCTAB nTab ) const;
+bool IsLinked( SCTAB nTab ) const;
 SC_DLLPUBLIC const OUString  GetLinkDoc( SCTAB nTab ) const;
 const OUString   GetLinkFlt( SCTAB nTab ) const;
 const OUString   GetLinkOpt( SCTAB nTab ) const;
 SC_DLLPUBLIC const OUString  GetLinkTab( SCTAB nTab ) const;
 sal_uLong   GetLinkRefreshDelay( SCTAB nTab ) const;
-voidSetLink( SCTAB nTab, sal_uInt8 nMode, const OUString& rDoc,
+voidSetLink( SCTAB nTab, ScLinkMode nMode, const OUString& 
rDoc,
 const OUString& rFilter, const OUString& rOptions,
 const OUString& rTabName, sal_uLong nRefreshDelay 
);
 boolHasLink( const OUString& rDoc,
 const OUString& rFilter, const OUString& rOptions 
) const;
-SC_DLLPUBLIC bool   LinkExternalTab( SCTAB& nTab, const OUString& 
aDocTab,
+SC_DLLPUBLIC bool LinkExternalTab( SCTAB& nTab, const OUString& aDocTab,
 const OUString& aFileName,
 const OUString& aTabName );
 
@@ -734,7 +734,7 @@ public:
 SC_DLLPUBLIC ScExternalRefManager* GetExternalRefManager() const;
 boolIsInExternalReferenceMarking() const;
 voidMarkUsedExternalReferences();
-bool MarkUsedExternalReferences( ScTokenArray& rArr, const ScAddress& rPos 
);
+boolMarkUsedExternalReferences( ScTokenArray& rArr, const 
ScAddress& rPos );
 
 /** Returns the pool containing external formula parsers. Creates the pool
 on first call. */
diff --git a/sc/inc/global.hxx b/sc/inc/global.hxx
index 51a8d94..a030e38 100644
--- a/sc/inc/global.hxx
+++ b/sc/inc/global.hxx
@@ -234,11 +234,10 @@ const InsertDeleteFlags IDF_AUTOFILL   = IDF_ALL & 
~(IDF_NOTE | IDF_OBJECTS);
 #define SC_LAYER_CONTROLS   3
 #define SC_LAYER_HIDDEN 4
 
-//  link tables
-#define SC_LINK_NONE0
-#define SC_LINK_NORMAL  1
-#define SC_LINK_VALUE   2
-
+//  link tables
+enum class ScLinkMode {
+NONE, NORMAL, VALUE
+};
 //  input
 #define SC_ENTER_NORMAL 0
 #define SC_ENTER_BLOCK  1
diff --git a/sc/inc/table.hxx b/sc/inc/table.hxx
index 8a12532..ed832f1 100644
--- a/sc/inc/table.hxx
+++ b/sc/inc/table.hxx
@@ -125,15 +125,15 @@ private:
 OUString aCodeName;
 OUString aComment;
 
-OUString   aLinkDoc;
-OUString   aLinkFlt;
-OUString   aLinkOpt;
-OUString   aLinkTab;
-sal_uLong   nLinkRefreshDelay;
-sal_uInt8   nLinkMode;
+OUStringaLinkDoc;
+OUStringaLinkFlt;
+OUStringaLinkOpt;
+OUStringaLinkTab;
+sal_uLong   nLinkRefreshDelay;
+ScLinkMode  nLinkMode;
 
 // page style template
-OUString   aPageStyle;
+OUStringaPageStyle;
 SizeaPageSizeTwips; // size of the print-page
 SCCOL   nRepeatStartX;  // repeating 

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

2015-09-21 Thread Noel Grandin
 sc/inc/global.hxx  |6 ++---
 sc/inc/scmod.hxx   |   44 -
 sc/source/ui/app/inputhdl.cxx  |   14 ++---
 sc/source/ui/app/scmod.cxx |4 +--
 sc/source/ui/inc/inputhdl.hxx  |2 -
 sc/source/ui/view/tabvwsh4.cxx |8 +++
 6 files changed, 39 insertions(+), 39 deletions(-)

New commits:
commit 588e1f97577b53a0131fa24c3cdfdf158b27efa7
Author: Noel Grandin 
Date:   Sun Sep 20 16:27:05 2015 +0200

convert SC_ENTER constants to scoped enum

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

diff --git a/sc/inc/global.hxx b/sc/inc/global.hxx
index a030e38..2af2c8d6 100644
--- a/sc/inc/global.hxx
+++ b/sc/inc/global.hxx
@@ -239,9 +239,9 @@ enum class ScLinkMode {
 NONE, NORMAL, VALUE
 };
 //  input
-#define SC_ENTER_NORMAL 0
-#define SC_ENTER_BLOCK  1
-#define SC_ENTER_MATRIX 2
+enum class ScEnterMode {
+NORMAL, BLOCK, MATRIX
+};
 
 //  step = 10pt, max. indention = 100 
steps
 #define SC_INDENT_STEP  200
diff --git a/sc/inc/scmod.hxx b/sc/inc/scmod.hxx
index 482a6e6..3d70b9f 100644
--- a/sc/inc/scmod.hxx
+++ b/sc/inc/scmod.hxx
@@ -104,7 +104,7 @@ class ScModule: public SfxModule, public SfxListener, 
utl::ConfigurationListener
 SvtUserOptions* pUserOptions;
 SfxErrorHandler*pErrorHdl;
 ScFormEditData* pFormEditData;
-sal_uInt16  nCurRefDlgId;
+sal_uInt16  nCurRefDlgId;
 boolbIsWaterCan:1;
 boolbIsInEditCommand:1;
 boolbIsInExecuteDrop:1;
@@ -120,8 +120,8 @@ private:
 static void InitInterface_Impl();
 
 public:
-ScModule( SfxObjectFactory* pFact );
-virtual ~ScModule();
+ScModule( SfxObjectFactory* pFact );
+virtual~ScModule();
 
 virtual voidNotify( SfxBroadcaster& rBC, const SfxHint& rHint ) 
SAL_OVERRIDE;
 virtual voidConfigurationChanged( utl::ConfigurationBroadcaster*, 
sal_uInt32 ) SAL_OVERRIDE;
@@ -168,28 +168,28 @@ public:
 
 // Options:
 const ScViewOptions&GetViewOptions  ();
-SC_DLLPUBLICconst ScDocOptions& GetDocOptions   ();
-SC_DLLPUBLICconst ScAppOptions& GetAppOptions   ();
-SC_DLLPUBLICconst ScDefaultsOptions&   GetDefaultsOptions ();
-SC_DLLPUBLIC const ScFormulaOptions&   GetFormulaOptions ();
-SC_DLLPUBLIC const ScInputOptions& GetInputOptions ();
-SC_DLLPUBLICconst ScPrintOptions&   GetPrintOptions ();
-voidSetViewOptions  ( const ScViewOptions& rOpt );
-SC_DLLPUBLICvoidSetDocOptions   ( const ScDocOptions& 
rOpt );
-SC_DLLPUBLICvoidSetAppOptions   ( const ScAppOptions& 
rOpt );
-voidSetDefaultsOptions ( const ScDefaultsOptions& rOpt 
);
-SC_DLLPUBLIC voidSetFormulaOptions ( const 
ScFormulaOptions& rOpt );
+SC_DLLPUBLIC const ScDocOptions&GetDocOptions   ();
+SC_DLLPUBLIC const ScAppOptions&GetAppOptions   ();
+SC_DLLPUBLIC const ScDefaultsOptions&   GetDefaultsOptions ();
+SC_DLLPUBLIC const ScFormulaOptions&GetFormulaOptions ();
+SC_DLLPUBLIC const ScInputOptions&  GetInputOptions ();
+SC_DLLPUBLIC const ScPrintOptions&  GetPrintOptions ();
+voidSetViewOptions  ( const ScViewOptions& rOpt );
+SC_DLLPUBLIC void   SetDocOptions   ( const ScDocOptions& rOpt );
+SC_DLLPUBLIC void   SetAppOptions   ( const ScAppOptions& rOpt );
+voidSetDefaultsOptions ( const ScDefaultsOptions& rOpt );
+SC_DLLPUBLIC void   SetFormulaOptions ( const ScFormulaOptions& rOpt );
 SC_DLLPUBLIC void   SetInputOptions ( const ScInputOptions& rOpt );
-voidSetPrintOptions ( const ScPrintOptions& rOpt );
-voidInsertEntryToLRUList(sal_uInt16 nFIndex);
+voidSetPrintOptions ( const ScPrintOptions& rOpt );
+voidInsertEntryToLRUList(sal_uInt16 nFIndex);
 static void RecentFunctionsChanged();
 
 static void GetSpellSettings( sal_uInt16& rDefLang, sal_uInt16& 
rCjkLang, sal_uInt16& rCtlLang,
-bool& rAutoSpell );
+  bool& rAutoSpell );
 static void SetAutoSpellProperty( bool bSet );
 static bool HasThesaurusLanguage( sal_uInt16 nLang );
 
-sal_uInt16  GetOptDigitLanguage();  // from CTL options
+sal_uInt16   GetOptDigitLanguage();  // from CTL options
 
 ScNavipiCfg&GetNavipiCfg();
 ScAddInCfg& 

[Libreoffice-bugs] [Bug 94392] SLIDESHOW: Scrolling in Slides causes crash (linux only)

2015-09-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94392

steve -_-  changed:

   What|Removed |Added

Summary|SLIDESHOW: Scrolling in |SLIDESHOW: Scrolling in
   |Slides causes crash |Slides causes crash (linux
   ||only)

--- Comment #2 from steve -_-  ---
OSX 10.10.5
LO Version: 5.1.0.0.alpha1+
Build ID: 5aa58e499a1fbd4e54692233d1b7f8c6237ad8e2
TinderBox: MacOSX-x86_64@49-TDF, Branch:master, Time: 2015-09-09_03:16:30
Locale: de-DE (de.UTF-8)

no repro

→ Linux only

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


[Libreoffice-bugs] [Bug 94368] DOCX has extra indent for numbering

2015-09-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94368

steve -_-  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #7 from steve -_-  ---
OSX 10.10.5
LO Version: 5.1.0.0.alpha1+
Build ID: 5aa58e499a1fbd4e54692233d1b7f8c6237ad8e2
TinderBox: MacOSX-x86_64@49-TDF, Branch:master, Time: 2015-09-09_03:16:30
Locale: de-DE (de.UTF-8)

Confirmed → NEW

saving doc file as docx causes indent to rise +1 it seems.

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


[Libreoffice-bugs] [Bug 94395] line spacing change in paragraph style not displayed in Organizer

2015-09-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94395

Ulrich Windl  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 CC||ulrich.wi...@rz.uni-regensb
   ||urg.de
 Ever confirmed|1   |0

--- Comment #2 from Ulrich Windl  ---
(In reply to  comment #1)
OS is Windows 7 64-bit, but I think it does not matter.
I don't htink a test document is needed, it's no obvious:
Just press the right mouse button of "text body" paragraph style in stylist,
select "Modify", and see the tab "Organizer" (for English; in German it's
"Verwalten"). Read the text below "Contains". Then switch to tab "Indents &
Spacing" and see the line spacing.

(I guessed everybody knows the basic handling for paragraph styles so I was
terse)

And no, I don't really want to try the next version of LibreOffice (v5); I'm
getting tired of trying "next versions" that have more bugs than the previous
versions. I'd like to see one version that does not have more bugs than the
previous version.

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


[Libreoffice-bugs] [Bug 94136] EDITING copy from inkscape pastes as raster image

2015-09-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94136

Beluga  changed:

   What|Removed |Added

 CC||parrenin@gmail.com

--- Comment #7 from Beluga  ---
*** Bug 94314 has been marked as a duplicate of this bug. ***

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


[Libreoffice-bugs] [Bug 94314] impossible to paste svg images

2015-09-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94314

Beluga  changed:

   What|Removed |Added

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

--- Comment #5 from Beluga  ---
I'll actually close this as dupe of another bug I investigated.

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

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


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

2015-09-21 Thread Caolán McNamara
 slideshow/inc/pch/precompiled_slideshow.hxx   |1 -
 slideshow/source/engine/effectrewinder.hxx|3 +--
 slideshow/source/engine/shapes/shapeimporter.cxx  |4 ++--
 slideshow/source/engine/shapes/viewmediashape.hxx |1 -
 slideshow/source/engine/sp_debug.cxx  |1 -
 slideshow/source/inc/eventmultiplexer.hxx |4 ++--
 slideshow/source/inc/screenupdater.hxx|4 ++--
 7 files changed, 7 insertions(+), 11 deletions(-)

New commits:
commit 64144c28fef385625b0edc95e1aceed82e028d40
Author: Caolán McNamara 
Date:   Fri Sep 18 16:55:15 2015 +0100

boost->std

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

diff --git a/slideshow/inc/pch/precompiled_slideshow.hxx 
b/slideshow/inc/pch/precompiled_slideshow.hxx
index e007ffb..07318fb 100644
--- a/slideshow/inc/pch/precompiled_slideshow.hxx
+++ b/slideshow/inc/pch/precompiled_slideshow.hxx
@@ -44,7 +44,6 @@
 #include 
 #include 
 #include 
-#include 
 #include 
 #include 
 #include 
diff --git a/slideshow/source/engine/effectrewinder.hxx 
b/slideshow/source/engine/effectrewinder.hxx
index 7132376..97975d5 100644
--- a/slideshow/source/engine/effectrewinder.hxx
+++ b/slideshow/source/engine/effectrewinder.hxx
@@ -28,9 +28,8 @@
 
 #include 
 
-#include 
-
 #include 
+#include 
 #include 
 
 namespace slideshow { namespace internal {
diff --git a/slideshow/source/engine/shapes/shapeimporter.cxx 
b/slideshow/source/engine/shapes/shapeimporter.cxx
index e3c70ff..c92e27a 100644
--- a/slideshow/source/engine/shapes/shapeimporter.cxx
+++ b/slideshow/source/engine/shapes/shapeimporter.cxx
@@ -52,7 +52,7 @@
 #include "slideshowcontext.hxx"
 
 #include 
-#include 
+#include 
 
 using namespace com::sun::star;
 
@@ -116,7 +116,7 @@ bool importShapeGraphic(
 // no special string found, graphic must be
 // external. Load via GraphicIm porter
 INetURLObject aTmp( aURL );
-boost::scoped_ptr pGraphicStream(
+std::unique_ptr pGraphicStream(
 utl::UcbStreamHelper::CreateStream(
 aTmp.GetMainURL( INetURLObject::NO_DECODE ),
 StreamMode::READ ) );
diff --git a/slideshow/source/engine/shapes/viewmediashape.hxx 
b/slideshow/source/engine/shapes/viewmediashape.hxx
index 7b73930..dc6d284 100644
--- a/slideshow/source/engine/shapes/viewmediashape.hxx
+++ b/slideshow/source/engine/shapes/viewmediashape.hxx
@@ -25,7 +25,6 @@
 
 #include 
 #include 
-#include 
 #include 
 
 #include "viewlayer.hxx"
diff --git a/slideshow/source/engine/sp_debug.cxx 
b/slideshow/source/engine/sp_debug.cxx
index 2efb80e..0a68607 100644
--- a/slideshow/source/engine/sp_debug.cxx
+++ b/slideshow/source/engine/sp_debug.cxx
@@ -32,7 +32,6 @@
 #if defined(BOOST_SP_ENABLE_DEBUG_HOOKS)
 
 #include 
-#include 
 #include 
 #include 
 #include 
diff --git a/slideshow/source/inc/eventmultiplexer.hxx 
b/slideshow/source/inc/eventmultiplexer.hxx
index 1dde126..cd70cd9 100644
--- a/slideshow/source/inc/eventmultiplexer.hxx
+++ b/slideshow/source/inc/eventmultiplexer.hxx
@@ -27,7 +27,7 @@
 #include "vieweventhandler.hxx"
 
 #include 
-#include 
+#include 
 #include 
 #include 
 #include 
@@ -727,7 +727,7 @@ public:
 bool notifyHyperlinkClicked( OUString const& hyperLink );
 
 private:
-boost::scoped_ptr mpImpl;
+std::unique_ptr mpImpl;
 };
 
 } // namespace internal
diff --git a/slideshow/source/inc/screenupdater.hxx 
b/slideshow/source/inc/screenupdater.hxx
index ade4096..2fbf426 100644
--- a/slideshow/source/inc/screenupdater.hxx
+++ b/slideshow/source/inc/screenupdater.hxx
@@ -23,7 +23,7 @@
 #include "viewupdate.hxx"
 #include "unoviewcontainer.hxx"
 #include 
-#include 
+#include 
 
 /* Definition of ScreenUpdater class */
 
@@ -128,7 +128,7 @@ namespace slideshow
 
 private:
 struct ImplScreenUpdater;
-boost::scoped_ptr mpImpl;
+std::unique_ptr mpImpl;
 
 };
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2015-09-21 Thread Noel Grandin
 sc/inc/hints.hxx|   12 +---
 sc/source/core/tool/hints.cxx   |8 
 sc/source/ui/unoobj/linkuno.cxx |6 +++---
 3 files changed, 12 insertions(+), 14 deletions(-)

New commits:
commit 921686a827e663199c040f376249de727613751f
Author: Noel Grandin 
Date:   Sun Sep 20 21:21:54 2015 +0200

convert SC_LINKREFTYPE to scoped enum

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

diff --git a/sc/inc/hints.hxx b/sc/inc/hints.hxx
index cedbb00..f219973 100644
--- a/sc/inc/hints.hxx
+++ b/sc/inc/hints.hxx
@@ -81,15 +81,13 @@ public:
 };
 
 //! move ScLinkRefreshedHint to a different file?
-
-#define SC_LINKREFTYPE_NONE 0
-#define SC_LINKREFTYPE_SHEET1
-#define SC_LINKREFTYPE_AREA 2
-#define SC_LINKREFTYPE_DDE  3
+enum class ScLinkRefType {
+NONE, SHEET, AREA, DDE
+};
 
 class ScLinkRefreshedHint : public SfxHint
 {
-sal_uInt16  nLinkType;  // SC_LINKREFTYPE_...
+ScLinkRefType nLinkType;
 OUStringaUrl;   // used for sheet links
 OUStringaDdeAppl;   // used for dde links:
 OUStringaDdeTopic;
@@ -106,7 +104,7 @@ public:
 voidSetDdeLink( const OUString& rA, const OUString& rT, const 
OUString& rI, sal_uInt8 nM );
 voidSetAreaLink( const ScAddress& rPos );
 
-sal_uInt16  GetLinkType() const { return nLinkType; }
+ScLinkRefType   GetLinkType() const { return nLinkType; }
 const OUString& GetUrl() const  { return aUrl; }
 const OUString& GetDdeAppl() const  { return aDdeAppl; }
 const OUString& GetDdeTopic() const { return aDdeTopic; }
diff --git a/sc/source/core/tool/hints.cxx b/sc/source/core/tool/hints.cxx
index 3d7a69b..3cbd133 100644
--- a/sc/source/core/tool/hints.cxx
+++ b/sc/source/core/tool/hints.cxx
@@ -57,7 +57,7 @@ ScPointerChangedHint::~ScPointerChangedHint()
 //  ScLinkRefreshedHint - a link has been refreshed
 
 ScLinkRefreshedHint::ScLinkRefreshedHint() :
-nLinkType( SC_LINKREFTYPE_NONE ),
+nLinkType( ScLinkRefType::NONE ),
 nDdeMode( 0 )
 {
 }
@@ -68,14 +68,14 @@ ScLinkRefreshedHint::~ScLinkRefreshedHint()
 
 void ScLinkRefreshedHint::SetSheetLink( const OUString& rSourceUrl )
 {
-nLinkType = SC_LINKREFTYPE_SHEET;
+nLinkType = ScLinkRefType::SHEET;
 aUrl = rSourceUrl;
 }
 
 void ScLinkRefreshedHint::SetDdeLink(
 const OUString& rA, const OUString& rT, const OUString& rI, 
sal_uInt8 nM )
 {
-nLinkType = SC_LINKREFTYPE_DDE;
+nLinkType = ScLinkRefType::DDE;
 aDdeAppl  = rA;
 aDdeTopic = rT;
 aDdeItem  = rI;
@@ -84,7 +84,7 @@ void ScLinkRefreshedHint::SetDdeLink(
 
 void ScLinkRefreshedHint::SetAreaLink( const ScAddress& rPos )
 {
-nLinkType = SC_LINKREFTYPE_AREA;
+nLinkType = ScLinkRefType::AREA;
 aDestPos = rPos;
 }
 
diff --git a/sc/source/ui/unoobj/linkuno.cxx b/sc/source/ui/unoobj/linkuno.cxx
index 693c7d9..eb2b8b9 100644
--- a/sc/source/ui/unoobj/linkuno.cxx
+++ b/sc/source/ui/unoobj/linkuno.cxx
@@ -102,7 +102,7 @@ void ScSheetLinkObj::Notify( SfxBroadcaster&, const 
SfxHint& rHint )
 else if ( dynamic_cast() )
 {
 const ScLinkRefreshedHint& rLH = static_cast(rHint);
-if ( rLH.GetLinkType() == SC_LINKREFTYPE_SHEET && rLH.GetUrl() == 
aFileName )
+if ( rLH.GetLinkType() == ScLinkRefType::SHEET && rLH.GetUrl() == 
aFileName )
 Refreshed_Impl();
 }
 }
@@ -628,7 +628,7 @@ void ScAreaLinkObj::Notify( SfxBroadcaster&, const SfxHint& 
rHint )
 else if ( dynamic_cast() )
 {
 const ScLinkRefreshedHint& rLH = static_cast(rHint);
-if ( rLH.GetLinkType() == SC_LINKREFTYPE_AREA )
+if ( rLH.GetLinkType() == ScLinkRefType::AREA )
 {
 //  get this link to compare dest position
 ScAreaLink* pLink = lcl_GetAreaLink(pDocShell, nPos);
@@ -1074,7 +1074,7 @@ void ScDDELinkObj::Notify( SfxBroadcaster&, const 
SfxHint& rHint )
 else if ( dynamic_cast() )
 {
 const ScLinkRefreshedHint& rLH = static_cast(rHint);
-if ( rLH.GetLinkType() == SC_LINKREFTYPE_DDE &&
+if ( rLH.GetLinkType() == ScLinkRefType::DDE &&
  rLH.GetDdeAppl()  == aAppl &&
  rLH.GetDdeTopic() == aTopic &&
  rLH.GetDdeItem()  == aItem )   //! mode is ignored
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 94396] Mark a lot of content

2015-09-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94396

steve -_-  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #1 from steve -_-  ---
Hi there, thanks for the report. Can you please provide a test document so this
can be tested against and subsequently be confirmed. If your document contains
sensitive data, please clear that or replace it with random information.

A step-by-step description of how to reproduce the issue is most helpful and
will help to speed up the processing of this problem a lot.

Which exact Ubuntu are you using? 14.04? Which exact version of LO?

Could you please try resetting your user profile to make sure the issue is not
related to that:
https://wiki.documentfoundation.org/UserProfile#Resetting_the_user_profile

Setting to NEEDINFO until more detail is provided.

After providing the requested info, please reset this bug to UNCONFIRMED
(should it be persisting) or WORKSFORME (should it be solved with a newer LO
version).

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


[Libreoffice-bugs] [Bug 94068] After Admin install missing MSCVR120.DLL

2015-09-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94068

Beluga  changed:

   What|Removed |Added

 CC||d.ostrov...@gmx.de,
   ||todven...@suomi24.fi

--- Comment #5 from Beluga  ---
CC'ing David O.

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


[Libreoffice-bugs] [Bug 93686] Post codes not recognized and highlighted as spelling errors

2015-09-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93686

Beluga  changed:

   What|Removed |Added

   Priority|medium  |low
 Status|UNCONFIRMED |NEW
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1
 Whiteboard||needsDevEval
   Severity|normal  |enhancement

--- Comment #3 from Beluga  ---
Confirmed from dev IRC that this can be accepted as an improvement request, but
low priority.

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


[Libreoffice-bugs] [Bug 72146] CMYK conversion incorrect? RGB does not match. Missing color profile?

2015-09-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=72146

Beluga  changed:

   What|Removed |Added

 Status|RESOLVED|NEW
 CC||todven...@suomi24.fi
 Resolution|INVALID |---
   Severity|normal  |enhancement

--- Comment #9 from Beluga  ---
According to comment 6 this should have been set to NEW.

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


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

2015-09-21 Thread Noel Grandin
 vcl/inc/osx/a11yfocustracker.hxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit dd38f64014f81df215fca9fd69e5963e161c47e2
Author: Noel Grandin 
Date:   Mon Sep 21 09:29:14 2015 +0200

fix OSX build

after my Link<> changes

Change-Id: I418101e2bf2a29b13b7e9eadaedfe57776cf45ee

diff --git a/vcl/inc/osx/a11yfocustracker.hxx b/vcl/inc/osx/a11yfocustracker.hxx
index 3dc3926..0188cac 100644
--- a/vcl/inc/osx/a11yfocustracker.hxx
+++ b/vcl/inc/osx/a11yfocustracker.hxx
@@ -87,7 +87,7 @@ private:
 std::set m_aDocumentWindowList;
 
 // the link object needed for Application::addEventListener
-Link<> m_aWindowEventLink;
+Link m_aWindowEventLink;
 
 // the UNO XAccessibilityEventListener for Documents and other non VCL 
objects
 const ::com::sun::star::uno::Reference< DocumentFocusListener > 
m_xDocumentFocusListener;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 94355] can't open report java.lang.IncompatibleClassChangeError

2015-09-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94355

--- Comment #12 from Alex Thurgood  ---
Hi Julien,

There are no charts in the reports, just a continuous list of results in
columnar format grouped by name.

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


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

2015-09-21 Thread Samuel Mehrbrodt
 sw/source/core/doc/DocumentStylePoolManager.cxx |9 ++---
 sw/source/core/doc/docnum.cxx   |1 -
 2 files changed, 2 insertions(+), 8 deletions(-)

New commits:
commit 6afa5614463fbc952d5a983c813d587edbc82fac
Author: Samuel Mehrbrodt 
Date:   Mon Sep 21 08:46:01 2015 +0200

Cleanup: Remove superfluous comment

No need to mention that there has been a check for some state sometime.

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

diff --git a/sw/source/core/doc/DocumentStylePoolManager.cxx 
b/sw/source/core/doc/DocumentStylePoolManager.cxx
index 3fd845b..3a7567b 100644
--- a/sw/source/core/doc/DocumentStylePoolManager.cxx
+++ b/sw/source/core/doc/DocumentStylePoolManager.cxx
@@ -204,15 +204,10 @@ namespace
 pColl->SetFormatAttr( aLR );
 }
 
-// #i71764#
-// Check on document setting 
OUTLINE_LEVEL_YIELDS_OUTLINE_RULE no longer needed.
 // All paragraph styles, which are assigned to a level of 
the
 // outline style has to have the outline style set as its 
list style.
-{
-SwNumRuleItem aItem(pOutlineRule->GetName());
-
-pColl->SetFormatAttr(aItem);
-}
+SwNumRuleItem aItem(pOutlineRule->GetName());
+pColl->SetFormatAttr(aItem);
 }
 }
 pColl->SetNextTextFormatColl( 
*pDoc->getIDocumentStylePoolAccess().GetTextCollFromPool(
diff --git a/sw/source/core/doc/docnum.cxx b/sw/source/core/doc/docnum.cxx
index 787558f..ea9c695 100644
--- a/sw/source/core/doc/docnum.cxx
+++ b/sw/source/core/doc/docnum.cxx
@@ -158,7 +158,6 @@ void SwDoc::PropagateOutlineRule()
 // Check only the list style, which is set at the paragraph style
 const SwNumRuleItem & rCollRuleItem = pColl->GetNumRule( false );
 
-// Check on document setting OUTLINE_LEVEL_YIELDS_OUTLINE_RULE no 
longer needed.
 if ( rCollRuleItem.GetValue().isEmpty() )
 {
 SwNumRule * pMyOutlineRule = GetOutlineNumRule();
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 94068] After Admin install missing MSCVR120.DLL

2015-09-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94068

--- Comment #9 from DavidO  ---
(In reply to V Stuart Foote from comment #8)
> (In reply to V Stuart Foote from comment #7)
> 
> > WRITE_REGISTRY=1 and VCDIST=1...
> 
> Sorry, the msiexec.exe /i CLI switch was really
> 
> s/VCDIST=1/VC_REDIST=1/
> 
> but no joy.

Thanks, Stuart.

So just to make sure I understand it, we have different behaviour between LO
5.0.1 based on VS 2013 and LO 5.1 (my upload) based on VS 2015:

When installed with VC_REDIST=1 and no admin option, LO 5.0.1 (based on VS
2013) would install the runtime correctly into system folder, while LO 5.1
(based on VS 2015) would always install it to TARGETDIR:/System64 ?

Ca we compare the verbose log in both cases. What is different? We are using
exactly the same code to merge MSM CRT modules into the LO msi. So the only
difference would be in MSM CRT module itself. I've seen also this pending issue
in MS knowledge base: [1].

* [1]
https://connect.microsoft.com/VisualStudio/feedback/details/1746644/microsoft-vc140-crt-x64-msm-merge-module-installs-c-c-runtime-dlls-in-x32-folder

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


[Libreoffice-bugs] [Bug 50421] UI: "Check for Updates" menu leads to an unusable dialog (shows "%PERCENT%")

2015-09-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=50421

--- Comment #44 from John Franklin  ---
Template dialog also observed on Mac OS X 10.8.5, LibreOffice 5.0.1.2 (Build
ID: 81898c9f5c0d43f3473ba111d7b351050be20261)  Did not try to crash LO.

This was installed over a 4.x version.

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


[Libreoffice-commits] core.git: wizards/com

2015-09-21 Thread Julien Nabet
 wizards/com/sun/star/wizards/web/WWD_Startup.py |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 09c3e186e8b8562e3d502c5cbdef385753336b7f
Author: Julien Nabet 
Date:   Mon Sep 21 21:55:20 2015 +0200

tdf#94421: Web Wizard, option shift when loading saved session

Just use the right order
LOCAL_PUBLISHER first, ZIP_PUBLISHER second, FTP_PUBLISHER third and last 
one

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

diff --git a/wizards/com/sun/star/wizards/web/WWD_Startup.py 
b/wizards/com/sun/star/wizards/web/WWD_Startup.py
index 1bbc905..0138438 100644
--- a/wizards/com/sun/star/wizards/web/WWD_Startup.py
+++ b/wizards/com/sun/star/wizards/web/WWD_Startup.py
@@ -494,8 +494,8 @@ class WWD_Startup(WWD_General):
 self.mountList(session.cp_GeneralInfo, self.genAware)
 task.advance(True)
 self.mountDataAware(session.cp_Publishing.getElement(LOCAL_PUBLISHER), 
0)
-self.mountDataAware(session.cp_Publishing.getElement(FTP_PUBLISHER), 1)
-self.mountDataAware(session.cp_Publishing.getElement(ZIP_PUBLISHER), 2)
+self.mountDataAware(session.cp_Publishing.getElement(ZIP_PUBLISHER), 1)
+self.mountDataAware(session.cp_Publishing.getElement(FTP_PUBLISHER), 2)
 task.advance(True)
 self.sessionNameDA.setDataObject(session, True)
 self.chkSaveSettings.Model.State = 1
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 41063] Saving/Autosaving causes view to jump to cursor position

2015-09-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=41063

--- Comment #19 from Chris Halls  ---
Also reported in Debian:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=799428

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


[Libreoffice-bugs] [Bug 94225] Writer crashes on undo

2015-09-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94225

Yousuf (Jay) Philips  changed:

   What|Removed |Added

   Keywords||have-backtrace

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


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

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

Maxim Monastirsky  changed:

   What|Removed |Added

 Attachment #118518|0   |1
is obsolete||

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


[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - vcl/unx

2015-09-21 Thread Julien Nabet
 vcl/unx/generic/app/saldisp.cxx |   13 +
 1 file changed, 9 insertions(+), 4 deletions(-)

New commits:
commit cc7edea1be64c2050664b9a4b40192baa3d067ea
Author: Julien Nabet 
Date:   Fri Sep 18 22:48:55 2015 +0200

tdf#94275: core dump when XKeysymToString returns NULL

0  strlen () at ../sysdeps/x86_64/strlen.S:106
1  0x7fffdfd69083 in SalDisplay::GetKeyNameFromKeySym 
(this=this@entry=0x1121b30, nKeySym=)
at 
/build/libreoffice-Ke3JzN/libreoffice-5.0.1~rc2/vcl/unx/generic/app/saldisp.cxx:744
2  0x7fffdfd696f5 in SalDisplay::GetKeyName (this=0x1121b30, 
nKeyCode=nKeyCode@entry=9476) at 
/build/libreoffice-Ke3JzN/libreoffice-5.0.1~rc2/vcl/unx/generic/app/saldisp.cxx:798
3  0x7fffe17892a2 in GtkSalFrame::GetKeyName (this=, 
nKeyCode=) at 
/build/libreoffice-Ke3JzN/libreoffice-5.0.1~rc2/vcl/unx/gtk/window/gtksalframe.cxx:3005
4  0x76125bbc in vcl::KeyCode::GetName 
(this=this@entry=0x7fffbfb0, pWindow=, pWindow@entry=0x0)
   at 
/build/libreoffice-Ke3JzN/libreoffice-5.0.1~rc2/vcl/source/window/keycod.cxx:108

Thank you Alex Bennée for having noticed this.

Change-Id: I4fa89241c72144d5c76cd6175368c6878fc57a46
Reviewed-on: https://gerrit.libreoffice.org/18708
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 
(cherry picked from commit e7ff9ade29aff212b2e2728a15bbf5a11f5b8717)
Reviewed-on: https://gerrit.libreoffice.org/18744

diff --git a/vcl/unx/generic/app/saldisp.cxx b/vcl/unx/generic/app/saldisp.cxx
index 0810641..ff71bc6 100644
--- a/vcl/unx/generic/app/saldisp.cxx
+++ b/vcl/unx/generic/app/saldisp.cxx
@@ -741,11 +741,16 @@ OUString SalDisplay::GetKeyNameFromKeySym( KeySym nKeySym 
) const
 if( aRet.isEmpty() )
 {
 const char *pString = XKeysymToString( nKeySym );
-int n = strlen( pString );
-if( n > 2 && pString[n-2] == '_' )
-aRet = OUString( pString, n-2, RTL_TEXTENCODING_ISO_8859_1 
);
+if (pString)
+{
+int n = strlen( pString );
+if( n > 2 && pString[n-2] == '_' )
+aRet = OUString( pString, n-2, 
RTL_TEXTENCODING_ISO_8859_1 );
+else
+aRet = OUString( pString, n, 
RTL_TEXTENCODING_ISO_8859_1 );
+}
 else
-aRet = OUString( pString, n, RTL_TEXTENCODING_ISO_8859_1 );
+aRet = "???";
 }
 }
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 94334] error message when opening a docx with equations

2015-09-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94334

--- Comment #4 from Terrence Enger  ---
Created attachment 118899
  --> https://bugs.documentfoundation.org/attachment.cgi?id=118899=edit
typescript of opening the file on Linux

This typescript is from daily dbgutil bibisect version 2019-09-18.

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


[Libreoffice-bugs] [Bug 94352] Draw crashes when setting gradient for text box (not consistent)

2015-09-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94352

Beluga  changed:

   What|Removed |Added

 CC||todven...@suomi24.fi
Summary|Draw crash working with |Draw crashes when setting
   |radiant |gradient for text box (not
   ||consistent)

--- Comment #6 from Beluga  ---
(In reply to Olivier from comment #5)
> Created attachment 118882 [details]
> Kind of file crashing sometime

Tried switching gradient on and off over 10 times, no crash.

Win 7 Pro 64-bit, Version: 5.0.1.2 (32-bit)
Build ID: 81898c9f5c0d43f3473ba111d7b351050be20261
Locale: fi-FI (fi_FI)

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


[Libreoffice-bugs] [Bug 94383] Display bug on tab button

2015-09-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94383

Yousuf (Jay) Philips  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||philip...@hotmail.com
 Ever confirmed|0   |1

--- Comment #2 from Yousuf (Jay) Philips  ---
Hi bubu,

Thank you for the bug submission. I'm not able to follow what "the TAB button"
is on the menubar. Can you explain more or send a screenshot of what you are
referring to.

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


[Libreoffice-bugs] [Bug 94075] If you select an image direct after caption was selected, "keep aspect" on mouse-resizing is broken

2015-09-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94075

--- Comment #5 from Stefan  ---
Simple mouse-resizing images ALWAYS have to keep aspect!
Again: The checkbox is related only to the numeric fields @ the GUI-dialog.

So the bug is:

If you select & resize an image AFTER you have selected its caption, resizing
don't keep aspect anymore. (Fail!)

If you want to keep aspect on resize, you have to select some text or something
before (but not its caption).

Shurely this bug is related to Bug 94074.

Imagehandling in LO is absolutly horrible. I've found 2 more image-related bugs
i will report later :(

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


[Libreoffice-bugs] [Bug 92934] Web Wizard: Cannot Export Zip archive.

2015-09-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92934

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|target:5.1.0|target:5.1.0 target:5.0.3

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


[Libreoffice-bugs] [Bug 92934] Web Wizard: Cannot Export Zip archive.

2015-09-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92934

--- Comment #6 from Commit Notification 
 ---
Julien Nabet committed a patch related to this issue.
It has been pushed to "libreoffice-5-0":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=7a4edfbc4bce290e4e26f55728f670bf24423151=libreoffice-5-0

tdf#92934: Web Wizard: Cannot Export Zip archive

It will be available in 5.0.3.

The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds
Affected users are encouraged to test the fix and report feedback.

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


[Libreoffice-commits] core.git: wizards/com

2015-09-21 Thread Julien Nabet
 wizards/com/sun/star/wizards/common/SystemDialog.py |2 -
 wizards/com/sun/star/wizards/web/WWD_Events.py  |   28 
 wizards/com/sun/star/wizards/web/WebWizardConst.py  |2 -
 3 files changed, 8 insertions(+), 24 deletions(-)

New commits:
commit af814158b101418adad4f9a21d3b2303620b0396
Author: Julien Nabet 
Date:   Sat Sep 19 09:44:02 2015 +0200

tdf#94351: Web Wizard multiselection doesn't work

Call getSelectedFiles instead of getFiles+adapt behavior so it deals
with an array of files with their full path

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

diff --git a/wizards/com/sun/star/wizards/common/SystemDialog.py 
b/wizards/com/sun/star/wizards/common/SystemDialog.py
index dc0b3f4..e1bb6bf 100644
--- a/wizards/com/sun/star/wizards/common/SystemDialog.py
+++ b/wizards/com/sun/star/wizards/common/SystemDialog.py
@@ -113,7 +113,7 @@ class SystemDialog(object):
 self.systemDialog.setMultiSelectionMode(multiSelect)
 self.systemDialog.setDisplayDirectory(self.subst(displayDirectory))
 if self.execute(self.systemDialog):
-return self.systemDialog.getFiles()
+return self.systemDialog.getSelectedFiles()
 
 except Exception:
 traceback.print_exc()
diff --git a/wizards/com/sun/star/wizards/web/WWD_Events.py 
b/wizards/com/sun/star/wizards/web/WWD_Events.py
index c5dc75e..03f2e12 100644
--- a/wizards/com/sun/star/wizards/web/WWD_Events.py
+++ b/wizards/com/sun/star/wizards/web/WWD_Events.py
@@ -894,39 +894,23 @@ class WWD_Events(WWD_Startup):
 def loadDocuments(self):
 offset = self.parent.selectedDoc[0] + 1 if 
(len(self.parent.selectedDoc) > 0) else self.parent.getDocsCount()
 
-'''
-if the user chose one file, the list starts at 0,
-if he chose more than one, the first entry is a directory name,
-all the others are filenames.
-'''
-if len(self.files) > 1:
-start = 1
-else:
-start = 0
-
 #Number of documents failed to validate.
 failed = 0
 
 # store the directory
-if start == 1:
-self.parent.settings.cp_DefaultSession.cp_InDirectory = 
self.files[0]
-else:
-self.parent.settings.cp_DefaultSession.cp_InDirectory = \
-FileAccess.getParentDir(self.files[0])
+self.parent.settings.cp_DefaultSession.cp_InDirectory = \
+FileAccess.getParentDir(self.files[0])
 
 '''
 Here i go through each file, and validate it.
 If its ok, I add it to the ListModel/ConfigSet
 '''
 
-for i in range(start, len(self.files)):
+for i in range(0, len(self.files)):
 doc = CGDocument()
 doc.setRoot(self.parent.settings)
 
-if start == 0:
-doc.cp_URL = self.files[i]
-else:
-doc.cp_URL = FileAccess.connectURLs(self.files[0], 
self.files[i])
+doc.cp_URL = self.files[i]
 
 '''
 so - i check each document and if it is ok I add it.
@@ -935,14 +919,14 @@ class WWD_Events(WWD_Startup):
 done in the checkDocument(...) method
 '''
 if self.parent.checkDocument(doc, self.task, self.xC):
-index = offset + i - failed - start
+index = offset + i - failed
 
self.parent.settings.cp_DefaultSession.cp_Content.cp_Documents.add(index, doc)
 else:
 failed += 1
 
 # if any documents where added,
 # set the first one to be the current-selected document.
-if len(self.files) > start + failed:
+if len(self.files) > failed:
 self.parent.setSelectedDoc([offset])
 
 # update the ui...
diff --git a/wizards/com/sun/star/wizards/web/WebWizardConst.py 
b/wizards/com/sun/star/wizards/web/WebWizardConst.py
index f6a2282..363ecd8 100644
--- a/wizards/com/sun/star/wizards/web/WebWizardConst.py
+++ b/wizards/com/sun/star/wizards/web/WebWizardConst.py
@@ -55,4 +55,4 @@ TASK_FINISH = "t_fin"
 when the user adds more than this number
 of documents to the list, a status dialog opens.
 '''
-MIN_ADD_FILES_FOR_DIALOG = 2
+MIN_ADD_FILES_FOR_DIALOG = 1
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 94378] Runtime error when clicking on a push button after changing between read-only and edit mode

2015-09-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94378

--- Comment #3 from Volker Lenhardt  ---
Sorry, I have to beg your pardon for having described the problem
inappropriately in the first place. (Blushing I read the first post again.)

To make it clear: the runtime error comes up when you click on the push button
in the attached file.

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


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

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

Maxim Monastirsky  changed:

   What|Removed |Added

 Attachment #118896|0   |1
is obsolete||

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


[Libreoffice-bugs] [Bug 94373] Serial letter function in Writer ignores lines in Calc sheet used as database

2015-09-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94373

--- Comment #2 from do.wel...@bdjl.de ---
The DB contains personal data - I cannot post it here in public. I would send
them to you directly PGP encrypted but wasn't able to find your Key / any key
for "Beluga"s E-Mail address (checked on https://pgp.mit.edu/).

Could you please let me know how and where to obtain your key?

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


[Libreoffice-bugs] [Bug 94226] Image number (reference field) fails on (recursive) copy

2015-09-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94226

Beluga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #3 from Beluga  ---
Thanks, now I got the numbers to get stuck when doing the last paste series
(step 10).
Yet, I didn't get #2 on top of #1.

Win 7 Pro 64-bit, Version: 5.0.1.2 (32-bit)
Build ID: 81898c9f5c0d43f3473ba111d7b351050be20261
Locale: fi-FI (fi_FI)

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


[Libreoffice-bugs] [Bug 94075] If you select an image direct after caption was selected, "keep aspect" on mouse-resizing is broken

2015-09-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94075

Beluga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1
   Severity|normal  |minor

--- Comment #4 from Beluga  ---
Ok, I thought step 3 meant I HAD to tick the box myself to keep ratio.

So this is just about observing what happens when mouse-resizing and looking at
the keep ratio checkbox.

I confirm that it first resizes while keeping aspect ratio even though the
checkbox is not ticked.
Then it resizes without ratio and the checkbox is suddenly ticked.
Then it again resizes with ratio.

Win 7 Pro 64-bit, Version: 5.0.1.2 (32-bit)
Build ID: 81898c9f5c0d43f3473ba111d7b351050be20261
Locale: fi-FI (fi_FI)

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


[Libreoffice-bugs] [Bug 93925] Regression: Comments lost in PDF Export of documents with comments inside margin

2015-09-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93925

--- Comment #2 from Chris Halls  ---
Also Debian bug https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=799540

Further information from the bug submitter:

On 20-Sep-2015, Rene Engelhard wrote:
> Sounds like
> https://bugs.documentfoundation.org/show_bug.cgi?id=93925 to me

Agreed, that matches the behaviour I've found.

Also of note: The comment text does appear in the PDF, but it is
rendered as white-on-white, or some other invisible rendering.

If I select text in the PDF around the place where the comment box
would be, the text becomes visible in the selection. So it does get
placed on the page in the PDF, but is not visible.

> Can you confirm? (Maybe remove "in margins" for a try?)

When I choose a different setting for the appearance of comments, such
as “End of page”, the comments are still not visible. This time, they
do not even appear to be selectable on the page.

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


[Libreoffice-bugs] [Bug 94395] line spacing change in paragraph style not displayed in Organizer

2015-09-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94395

Cor Nouws  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||c...@nouenoff.nl
 Ever confirmed|0   |1

--- Comment #3 from Cor Nouws  ---
In 5.0.1.2 (Ubuntu 32 bits, fresh profile, clean doc - only one I looked at
now) there is a "From bottom 0.25" displayed for Text body and nothing for
Default.

Is that what you meant?

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


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

2015-09-21 Thread Samuel Mehrbrodt
 sw/source/core/doc/DocumentStylePoolManager.cxx |   70 ++--
 1 file changed, 43 insertions(+), 27 deletions(-)

New commits:
commit 41139b2261fb93886a8ba28d081b2d12a2f7835a
Author: Samuel Mehrbrodt 
Date:   Mon Sep 21 14:48:17 2015 +0200

Cleanup: One statement per line

Change-Id: If4bc7a997ef63e3e20141335604e1bf0fa95e92b
Reviewed-on: https://gerrit.libreoffice.org/18746
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 

diff --git a/sw/source/core/doc/DocumentStylePoolManager.cxx 
b/sw/source/core/doc/DocumentStylePoolManager.cxx
index 3a7567b..71fbb0c 100644
--- a/sw/source/core/doc/DocumentStylePoolManager.cxx
+++ b/sw/source/core/doc/DocumentStylePoolManager.cxx
@@ -245,9 +245,12 @@ namespace
 SwTwips nUpper, SwTwips nLower )
 {
 
-SvxLRSpaceItem aLR( RES_LR_SPACE ); SvxULSpaceItem aUL( RES_UL_SPACE );
-aLR.SetTextFirstLineOfst( sal_uInt16(nEZ) ); aLR.SetTextLeft( 
sal_uInt16(nLeft) );
-aUL.SetUpper( sal_uInt16(nUpper) ); aUL.SetLower( sal_uInt16(nLower) );
+SvxLRSpaceItem aLR( RES_LR_SPACE );
+SvxULSpaceItem aUL( RES_UL_SPACE );
+aLR.SetTextFirstLineOfst( sal_uInt16(nEZ) );
+aLR.SetTextLeft( sal_uInt16(nLeft) );
+aUL.SetUpper( sal_uInt16(nUpper) );
+aUL.SetLower( sal_uInt16(nLower) );
 rSet.Put( aLR );
 rSet.Put( aUL );
 
@@ -370,8 +373,7 @@ SwTextFormatColl* 
DocumentStylePoolManager::GetTextCollFromPool( sal_uInt16 nId,
 
 case RES_POOLCOLL_TEXT: // Text body
 {
-SvxLineSpacingItem aLSpc( LINE_SPACE_DEFAULT_HEIGHT,
-RES_PARATR_LINESPACING );
+SvxLineSpacingItem aLSpc( LINE_SPACE_DEFAULT_HEIGHT, 
RES_PARATR_LINESPACING );
 SvxULSpaceItem aUL( 0, PT_7, RES_UL_SPACE );
 aLSpc.SetPropLineSpace( (const sal_uInt8) 120 );
 if( 
m_rDoc.GetDocumentSettingManager().get(DocumentSettingId::HTML_MODE) ) 
aUL.SetLower( HTML_PARSPACE );
@@ -391,7 +393,8 @@ SwTextFormatColl* 
DocumentStylePoolManager::GetTextCollFromPool( sal_uInt16 nId,
 SvxLRSpaceItem aLR( RES_LR_SPACE );
 aLR.SetTextFirstLineOfst( -(short)GetMetricVal( CM_05 ));
 aLR.SetTextLeft( GetMetricVal( CM_1 ));
-SvxTabStopItem aTStops(RES_PARATR_TABSTOP);aTStops.Insert( 
SvxTabStop( 0 ));
+SvxTabStopItem aTStops(RES_PARATR_TABSTOP);
+aTStops.Insert( SvxTabStop( 0 ));
 
 aSet.Put( aLR );
 aSet.Put( aTStops );
@@ -411,7 +414,8 @@ SwTextFormatColl* 
DocumentStylePoolManager::GetTextCollFromPool( sal_uInt16 nId,
 aLR.SetTextFirstLineOfst( - short( GetMetricVal( CM_1 ) * 4 +
   GetMetricVal( CM_05)) );
 aLR.SetTextLeft( GetMetricVal( CM_1 ) * 5 );
-SvxTabStopItem aTStops( RES_PARATR_TABSTOP );
aTStops.Insert( SvxTabStop( 0 ));
+SvxTabStopItem aTStops( RES_PARATR_TABSTOP );
+aTStops.Insert( SvxTabStop( 0 ));
 
 aSet.Put( aLR );
 aSet.Put( aTStops );
@@ -486,7 +490,8 @@ SwTextFormatColl* 
DocumentStylePoolManager::GetTextCollFromPool( sal_uInt16 nId,
 case RES_POOLCOLL_SIGNATURE:// Signatures
 case RES_POOLCOLL_TABLE:// Tabele content
 {
-SwFormatLineNumber aLN; aLN.SetCountLines( false );
+SwFormatLineNumber aLN;
+aLN.SetCountLines( false );
 aSet.Put( aLN );
 }
 break;
@@ -572,7 +577,8 @@ SwTextFormatColl* 
DocumentStylePoolManager::GetTextCollFromPool( sal_uInt16 nId,
 case RES_POOLCOLL_FOOTERL:
 case RES_POOLCOLL_FOOTERR:
 {
-SwFormatLineNumber aLN; aLN.SetCountLines( false );
+SwFormatLineNumber aLN;
+aLN.SetCountLines( false );
 aSet.Put( aLN );
 
 long nRightMargin = lcl_GetRightMargin( m_rDoc );
@@ -589,7 +595,8 @@ SwTextFormatColl* 
DocumentStylePoolManager::GetTextCollFromPool( sal_uInt16 nId,
 {
 SetAllScriptItem( aSet, SvxWeightItem( WEIGHT_BOLD, 
RES_CHRATR_WEIGHT ) );
 aSet.Put( SvxAdjustItem( SVX_ADJUST_CENTER, RES_PARATR_ADJUST 
) );
-SwFormatLineNumber aLN; aLN.SetCountLines( false );
+SwFormatLineNumber aLN;
+aLN.SetCountLines( false );
 aSet.Put( aLN );
 }
 break;
@@ -602,18 +609,22 @@ SwTextFormatColl* 
DocumentStylePoolManager::GetTextCollFromPool( sal_uInt16 nId,
 aLR.SetTextLeft( GetMetricVal( CM_05 ) + GetMetricVal( CM_01 ) 
);
 SetAllScriptItem( 

[Libreoffice-bugs] [Bug 94334] error message when opening a docx with equations

2015-09-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94334

--- Comment #5 from Terrence Enger  ---
Created attachment 118900
  --> https://bugs.documentfoundation.org/attachment.cgi?id=118900=edit
officeotron output

Just one ERROR, but a lot of INFO messages.

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


[Libreoffice-bugs] [Bug 94410] New: Cannot connect to my Google drive

2015-09-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94410

Bug ID: 94410
   Summary: Cannot connect to my Google drive
   Product: LibreOffice
   Version: 5.0.2.2 rc
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: giuseppe.casta...@acca-esse.eu

Cannot connect to my Google drive, that is Google drive server connection
doesn't work for me.

To reproduce:

1) enable LibreOffice dialogs;

2) select 'File > Open';

3) press button 'Servers';

4) fill in the 'Name:' text box with the name of the new server connection;

5) select CMIS from 'Type:' drop down list;

6) select Google Drive from 'Server type:' drop down list;

7) fill the 'Login:' text box with the Google user name to be used for access;

8) press the button on the right of the 'Repository:' drop down list;

9) fill in the credential dialog with the user name and password; the user name
should be the same as given in step 7) above, confirm the dialog;

Nothing happens, after a few seconds the dialog regain focus and nothing else
happens, e.g. 'OK' button not enabled.

Expected behavior: a few seconds after step 9) the string 'Google Drive' should
appear in 'Repository:' drop down list and the 'OK' button is enabled

I checked the expected behavior by using my own values for
'--with-gdrive-client-id' and '--with-gdrive-client-secret' configuration
options on a libreoffice-5.0 branch built by me.

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


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

2015-09-21 Thread Daniel Robertson
 compilerplugins/clang/compat.hxx  |6 +++---
 compilerplugins/clang/refcounting.cxx |2 +-
 compilerplugins/clang/staticmethods.cxx   |2 +-
 compilerplugins/clang/unusedvariablecheck.cxx |2 +-
 compilerplugins/clang/vclwidgets.cxx  |2 +-
 5 files changed, 7 insertions(+), 7 deletions(-)

New commits:
commit ef779d339e202dacea30b68ca8014207171e9ce4
Author: Daniel Robertson 
Date:   Sun Sep 20 19:37:48 2015 -0400

tdf#94389 compilerplugins: clang 3.7.0

Fix errors that occur in build with clang 3.7.0

Change-Id: I0e8743f2b6a288d10b4e78e884ce34cfca4dd77c
Reviewed-on: https://gerrit.libreoffice.org/18738
Reviewed-by: Stephan Bergmann 
Tested-by: Stephan Bergmann 

diff --git a/compilerplugins/clang/compat.hxx b/compilerplugins/clang/compat.hxx
index 22ed14b..0ca37fa 100644
--- a/compilerplugins/clang/compat.hxx
+++ b/compilerplugins/clang/compat.hxx
@@ -71,7 +71,7 @@ inline bool forallBases(
 void* callbackParam,
 bool AllowShortCircuit)
 {
-#if (__clang_major__ == 3 && __clang_minor__ >= 7) || __clang_major__ > 3
+#if (__clang_major__ == 3 && __clang_minor__ > 7) || __clang_major__ > 3
 (void) callbackParam;
 return decl.forallBases(BaseMatches, AllowShortCircuit);
 #else
@@ -146,7 +146,7 @@ inline clang::QualType getParamType(
 inline clang::Stmt::const_child_iterator begin(
 clang::Stmt::const_child_range const & range)
 {
-#if (__clang_major__ == 3 && __clang_minor__ >= 7) || __clang_major__ > 3
+#if (__clang_major__ == 3 && __clang_minor__ > 7) || __clang_major__ > 3
 return range.begin();
 #else
 return range.first;
@@ -156,7 +156,7 @@ inline clang::Stmt::const_child_iterator begin(
 inline clang::Stmt::const_child_iterator end(
 clang::Stmt::const_child_range const & range)
 {
-#if (__clang_major__ == 3 && __clang_minor__ >= 7) || __clang_major__ > 3
+#if (__clang_major__ == 3 && __clang_minor__ > 7) || __clang_major__ > 3
 return range.end();
 #else
 return range.second;
diff --git a/compilerplugins/clang/refcounting.cxx 
b/compilerplugins/clang/refcounting.cxx
index 3a6c715..882d686 100644
--- a/compilerplugins/clang/refcounting.cxx
+++ b/compilerplugins/clang/refcounting.cxx
@@ -83,7 +83,7 @@ bool isDerivedFrom(const CXXRecordDecl *decl, const char 
*pString) {
 !decl->hasAnyDependentBases() &&
 !compat::forallBases(
 *decl,
-#if __clang_major__ == 3 && __clang_minor__ < 7
+#if __clang_major__ == 3 && __clang_minor__ <= 7
 BaseCheckNotSubclass,
 #else
 [pString](const CXXRecordDecl *BaseDefinition) -> bool
diff --git a/compilerplugins/clang/staticmethods.cxx 
b/compilerplugins/clang/staticmethods.cxx
index a02348f..42c958d 100644
--- a/compilerplugins/clang/staticmethods.cxx
+++ b/compilerplugins/clang/staticmethods.cxx
@@ -38,7 +38,7 @@ private:
 
 bool BaseCheckNotTestFixtureSubclass(
 const CXXRecordDecl *BaseDefinition
-#if __clang_major__ == 3 && __clang_minor__ < 7
+#if __clang_major__ == 3 && __clang_minor__ <= 7
 , void *
 #endif
 )
diff --git a/compilerplugins/clang/unusedvariablecheck.cxx 
b/compilerplugins/clang/unusedvariablecheck.cxx
index 80e32b8..ce35afe 100644
--- a/compilerplugins/clang/unusedvariablecheck.cxx
+++ b/compilerplugins/clang/unusedvariablecheck.cxx
@@ -51,7 +51,7 @@ void UnusedVariableCheck::run()
 
 bool BaseCheckNotDialogSubclass(
 const CXXRecordDecl *BaseDefinition
-#if __clang_major__ == 3 && __clang_minor__ < 7
+#if __clang_major__ == 3 && __clang_minor__ <= 7
 , void *
 #endif
 )
diff --git a/compilerplugins/clang/vclwidgets.cxx 
b/compilerplugins/clang/vclwidgets.cxx
index ea0cdff..6873ae2 100644
--- a/compilerplugins/clang/vclwidgets.cxx
+++ b/compilerplugins/clang/vclwidgets.cxx
@@ -59,7 +59,7 @@ static bool startsWith(const std::string& s, const char* 
other)
 
 bool BaseCheckNotWindowSubclass(
 const CXXRecordDecl *BaseDefinition
-#if __clang_major__ == 3 && __clang_minor__ < 7
+#if __clang_major__ == 3 && __clang_minor__ <= 7
 , void *
 #endif
 )
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 94404] Non-breaking spaces will be ignored in cross-reference fields

2015-09-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94404

Cor Nouws  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||c...@nouenoff.nl
   Hardware|Other   |All
Version|4.4.5.2 release |Inherited From OOo
 Ever confirmed|0   |1
 OS|Windows (All)   |All

--- Comment #1 from Cor Nouws  ---
Thanks Stefan. Confirm the behaviour.
(Imagine you've just learned someone of Non breaking spaces and the next step
is reference fields ;\ )

See the same in version 3.3.0

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


[Libreoffice-bugs] [Bug 94407] New: Calc chart "Include values from hidden cells" option stops working after change.

2015-09-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94407

Bug ID: 94407
   Summary: Calc chart "Include values from hidden cells" option
stops working after change.
   Product: LibreOffice
   Version: unspecified
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: kie...@gmail.com

When: When you have a chart that is set to display values that are in hidden
columns or rows using the "[ ] Include values from hidden cells stops" option.

What happens: Making changes to the data-range causes calc to forget the option
has been set to include values from hidden cells.

What is expected: The altered data range values should all be included on the
chart, calc should check the "[ ] Include values from hidden cells stops"
option.

Notes:
This happened after the data had been drag-drop moved and the rows hidden
again.
Not all of the values are hidden - more than half are.

Steps to reproduce bug: 
• have include cells option ticked
• unhide rows
• move data with drag-drop
• re-hide rows
• add more data
• change data range to include new data

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


[Libreoffice-bugs] [Bug 94391] FILESAVE

2015-09-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94391

Beluga  changed:

   What|Removed |Added

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

--- Comment #1 from Beluga  ---
Please tell us your LibreOffice version.
Which Linux distro & version?

Is it for every file, even an empty file?
If not, you have to attach the .ODS file here.

Set to NEEDINFO.
Change back to UNCONFIRMED after you have provided the information.

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


[Libreoffice-bugs] [Bug 94385] Libreoffice crashes when holding down mouse button for over a second

2015-09-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94385

Beluga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||todven...@suomi24.fi
 Resolution|--- |DUPLICATE

--- Comment #1 from Beluga  ---


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

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


[Libreoffice-bugs] [Bug 93948] 'File>New>text document" opens a particular template every time, rather than a blank document

2015-09-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93948

Yousuf (Jay) Philips  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||philip...@hotmail.com
 Resolution|--- |WORKSFORME

--- Comment #2 from Yousuf (Jay) Philips  ---
It is possible that a particular template has been set as default, so go into
the template manager ( File > New > Templates ) and you'll be able to change
it.

Alternatively, if you rename or delete your user profile, the default template
will return. ( https://wiki.documentfoundation.org/UserProfile#Default_location
)

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


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

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

--- Comment #14 from hkaus...@luukku.com ---
"export SAL_USE_VCLPLUGIN=gtk" solves the crashing for me. I added backtrace
before exporting the variable if it's any useful.

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


[Libreoffice-bugs] [Bug 94074] If you select an image direct after caption was selected, imagerelated entries in contextmenu are missing

2015-09-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94074

Beluga  changed:

   What|Removed |Added

 CC||todven...@suomi24.fi
 Whiteboard||needsDevEval

--- Comment #3 from Beluga  ---
Adding needsDevEval for potential easyHack

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


[Libreoffice-bugs] [Bug 94075] If you select an image direct after caption was selected, "keep aspect" on mouse-resizing is broken

2015-09-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94075

Beluga  changed:

   What|Removed |Added

 Whiteboard||needsDevEval

--- Comment #6 from Beluga  ---
Adding needsDevEval for potential easyHack

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


[Libreoffice-bugs] [Bug 89369] Add support for Object styles (styles of graphical objects: arrows, rectangles, figures etc.) to Writer and Calc

2015-09-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89369

Yan Pashkovsky  changed:

   What|Removed |Added

Summary|Unable to set default fill  |Add support for Object
   |and line styles in Calc and |styles (styles of graphical
   |Writer  |objects: arrows,
   ||rectangles, figures etc.)
   ||to Writer and Calc

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


[Libreoffice-bugs] [Bug 94402] No way to change paragraphing behavior

2015-09-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94402

Cor Nouws  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||c...@nouenoff.nl
 Resolution|--- |WORKSFORME

--- Comment #1 from Cor Nouws  ---
Hi Richard,

Thanks for writing here.
I expect that the paragraph in Word that you refer too, has spacing below set.
Or something...
You can do that in Writer too.
Please ask help on some of the great sources here:
  http://www.libreoffice.org/get-help/community-support/

I set this as WorksForMe. If needed and with detailed info, feel free to reopen
of course.

Cheers - Cor

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


[Libreoffice-bugs] [Bug 93855] EDITING: Indent lost when deleting next line/bullet point

2015-09-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93855

--- Comment #5 from ravingd...@yahoo.de ---
Thanks for confirming.
Just a sidenote to avoid confusion: While the attachments are correct, the link
to the second png is faulty. It should read
https://dl.dropboxusercontent.com/u/17406199/bugtmp/Bug18_1.png

(In reply to ravingdesi from comment #0)
> Problem description: 
> When deleting an empty unnecessary line/bullet point, the indent of the
> previous bullet point is lost. To me, this is completely unexpected behavior.
> 
> Steps to reproduce:
> 1. Download https://dl.dropboxusercontent.com/u/17406199/bugtmp/Bug18.odp
> 2. Start editing the text field with bulletpoints
> 3. Press the arrow down key until you are in the very last (empty) line
> 4. Press the backspace key to delete this unnecessary line/bullet point
> 
> Current behavior:
> Indention is lost
> https://dl.dropboxusercontent.com/u/17406199/bugtmp/Bug18_2.png
> 
> Expected behavior:
> The indention should be preserved
> https://dl.dropboxusercontent.com/u/17406199/bugtmp/Bug7_1.png
> 
> Thank you very much for all your efforts.

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


[Libreoffice-bugs] [Bug 87274] CONDITIONAL FORMATTING: Option for reunify ranges with same conditions

2015-09-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=87274

--- Comment #4 from Jonas Müller  ---
I think that this feature is really important.

I noticed that LibreOffice 5.0.1 easily destroys the set range for conditional
formatting.

Steps:

1. Create a new spreadsheet.
2. Highlight A1 to A5 and open the menu for conditional formatting.
3. Create a new condition for A1 to A5 by choosing something like "Cell is"
"contains" and "done" and pick one of the templates.
4. Add a new condition and choose "Cell is" "contains" and "waiting".
5. Click on okay. As you can see you now have a clean A1 to A5 rule.
6. Now click okay and write done in A1.
8. Copy A1 to A2 and open the conditional formatting menu again.
8. As you can see now you have the ranges "A2" and in addition "A3:A5:A1".

As a result the menu will get more and more entries the more you edit the file.
It can get really difficult to maintain clean conditions.

LibreOffice should not create a new condition if there is already an identical
one affecting this cell.

Imo it would be great if LibreOffice would NOT change the conditions AT ALL
when using copy because that is usually and unwanted. So if you were to
copy the word done from A1 to B2 it should not create a new condition for B2.
But that's just my opinion.

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


[Libreoffice-bugs] [Bug 87500] Freeze with English/Japanese mixture undo

2015-09-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=87500

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

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

Fix tdf#87500 - Freeze with English/Japanese mixture undo.

It will be available in 5.1.0.

The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds
Affected users are encouraged to test the fix and report feedback.

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


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

2015-09-21 Thread Mark Hung
 sw/source/core/doc/extinput.cxx |   43 +++-
 1 file changed, 25 insertions(+), 18 deletions(-)

New commits:
commit e7760d428bc82ccfcae14f1907b78f9f1013b88c
Author: Mark Hung 
Date:   Tue Sep 8 07:29:38 2015 +0800

Fix tdf#87500 - Freeze with English/Japanese mixture undo.

Language poolitem will be inserted after user completes editing
with IME, making it refer to valid range when undo.

Change-Id: Id2876aa74dba6f7d134b8e2df4d9b36a8f429bb1
Reviewed-on: https://gerrit.libreoffice.org/18392
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 

diff --git a/sw/source/core/doc/extinput.cxx b/sw/source/core/doc/extinput.cxx
index 362842a..9e82eca 100644
--- a/sw/source/core/doc/extinput.cxx
+++ b/sw/source/core/doc/extinput.cxx
@@ -59,6 +59,9 @@ SwExtTextInput::~SwExtTextInput()
 sal_Int32 nEndCnt = GetMark()->nContent.GetIndex();
 if( nEndCnt != nSttCnt )
 {
+// Prevent IME edited text being grouped with non-IME edited text.
+bool bKeepGroupUndo = pDoc->GetIDocumentUndoRedo().DoesGroupUndo();
+pDoc->GetIDocumentUndoRedo().DoGroupUndo(false);
 if( nEndCnt < nSttCnt )
 {
 std::swap(nSttCnt, nEndCnt);
@@ -66,24 +69,6 @@ SwExtTextInput::~SwExtTextInput()
 
 // In order to get Undo/Redlining etc. working correctly,
 // we need to go through the Doc interface
-if(eInputLanguage != LANGUAGE_DONTKNOW)
-{
-// #i41974# Only set language attribute
-// for CJK/CTL scripts.
-bool bLang = true;
-sal_uInt16 nWhich = RES_CHRATR_LANGUAGE;
-
switch(SvtLanguageOptions::GetI18NScriptTypeOfLanguage(eInputLanguage))
-{
-case  i18n::ScriptType::ASIAN: nWhich = 
RES_CHRATR_CJK_LANGUAGE; break;
-case  i18n::ScriptType::COMPLEX:   nWhich = 
RES_CHRATR_CTL_LANGUAGE; break;
-default: bLang = false;
-}
-if ( bLang )
-{
-SvxLanguageItem aLangItem( eInputLanguage, nWhich );
-
pDoc->getIDocumentContentOperations().InsertPoolItem(*this, aLangItem );
-}
-}
 rIdx = nSttCnt;
 const OUString sText( pTNd->GetText().copy(nSttCnt, nEndCnt - 
nSttCnt));
 if( bIsOverwriteCursor && !sOverwriteText.isEmpty() )
@@ -124,6 +109,28 @@ SwExtTextInput::~SwExtTextInput()
 pDoc->getIDocumentContentOperations().InsertString( *this, 
sText );
 }
 }
+pDoc->GetIDocumentUndoRedo().DoGroupUndo(bKeepGroupUndo);
+if (eInputLanguage != LANGUAGE_DONTKNOW)
+{
+sal_uInt16 nWhich = RES_CHRATR_LANGUAGE;
+sal_Int16 nScriptType = 
SvtLanguageOptions::GetI18NScriptTypeOfLanguage(eInputLanguage);
+switch(nScriptType)
+{
+case  i18n::ScriptType::ASIAN:
+nWhich = RES_CHRATR_CJK_LANGUAGE; break;
+case  i18n::ScriptType::COMPLEX:
+nWhich = RES_CHRATR_CTL_LANGUAGE; break;
+}
+// #i41974# Only set language attribute for CJK/CTL scripts.
+if (RES_CHRATR_LANGUAGE != nWhich && pTNd->GetLang( nSttCnt, 
nEndCnt-nSttCnt, nScriptType) != eInputLanguage)
+{
+SvxLanguageItem aLangItem( eInputLanguage, nWhich );
+rIdx = nSttCnt;
+GetMark()->nContent = nEndCnt;
+
pDoc->getIDocumentContentOperations().InsertPoolItem(*this, aLangItem );
+}
+
+}
 }
 }
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - wizards/com

2015-09-21 Thread Julien Nabet
 wizards/com/sun/star/wizards/web/WWD_Events.py |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7a4edfbc4bce290e4e26f55728f670bf24423151
Author: Julien Nabet 
Date:   Sat Sep 19 14:51:24 2015 +0200

tdf#92934: Web Wizard: Cannot Export Zip archive

pubAware_ adds 2 elements for each of these:
LOCAL_PUBLISHER, ZIP_PUBLISHER, FTP_PUBLISHER
and since ZIP_PUBLISHER is added in second positon,
the right index is 2 not 4

Change-Id: I0a533fd0cefcbbfca0e95628f64fac6258019600
Reviewed-on: https://gerrit.libreoffice.org/18715
Reviewed-by: Julien Nabet 
Tested-by: Julien Nabet 
(cherry picked from commit e72a4a3c2e1608e301daef0b6e87cc70d814e736)
Reviewed-on: https://gerrit.libreoffice.org/18717
Tested-by: Jenkins 
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 

diff --git a/wizards/com/sun/star/wizards/web/WWD_Events.py 
b/wizards/com/sun/star/wizards/web/WWD_Events.py
index 4f2208c..42b4184 100644
--- a/wizards/com/sun/star/wizards/web/WWD_Events.py
+++ b/wizards/com/sun/star/wizards/web/WWD_Events.py
@@ -459,7 +459,7 @@ class WWD_Events(WWD_Startup):
 zipFile = sd.callStoreDialog(
 self.settings.cp_DefaultSession.cp_OutDirectory,
 self.resources.resDefaultArchiveFilename)
-self.setPublishUrl(ZIP_PUBLISHER, zipFile, 4)
+self.setPublishUrl(ZIP_PUBLISHER, zipFile, 2)
 self.getPublisher(ZIP_PUBLISHER).overwriteApproved = True
 
 '''
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 87500] Freeze with English/Japanese mixture undo

2015-09-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=87500

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|| target:5.1.0

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


[Libreoffice-bugs] [Bug 94378] Runtime error when clicking on a push button after changing between read-only and edit mode

2015-09-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94378

Volker Lenhardt  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
Version|4.3.7.2 release |5.0.1.2 release
 Ever confirmed|1   |0

--- Comment #2 from Volker Lenhardt  ---
The problem persists with LO 5.0.1.2 in openSUSE 13.2 as well as in Windows 7.

Beluga: Please test again: Open the attached document, try the button. Then
switch to edit mode (i.e. Menu Edit|Edit Mode or Ctrl-Shift-M), try the button
again.

Another way: Open the document in read-only mode, try the button. Then switch
to Edit mode (the same way as above or click on the button "Edit document"),
try the button again.

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


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

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

--- Comment #15 from Maxim Monastirsky  ---
Marked GTK3 backtraces as obsolete, since the backtrace of the original
reporter doesn't seem to be related to GTK3. GTK3 related crashes are discussed
in Bug 93887 and/or Bug 94013.

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


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

2015-09-21 Thread Eike Rathke
 sc/source/filter/excel/xipivot.cxx |   12 +---
 1 file changed, 9 insertions(+), 3 deletions(-)

New commits:
commit f09a91630c767370871389c28b81280807513431
Author: Eike Rathke 
Date:   Mon Sep 21 15:26:50 2015 +0200

Resolves: rhbz#1264585 check data pilot field name availability

Change-Id: Iaadf7044acb7299ee878de2fbc08992447587d62

diff --git a/sc/source/filter/excel/xipivot.cxx 
b/sc/source/filter/excel/xipivot.cxx
index aa8c7de..224c4d0 100644
--- a/sc/source/filter/excel/xipivot.cxx
+++ b/sc/source/filter/excel/xipivot.cxx
@@ -1031,13 +1031,19 @@ void XclImpPTField::ConvertDataField( ScDPSaveData& 
rSaveData ) const
 
 XclPTDataFieldInfoList::const_iterator aIt = maDataInfoList.begin(), aEnd 
= maDataInfoList.end();
 
-ScDPSaveDimension& rSaveDim = *rSaveData.GetNewDimensionByName(aFieldName);
-ConvertDataField( rSaveDim, *aIt );
+ScDPSaveDimension* pSaveDim = rSaveData.GetNewDimensionByName(aFieldName);
+if (!pSaveDim)
+{
+SAL_WARN("sc.filter","XclImpPTField::ConvertDataField - field name not 
found: " << aFieldName);
+return;
+}
+
+ConvertDataField( *pSaveDim, *aIt );
 
 // multiple data fields -> clone dimension
 for( ++aIt; aIt != aEnd; ++aIt )
 {
-ScDPSaveDimension& rDupDim = rSaveData.DuplicateDimension( rSaveDim );
+ScDPSaveDimension& rDupDim = rSaveData.DuplicateDimension( *pSaveDim );
 ConvertDataFieldInfo( rDupDim, *aIt );
 }
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 94346] PDF: Text lost between Right paragraph margin and Right Page Margin e.g. Text at Right-Tab

2015-09-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94346

Alex Thurgood  changed:

   What|Removed |Added

 Attachment #118892|text/plain  |text/vnd.oasis.opendocument
  mime type||.text

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


[Libreoffice-bugs] [Bug 94403] The fixed line spacing and min line spacing settings saved by Microsoft Office 2007 in doc and docx formats can't display on Libreoffice Writer.

2015-09-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94403

Yousuf (Jay) Philips  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||philip...@hotmail.com
 Ever confirmed|0   |1

--- Comment #1 from Yousuf (Jay) Philips  ---
Hi Eudien,

Thank you for reporting the bug. Please attach a sample document, as this makes
it easier for us to verify the bug.

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

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


[Libreoffice-bugs] [Bug 92357] Tab type switcher in ruler does not clear previous icon when clicking it

2015-09-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92357

Maxim Monastirsky  changed:

   What|Removed |Added

 CC||b...@mail.pf

--- Comment #16 from Maxim Monastirsky  ---
*** Bug 94383 has been marked as a duplicate of this bug. ***

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


[Libreoffice-bugs] [Bug 94383] Display bug on tab button

2015-09-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94383

Maxim Monastirsky  changed:

   What|Removed |Added

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

--- Comment #3 from Maxim Monastirsky  ---
I think it's the same as Bug 92357.

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

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


[Libreoffice-bugs] [Bug 94218] footnote numbering per chapter: define outline level that resets numbering

2015-09-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94218

--- Comment #4 from Beluga  ---
(In reply to soffioalcuore from comment #2)
> Created attachment 118893 [details]
> example of the issue
> 
> I'm attaching an odt-example which shows the issue described in my 1st post. 
> 
> As you can see I work with the headlines defined by the formatting styles,
> and they're connected with outline levels (which I indicated in brackets). 
> 
> Under tools -> outline numbering I set footnote numbering by chapter. And
> you can see it works: The numbering starts from 1 again in chapter 3, but
> only for the chapters of level 1!

The cause seems to be that you set the style of chapter 2.1 and 2.2 to be
Heading 2. After I set them to Heading 1 like the rest, the footnote numbering
worked ok.

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


[Libreoffice-bugs] [Bug 94346] PDF: Text lost between Right paragraph margin and Right Page Margin e.g. Text at Right-Tab

2015-09-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94346

Alex Thurgood  changed:

   What|Removed |Added

Version|5.0.1.2 release |4.1.4.2 release

--- Comment #5 from Alex Thurgood  ---
Bug already present in 

Version: 4.1.4.2
Build ID: 0a0440ccc0227ad9829de5f46be37cfb6edcf72

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


[Libreoffice-bugs] [Bug 87964] FILEOPEN: xls chart displayed incorrectly (formatting; values). Line type- Stepped

2015-09-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=87964

--- Comment #11 from Hannes  ---
Hello,
I did some testing - maybe this is not a bug of LO, just a limitation of
selected file format (xls, also xlsx) that causes that, and LO just cannot
interprete what is stored in that format for full 100% when opening in LO. I
also discovered that the Y-axis text labels change when using another than ODF
(ods) file format. I encountered no problems so far using the ods file format.
Suggestion: we consider it solved and LO displays a more strictly warning of
unwanted changes when saving in other file formats than ODF.

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


[Libreoffice-bugs] [Bug 94409] New: LibreOffice Calc - Sort entries in ascending order not being saved in document

2015-09-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94409

Bug ID: 94409
   Summary: LibreOffice Calc - Sort entries in ascending order not
being saved in document
   Product: LibreOffice
   Version: 4.2.2.1 release
  Hardware: Other
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: zen_...@hotmail.com

Hello,

I'm not sure if it's a bug or if it's supposed to work like that, but one
"option" is not being saved in the file.

Data -> Validity -> Criteria -> Allow -> "Sort entries in ascending order"

I can check and it works, but if i save the work/file and re-open it, it
doesn't back "checked" and the cells unsort. It doesn't saves this option. So i
need to do all again, select cells and check "Sort entries in ascending order".

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


[Libreoffice-bugs] [Bug 94401] Cannot redock sidebar in 5.0.2.2 Windows 10

2015-09-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94401

--- Comment #1 from Richard Prins  ---
After restarting LibO it works again. Still a bug though.

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


[Libreoffice-bugs] [Bug 94334] error message when opening a docx with equations

2015-09-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94334

Terrence Enger  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||lo_b...@iseries-guru.com
 Ever confirmed|0   |1

--- Comment #3 from Terrence Enger  ---
Setting status NEW because ...

Using the Win32 daily build from 2015-08-13 on Windows Vista, the file
appeared to open without problem.  The message came up a good part of
an hour later.  After the message came up 25 times, I cancelled the
program.

The file opened without obvious problem in both MSWord 2003 SP3 and on
Linux in daily dbgutil bibisect version 2015-09-18.  However, the
latter produced a lot of warnings in the terminal; attachment coming
soon.

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


[Libreoffice-bugs] [Bug 93778] gestureLongPress cores being passed a NULL frame

2015-09-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93778

Beluga  changed:

   What|Removed |Added

 CC||n...@wbteam.com

--- Comment #7 from Beluga  ---
*** Bug 94385 has been marked as a duplicate of this bug. ***

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


[Libreoffice-bugs] [Bug 94389] compilerplugins install fails with clang version 3.7.0

2015-09-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94389

--- Comment #1 from Commit Notification 
 ---
Daniel Robertson committed a patch related to this issue.
It has been pushed to "master":

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

tdf#94389 compilerplugins: clang 3.7.0

It will be available in 5.1.0.

The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds
Affected users are encouraged to test the fix and report feedback.

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


[Libreoffice-bugs] [Bug 94389] compilerplugins install fails with clang version 3.7.0

2015-09-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94389

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|| target:5.1.0

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


[Libreoffice-bugs] [Bug 94429] New: CPU-bound hang opening spreadsheet

2015-09-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94429

Bug ID: 94429
   Summary: CPU-bound hang opening spreadsheet
   Product: LibreOffice
   Version: 5.1.0.0.alpha0+ Master
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: jim.av...@gmail.com

Created attachment 118919
  --> https://bugs.documentfoundation.org/attachment.cgi?id=118919=edit
Test spreadsheet which make LO "hang" when loading

Using 5.1.0.0.alpha1 on 64-bit linux (Ubuntu 15.04)

Something horrible happens with the attached .ods spreadsheet which pegs the
CPU and prevents LO from functioning normally.  When first opened, a blank
window is displayed for maybe 30 seconds; then the spreadsheet view is painted,
bit by bit, and after a couple of minutes it all seems to be showing.  However
LO is unresponsive and the CPU remains pegged at 100%.

=> This spreadsheet functions perfectly using Apache Open Office 4.4.1

lo 4.4.2.2 opens the spreadsheet quickly, but if macros are enabled it crashes
during certain operations.  I didn't get far enough to try the macros with 5.1
alpha1, since I can't even load the spreadsheet with macros DISABLED.

STEPS TO REPRODUCE:

1. Start lo on the attached spreadsheet
2. When prompted, DISABLE macros

EXPECTED RESULTS:

Spreadsheet displays promptly

ACTUAL RESULTS:

Spreadsheet "never" displays, and CPU stays pegged at 100%

NOTE/IDEA/CONJECTURE: This .ods file contains several dozen "sheets", each of
which contains a few lines which use Conditional Formats to change the color
and possibly font size of affected cells, depending on the data.  Maybe the
problem has something to do with that.

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


[Libreoffice-bugs] [Bug 94429] CPU-bound hang opening spreadsheet

2015-09-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94429

Jim Avera  changed:

   What|Removed |Added

   Keywords||regression

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


[Libreoffice-bugs] [Bug 94390] PRINTING : unable to print slides with excel table

2015-09-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94390

--- Comment #3 from benol...@gmail.com ---
Created attachment 118916
  --> https://bugs.documentfoundation.org/attachment.cgi?id=118916=edit
powerpoint file

unable to print slides 5, 7 and 9

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


[Libreoffice-bugs] [Bug 94427] New: (Sidebar) Show an indicator for the styles used in the document

2015-09-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94427

Bug ID: 94427
   Summary: (Sidebar) Show an indicator for the styles used in the
document
   Product: LibreOffice
   Version: 5.0.1.2 release
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: diaz.bast...@openmailbox.org

Created attachment 118917
  --> https://bugs.documentfoundation.org/attachment.cgi?id=118917=edit
example

In LibreOffice 5 greatly improved five preview styles available, however, to
intensively use the styles, it is confusing to know for sure what the style
used for the current selection.

I think it would be great to have an indicator showing the style used in the
current selection that is independent of the highlighted selection.

The attached image is not a mockup, but shows the basic idea I am presenting.

Cheers

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


[Libreoffice-bugs] [Bug 94428] New: Printing adds garbage to top edge of page

2015-09-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94428

Bug ID: 94428
   Summary: Printing adds garbage to top edge of page
   Product: LibreOffice
   Version: 5.0.2.2 rc
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Printing and PDF export
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: breez...@yahoo.com

Created attachment 118918
  --> https://bugs.documentfoundation.org/attachment.cgi?id=118918=edit
XPS-printed document showing garbage at top of page.

Printing from 5.0.2.2rc results in some garbage printing along the top edge of
the page, apparently starting from the left edge.

How deep from the top and how far to the right it extends, seems to depend on
the contents/formatting of the detail to be printed.  It varies from barely
noticeable, to quite prominent.

In the more prominent cases, it almost looks as if it tried to print the entire
page on that one line but without any borders, indents, etc.

This does NOT occur when exporting to a PDF, only when printing.

See the attached XPS print of a Writer document.

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


[Libreoffice-bugs] [Bug 94425] UI: Triggers to Automatically Open Sidebar

2015-09-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94425

--- Comment #1 from Luke  ---
> but as soon as they click on one of the properties that the sidebar can edit

Should read, as soon as they *double click* on one of the properties that is
well handled by the sidebar. 


Currently double clicking opens a window that gets in the way. Instead, I'd
rather see the sidebar opened.

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


[Libreoffice-bugs] [Bug 94167] Modifying section and embed fields turn them into '** Expression is faulty **'

2015-09-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94167

--- Comment #6 from Regina Henschel  ---
Created attachment 118915
  --> https://bugs.documentfoundation.org/attachment.cgi?id=118915=edit
to be applied to dev-tools/helpauthoring/filter/xmlhelp2soffice.xsl

I think, that the error is, that the filter generates a wrong nesting of
elements.
It generates
...

But according to ODF  is not a child of  but
of .
Therefore the nesting should be
..

The patch changes the filter accordingly. For me this solves the problem. The
variables now get the correct format "text" in the edit dialog and in
consequence the new value can be entered without disturbing something.

Please try, whether this works for you too.

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


[Libreoffice-bugs] Ignore my other email

2015-09-21 Thread Thomas Damratowski
 The formula was wrong, I attached the corrected one which still does 
not work.


TEST.ods
Description: application/vnd.oasis.opendocument.spreadsheet
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] Calc error

2015-09-21 Thread Thomas Damratowski
I am trying to write a formula using Ranges to find the max number in a 
list.



___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 94390] PRINTING : unable to print slides with excel table

2015-09-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94390

benol...@gmail.com changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

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


[Libreoffice-bugs] Fwd: Calc error

2015-09-21 Thread Thomas Damratowski




 Forwarded Message 
Subject:Calc error
Date:   Mon, 21 Sep 2015 18:52:31 -0400
From:   Thomas Damratowski 
To: libreoffice-bugs@lists.freedesktop.org



I am trying to write a formula using Ranges to find the max number in a
list.






TEST.ods
Description: application/vnd.oasis.opendocument.spreadsheet
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


  1   2   3   >