[Libreoffice-bugs] [Bug 90937] Default set of calc cell styles

2015-06-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90937

--- Comment #4 from mahfiaz mahf...@gmail.com ---
So the design team just agreed that the Calc default styles proposal is what
we would like to see as the default styles in Calc.

I feel pretty good about the outcome, I think it looks nice and functional.
* it uses colors from the default palette
* showcases the use of styles
* works in grayscale print (except for the Warning style)
* previously present styles Result and Result 1 would be removed (I think
only engineers use such styles and underline button works just fine for us)

-- 
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 89368] Provide way to install zip files with icon themes

2015-06-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89368

--- Comment #10 from tommy27 ba...@quipo.it ---
another workaround is to call your custom zip theme as images_classic.zip

the classic theme from OOo is not shipped anymore in LibO but it's still
hardcoded somewhere so you can still use it's name for your own custom theme

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


[Libreoffice-bugs] [Bug 92141] Range Settings Issues

2015-06-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92141

--- Comment #1 from Donald Darden oldef...@cox.net ---
I know that since Excel (and probably earlier), that if you type in something
really long, say an URL, and the adjacent cells on either or both sides is
empty, that the long entry will visually spill over into them.  This has never
been a good idea, as it clutters up what you see on the screen.  There should
be a way to turn this viewing aspect off, rather than having to go into the
blank cells and enter a space character.

If you have an URL in a cell, you should have the option to bring up a browser
of your designation (or the default browser) and go to that web page simply. 
As it stands now, you have to do a copy, bring up the web browser, clear the
address bar (or force a Select All), paste, then press Enter.  That is a
painful way of getting it done.  And if you select a range of cells with URLs
in them, why not have it so that each becomes a new Tab in that browser?  That
would save a lot of copy-and-paste and switching focus between the spreadsheet
and the browser.

My efforts with browsers show me that they can handle up to 30 or so open Tabs,
but this seriously impairs their performance.  It really depends on the PC'a
cpu (number of cores, rated speed), and RAM (4GB is hardly enough), but this
could either be something that the user sets his/her own limit for, or could be
part of Calc in deciding what the # limit of URLs should be.

-- 
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 'feature/gsoc14-draw-chained-text-boxes' - svx/source

2015-06-17 Thread matteocam
 svx/source/svdraw/svdotextdecomposition.cxx |5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 65369247ade3795e292a05ebfc184bdd03fe0035
Author: matteocam matteo.campane...@gmail.com
Date:   Wed Jun 17 14:22:03 2015 -0400

No more empty line at the beginning of dest box after overflow

Change-Id: I40e75163868244c0fef06834cf6b5d7ec8d8d023

diff --git a/svx/source/svdraw/svdotextdecomposition.cxx 
b/svx/source/svdraw/svdotextdecomposition.cxx
index cd3e2c7..009bb4a 100644
--- a/svx/source/svdraw/svdotextdecomposition.cxx
+++ b/svx/source/svdraw/svdotextdecomposition.cxx
@@ -845,8 +845,11 @@ OutlinerParaObject 
*SdrTextObj::impGetOverflowingParaObject(SdrOutliner *pOutlin
 
 // Append old first para in the destination box to
 //   last part of overflowing text
-if (pJoiningPara)
+if (pJoiningPara  mpOverflowingText-HasOtherParas())
 pOutliner-AddText(*pJoiningPara);
+// this second case is if there is to avoid getting an empty line before 
pJoiningPara
+else if (pJoiningPara  !mpOverflowingText-HasOtherParas())
+pOutliner-SetText(*pJoiningPara);
 
 // Append all other old paras
 if (pOldParasTail)
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 92135] Cannot close Sidebar with Formula bar

2015-06-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92135

raal r...@post.cz changed:

   What|Removed |Added

 CC||r...@post.cz
 OS|Windows (All)   |All

--- Comment #1 from raal r...@post.cz ---
I can confirm with Version: 5.1.0.0.alpha1+
Build ID: 7a138bee01f96405899cb46cf60a4b9a734e77b1
TinderBox: Linux-rpm_deb-x86_64@46-TDF, Branch:master, Time:
2015-06-17_06:34:45

-- 
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 92141] New: Range Settings Issues

2015-06-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92141

Bug ID: 92141
   Summary: Range Settings Issues
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: oldef...@cox.net

If I Highlight my spreadsheet and go under Data  Define Range... I see four
things immediately out of joint:

(1)  The range being set up is defined with absolute addressing.  Hoe about
future additions or deletions in the matter of rows or columns?  Am Iat risk
here od having an old range setting doing something wrong because it does not
update automaticallY.

(2)  I pick out an existing range or enter its name, and suddenly my highted
range is replaced with the old range settings instead of vicxe versa.  This is
backwards from what should happen here.

(3)  Under Options, I find that none of the choices is set as a default.  This
seems contrary to good judgement.  But you don't even know of these settings or
what not having them set entails if you don't first think to click on options. 
Wouldn't it be better to have them displayed in the above menu so that their
importance is more easily identified?

(4)  Modify does not seem to do anything.  I have a range area highlighted, I
go into this Data  Define Range.. I see existing ranges, I click on one and
get the old range settings in place of my current selection, I click on Modify,
and the name box clears.  Or am I suppose to click the Modify box first?  It's
just not evident what is suppose to happen here.

(4)

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


[Libreoffice-bugs] [Bug 91580] LibO 5.0 beta Crashes with Dragon NaturallySpeaking 13 Dictation Box

2015-06-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91580

--- Comment #6 from John bugzi...@jvbowler.org ---
I think that this is a duplicate of 92014 for the general instability of writer
in LO x64 5 beta 1 and 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 91580] LibO 5.0 beta Crashes with Dragon NaturallySpeaking 13 Dictation Box

2015-06-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91580

John bugzi...@jvbowler.org changed:

   What|Removed |Added

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

-- 
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 91580] LibO 5.0 beta Crashes with Dragon NaturallySpeaking 13 Dictation Box

2015-06-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91580

tommy27 ba...@quipo.it changed:

   What|Removed |Added

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

--- Comment #7 from tommy27 ba...@quipo.it ---
ok, let's mark this as a dupe

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

-- 
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 92014] Writer: 64-bit builds of 5.0.0beta for Windows crash, other LO components unaffected

2015-06-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92014

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 CC||bugzi...@jvbowler.org

--- Comment #17 from tommy27 ba...@quipo.it ---
*** Bug 91580 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-commits] core.git: Branch 'feature/gsoc14-draw-chained-text-boxes' - svx/source

2015-06-17 Thread matteocam
 svx/source/svdraw/svdotext.cxx |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit b176420cd51fdcc1d3ee9c49859261a709ab4f77
Author: matteocam matteo.campane...@gmail.com
Date:   Wed Jun 17 16:01:30 2015 -0400

Fixed return statement

Change-Id: If878c18267b5e027395ce1fcb9c6eb17586a2d85

diff --git a/svx/source/svdraw/svdotext.cxx b/svx/source/svdraw/svdotext.cxx
index 173722b..87cef77 100644
--- a/svx/source/svdraw/svdotext.cxx
+++ b/svx/source/svdraw/svdotext.cxx
@@ -2079,10 +2079,10 @@ bool SdrTextObj::GetPreventChainable() const
 IMPL_LINK_NOARG(SdrTextObj,ImpDecomposeChainedText)
 {
 if (!IsChainable() || GetNextLinkInChain() == NULL)
-return;
+return 0;
 
 if (!pEdtOutl)
-return;
+return 0;
 
 bool bIsPageOverflow = pEdtOutl-IsPageOverflow();
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 92133] FILEOPEN: hang opening XLSX file on 5.x

2015-06-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92133

Terrence Enger lo_b...@iseries-guru.com changed:

   What|Removed |Added

 CC||lo_b...@iseries-guru.com

--- Comment #3 from Terrence Enger lo_b...@iseries-guru.com ---
I opened the file successfully on debian-wheezy with dbgutil bibisect
repo version 2015-06-16 ...

Version: 5.1.0.0.alpha1+
Build ID: 80ec99db4325a439a8a3f1d420d0a80f8bf9c439
Locale: en-CA (en_CA.UTF-8)

However, it took so long to open that I went away to do other things.
Now, I cannot say how long it took.  Meanwhile, `top` shows that
soffice.bin is using 1674MB virtual memory.

-- 
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 92131] on dual screen setup with extended desktop, tooltips only appear on the primary screen

2015-06-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92131

tim t...@tree-of-life.co.uk changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #3 from tim t...@tree-of-life.co.uk ---
I am using windows 7 home premium 64bit. Having tested further, the problem
occurred after I added the second monitor (without rebooting the pc). Windows
recognised and configured the monitor, but libreoffice obviously did not
realise the hardware had been added (and thus the screen width had been
increased).
having made no changes other than restarting the pc with both screens attached
has fixed the problem. I guess that a simple check of the screen size when the
window is moved might help. I did open another instance of writer before
restarting which still exhibited the problem, but as a reboot fixed it, it is
probably pretty 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 92140] New: Calc Appears To Do Row Column Inserts The Hard Way

2015-06-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92140

Bug ID: 92140
   Summary: Calc Appears To Do Row  Column Inserts The Hard Way
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: oldef...@cox.net

I'm running an older laptop with a Celeron cpu and onlu 4GB of RAM, so I know
it when an application becomes labored, and this happened repeatedly with Calc.

The heart of the problem was column and row inserts and deletes, because Calc
apparently goes the whole distance when doing either, even though the actual
matrix that needs to be adjusted can be defined as a rectangle set at the
maximum column by the maximum row.  This is a finite region, and columns, rows,
and cell inserts or deletes do not have to go beyond this area.

But apparently Calc see the world in a different light, at least judging by my
PC's conduct would suggest.  It did not get its act together until I saved the
work in progress, then it got perky again.

What I do now is avoid row and column inserts and delets, and just work with a
highlighted selection of cells.  It takes a bit longer and a few more steps to
go through, but at least my PC does not get bogged down.

It occurs to me that any spreadsheet is defined as a maxrix (or rectangle)
where you go from $A$1 to $column$row, where column is the maximum column
actually in use, and row is likewise the maximum row in use.  If Calc limited
its inserts and deletes to this area, it would be faster and my PC would not
suffer as much.

-- 
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 75621] FILEOPEN: Initial page display is forced to 100% on open

2015-06-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75621

Gordo gordon1dr...@yahoo.com changed:

   What|Removed |Added

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

--- Comment #5 from Gordo gordon1dr...@yahoo.com ---
Could not reproduce.

Windows Vista 64
Version: 4.4.4.2
Build ID: f784c932ccfd756d01b70b6bb5e09ff62e1b3285

Bug present in 4.3.7.2.

Changed to RESOLVED WORKSFORME.

-- 
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 83910] Loading document causes hanging

2015-06-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=83910

Tobias Lippert d...@fastmail.fm changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |d...@fastmail.fm
   |desktop.org |

--- Comment #4 from Tobias Lippert d...@fastmail.fm ---
I can confirm the bug on current LO on Fedora 22. (4.4.3.2)
I will look into it.
@Peter - Thanks for providing the test document.

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


[Libreoffice-commits] core.git: Branch 'feature/gsoc14-draw-chained-text-boxes' - editeng/source include/svx svx/source

2015-06-17 Thread matteocam
 editeng/source/editeng/impedit3.cxx |1 -
 include/svx/svdotext.hxx|4 ++--
 svx/source/svdraw/svdotext.cxx  |   11 ---
 3 files changed, 10 insertions(+), 6 deletions(-)

New commits:
commit 8aeead9b031b0d9415ea2fe740f9c626401b0d1f
Author: matteocam matteo.campane...@gmail.com
Date:   Wed Jun 17 15:39:58 2015 -0400

Moved overflow check from ImpEditEng to SdrTextObj during editing mode

Change-Id: I023d3960a3f6952bc9c21114bcd84d0be1a6ff42

diff --git a/editeng/source/editeng/impedit3.cxx 
b/editeng/source/editeng/impedit3.cxx
index 13e6030..5d6ce0b 100644
--- a/editeng/source/editeng/impedit3.cxx
+++ b/editeng/source/editeng/impedit3.cxx
@@ -4081,7 +4081,6 @@ void ImpEditEngine::CallChainingEventHdl()
 // only if it's the right ImpEditEngine (with right info on changes in 
text)
 if ( aChainingHdlLink.IsSet() /*  aStatus.GetStatusWord() */)
 {
-CheckPageOverflow();
 aChainingHdlLink.Call( mbNeedsChainingHandling );
 
 }
diff --git a/include/svx/svdotext.hxx b/include/svx/svdotext.hxx
index bbc9207..32321f4 100644
--- a/include/svx/svdotext.hxx
+++ b/include/svx/svdotext.hxx
@@ -549,7 +549,7 @@ public:
 /** called from the SdrObjEditView during text edit when the status of the 
edit outliner changes */
 virtual void onEditOutlinerStatusEvent( EditStatus* pEditStatus );
 
-virtual void onOverflowStatusEvent( bool bIsPageOverflow );
+virtual void onOverflowStatusEvent( );
 
 
 
@@ -621,7 +621,7 @@ public:
 OutlinerParaObject *impGetNonOverflowingParaObject(SdrOutliner *pOutliner) 
const;
 
 // Handler for Chained Text
-DECL_LINK(ImpDecomposeChainedText,bool*);
+DECL_LINK(ImpDecomposeChainedText,void*);
 
 // timing generators
 void impGetBlinkTextTiming(drawinglayer::animation::AnimationEntryList 
rAnimList) const;
diff --git a/svx/source/svdraw/svdotext.cxx b/svx/source/svdraw/svdotext.cxx
index cc17892..e67f5e6 100644
--- a/svx/source/svdraw/svdotext.cxx
+++ b/svx/source/svdraw/svdotext.cxx
@@ -1964,11 +1964,16 @@ void SdrTextObj::onEditOutlinerStatusEvent( EditStatus* 
pEditStatus )
 }
 }
 
-void SdrTextObj::onOverflowStatusEvent( bool bIsPageOverflow )
+void SdrTextObj::onOverflowStatusEvent( )
 {
 if (!IsChainable())
 return;
 
+if (!pEdtOutl)
+return;
+
+bool bIsPageOverflow = pEdtOutl-IsPageOverflow();
+
 if ( GetNextLinkInChain() != NULL ) // is there anything to transfer text 
to?
 {
 // set whether there is need for chaining
@@ -2090,9 +2095,9 @@ bool SdrTextObj::GetPreventChainable() const
 return pClone;
  }
 
-IMPL_LINK(SdrTextObj,ImpDecomposeChainedText,bool*,bIsPageOverflow)
+IMPL_LINK_NOARG(SdrTextObj,ImpDecomposeChainedText)
 {
-onOverflowStatusEvent( *bIsPageOverflow );
+onOverflowStatusEvent();
 return 0;
 }
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 89368] Provide way to install zip files with icon themes

2015-06-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89368

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
Version|unspecified |3.3.0 release
 Ever confirmed|0   |1

--- Comment #9 from tommy27 ba...@quipo.it ---
ok, that's an enhancement request. status 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: Branch 'feature/gsoc14-draw-chained-text-boxes' - svx/source

2015-06-17 Thread matteocam
 svx/source/svdraw/svdotext.cxx |   68 ++---
 1 file changed, 37 insertions(+), 31 deletions(-)

New commits:
commit 9b37e4a0f460fb81758cb62a38f0c664b3b4d34a
Author: matteocam matteo.campane...@gmail.com
Date:   Wed Jun 17 15:56:59 2015 -0400

Drafted status change logic to support underflow

Change-Id: I8996146dcc3d6c08cdff7c673f43cca829de39a6

diff --git a/svx/source/svdraw/svdotext.cxx b/svx/source/svdraw/svdotext.cxx
index e67f5e6..173722b 100644
--- a/svx/source/svdraw/svdotext.cxx
+++ b/svx/source/svdraw/svdotext.cxx
@@ -1966,39 +1966,20 @@ void SdrTextObj::onEditOutlinerStatusEvent( EditStatus* 
pEditStatus )
 
 void SdrTextObj::onOverflowStatusEvent( )
 {
-if (!IsChainable())
-return;
-
-if (!pEdtOutl)
-return;
-
-bool bIsPageOverflow = pEdtOutl-IsPageOverflow();
-
-if ( GetNextLinkInChain() != NULL ) // is there anything to transfer text 
to?
-{
-// set whether there is need for chaining
-// (used in EndTextEdit to crop the overflowing part)
-// XXX: might be removed later when we remove text in real time
-SetToBeChained( bIsPageOverflow );
-fprintf(stderr, [CHAINING] Need for Chaining is %s\n,
-bIsPageOverflow ? TRUE : FALSE);
-
-// Pushes text in next link on the fly
-if ( bIsPageOverflow ) {
-SdrOutliner aDrawOutliner = ImpGetDrawOutliner();
-if (pEdtOutl != NULL)
-mpOverflowingText = pEdtOutl-GetOverflowingText();
-else
-mpOverflowingText = aDrawOutliner.GetOverflowingText();
+// Pushes text in next link on the fly
+if ( mbToBeChained ) {
+SdrOutliner aDrawOutliner = ImpGetDrawOutliner();
+if (pEdtOutl != NULL)
+mpOverflowingText = pEdtOutl-GetOverflowingText();
+else
+mpOverflowingText = aDrawOutliner.GetOverflowingText();
 
-SdrTextObj *pNextTextObj = GetNextLinkInChain();
+SdrTextObj *pNextTextObj = GetNextLinkInChain();
 
-impLeaveOnlyNonOverflowingText(aDrawOutliner);
-
-// Transfer overflowing text
-impMoveChainedTextToNextLink(aDrawOutliner, pNextTextObj);
-}
+impLeaveOnlyNonOverflowingText(aDrawOutliner);
 
+// Transfer overflowing text
+impMoveChainedTextToNextLink(aDrawOutliner, pNextTextObj);
 }
 }
 
@@ -2097,7 +2078,32 @@ bool SdrTextObj::GetPreventChainable() const
 
 IMPL_LINK_NOARG(SdrTextObj,ImpDecomposeChainedText)
 {
-onOverflowStatusEvent();
+if (!IsChainable() || GetNextLinkInChain() == NULL)
+return;
+
+if (!pEdtOutl)
+return;
+
+bool bIsPageOverflow = pEdtOutl-IsPageOverflow();
+
+// Propagates the need for change
+SetToBeChained( bIsPageOverflow );
+fprintf(stderr, [CHAINING] Need for Chaining is %s\n,
+bIsPageOverflow ? TRUE : FALSE);
+
+if ( bIsPageOverflow ) {
+onOverflowStatusEvent();
+} else {
+// Underflow:
+/*
+ *
+ * If there is no overflow and other guy has text then:
+ * 1) get the text of the other guy and add it to the last paragraph
+ * (if the paragraphs are to be merged, no otherwise).
+ * 2) Set the text of the other guy to what is left
+ *
+*/
+}
 return 0;
 }
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Programming Calc-Addin in C++ with CellAdress

2015-06-17 Thread Lars Callenbach
I would like to get the adress of the cell in which an Add-In function
is called. How do I have to extend the IDL-file 
---
#include com/sun/star/uno/XInterface.idl
#include com/sun/star/lang/XInitialization.idl
#include com/sun/star/lang/XServiceName.idl
#include com/sun/star/lang/XLocalizable.idl
#include com/sun/star/sheet/XAddIn.idl
#include com/sun/star/table/CellAddress.idl

module my_module
{
  interface XSomething : com::sun::star::uno::XInterface
{ // our four methods
  string methodOne( [in] string val );
};
service MyService2
{
interface XSomething;
interface com::sun::star::lang::XInitialization;
interface com::sun::star::lang::XServiceName;
interface com::sun::star::sheet::XAddIn;
};
};
---
and how can I access the cell in the C++ code for the method?
---
OUString MyService2Impl::methodOne( OUString const  str )
throw (RuntimeException)
{
return OUString( RTL_CONSTASCII_USTRINGPARAM(
called methodOne() of MyService2 implementation: ) ) + m_arg +
str + ??CELLADDRESS??;
}
---
I would like to log information about the calling method, its
position/cell address in Calc and further information about
exceptions/wrong data. 


Help appreciated,
   Lars


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


[Libreoffice-bugs] [Bug 91131] UI: Crash when deleting List Style after trying to create new style with same name

2015-06-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91131

Julien Nabet serval2...@yahoo.fr changed:

   What|Removed |Added

   Keywords||have-backtrace
 CC||serval2...@yahoo.fr

--- Comment #3 from Julien Nabet serval2...@yahoo.fr ---
On pc Debian x86-64 with master sources updated today, I could reproduce this.
I noticed this on console:
warn:legacy.osl:4233:1:sw/source/core/undo/docundo.cxx:247: EndUndo(): given ID
different from StartUndo()

-- 
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 92014] Writer: 64-bit builds of 5.0.0beta for Windows crash, other LO components unaffected

2015-06-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92014

John bugzi...@jvbowler.org changed:

   What|Removed |Added

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

-- 
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 92131] dual screen setup: tooltips appear only on the primary screen if secondary screen is connected in a second time

2015-06-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92131

tommy27 ba...@quipo.it changed:

   What|Removed |Added

Summary|on dual screen setup with   |dual screen setup: tooltips
   |extended desktop, tooltips  |appear only on the primary
   |only appear on the primary  |screen if secondary screen
   |screen  |is connected in a second
   ||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 44725] VIEWING: Heading - Footer - Pagebreak lines appear somewhere in the page

2015-06-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=44725

--- Comment #14 from ANTONETTE KEMPLEN antonet...@gmail.com ---
I DO NOT UNDERSTAND ANY OF THIS . ALL I KNOW LIBRE OFFICE WILL ONLY SHOW FIRST
PAGE OF DOCUMENT , OTHER PAGES ARE MISSING (EXAMPLE) MY COMCAST STATEMENT HAS 3
PAGES  WHEN CLICKING TO open LIBRE ONLY OPENS THE FIRST PAGE. WHERE ARE THE
OTHER TWO PAGES? ALSO THE FIRST PAGE HAS SENTENCES  RUNNING INTO OTHER
SENTENCES CANNOT MAKE OUT UNLESS I ZOOM TO 150%

-- 
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 92143] New: Equation solving in Writer tables gives wrong answers for average and stdev

2015-06-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92143

Bug ID: 92143
   Summary: Equation solving in Writer tables gives wrong answers
for average and stdev
   Product: LibreOffice
   Version: 5.0.0.0.beta3
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: major
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: mahf...@gmail.com

Created attachment 116610
  -- https://bugs.documentfoundation.org/attachment.cgi?id=116610action=edit
Example document

When using average or stdev functions in Writer native tables, the results are
totally off. Sum is shown in both cases instead.

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


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

2015-06-17 Thread László Németh
 include/sfx2/thumbnailview.hxx   |6 --
 sfx2/source/control/templateabstractview.cxx |5 +
 sfx2/source/control/thumbnailview.cxx|   23 ---
 3 files changed, 13 insertions(+), 21 deletions(-)

New commits:
commit 2b067f929389fee1382a2cb7c609c420c17e23af
Author: László Németh laszlo.nem...@collabora.com
Date:   Thu Jun 18 00:44:45 2015 +0200

fix start center rendering

Change-Id: Ib32b299806851fd2df1fbe8a824c1fe49a4efd99

diff --git a/include/sfx2/thumbnailview.hxx b/include/sfx2/thumbnailview.hxx
index 04c251c..b7375dd 100644
--- a/include/sfx2/thumbnailview.hxx
+++ b/include/sfx2/thumbnailview.hxx
@@ -261,10 +261,6 @@ protected:
 
 virtual void Paint(vcl::RenderContext rRenderContext, const Rectangle 
rRect) SAL_OVERRIDE;
 
-virtual void PrePaint(vcl::RenderContext rRenderContext) SAL_OVERRIDE;
-
-virtual void PostPaint(vcl::RenderContext rRenderContext) SAL_OVERRIDE;
-
 virtual void GetFocus() SAL_OVERRIDE;
 
 virtual void LoseFocus() SAL_OVERRIDE;
@@ -339,8 +335,6 @@ protected:
 Link maItemStateHdl;
 ThumbnailItemAttributes* mpItemAttrs;
 
-std::unique_ptrdrawinglayer::processor2d::BaseProcessor2D mpProcessor;
-
 boost::functionbool (const ThumbnailViewItem*) maFilterFunc;
 };
 
diff --git a/sfx2/source/control/templateabstractview.cxx 
b/sfx2/source/control/templateabstractview.cxx
index fdf246a..dbd2379 100644
--- a/sfx2/source/control/templateabstractview.cxx
+++ b/sfx2/source/control/templateabstractview.cxx
@@ -20,6 +20,7 @@
 #include basegfx/polygon/b2dpolygon.hxx
 #include drawinglayer/primitive2d/polypolygonprimitive2d.hxx
 #include drawinglayer/processor2d/baseprocessor2d.hxx
+#include drawinglayer/processor2d/processorfromoutputdevice.hxx
 
 #include com/sun/star/embed/ElementModes.hpp
 #include com/sun/star/embed/XStorage.hpp
@@ -313,6 +314,10 @@ void TemplateAbstractView::Paint(vcl::RenderContext 
rRenderContext, const Recta
 new 
PolyPolygonColorPrimitive2D(B2DPolyPolygon(Polygon(aRect).getB2DPolygon()),
 BColor(1.0, 1.0, 1.0)));
 
+const drawinglayer::geometry::ViewInformation2D aNewViewInfos;
+std::unique_ptrdrawinglayer::processor2d::BaseProcessor2D mpProcessor(
+
drawinglayer::processor2d::createBaseProcessor2DFromOutputDevice(rRenderContext,
 aNewViewInfos));
+
 mpProcessor-process(aSeq);
 }
 
diff --git a/sfx2/source/control/thumbnailview.cxx 
b/sfx2/source/control/thumbnailview.cxx
index 4bcdf56..08675c0 100644
--- a/sfx2/source/control/thumbnailview.cxx
+++ b/sfx2/source/control/thumbnailview.cxx
@@ -252,7 +252,7 @@ void ThumbnailView::DrawItem(ThumbnailViewItem *pItem)
 Rectangle aRect = pItem-getDrawArea();
 
 if ((aRect.GetHeight()  0)  (aRect.GetWidth()  0))
-pItem-Paint(mpProcessor.get(), mpItemAttrs);
+Invalidate(aRect);
 }
 }
 
@@ -855,7 +855,7 @@ void ThumbnailView::Command( const CommandEvent rCEvt )
 Control::Command( rCEvt );
 }
 
-void ThumbnailView::Paint(vcl::RenderContext /*rRenderContext*/, const 
Rectangle rRect)
+void ThumbnailView::Paint(vcl::RenderContext rRenderContext, const Rectangle 
rRect)
 {
 size_t nItemCount = mItemList.size();
 
@@ -865,6 +865,11 @@ void ThumbnailView::Paint(vcl::RenderContext 
/*rRenderContext*/, const Rectangl
 B2DPolyPolygon(Polygon(rRect, 5, 5).getB2DPolygon()),
 maColor.getBColor()));
 
+// Create the processor and process the primitives
+const drawinglayer::geometry::ViewInformation2D aNewViewInfos;
+
+std::unique_ptrdrawinglayer::processor2d::BaseProcessor2D mpProcessor(
+
drawinglayer::processor2d::createBaseProcessor2DFromOutputDevice(rRenderContext,
 aNewViewInfos));
 mpProcessor-process(aSeq);
 
 // draw items
@@ -874,7 +879,7 @@ void ThumbnailView::Paint(vcl::RenderContext 
/*rRenderContext*/, const Rectangl
 
 if (pItem-isVisible())
 {
-DrawItem(pItem);
+pItem-Paint(mpProcessor.get(), mpItemAttrs);
 }
 }
 
@@ -882,18 +887,6 @@ void ThumbnailView::Paint(vcl::RenderContext 
/*rRenderContext*/, const Rectangl
 mpScrBar-Invalidate(rRect);
 }
 
-void ThumbnailView::PrePaint(vcl::RenderContext rRenderContext)
-{
-// Create the processor and process the primitives
-const drawinglayer::geometry::ViewInformation2D aNewViewInfos;
-
mpProcessor.reset(drawinglayer::processor2d::createBaseProcessor2DFromOutputDevice(rRenderContext,
 aNewViewInfos));
-}
-
-void ThumbnailView::PostPaint(vcl::RenderContext /*rRenderContext*/)
-{
-mpProcessor.reset();
-}
-
 void ThumbnailView::GetFocus()
 {
 // Select the first item if nothing selected
___
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' - icon-themes/human icon-themes/industrial icon-themes/oxygen icon-themes/tango icon-themes/tango_testing

2015-06-17 Thread Jan Holesovsky
 icon-themes/human/cmd/lc_styleupdatebyexample.png |binary
 icon-themes/industrial/cmd/lc_styleupdatebyexample.png|binary
 icon-themes/oxygen/cmd/lc_styleupdatebyexample.png|binary
 icon-themes/tango/cmd/lc_styleupdatebyexample.png |binary
 icon-themes/tango_testing/cmd/lc_styleupdatebyexample.png |binary
 5 files changed

New commits:
commit a4d223689df8049be83589bafb2d1e3f4bbc8fc5
Author: Jan Holesovsky ke...@collabora.com
Date:   Wed Jun 17 19:26:42 2015 +0200

Restore lc_styleupdatebyexample.png

They were removed in commit 18f41dfaf19d656d290c47d196ef2702e169a522 by
mistake.

Change-Id: I0ed17471cd9d6ef19d401210ed530dab93c47865
(cherry picked from commit 375348ccf11970195ac87c9017606b8d6b602234)
Signed-off-by: Adolfo Jayme Barrientos fit...@ubuntu.com

diff --git a/icon-themes/human/cmd/lc_styleupdatebyexample.png 
b/icon-themes/human/cmd/lc_styleupdatebyexample.png
new file mode 100644
index 000..7633991
Binary files /dev/null and b/icon-themes/human/cmd/lc_styleupdatebyexample.png 
differ
diff --git a/icon-themes/industrial/cmd/lc_styleupdatebyexample.png 
b/icon-themes/industrial/cmd/lc_styleupdatebyexample.png
new file mode 100644
index 000..7633991
Binary files /dev/null and 
b/icon-themes/industrial/cmd/lc_styleupdatebyexample.png differ
diff --git a/icon-themes/oxygen/cmd/lc_styleupdatebyexample.png 
b/icon-themes/oxygen/cmd/lc_styleupdatebyexample.png
new file mode 100644
index 000..7633991
Binary files /dev/null and b/icon-themes/oxygen/cmd/lc_styleupdatebyexample.png 
differ
diff --git a/icon-themes/tango/cmd/lc_styleupdatebyexample.png 
b/icon-themes/tango/cmd/lc_styleupdatebyexample.png
new file mode 100644
index 000..9944ece
Binary files /dev/null and b/icon-themes/tango/cmd/lc_styleupdatebyexample.png 
differ
diff --git a/icon-themes/tango_testing/cmd/lc_styleupdatebyexample.png 
b/icon-themes/tango_testing/cmd/lc_styleupdatebyexample.png
new file mode 100644
index 000..c6d0dbd
Binary files /dev/null and 
b/icon-themes/tango_testing/cmd/lc_styleupdatebyexample.png differ
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2015-06-17 Thread Michael Stahl
 slideshow/source/engine/sp_debug.cxx |8 
 sw/source/core/txtnode/txatbase.cxx  |9 
 sw/source/filter/ww8/docxattributeoutput.cxx |6 +++
 sw/source/filter/ww8/wrtw8nds.cxx|   52 +++
 4 files changed, 60 insertions(+), 15 deletions(-)

New commits:
commit ef82115aef668b649a80324f5cd126f93a169c4d
Author: Michael Stahl mst...@redhat.com
Date:   Thu Jun 18 00:21:24 2015 +0200

sw: WW8 export: speed up attribute iteration

Change-Id: I9da47d7add4fadf34fd4e3c9aa6f1e65cf100b20

diff --git a/sw/source/filter/ww8/wrtw8nds.cxx 
b/sw/source/filter/ww8/wrtw8nds.cxx
index e478f1d..7eb5dec 100644
--- a/sw/source/filter/ww8/wrtw8nds.cxx
+++ b/sw/source/filter/ww8/wrtw8nds.cxx
@@ -1230,6 +1230,8 @@ int SwWW8AttrIter::OutAttrWithRange(sal_Int32 nPos)
 }
 break;
 }
+if (nPos  *pHt-GetAnyEnd())
+break; // sorted by end
 }
 for ( size_t i = 0; i  pTextAttrs-Count(); ++i )
 {
@@ -1282,6 +1284,8 @@ int SwWW8AttrIter::OutAttrWithRange(sal_Int32 nPos)
 }
 break;
 }
+if (nPos  pHt-GetStart())
+break; // sorted by start
 }
 m_rExport.m_aCurrentCharPropStarts.pop(); // HasTextItem only allowed 
in the above range
 }
commit e5ae9bed63a742d9fb40cf63ce92eba5ac72b23d
Author: Michael Stahl mst...@redhat.com
Date:   Thu Jun 18 00:18:02 2015 +0200

sw: DOCX export: fix exporting of hyperlink inside ruby

The problem is that the hints are iterated in order of start position,
and if there is a hyperlink inside a ruby then its end position will be
reached after the end position of the ruby due to the sort order, which
leads to overlapping XML elements.

So for any given position, first export the end positions, then the
start positions.

Change-Id: I2db28d7a36e4e34fbd394b3a69fe4549ee905250
Example: fdo82849-1.docx

diff --git a/sw/source/filter/ww8/wrtw8nds.cxx 
b/sw/source/filter/ww8/wrtw8nds.cxx
index 03818f7..e478f1d 100644
--- a/sw/source/filter/ww8/wrtw8nds.cxx
+++ b/sw/source/filter/ww8/wrtw8nds.cxx
@@ -1198,6 +1198,39 @@ int SwWW8AttrIter::OutAttrWithRange(sal_Int32 nPos)
 {
 m_rExport.m_aCurrentCharPropStarts.push( nPos );
 const sal_Int32* pEnd;
+// first process ends of attributes with extent
+for (size_t i = 0; i  pTextAttrs-GetEndCount(); ++i)
+{
+const SwTextAttr* pHt = pTextAttrs-GetEnd(i);
+const SfxPoolItem* pItem = pHt-GetAttr();
+switch ( pItem-Which() )
+{
+case RES_TXTATR_INETFMT:
+pEnd = pHt-End();
+if (nPos == *pEnd  nPos != pHt-GetStart())
+{
+if (m_rExport.AttrOutput().EndURL(nPos == rNd.Len()))
+--nRet;
+}
+break;
+case RES_TXTATR_REFMARK:
+pEnd = pHt-End();
+if (nullptr != pEnd  nPos == *pEnd  nPos != 
pHt-GetStart())
+{
+OutSwFormatRefMark(*static_castconst 
SwFormatRefMark*(pItem), false);
+--nRet;
+}
+break;
+case RES_TXTATR_CJK_RUBY:
+pEnd = pHt-End();
+if (nPos == *pEnd  nPos != pHt-GetStart())
+{
+m_rExport.AttrOutput().EndRuby();
+--nRet;
+}
+break;
+}
+}
 for ( size_t i = 0; i  pTextAttrs-Count(); ++i )
 {
 const SwTextAttr* pHt = (*pTextAttrs)[i];
@@ -1212,8 +1245,8 @@ int SwWW8AttrIter::OutAttrWithRange(sal_Int32 nPos)
 ++nRet;
 }
 pEnd = pHt-End();
-if (nPos == *pEnd )
-{
+if (nPos == *pEnd  nPos == pHt-GetStart())
+{   // special case: empty must be handled here
 if (m_rExport.AttrOutput().EndURL(nPos == rNd.Len()))
 --nRet;
 }
@@ -1225,8 +1258,8 @@ int SwWW8AttrIter::OutAttrWithRange(sal_Int32 nPos)
 ++nRet;
 }
 pEnd = pHt-End();
-if (nullptr != pEnd  nPos == *pEnd)
-{
+if (nullptr != pEnd  nPos == *pEnd  nPos == 
pHt-GetStart())
+{   // special case: empty TODO: is this possible or would 
empty one have pEnd null?
 OutSwFormatRefMark( *static_cast const 
SwFormatRefMark* ( pItem ), false );
 --nRet;
 }
@@ -1242,8 +1275,8 @@ 

[Libreoffice-bugs] [Bug 92144] New: Calc styles cannot have percentage sizes for fonts

2015-06-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92144

Bug ID: 92144
   Summary: Calc styles cannot have percentage sizes for fonts
   Product: LibreOffice
   Version: 4.4.3.1 rc
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: mahf...@gmail.com

In Writer paragraph styles can inherit parent sizes or change these by
percentage, have size like 95% or 80%.

In Calc this does not work for cell styles.

-- 
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 92144] Calc styles cannot have percentage sizes for fonts

2015-06-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92144

Cor Nouws c...@nouenoff.nl changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||c...@nouenoff.nl
Version|4.4.3.1 rc  |Inherited From OOo
 Ever confirmed|0   |1

--- Comment #1 from Cor Nouws c...@nouenoff.nl ---
Hi Mahfiaz,

Thanks for your post.
Your observation is correct.
In Writer this makes real sense, since styles Heading 1 etc, inherit from
Heading. So changing one, is a simple way to change all.

What use do you see in Calc?
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 92144] Calc styles cannot have percentage sizes for fonts

2015-06-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92144

--- Comment #2 from mahfiaz mahf...@gmail.com ---
The new default styles here
https://bugs.documentfoundation.org/show_bug.cgi?id=90937 would have similar
use for headings.

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


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

2015-06-17 Thread Eike Rathke
 sc/inc/refdata.hxx   |5 ++
 sc/source/core/inc/interpre.hxx  |2 +
 sc/source/core/tool/interpr1.cxx |5 +-
 sc/source/core/tool/interpr4.cxx |   20 ++
 sc/source/core/tool/refdata.cxx  |   73 ++-
 5 files changed, 101 insertions(+), 4 deletions(-)

New commits:
commit fb6dd2a73074b9695bd8ddf7ba40f1819b03024e
Author: Eike Rathke er...@redhat.com
Date:   Thu Jun 18 00:05:58 2015 +0200

Resolves: tdf#83365 push proper references in INDIRECT

... that take relative/absolute addressing and sheet 3D flag into
account to be fed to reference extension via range operator.

Change-Id: Iabe13ae384577e2d71ca87af6482ddccbf7ad0ac

diff --git a/sc/inc/refdata.hxx b/sc/inc/refdata.hxx
index ac27db8..e0d9b80 100644
--- a/sc/inc/refdata.hxx
+++ b/sc/inc/refdata.hxx
@@ -57,6 +57,8 @@ public:
 void InitAddress( SCCOL nCol, SCROW nRow, SCTAB nTab );
 /// InitAddressRel: InitFlags and set address, everything relative to rPos
 void InitAddressRel( const ScAddress rAdr, const ScAddress rPos );
+/// InitFlags and set address, relative to rPos if rRef says so.
+void InitFromRefAddress( const ScRefAddress rRef, const ScAddress rPos );
 sal_uInt8 FlagValue() const { return mnFlagValue;}
 
 void SetColRel( bool bVal ) { Flags.bColRel = bVal; }
@@ -135,6 +137,9 @@ struct ScComplexRefData
 Ref2.InitAddress( nCol2, nRow2, nTab2 );
 }
 
+/// InitFlags and set range, relative to rPos if rRef1 and rRef2 say so.
+void InitFromRefAddresses( const ScRefAddress rRef1, const ScRefAddress 
rRef2, const ScAddress rPos );
+
 bool Valid() const;
 
 /** In external references nTab is -1 for the start tab and -1 for the end
diff --git a/sc/source/core/inc/interpre.hxx b/sc/source/core/inc/interpre.hxx
index 443164e..aea7c5f 100644
--- a/sc/source/core/inc/interpre.hxx
+++ b/sc/source/core/inc/interpre.hxx
@@ -333,6 +333,8 @@ void PushExternalSingleRef(sal_uInt16 nFileId, const 
OUString rTabName,
 void PushExternalDoubleRef(sal_uInt16 nFileId, const OUString rTabName,
SCCOL nCol1, SCROW nRow1, SCTAB nTab1,
SCCOL nCol2, SCROW nRow2, SCTAB nTab2);
+void PushSingleRef( const ScRefAddress rRef );
+void PushDoubleRef( const ScRefAddress rRef1, const ScRefAddress rRef2 );
 void PushMatrix( const sc::RangeMatrix rMat );
 void PushMatrix(const ScMatrixRef pMat);
 void PushError( sal_uInt16 nError );
diff --git a/sc/source/core/tool/interpr1.cxx b/sc/source/core/tool/interpr1.cxx
index 66eef72..df14604 100644
--- a/sc/source/core/tool/interpr1.cxx
+++ b/sc/source/core/tool/interpr1.cxx
@@ -7052,8 +7052,7 @@ void ScInterpreter::ScIndirect()
 aRefAd2.Col(), aRefAd2.Row(), aRefAd2.Tab());
 }
 else
-PushDoubleRef( aRefAd.Col(), aRefAd.Row(), aRefAd.Tab(),
-aRefAd2.Col(), aRefAd2.Row(), aRefAd2.Tab() );
+PushDoubleRef( aRefAd, aRefAd2);
 }
 else if (ConvertSingleRef(pDok, sRefStr, nTab, aRefAd, aDetails, 
aExtInfo))
 {
@@ -7063,7 +7062,7 @@ void ScInterpreter::ScIndirect()
 aExtInfo.mnFileId, aExtInfo.maTabName, aRefAd.Col(), 
aRefAd.Row(), aRefAd.Tab());
 }
 else
-PushSingleRef( aRefAd.Col(), aRefAd.Row(), aRefAd.Tab() );
+PushSingleRef( aRefAd);
 }
 else
 {
diff --git a/sc/source/core/tool/interpr4.cxx b/sc/source/core/tool/interpr4.cxx
index 04d7770..9aee92f 100644
--- a/sc/source/core/tool/interpr4.cxx
+++ b/sc/source/core/tool/interpr4.cxx
@@ -1968,6 +1968,26 @@ void ScInterpreter::PushExternalDoubleRef(
 }
 }
 
+void ScInterpreter::PushSingleRef( const ScRefAddress rRef )
+{
+if (!IfErrorPushError())
+{
+ScSingleRefData aRef;
+aRef.InitFromRefAddress( rRef, aPos);
+PushTempTokenWithoutError( new ScSingleRefToken( aRef ) );
+}
+}
+
+void ScInterpreter::PushDoubleRef( const ScRefAddress rRef1, const 
ScRefAddress rRef2 )
+{
+if (!IfErrorPushError())
+{
+ScComplexRefData aRef;
+aRef.InitFromRefAddresses( rRef1, rRef2, aPos);
+PushTempTokenWithoutError( new ScDoubleRefToken( aRef ) );
+}
+}
+
 void ScInterpreter::PushMatrix( const sc::RangeMatrix rMat )
 {
 if (!rMat.isRangeValid())
diff --git a/sc/source/core/tool/refdata.cxx b/sc/source/core/tool/refdata.cxx
index af18610..97d419c 100644
--- a/sc/source/core/tool/refdata.cxx
+++ b/sc/source/core/tool/refdata.cxx
@@ -41,6 +41,16 @@ void ScSingleRefData::InitAddressRel( const ScAddress rAdr, 
const ScAddress rP
 SetAddress(rAdr, rPos);
 }
 
+void ScSingleRefData::InitFromRefAddress( const ScRefAddress rRef, const 
ScAddress rPos )
+{
+InitFlags();
+SetColRel( rRef.IsRelCol());
+SetRowRel( rRef.IsRelRow());
+SetTabRel( rRef.IsRelTab());
+SetFlag3D( rRef.Tab() != rPos.Tab());
+

[Libreoffice-commits] core.git: Branch 'feature/gsoc14-draw-chained-text-boxes' - svx/source

2015-06-17 Thread matteocam
 svx/source/svdraw/svdotext.cxx |9 +++--
 1 file changed, 7 insertions(+), 2 deletions(-)

New commits:
commit 97d5e2f3161cc7ede179dfeda89658d509c009eb
Author: matteocam matteo.campane...@gmail.com
Date:   Wed Jun 17 16:41:32 2015 -0400

Causing overflow to transfer text in underflowing src box

Change-Id: I6fa247a4d0388aedbb9aff0bd7afd502b90c9337

diff --git a/svx/source/svdraw/svdotext.cxx b/svx/source/svdraw/svdotext.cxx
index f9212b5..3713040 100644
--- a/svx/source/svdraw/svdotext.cxx
+++ b/svx/source/svdraw/svdotext.cxx
@@ -1996,7 +1996,7 @@ void SdrTextObj::onUnderflowStatusEvent( )
 */
 
 SdrTextObj *pNextLink = GetNextLinkInChain();
-SdrOutliner rOutl = ImpGetDrawOutliner();
+SdrOutliner aDrawOutliner = ImpGetDrawOutliner();
 
 if (!pNextLink-HasText())
 return;
@@ -2005,7 +2005,12 @@ void SdrTextObj::onUnderflowStatusEvent( )
 // XXX: For now it's not merging anything just adding the while thing as a 
separate para
 OutlinerParaObject *pNextLinkWholeText = 
pNextLink-GetOutlinerParaObject();
 if (pNextLinkWholeText) {
-
+// Set text from this object
+OutlinerParaObject *pCurText = GetOutlinerParaObject();
+aDrawOutliner.SetText(*pCurText);
+aDrawOutliner.AddText(*pNextLinkWholeText);
+OutlinerParaObject *pNewText = aDrawOutliner.CreateParaObject();
+const_castSdrTextObj*(this)-NbcSetOutlinerParaObject(pNewText);
 }
 
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 91867] Open Navigation/Style menu from the status bar in the sidebar.

2015-06-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91867

Cor Nouws c...@nouenoff.nl changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WONTFIX

--- Comment #5 from Cor Nouws c...@nouenoff.nl ---
(In reply to Bastián Díaz from comment #4)

 In my view, the user should be able to open the windows mode options from
 the sidebar (similar to how open the additional options in the Properties
 tab), however, if it is an issue that has already been discussed, feel free
 closing the bug report.

Doing so now. Thanks for your reply.
And of course chime in if new ideas / other issues come up.
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 92140] Calc Appears To Do Row Column Inserts The Hard Way

2015-06-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92140

m.a.riosv miguelange...@libreoffice.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||miguelangelrv@libreoffice.o
   ||rg
 Ever confirmed|0   |1

--- Comment #1 from m.a.riosv miguelange...@libreoffice.org ---
Hi @Donal, please what is your LibreOffice 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 92136] 'Styles and Formatting'/Sidebar is empty with Formula bar

2015-06-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92136

raal r...@post.cz changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||r...@post.cz
  Component|Writer  |UI
 Ever confirmed|0   |1
 OS|Windows (All)   |All

--- Comment #1 from raal r...@post.cz ---
I can confirm with Version: 5.1.0.0.alpha1+
Build ID: 7a138bee01f96405899cb46cf60a4b9a734e77b1
TinderBox: Linux-rpm_deb-x86_64@46-TDF, Branch:master, Time:
2015-06-17_06:34:45

-- 
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 90937] Default set of calc cell styles

2015-06-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90937

--- Comment #3 from mahfiaz mahf...@gmail.com ---
Created attachment 116607
  -- https://bugs.documentfoundation.org/attachment.cgi?id=116607action=edit
Calc default styles proposal

-- 
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 90937] Default set of calc cell styles

2015-06-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90937

--- Comment #5 from mahfiaz mahf...@gmail.com ---
Created attachment 116608
  -- https://bugs.documentfoundation.org/attachment.cgi?id=116608action=edit
A cleaned version of style definitions XML

-- 
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 'feature/gsoc14-draw-chained-text-boxes' - include/svx svx/source

2015-06-17 Thread matteocam
 include/svx/svdotext.hxx   |1 +
 svx/source/svdraw/svdotext.cxx |6 ++
 2 files changed, 7 insertions(+)

New commits:
commit 95e136712bde6f457184464d0477ec7b720b4b89
Author: matteocam matteo.campane...@gmail.com
Date:   Wed Jun 17 16:06:32 2015 -0400

Added SdrTextObj::onUnderflowStatusEvent

Change-Id: I8661462f01d6ec23bed86275c9bbf7b94a5ab546

diff --git a/include/svx/svdotext.hxx b/include/svx/svdotext.hxx
index 32321f4..9dcb58a 100644
--- a/include/svx/svdotext.hxx
+++ b/include/svx/svdotext.hxx
@@ -550,6 +550,7 @@ public:
 virtual void onEditOutlinerStatusEvent( EditStatus* pEditStatus );
 
 virtual void onOverflowStatusEvent( );
+virtual void onUnderflowStatusEvent( );
 
 
 
diff --git a/svx/source/svdraw/svdotext.cxx b/svx/source/svdraw/svdotext.cxx
index 87cef77..867423b 100644
--- a/svx/source/svdraw/svdotext.cxx
+++ b/svx/source/svdraw/svdotext.cxx
@@ -1983,6 +1983,11 @@ void SdrTextObj::onOverflowStatusEvent( )
 }
 }
 
+void SdrTextObj::onUnderflowStatusEvent( )
+{
+
+}
+
 /** returns the currently active text. */
 SdrText* SdrTextObj::getActiveText() const
 {
@@ -2103,6 +2108,7 @@ IMPL_LINK_NOARG(SdrTextObj,ImpDecomposeChainedText)
  * 2) Set the text of the other guy to what is left
  *
 */
+onUnderflowStatusEvent();
 }
 return 0;
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 92121] Add option to format currency with currency sign left aligned

2015-06-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92121

--- Comment #3 from m.a.riosv miguelange...@libreoffice.org ---
Created attachment 116609
  -- https://bugs.documentfoundation.org/attachment.cgi?id=116609action=edit
Screenshot how it works for me.

It works for me with:
Win7x64Ultimate
Version: 4.4.4.2 Build ID: f784c932ccfd756d01b70b6bb5e09ff62e1b3285

Verify you have written right the format, if your language has comma as decimal
separator (like mine) you must change them.

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


Re: [Libreoffice-ux-advise] UI changes for LO-5.0 - review needed

2015-06-17 Thread Zolnai Tamás
2015-06-17 11:04 GMT+02:00 Jean-Baptiste Faure jbfa...@libreoffice.org:
 Le 17/06/2015 10:10, Zolnai Tamás a écrit :
 [...]
 Highlighting should be placed above the area fill. It's a bug, I
 missed to cherry-pick all needed changes from master,
 now it works on libreoffice-5.0 branch too.

 Ha, ok. Works now.

 Another thing: highlighting is only in the paragraph style dialog, not
 in the paragraph formatting dialog nor in the property tab of the
 sidebar. Is that delibarate?

Yes, it works like that. A paragraph style is special, it can contain
both paragraph and character attributes, but the direct formatting of
paragraphs means only paragraph level attributes.

Best Regards,
Tamás
___
Libreoffice-ux-advise mailing list
Libreoffice-ux-advise@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-ux-advise


[Libreoffice-commits] core.git: Branch 'feature/gsoc14-draw-chained-text-boxes' - include/svx svx/source

2015-06-17 Thread matteocam
 include/svx/textchain.hxx   |   23 ++-
 svx/source/svdraw/svdotext.cxx  |1 +
 svx/source/svdraw/textchain.cxx |   11 +++
 3 files changed, 34 insertions(+), 1 deletion(-)

New commits:
commit 5b9dc85fd7134abba82dd1910f9fb726535f9e97
Author: matteocam matteo.campane...@gmail.com
Date:   Wed Jun 17 17:47:40 2015 -0400

Drafted classes and methods for implemening underflow as overwriting 
overflow

Change-Id: Ie7a904dc0cae0b2403d777390f5ee8eae534a6f7

diff --git a/include/svx/textchain.hxx b/include/svx/textchain.hxx
index 42dc999..b3eda9b 100644
--- a/include/svx/textchain.hxx
+++ b/include/svx/textchain.hxx
@@ -20,8 +20,28 @@
 #ifndef INCLUDED_SVX_TEXTCHAIN_HXX
 #define INCLUDED_SVX_TEXTCHAIN_HXX
 
+#include map
+
+class ImpChainLinkProperties;
 class SdrTextObj;
 
+namespace rtl {
+class OUString;
+}
+
+typedef std::map rtl::OUString, ImpChainLinkProperties  LinkPropertiesMaps;
+
+
+class ImpChainLinkProperties
+{
+public:
+friend class TextChain;
+
+private:
+// all kind of stuff such has MergeableFirstParagraphs or if 
overflapping should occurr on overflow
+};
+
+
 class TextChain {
 
 public:
@@ -31,7 +51,8 @@ class TextChain {
 
 // return whether a paragraph is split between the two links in the 
argument
 bool GetLinksHaveMergeableFirstPara(SdrTextObj *pPrevLink, SdrTextObj 
*pNextLink);
-
+void SetOverwriteOnOverflow(SdrTextObj *, bool );
+bool GetOverwriteOnOverflow(SdrTextObj *pTarget);
 };
 
 #endif // INCLUDED_SVX_TEXTCHAIN_HXX
diff --git a/svx/source/svdraw/svdotext.cxx b/svx/source/svdraw/svdotext.cxx
index 64d1937..2ff88aa 100644
--- a/svx/source/svdraw/svdotext.cxx
+++ b/svx/source/svdraw/svdotext.cxx
@@ -46,6 +46,7 @@
 #include svx/xflgrit.hxx
 #include svx/svdpool.hxx
 #include svx/xflclit.hxx
+#include svx/textchain.hxx
 #include svl/style.hxx
 #include editeng/editeng.hxx
 #include editeng/overflowingtxt.hxx
diff --git a/svx/source/svdraw/textchain.cxx b/svx/source/svdraw/textchain.cxx
index a4495b0..709d562 100644
--- a/svx/source/svdraw/textchain.cxx
+++ b/svx/source/svdraw/textchain.cxx
@@ -38,4 +38,15 @@ bool TextChain::GetLinksHaveMergeableFirstPara(SdrTextObj 
*pPrevLink, SdrTextObj
 // XXX
 return false;
 }
+
+void TextChain::SetOverwriteOnOverflow(SdrTextObj *pTarget, bool bOverwrite)
+{
+
+}
+
+bool TextChain::GetOverwriteOnOverflow(SdrTextObj *pTarget)
+{
+
+}
+
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 76278] [EDITING][FIELD][UNDO] Updated user field does not respond to undo command

2015-06-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=76278

--- Comment #3 from Gordo gordon1dr...@yahoo.com ---
Still reproducible.

Windows Vista 64
Version: 4.4.4.2
Build ID: f784c932ccfd756d01b70b6bb5e09ff62e1b3285

Version: 5.1.0.0.alpha1+
Build ID: 46564fd97308ce070248482ad65a311a329a2b76
TinderBox: Win-x86@39, Branch:master, Time: 2015-06-15_00:08:53

-- 
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 92142] New: TABLE: Table of contents cannot be created in specific document

2015-06-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92142

Bug ID: 92142
   Summary: TABLE: Table of contents cannot be created in specific
document
   Product: LibreOffice
   Version: 4.4.3.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ed...@live.com

When attempting to create a table of contents only the title of the table of
contents appears. This works perfect on any other document. When I tried to
copy part of this document on an existing document with a table of contents and
updating it, it became empty. 
I have then asked a friend to generate a table of contents in Word and resend
the document, however when I opened the document there was no table of
contents, even though that usually works.

-- 
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 77157] Other: Dialogue Text is Wrong if Document is Switched to Read-only Mode

2015-06-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=77157

--- Comment #5 from Harald Koester harald.koes...@mail.de ---
Bug still exists in version 4.4.3 with 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: Branch 'feature/gsoc14-draw-chained-text-boxes' - svx/source

2015-06-17 Thread matteocam
 svx/source/svdraw/svdotext.cxx |5 +
 1 file changed, 5 insertions(+)

New commits:
commit 408b16a197b6fdf2dcedecb4531b5507dd5c350f
Author: matteocam matteo.campane...@gmail.com
Date:   Wed Jun 17 17:32:11 2015 -0400

Sets dest box's text by resetting it on underflow

Change-Id: I4276e37536e834f79b79acea2b0f2a8b2182f632

diff --git a/svx/source/svdraw/svdotext.cxx b/svx/source/svdraw/svdotext.cxx
index 3713040..64d1937 100644
--- a/svx/source/svdraw/svdotext.cxx
+++ b/svx/source/svdraw/svdotext.cxx
@@ -2010,6 +2010,11 @@ void SdrTextObj::onUnderflowStatusEvent( )
 aDrawOutliner.SetText(*pCurText);
 aDrawOutliner.AddText(*pNextLinkWholeText);
 OutlinerParaObject *pNewText = aDrawOutliner.CreateParaObject();
+
+// 2) Set the text of the next guy to what is left
+// (since this happens automatically by overflow we just order to 
reset the destination box's text)
+GetTextChain()-SetOverwriteOnOverflow(pNextLink, true);
+
 const_castSdrTextObj*(this)-NbcSetOutlinerParaObject(pNewText);
 }
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 76646] Other: Option “Ctrl-click required to follow hyperlinks“ does not influence hyperlinks in Draw and Impress

2015-06-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=76646

--- Comment #5 from Harald Koester harald.koes...@mail.de ---
Bug still exists in version 4.4.3 with 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] online.git: loleaflet/dist loleaflet/plugins loleaflet/src

2015-06-17 Thread Henry Castro
 loleaflet/dist/leaflet.css|2 
 loleaflet/plugins/draw-0.2.4/src/edit/handler/Edit.Rectangle.js   |   22 +-
 loleaflet/plugins/draw-0.2.4/src/edit/handler/Edit.SimpleShape.js |8 +-
 loleaflet/src/layer/marker/Marker.js  |2 
 loleaflet/src/layer/tile/TileLayer.js |   32 
+-
 5 files changed, 53 insertions(+), 13 deletions(-)

New commits:
commit f9b012ae45ed8ac27033a54ff3080d435b5b5d5d
Author: Henry Castro hcas...@collabora.com
Date:   Wed Jun 17 20:59:33 2015 -0400

loleaflet: grow / shrink the graphic selection.

diff --git a/loleaflet/dist/leaflet.css b/loleaflet/dist/leaflet.css
index 346d9e5..a6a6007 100644
--- a/loleaflet/dist/leaflet.css
+++ b/loleaflet/dist/leaflet.css
@@ -178,11 +178,9 @@
 
 .leaflet-interactive {
cursor: pointer;
-   pointer-events: none;
}
 .leaflet-container {
cursor: text;
-   cursor: text;
}
 .leaflet-crosshair,
 .leaflet-crosshair .leaflet-interactive {
diff --git a/loleaflet/plugins/draw-0.2.4/src/edit/handler/Edit.Rectangle.js 
b/loleaflet/plugins/draw-0.2.4/src/edit/handler/Edit.Rectangle.js
index e65e5a4..4ce5a2e 100644
--- a/loleaflet/plugins/draw-0.2.4/src/edit/handler/Edit.Rectangle.js
+++ b/loleaflet/plugins/draw-0.2.4/src/edit/handler/Edit.Rectangle.js
@@ -6,6 +6,7 @@ L.Edit.Rectangle = L.Edit.SimpleShape.extend({
center = bounds.getCenter();
 
this._moveMarker = this._createMarker(center, 
this.options.moveIcon);
+   this._moveMarker.setOpacity(0);
},
 
_createResizeMarker: function () {
@@ -26,9 +27,12 @@ L.Edit.Rectangle = L.Edit.SimpleShape.extend({
// Save a reference to the opposite point
var corners = this._getCorners(),
marker = e.target,
-   currentCornerIndex = marker._cornerIndex;
+   currentCornerIndex  = marker._cornerIndex,
+   oppositeCornerIndex = (currentCornerIndex + 4) % 8;
 
-   this._oppositeCorner = corners[(currentCornerIndex + 2) % 4];
+   this._oppositeCorner = corners[ oppositeCornerIndex % 2 ?  
(oppositeCornerIndex + 1) % 8 : oppositeCornerIndex ];
+   this._currentCorner  = corners[ currentCornerIndex  % 2 ?  
(currentCornerIndex  + 1) % 8 : currentCornerIndex ];
+   this._currentIndex = currentCornerIndex;
 
this._toggleCornerMarkers(0, currentCornerIndex);
},
@@ -73,6 +77,11 @@ L.Edit.Rectangle = L.Edit.SimpleShape.extend({
_resize: function (latlng) {
var bounds;
 
+   if (this._currentIndex == 1 || this._currentIndex == 5 )
+   latlng.lng = this._currentCorner.lng;
+   else if (this._currentIndex == 3 || this._currentIndex == 7)
+   latlng.lat = this._currentCorner.lat;
+
// Update the shape based on the current position of this 
corner and the opposite point
this._shape.setBounds(L.latLngBounds(latlng, 
this._oppositeCorner));
 
@@ -86,9 +95,14 @@ L.Edit.Rectangle = L.Edit.SimpleShape.extend({
nw = bounds.getNorthWest(),
ne = bounds.getNorthEast(),
se = bounds.getSouthEast(),
-   sw = bounds.getSouthWest();
+   sw = bounds.getSouthWest(),
+   center = bounds.getCenter(),
+   north  = L.latLng(nw.lat, center.lng),
+   south  = L.latLng(sw.lat, center.lng),
+   west   = L.latLng(center.lat, nw.lng),
+   east   = L.latLng(center.lat, ne.lng);
 
-   return [nw, ne, se, sw];
+   return [nw, north, ne, east, se, south, sw, west];
},
 
_toggleCornerMarkers: function (opacity) {
diff --git a/loleaflet/plugins/draw-0.2.4/src/edit/handler/Edit.SimpleShape.js 
b/loleaflet/plugins/draw-0.2.4/src/edit/handler/Edit.SimpleShape.js
index f00ce31..7b44351 100644
--- a/loleaflet/plugins/draw-0.2.4/src/edit/handler/Edit.SimpleShape.js
+++ b/loleaflet/plugins/draw-0.2.4/src/edit/handler/Edit.SimpleShape.js
@@ -109,12 +109,12 @@ L.Edit.SimpleShape = L.Handler.extend({
var marker = e.target;
marker.setOpacity(0);
 
-   this._shape.fire('editstart');
+   this._shape.fire('editstart', { handle: e.target });
},
 
-   _fireEdit: function () {
+   _fireEdit: function (e) {
this._shape.edited = true;
-   this._shape.fire('edit');
+   this._shape.fire('editend', { handle: e.target });
},
 
_onMarkerDrag: function (e) {
@@ -134,7 +134,7 @@ L.Edit.SimpleShape = L.Handler.extend({
var marker = e.target;
marker.setOpacity(1);
 
-   

[Libreoffice-bugs] [Bug 92146] New: Crash recovered file older than last saved version

2015-06-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92146

Bug ID: 92146
   Summary: Crash recovered file older than last saved version
   Product: Document Liberation Project
   Version: unspecified
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: major
  Priority: medium
 Component: General
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: oarro...@yahoo.com

The problem is that the recovered files sometimes are older than the last time
I've saved. Either there is a problem with the saving command (which I doubt)
or the backup is not updating as often as it should.

I'm using LibreOffice v4.3.7.2 to create some presentations. I keep a few files
open at the time, some presentations are about 40 pages long and sometimes it
crashes, mostly when I'm copying or moving tables - I'm still not sure what is
causing the crash.

-- 
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 32248] FILEOPEN SVG no TEXT visible

2015-06-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=32248

--- Comment #51 from Frederic Parrenin parrenin@gmail.com ---
I cannot reproduce the initial bug with LO 4.4.4.2 on ubuntu 14.04.

-- 
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 87921] incorrect insertion of this .svg file (top-bottom inverted)

2015-06-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=87921

--- Comment #7 from Frederic Parrenin parrenin@gmail.com ---
On 4.4.4.2 on ubuntu 14.04, I can't even insert the svg picture.
I get an error message:  image filter not found.
But I *can* import other svg images.

-- 
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 89985] Text of this svg image is shifted in slideshow

2015-06-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89985

--- Comment #3 from Frederic Parrenin parrenin@gmail.com ---
This bug is still present on 4.4.4.2 on ubuntu 14.04.

-- 
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 54169] LibreOffice doesn’t obey OS setting “only show the accelerator underline when the Alt key is being pressed”

2015-06-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=54169

--- Comment #10 from junkmail9...@gmail.com ---
Many applications have a setting in 'view' to disable mnemonics if they do not
obey system settings. Mnemonics aren't standard on most platforms and it is a
glaring inconsistency to have them always present. Please create a system to
either disable them or only show them on 'alt' press.

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


[Bug 54169] LibreOffice doesn’t obey OS setting “only show the accelerator underline when the Alt key is being pressed”

2015-06-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=54169

--- Comment #10 from junkmail9...@gmail.com ---
Many applications have a setting in 'view' to disable mnemonics if they do not
obey system settings. Mnemonics aren't standard on most platforms and it is a
glaring inconsistency to have them always present. Please create a system to
either disable them or only show them on 'alt' press.

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


[Bug 54169] LibO doesn't obey OS setting “only show the accelerator underline when the Alt key is being pressed”

2015-06-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=54169

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 CC||ba...@quipo.it
Version|5.0.0.0.beta3   |4.4.0.0.alpha0+ Master
Summary|LibreOffice doesn’t obey OS |LibO doesn't obey OS
   |setting “only show the  |setting “only show the
   |accelerator underline when  |accelerator underline when
   |the Alt key is being|the Alt key is being
   |pressed”|pressed”

--- Comment #11 from tommy27 ba...@quipo.it ---
@Chris 
please don't change version field.
as indicated it has to show earliest affected version.
so reverting to the original value

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


[Libreoffice-bugs] [Bug 54169] LibO doesn' t obey OS setting “only show the accelerator underline when the Alt key is being pressed”

2015-06-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=54169

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 CC||ba...@quipo.it
Version|5.0.0.0.beta3   |4.4.0.0.alpha0+ Master
Summary|LibreOffice doesn’t obey OS |LibO doesn't obey OS
   |setting “only show the  |setting “only show the
   |accelerator underline when  |accelerator underline when
   |the Alt key is being|the Alt key is being
   |pressed”|pressed”

--- Comment #11 from tommy27 ba...@quipo.it ---
@Chris 
please don't change version field.
as indicated it has to show earliest affected version.
so reverting to the original value

-- 
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 92110] UI Button with keyboard focus has invisible label (KDE-specific)

2015-06-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92110

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1
 Whiteboard||needsKDE

--- Comment #2 from Beluga todven...@suomi24.fi ---
Built with Katarina's build options, on Kubuntu 15.04 64-bit with Plasma 5 I
see the same effect.

Version: 5.1.0.0.alpha1+
Build ID: 40dbc52755a905b4437d861360d3b8069d5b53b1
Locale: en-US (en_US.UTF-8)

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


[Libreoffice-bugs] [Bug 92115] UI glitch on combo boxes after removing keybard focus (KDE-specific)

2015-06-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92115

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1
 Whiteboard||needsKDE

--- Comment #2 from Beluga todven...@suomi24.fi ---
Built with Katarina's build options, on Kubuntu 15.04 64-bit with Plasma 5, the
artifacts are a bit different. Mostly seen after visiting the Numbering style -
an extra border appears inside the dropdown.

Version: 5.1.0.0.alpha1+
Build ID: 40dbc52755a905b4437d861360d3b8069d5b53b1
Locale: en-US (en_US.UTF-8)

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


[Libreoffice-bugs] [Bug 87921] incorrect insertion of this .svg file (top-bottom inverted)

2015-06-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=87921

--- Comment #8 from Frederic Parrenin parrenin@gmail.com ---
This bug is not present in 5.0.0.0beta3 on ubuntu 14.04.

-- 
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 87969] incomplete import of this .svg file

2015-06-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=87969

--- Comment #8 from Frederic Parrenin parrenin@gmail.com ---
In 5.0.0.0beta3 on ubuntu 14.04, the svg image imports in ~3s on my computer,
so the performance part seems fixed.
However, the image is still not completely displayed at a 150% zoom level.

-- 
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 89119] This svg file takes a very long time to import in writer

2015-06-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89119

--- Comment #7 from Frederic Parrenin parrenin@gmail.com ---
I confirm this bug is not present on 5.0.0.0beta3 on ubuntu 14.04.

-- 
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' - 2 commits - sc/inc sc/source

2015-06-17 Thread Eike Rathke
 sc/inc/refdata.hxx   |5 ++
 sc/source/core/inc/interpre.hxx  |2 +
 sc/source/core/tool/interpr1.cxx |5 +-
 sc/source/core/tool/interpr4.cxx |   20 ++
 sc/source/core/tool/refdata.cxx  |   73 ++-
 5 files changed, 101 insertions(+), 4 deletions(-)

New commits:
commit 7b7aac2402038c3c9aaeacbbd61c83618728b857
Author: Eike Rathke er...@redhat.com
Date:   Thu Jun 18 00:05:58 2015 +0200

Resolves: tdf#83365 push proper references in INDIRECT

... that take relative/absolute addressing and sheet 3D flag into
account to be fed to reference extension via range operator.

Change-Id: Iabe13ae384577e2d71ca87af6482ddccbf7ad0ac
(cherry picked from commit fb6dd2a73074b9695bd8ddf7ba40f1819b03024e)

diff --git a/sc/inc/refdata.hxx b/sc/inc/refdata.hxx
index ac27db8..e0d9b80 100644
--- a/sc/inc/refdata.hxx
+++ b/sc/inc/refdata.hxx
@@ -57,6 +57,8 @@ public:
 void InitAddress( SCCOL nCol, SCROW nRow, SCTAB nTab );
 /// InitAddressRel: InitFlags and set address, everything relative to rPos
 void InitAddressRel( const ScAddress rAdr, const ScAddress rPos );
+/// InitFlags and set address, relative to rPos if rRef says so.
+void InitFromRefAddress( const ScRefAddress rRef, const ScAddress rPos );
 sal_uInt8 FlagValue() const { return mnFlagValue;}
 
 void SetColRel( bool bVal ) { Flags.bColRel = bVal; }
@@ -135,6 +137,9 @@ struct ScComplexRefData
 Ref2.InitAddress( nCol2, nRow2, nTab2 );
 }
 
+/// InitFlags and set range, relative to rPos if rRef1 and rRef2 say so.
+void InitFromRefAddresses( const ScRefAddress rRef1, const ScRefAddress 
rRef2, const ScAddress rPos );
+
 bool Valid() const;
 
 /** In external references nTab is -1 for the start tab and -1 for the end
diff --git a/sc/source/core/inc/interpre.hxx b/sc/source/core/inc/interpre.hxx
index 443164e..aea7c5f 100644
--- a/sc/source/core/inc/interpre.hxx
+++ b/sc/source/core/inc/interpre.hxx
@@ -333,6 +333,8 @@ void PushExternalSingleRef(sal_uInt16 nFileId, const 
OUString rTabName,
 void PushExternalDoubleRef(sal_uInt16 nFileId, const OUString rTabName,
SCCOL nCol1, SCROW nRow1, SCTAB nTab1,
SCCOL nCol2, SCROW nRow2, SCTAB nTab2);
+void PushSingleRef( const ScRefAddress rRef );
+void PushDoubleRef( const ScRefAddress rRef1, const ScRefAddress rRef2 );
 void PushMatrix( const sc::RangeMatrix rMat );
 void PushMatrix(const ScMatrixRef pMat);
 void PushError( sal_uInt16 nError );
diff --git a/sc/source/core/tool/interpr1.cxx b/sc/source/core/tool/interpr1.cxx
index 66eef72..df14604 100644
--- a/sc/source/core/tool/interpr1.cxx
+++ b/sc/source/core/tool/interpr1.cxx
@@ -7052,8 +7052,7 @@ void ScInterpreter::ScIndirect()
 aRefAd2.Col(), aRefAd2.Row(), aRefAd2.Tab());
 }
 else
-PushDoubleRef( aRefAd.Col(), aRefAd.Row(), aRefAd.Tab(),
-aRefAd2.Col(), aRefAd2.Row(), aRefAd2.Tab() );
+PushDoubleRef( aRefAd, aRefAd2);
 }
 else if (ConvertSingleRef(pDok, sRefStr, nTab, aRefAd, aDetails, 
aExtInfo))
 {
@@ -7063,7 +7062,7 @@ void ScInterpreter::ScIndirect()
 aExtInfo.mnFileId, aExtInfo.maTabName, aRefAd.Col(), 
aRefAd.Row(), aRefAd.Tab());
 }
 else
-PushSingleRef( aRefAd.Col(), aRefAd.Row(), aRefAd.Tab() );
+PushSingleRef( aRefAd);
 }
 else
 {
diff --git a/sc/source/core/tool/interpr4.cxx b/sc/source/core/tool/interpr4.cxx
index 2e8ae00..18dee8e 100644
--- a/sc/source/core/tool/interpr4.cxx
+++ b/sc/source/core/tool/interpr4.cxx
@@ -1968,6 +1968,26 @@ void ScInterpreter::PushExternalDoubleRef(
 }
 }
 
+void ScInterpreter::PushSingleRef( const ScRefAddress rRef )
+{
+if (!IfErrorPushError())
+{
+ScSingleRefData aRef;
+aRef.InitFromRefAddress( rRef, aPos);
+PushTempTokenWithoutError( new ScSingleRefToken( aRef ) );
+}
+}
+
+void ScInterpreter::PushDoubleRef( const ScRefAddress rRef1, const 
ScRefAddress rRef2 )
+{
+if (!IfErrorPushError())
+{
+ScComplexRefData aRef;
+aRef.InitFromRefAddresses( rRef1, rRef2, aPos);
+PushTempTokenWithoutError( new ScDoubleRefToken( aRef ) );
+}
+}
+
 void ScInterpreter::PushMatrix( const sc::RangeMatrix rMat )
 {
 if (!rMat.isRangeValid())
diff --git a/sc/source/core/tool/refdata.cxx b/sc/source/core/tool/refdata.cxx
index af18610..97d419c 100644
--- a/sc/source/core/tool/refdata.cxx
+++ b/sc/source/core/tool/refdata.cxx
@@ -41,6 +41,16 @@ void ScSingleRefData::InitAddressRel( const ScAddress rAdr, 
const ScAddress rP
 SetAddress(rAdr, rPos);
 }
 
+void ScSingleRefData::InitFromRefAddress( const ScRefAddress rRef, const 
ScAddress rPos )
+{
+InitFlags();
+SetColRel( rRef.IsRelCol());
+SetRowRel( rRef.IsRelRow());
+

[Libreoffice-bugs] [Bug 84785] Writer: dot above or dot below, exported to PDF, is a little too high and a little to the left

2015-06-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=84785

--- Comment #5 from Daniel Chung danielchun...@gmail.com ---
Created attachment 116611
  -- https://bugs.documentfoundation.org/attachment.cgi?id=116611action=edit
Underdot too far and a little leftward.

Underdot too far and a little leftward.

-- 
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 84785] Writer: dot above or dot below, exported to PDF, is a little too high and a little to the left

2015-06-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=84785

Daniel Chung danielchun...@gmail.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|INVALID |---

--- Comment #6 from Daniel Chung danielchun...@gmail.com ---
See attachment (DotTooFarAndALittleLeftward.jpg)
which was from a PDF file created, at 300 DPI.
The font was Times New Roman, and Microsoft Windows 7.
The font size was 8 or 9, but it does not matter.
The underdot is a little too far from where it looks in LibreOffice,
and a little leftward.  The overdot would also be a little too far
and a little leftward.

Thanks.

- Daniel (Qiyao)

-- 
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 92145] Writer text table rows can't be resized

2015-06-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92145

Matthew Francis fdb...@neosheffield.co.uk changed:

   What|Removed |Added

   Keywords||bisected, regression
 Status|UNCONFIRMED |NEW
 CC||drich...@largo.com,
   ||fdb...@neosheffield.co.uk,
   ||qui...@gmail.com
 Ever confirmed|0   |1
 Whiteboard||bibisected

--- Comment #1 from Matthew Francis fdb...@neosheffield.co.uk ---
Bisected, so taking the liberty of setting to NEW

This seems to have begun in the below patch set.
Adding Cc to qui...@gmail.com; Could you possibly take a look at this one?
Thanks


commit 6cea2e61cf77bfe5bc53aa6002807c9b38e77499
Author: Tomaž Vajngerl tomaz.vajng...@collabora.co.uk
Date:   Tue Apr 28 15:09:39 2015 +0900

fix compile: delegate RenderContext parameter to super

Change-Id: I1c08e29c45d8334db52b129a957098481f3e57a4

commit 704ebef99de606f5a60c495130e6e3d791981042
Author: Tomaž Vajngerl tomaz.vajng...@collabora.co.uk
Date:   Tue Apr 28 12:55:45 2015 +0900

remove old Paint(Rect) method in vcl::Window

Change-Id: I0f3377eaeb68f4933ccc3f86c9136c97c09c464d

commit 9905a8b953953b9ec5e123a17997d5931978acfe
Author: Tomaž Vajngerl tomaz.vajng...@collabora.co.uk
Date:   Tue Apr 28 12:53:27 2015 +0900

replace Paint calls to Invalidate + fix compilation

Change-Id: Id716c47d56922ab6ce0c3adb3d426ea814980674

commit f50fd9692ed7b9632c0f8dad9508f5a207679be4
Author: Tomaž Vajngerl tomaz.vajng...@collabora.co.uk
Date:   Tue Apr 28 11:00:54 2015 +0900

mass rewrite Paint(Rect) to Paint(RenderContext, Rect)

Change-Id: Ia1667246064d11827dbd149def15e5bf08b119b8

-- 
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 79553] FILEOPEN: Incorrect spacing between numbers and lines when opening a .doc file

2015-06-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=79553

--- Comment #4 from Frederic Parrenin parrenin@gmail.com ---
This bug is still present on 4.4.4.2 on ubuntu 14.04.

-- 
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 82214] SVG image causes UI freeze when scrolling and slow export of PDF

2015-06-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=82214

--- Comment #15 from Frederic Parrenin parrenin@gmail.com ---
This bug is still present on 4.4.4.2 on ubuntu 14.04.

-- 
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 89119] This svg file takes a very long time to import in writer

2015-06-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89119

--- Comment #6 from Frederic Parrenin parrenin@gmail.com ---
This bug is still present on 4.4.4.2 on ubuntu 14.04.

-- 
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 89120] Writer is very slow at saving this file with svg images

2015-06-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89120

--- Comment #3 from Frederic Parrenin parrenin@gmail.com ---
This bug is still present on 4.4.4.2 on ubuntu 14.04.

-- 
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 92143] Equation solving in Writer tables gives wrong answers for average and stdev

2015-06-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92143

m.a.riosv miguelange...@libreoffice.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||miguelangelrv@libreoffice.o
   ||rg
Version|5.0.0.0.beta3   |Inherited From OOo
 Ever confirmed|0   |1
   Severity|major   |normal

--- Comment #1 from m.a.riosv miguelange...@libreoffice.org ---
Because average it's not a function in Writer the function it's 'mean', while
editing the formula you can see the available functions with the formula
functions (fx icon).

I doesn't have AOo in English but seeing the name used in Spanish, is inherited
from OOo the use of 'mean' instead 'average'

Seems the bug it's not to show an error with non defined functions, and it is
inherited from OOo. You can use any name you like result it's always the sum if
it is not a defined function.

Please change the title to define the real issue.

-- 
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: Changes to 'private/jmux/multi-index-5-1'

2015-06-17 Thread Jan-Marek Glogowski
New branch 'private/jmux/multi-index-5-1' available with the following commits:
commit e7a0b9e3d2699a7dd5aa1970985422c6b727a661
Author: Jan-Marek Glogowski glo...@fbihome.de
Date:   Fri Apr 10 21:32:36 2015 +0200

Convert SwFrameFormat to boost::multi_index

This is almost the same situation as SwPageDescs. What makes this
more complicated is the fact, that actually duplicated draw objects
are allowed, in regard to the key values type and name.

And actually for some types, duplicate names are not allowed, e.g.
SwDoc::FindFlyByName( const OUString rName, sal_Int8 nNdTyp )
expects a single result!

Change-Id: I6e0ea1099c1c1e6cfe90926170e27179722e88b8

commit 061f7eb3697c62a44f96ffb79b13a7188a14240e
Author: Jan-Marek Glogowski glo...@fbihome.de
Date:   Sun Mar 29 03:04:37 2015 +0200

Convert SwPageDescs to boost::multi_index

Page descriptions are exported via XIndexAccess, so they need a
stable array, currently a vector. On the other hand they are
referred by a unique name, so the lookup in the unsorted array is
O(n), not taking into account the amount of string comparisons.

The multi index container adds an ordered unique index, which
gets the lookup time down to O(log(n)) at the cost of a bit more
management overhead for most operations, which is largely
outweighted by the amount of lookup calls. These anyway have to be
done on insert to guarantee the unique naming.

Change-Id: I3fb892ff524f6a9804d9572c1825074c0810649e

commit 15df3e5094b6afc1f126392ca3f4c05a26aef1f7
Author: Jan-Marek Glogowski glo...@fbihome.de
Date:   Sun Mar 29 03:02:22 2015 +0200

More Boost Multi-Index shadow / unused warnings

Update the patch for additional warnings already fixed upstream.

Change-Id: I2c189f7b05ea60fa5e0d2faee08cf298cbcdba9d

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


[Libreoffice-bugs] [Bug 92144] Calc styles cannot have percentage sizes for fonts

2015-06-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92144

m.a.riosv miguelange...@libreoffice.org changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #3 from m.a.riosv miguelange...@libreoffice.org ---
For me would be a good request for enhancement.

I think useful to help in promote the use of styles.

-- 
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 92145] New: Writer text table rows can't be resized

2015-06-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92145

Bug ID: 92145
   Summary: Writer text table rows can't be resized
   Product: LibreOffice
   Version: 5.0.0.0.alpha0+ Master
  Hardware: Other
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: fdb...@neosheffield.co.uk

Since late 5.0 master, the rows in a text table can't be resized using the
mouse. The drag cursor appears when the mouse is placed over a row divider,
but immediately returns to a text cursor upon attempting to drag.

-- 
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 87969] incomplete import of this .svg file

2015-06-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=87969

--- Comment #7 from Frederic Parrenin parrenin@gmail.com ---
I can confirm this bug is still present on 4.4.4.2 on ubuntu 14.O4.
(both the slow import and the incomplete display on 150% zoom level)

-- 
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 54169] LibreOffice doesn’t obey OS setting “only show the accelerator underline when the Alt key is being pressed”

2015-06-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=54169

junkmail9...@gmail.com changed:

   What|Removed |Added

   Priority|medium  |high
 CC||junkmail9...@gmail.com
Version|4.0.0.0.alpha0+ Master  |5.0.0.0.beta3

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


[Bug 54169] LibreOffice doesn’t obey OS setting “only show the accelerator underline when the Alt key is being pressed”

2015-06-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=54169

junkmail9...@gmail.com changed:

   What|Removed |Added

   Priority|medium  |high
 CC||junkmail9...@gmail.com
Version|4.0.0.0.alpha0+ Master  |5.0.0.0.beta3

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


[Libreoffice-bugs] [Bug 89368] Provide way to install zip files with icon themes

2015-06-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89368

--- Comment #8 from Marcelo Ruiz marcelo_javier_r...@yahoo.com.ar ---
(In reply to tommy27 from comment #7)

 as far as I know  you cannot add icon themes with different names than the
 default themes.
 
 the only thing you can do is to replace the original images_tango.zip
 theme with your custom tango theme and still use the same name

Yes, I know I can do that but it's just a workaround. If I later decide to
change my desktop theme then I need to find the file and rename it again.
Ideally LibreOffice should read the contents of that directory and populate the
dropbox with its contents, or provide a way to install cursor themes from a zip
file (the only thing it need to do is copy the file to the right location and
register the new theme).

Why is this bug still unconfirmed?

-- 
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 92121] Add option to format currency with currency sign left aligned

2015-06-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92121

--- Comment #2 from Marcelo Ruiz marcelo_javier_r...@yahoo.com.ar ---
I tried the formatting syntax of bug 63536 but it does not work for 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-bugs] [Bug 52603] Excel Visual Basic compatibility issue in LibreOffice Calc: Application.ScreenUpdating = False does not work!

2015-06-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=52603

Julien Nabet serval2...@yahoo.fr changed:

   What|Removed |Added

 CC||er...@redhat.com

--- Comment #7 from Julien Nabet serval2...@yahoo.fr ---
I searched a bit and all the mechanism for this seems to be there, here's a bt
when I'm on ScreenUpdating=false

(gdb) bt
#0  0x2aaaca2c5ae1 in ScModelObj::lockControllers() (this=0x29c1920) at
/home/julien/compile-libreoffice/libreoffice/sc/source/ui/unoobj/docuno.cxx:1652
#1  0x2e1d86c7 in basic::vba::(anonymous
namespace)::lclLockControllers(com::sun::star::uno::Referencecom::sun::star::frame::XModel
const, bool) (rxModel=uno::Reference to (ScModelObj *) 0x29c19b0,
bLockControllers=true) at
/home/julien/compile-libreoffice/libreoffice/basic/source/basmgr/vbahelper.cxx:110
#2  0x2e1d8b05 in basic::vba::(anonymous
namespace)::lclIterateDocuments(basic::vba::(anonymous
namespace)::ModifyDocumentFunc,
com::sun::star::uno::Referencecom::sun::star::frame::XModel const, bool)
(pModifyDocumentFunc=0x2e1d8685 basic::vba::(anonymous
namespace)::lclLockControllers(com::sun::star::uno::Referencecom::sun::star::frame::XModel
const, bool), rxModel=uno::Reference to (ScModelObj *) 0x29c19b0,
bModificator=true)
at
/home/julien/compile-libreoffice/libreoffice/basic/source/basmgr/vbahelper.cxx:164
#3  0x2e1d8c18 in
basic::vba::lockControllersOfAllDocuments(com::sun::star::uno::Referencecom::sun::star::frame::XModel
const, bool) (rxModel=uno::Reference to (ScModelObj *) 0x29c19b0,
bLockControllers=true) at
/home/julien/compile-libreoffice/libreoffice/basic/source/basmgr/vbahelper.cxx:187
#4  0x2aaacfaf5f15 in VbaApplicationBase::setScreenUpdating(unsigned char)
(this=0x2e79030, bUpdate=0 '\000')
at
/home/julien/compile-libreoffice/libreoffice/vbahelper/source/vbahelper/vbaapplicationbase.cxx:193

Eike: any idea why the document view locking mechanism doesn't work here?

-- 
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: icon-themes/human icon-themes/industrial icon-themes/oxygen icon-themes/tango icon-themes/tango_testing

2015-06-17 Thread Jan Holesovsky
 icon-themes/human/cmd/lc_styleupdatebyexample.png |binary
 icon-themes/industrial/cmd/lc_styleupdatebyexample.png|binary
 icon-themes/oxygen/cmd/lc_styleupdatebyexample.png|binary
 icon-themes/tango/cmd/lc_styleupdatebyexample.png |binary
 icon-themes/tango_testing/cmd/lc_styleupdatebyexample.png |binary
 5 files changed

New commits:
commit 375348ccf11970195ac87c9017606b8d6b602234
Author: Jan Holesovsky ke...@collabora.com
Date:   Wed Jun 17 19:26:42 2015 +0200

Restore lc_styleupdatebyexample.png

They were removed in commit 18f41dfaf19d656d290c47d196ef2702e169a522 by
mistake.

Change-Id: I0ed17471cd9d6ef19d401210ed530dab93c47865

diff --git a/icon-themes/human/cmd/lc_styleupdatebyexample.png 
b/icon-themes/human/cmd/lc_styleupdatebyexample.png
new file mode 100644
index 000..7633991
Binary files /dev/null and b/icon-themes/human/cmd/lc_styleupdatebyexample.png 
differ
diff --git a/icon-themes/industrial/cmd/lc_styleupdatebyexample.png 
b/icon-themes/industrial/cmd/lc_styleupdatebyexample.png
new file mode 100644
index 000..7633991
Binary files /dev/null and 
b/icon-themes/industrial/cmd/lc_styleupdatebyexample.png differ
diff --git a/icon-themes/oxygen/cmd/lc_styleupdatebyexample.png 
b/icon-themes/oxygen/cmd/lc_styleupdatebyexample.png
new file mode 100644
index 000..7633991
Binary files /dev/null and b/icon-themes/oxygen/cmd/lc_styleupdatebyexample.png 
differ
diff --git a/icon-themes/tango/cmd/lc_styleupdatebyexample.png 
b/icon-themes/tango/cmd/lc_styleupdatebyexample.png
new file mode 100644
index 000..9944ece
Binary files /dev/null and b/icon-themes/tango/cmd/lc_styleupdatebyexample.png 
differ
diff --git a/icon-themes/tango_testing/cmd/lc_styleupdatebyexample.png 
b/icon-themes/tango_testing/cmd/lc_styleupdatebyexample.png
new file mode 100644
index 000..c6d0dbd
Binary files /dev/null and 
b/icon-themes/tango_testing/cmd/lc_styleupdatebyexample.png differ
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 92125] Copy of filtered data pastes non-visible data too

2015-06-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92125

Terrence Enger lo_b...@iseries-guru.com changed:

   What|Removed |Added

 CC||lo_b...@iseries-guru.com
Version|4.3.6.2 release |3.5.4 release
 OS|Windows (All)   |All

--- Comment #5 from Terrence Enger lo_b...@iseries-guru.com ---

I see the reported behavior in the dbgutil bibisect version 2015-06-16 ...
Version: 5.1.0.0.alpha1+
Build ID: 80ec99db4325a439a8a3f1d420d0a80f8bf9c439
Locale: en-CA (en_CA.UTF-8)
so am setting O/S=All

I also see the problem in
LibreOffice 3.5.4.2 
Build ID: 350m1(Build:2)
so am setting version=3.5.4 release

-- 
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 88006] Libreoffice calc uses all memory until operating system freezes, when using external references to websites

2015-06-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88006

--- Comment #16 from Julien Nabet serval2...@yahoo.fr ---
Created attachment 116606
  -- https://bugs.documentfoundation.org/attachment.cgi?id=116606action=edit
Valgrind trace

Here's a new Valgrind trace.
It seems LO exits (crashes?) before asking if I want to update links.

-- 
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 'feature/gsoc14-draw-chained-text-boxes' - svx/source

2015-06-17 Thread matteocam
 svx/source/svdraw/svdotext.cxx |   31 ++-
 1 file changed, 22 insertions(+), 9 deletions(-)

New commits:
commit ff877f13e0d4400ae87edb15d8264194c8fdd6d2
Author: matteocam matteo.campane...@gmail.com
Date:   Wed Jun 17 16:33:03 2015 -0400

Drafted onUnderflowStatusEvent

Change-Id: Ib549faad03c4469fd4843db10c02d7425a6db673

diff --git a/svx/source/svdraw/svdotext.cxx b/svx/source/svdraw/svdotext.cxx
index 867423b..f9212b5 100644
--- a/svx/source/svdraw/svdotext.cxx
+++ b/svx/source/svdraw/svdotext.cxx
@@ -1985,6 +1985,28 @@ void SdrTextObj::onOverflowStatusEvent( )
 
 void SdrTextObj::onUnderflowStatusEvent( )
 {
+// Underflow:
+/*
+ *
+ * If there is no overflow and other guy has text then:
+ * 1) get the text of the other guy and add it to the last paragraph
+ * (if the paragraphs are to be merged, no otherwise).
+ * 2) Set the text of the other guy to what is left
+ *
+*/
+
+SdrTextObj *pNextLink = GetNextLinkInChain();
+SdrOutliner rOutl = ImpGetDrawOutliner();
+
+if (!pNextLink-HasText())
+return;
+
+//  1) get the text of the other guy and add it to the last paragraph
+// XXX: For now it's not merging anything just adding the while thing as a 
separate para
+OutlinerParaObject *pNextLinkWholeText = 
pNextLink-GetOutlinerParaObject();
+if (pNextLinkWholeText) {
+
+}
 
 }
 
@@ -2099,15 +2121,6 @@ IMPL_LINK_NOARG(SdrTextObj,ImpDecomposeChainedText)
 if ( bIsPageOverflow ) {
 onOverflowStatusEvent();
 } else {
-// Underflow:
-/*
- *
- * If there is no overflow and other guy has text then:
- * 1) get the text of the other guy and add it to the last paragraph
- * (if the paragraphs are to be merged, no otherwise).
- * 2) Set the text of the other guy to what is left
- *
-*/
 onUnderflowStatusEvent();
 }
 return 0;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 44725] VIEWING: Heading - Footer - Pagebreak lines appear somewhere in the page

2015-06-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=44725

--- Comment #15 from tommy27 ba...@quipo.it ---
previous comment seems unrelated to this report.

retested under Win8.1x64
bug persists in LibO 4.4.3.2 ad recent 5.1.0.0 daily build

-- 
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 90140] FORMATTING/FILEOPEN: Add support PPTX files with multiple columns

2015-06-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90140

tommy27 ba...@quipo.it changed:

   What|Removed |Added

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

-- 
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 90140] FORMATTING/FILEOPEN: Add support PPTX files with multiple columns

2015-06-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90140

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 CC||ba...@quipo.it

--- Comment #2 from tommy27 ba...@quipo.it ---
issue is still present in LibO 4.4.3.2 and recent 5.1.0.0 daily build

-- 
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 91808] UI glitches in various dialogs (checkboxes and radiobuttons) (KDE-specific)

2015-06-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91808

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1
 Whiteboard||needsKDE

--- Comment #6 from Beluga todven...@suomi24.fi ---
I built LibO with Katarina's build options and I can finally see all the
glitches after launching with the command:
SAL_USE_VCLPLUGIN=kde4 ./soffice

On Kubuntu 15.04 with Plasma 5, the extra checkboxes are not so nasty, because
they are only borders with no fill.

Confirmed also the page break ghost radio button.

Version: 5.1.0.0.alpha1+
Build ID: 40dbc52755a905b4437d861360d3b8069d5b53b1
Locale: en-US (en_US.UTF-8)

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


[Libreoffice-bugs] [Bug 82214] SVG image causes UI freeze when scrolling and slow export of PDF

2015-06-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=82214

--- Comment #16 from Frederic Parrenin parrenin@gmail.com ---
This bug is still present in 5.0.0.0beta3 on ubuntu 14.04.

-- 
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 89537] Undo and redo dropdowns do not work very well on KDE Plasma 5

2015-06-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89537

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||todven...@suomi24.fi
Summary|Color picker and highlight  |Undo and redo dropdowns do
   |dropdown button does not|not work very well on KDE
   |work very well on KDE   |Plasma 5
   |Plasma 5|
 Ever confirmed|0   |1
 Whiteboard||needsKDE
 OS|All |Linux (All)
   Severity|normal  |minor

--- Comment #6 from Beluga todven...@suomi24.fi ---
Color picker now works ok, perhaps because of the fixing of bug 90155.
However, the undo and redo dropdowns are still problematic, they open nearly
totally transparent most of the time.
I will change the bug summary to be about them.

The line spacing issue is dealt with in bug 92114.

To see these issues you have to build LibO with --enable-kde4 and launch it
with
SAL_USE_VCLPLUGIN=kde4 ./soffice

Kubuntu 15.04 64-bit with Plasma 5
Version: 5.1.0.0.alpha1+
Build ID: 40dbc52755a905b4437d861360d3b8069d5b53b1
Locale: en-US (en_US.UTF-8)

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


[Libreoffice-bugs] [Bug 49773] FILEOPEN: failure to correctly read chart titles

2015-06-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=49773

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #5 from Beluga todven...@suomi24.fi ---
Confirmed.

Win 7 Pro 64-bit Version: 5.1.0.0.alpha1+
Build ID: 80ec99db4325a439a8a3f1d420d0a80f8bf9c439
TinderBox: Win-x86@62-merge-TDF, Branch:MASTER, Time: 2015-06-16_00:00:20
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 62254] SVG: lists in dy, dx, x, y in tspan is rendered incorrectly

2015-06-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=62254

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

 CC||todven...@suomi24.fi
 OS|Linux (All) |All

--- Comment #8 from Beluga todven...@suomi24.fi ---
Confirmed attachments are like in the screenshots, when inserted to a document.
If opened with LibO Draw, however, no text is visible.

Win 7 Pro 64-bit Version: 5.1.0.0.alpha1+
Build ID: 80ec99db4325a439a8a3f1d420d0a80f8bf9c439
TinderBox: Win-x86@62-merge-TDF, Branch:MASTER, Time: 2015-06-16_00:00:20
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 92131] on dual screen setup with extended desktop, tool tips only appear on the primary screen.

2015-06-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92131

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 CC||ba...@quipo.it

--- Comment #2 from tommy27 ba...@quipo.it ---
me neither LibO 4.4.3.2 under Win8.1 x64

which Windows version are you using?
did you try resetting the user profile?

https://wiki.documentfoundation.org/UserProfile

-- 
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 91588] UI: Drawing toolbar doesn't show Select button by default

2015-06-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91588

Yousuf (Jay) Philips philip...@hotmail.com changed:

   What|Removed |Added

 Status|REOPENED|NEEDINFO
 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org
Summary|UI TOOLBAR DRAW Drawing |UI: Drawing toolbar doesn't
   |toolbar doesn't show Select |show Select button by
   |button by default   |default

--- Comment #5 from Yousuf (Jay) Philips philip...@hotmail.com ---
(In reply to Thomas Krumbein from comment #4)
 so: 
 - select square-tool and create one or two squares 
 - select text-tool and create one or two text entries
 - now you want move one of the squares but text-tool is still activ. you
 cannot deselect it - so with every click inside the document a new textfield
 will be created. This is not a good workflow!

Text tool is not a constantly active control. Once you draw a textbox and type
something in it, you cant automatically draw a second one without pressing the
text tool again. It is always possible to select a square once you've finished
creating a textbox. If i have misunderstood what you have meant, please submit
a screencast, so that its easier to understand.

 If the select tool is visible, it is possible to deselect the text-tool and
 select the square direct. 

If the text tool is active, pressing escape deactivates it. If a user doesnt
know about the escape key, by using any app in LO, they would know that if you
dont type anything in a textbox, the textbox disappears. So if the text tool
was active and i didnt want to use it, clicking once would show a cursor line
in a textbox and clicking a second time would return to select mode.

 All grafic programms has a visible select tool in first place (i.e. adobe
 illustrator, draw, corel draw etc) - so this should even be visible in LO
 draw by default.

Yes you are correct that other graphic apps have the select tool visible, but
LO Draw acts quite different then other graphic apps. In other apps, if you
click on a tool, that tool is always active until you click off of it, but with
LO Draw, once you click a tool and draw, the tool is then deactivated and it
returns to select mode. So if it is always on select mode unless you want to
draw something and then returns to select mode after drawing it, there isnt
much use of a select tool button.

What do other ux-advise members think of this?

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


[Libreoffice-bugs] [Bug 92117] FILESAVE: crash/hang after deleting column or deleting and saving

2015-06-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92117

tommy27 ba...@quipo.it changed:

   What|Removed |Added

Summary|FILESAVE: crash after   |FILESAVE: crash/hang after
   |deleting column |deleting column or deleting
   ||and saving

--- Comment #5 from tommy27 ba...@quipo.it ---
behaviour seems different between Win8.1x64 and Win7x64

as said in comment 1 under Win8 I get a fatal error message and then crash
after deleting h column

now I'm on a Win7x64 machine with 4.4.3.2 and I can delete h column with
transient freeze but no immediate crash... the crash happen as soon as I hit
the save toolbar icon

so I'm adjusting the summary notes again (feel free to edit yourself if you
have a better summary)

LibO 4.4.4.2 will be released soon, let's retest after it's available

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


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

2015-06-17 Thread Lionel Elie Mamane
 connectivity/source/commontools/parameters.cxx |   34 +
 include/connectivity/parameters.hxx|3 +-
 2 files changed, 26 insertions(+), 11 deletions(-)

New commits:
commit 09a490ddf516289b4ce2f70a19603b9590917632
Author: Lionel Elie Mamane lio...@mamane.lu
Date:   Wed Jun 17 14:32:29 2015 +0200

parameter handling: fix confusion between column name and realname

Change-Id: I81fd45276183b911e4560ca785221894ea2ebc88

diff --git a/connectivity/source/commontools/parameters.cxx 
b/connectivity/source/commontools/parameters.cxx
index 8459ae9..1f94a59 100644
--- a/connectivity/source/commontools/parameters.cxx
+++ b/connectivity/source/commontools/parameters.cxx
@@ -105,6 +105,8 @@ namespace dbtools
 m_aMasterFields.realloc( 0 );
 m_aDetailFields.realloc( 0 );
 m_sIdentifierQuoteString.clear();
+m_sSpecialCharacters.clear();
+m_xConnectionMetadata.clear();
 ::std::vector bool  aEmptyArray;
 m_aParametersVisited.swap( aEmptyArray );
 m_bUpToDate = false;
@@ -208,24 +210,32 @@ namespace dbtools
 
 
 OUString ParameterManager::createFilterConditionFromColumnLink(
-const OUString _rMasterColumn, const OUString _rDetailLink, 
OUString _rNewParamName )
+const OUString _rMasterColumn, const Reference  XPropertySet  
xDetailField, OUString o_rNewParamName )
 {
 OUString sFilter;
-
 // format is:
 // detail_column = :new_param_name
-sFilter = quoteName( m_sIdentifierQuoteString, _rDetailLink );
-sFilter +=  = :;
+{
+OUString tblName;
+xDetailField-getPropertyValue(TableName) = tblName;
+if (!tblName.isEmpty())
+sFilter = ::dbtools::quoteTableName( m_xConnectionMetadata, 
tblName, ::dbtools::eInDataManipulation ) + .;
+}
+{
+OUString colName;
+xDetailField-getPropertyValue(RealName) = colName;
+sFilter += quoteName( m_sIdentifierQuoteString, colName ) +  = :;
+}
 
 // generate a parameter name which is not already used
-_rNewParamName = link_from_;
-_rNewParamName += convertName2SQLName( _rMasterColumn, 
m_sSpecialCharacters );
-while ( m_aParameterInformation.find( _rNewParamName ) != 
m_aParameterInformation.end() )
+o_rNewParamName = link_from_;
+o_rNewParamName += convertName2SQLName( _rMasterColumn, 
m_sSpecialCharacters );
+while ( m_aParameterInformation.find( o_rNewParamName ) != 
m_aParameterInformation.end() )
 {
-_rNewParamName += _;
+o_rNewParamName += _;
 }
 
-return sFilter += _rNewParamName;
+return sFilter += o_rNewParamName;
 }
 
 
@@ -279,8 +289,11 @@ namespace dbtools
 // does the detail name denote a column?
 if ( _rxColumns-hasByName( *pDetailFields ) )
 {
+Reference XPropertySet  
xDetailField(_rxColumns-getByName( *pDetailFields ), UNO_QUERY);
+assert(xDetailField.is());
+
 OUString sNewParamName;
-const OUString sFilterCondition = 
createFilterConditionFromColumnLink( *pMasterFields, *pDetailFields, 
sNewParamName );
+const OUString sFilterCondition = 
createFilterConditionFromColumnLink( *pMasterFields, xDetailField, 
sNewParamName );
 OSL_PRECOND( !sNewParamName.isEmpty(), 
ParameterManager::classifyLinks: createFilterConditionFromColumnLink returned 
nonsense! );
 
 // remember meta information about this new parameter
@@ -754,6 +767,7 @@ namespace dbtools
 xMeta = xConnection-getMetaData();
 if ( xMeta.is() )
 {
+m_xConnectionMetadata = xMeta;
 m_sIdentifierQuoteString = xMeta-getIdentifierQuoteString();
 m_sSpecialCharacters = xMeta-getExtraNameCharacters();
 }
diff --git a/include/connectivity/parameters.hxx 
b/include/connectivity/parameters.hxx
index dce18c7..ce49959 100644
--- a/include/connectivity/parameters.hxx
+++ b/include/connectivity/parameters.hxx
@@ -126,6 +126,7 @@ namespace dbtools
 
 OUString m_sIdentifierQuoteString;
 OUString m_sSpecialCharacters;
+::com::sun::star::uno::Reference 
::com::sun::star::sdbc::XDatabaseMetaData  m_xConnectionMetadata;
 
 ::std::vector boolm_aParametersVisited;
 
@@ -244,7 +245,7 @@ namespace dbtools
 OUString
 createFilterConditionFromColumnLink(
 const OUString /* [in]  */ _rMasterColumn,
-const OUString /* [in]  */ _rDetailColumn,
+const ::com::sun::star::uno::Reference 
::com::sun::star::beans::XPropertySet  /* [in]  */ xDetailColumn,
   OUString /* [out] */ 

[Libreoffice-bugs] [Bug 58720] [FILEOPEN] Alignment lost when open particular .doc file

2015-06-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=58720

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #8 from Beluga todven...@suomi24.fi ---
Confirmed.

Win 7 Pro 64-bit Version: 5.1.0.0.alpha1+
Build ID: 80ec99db4325a439a8a3f1d420d0a80f8bf9c439
TinderBox: Win-x86@62-merge-TDF, Branch:MASTER, Time: 2015-06-16_00:00:20
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 92117] FILESAVE: crash after deleting column

2015-06-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92117

--- Comment #4 from cobafes...@facebook.com ---
Hi, just want to add a bit information.

I just tried this problem in Google Docs.

Works fine there too.
So far it's only not working in LibreOffice for me.

I think the bug's title is a bit wrong, I don't get crash after deleting
column, I get blank/hang after attempting to save(see my first post).

-- 
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 42293] 10-second delay, wait, pause, freeze in splash screen start-up loading - All apps

2015-06-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=42293

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||todven...@suomi24.fi
 Resolution|--- |WORKSFORME

--- Comment #9 from Beluga todven...@suomi24.fi ---
Not reproduced.
Setting to WFM. Please set back to NEW, if this is still a problem for any of
you.

Ubuntu 15.04 64-bit 
Version: 4.4.2.2
Build ID: 40m0(Build:2)
Locale: en_US

-- 
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 90429] ooo2gd crashes LibreOffice immediately

2015-06-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90429

--- Comment #7 from Stephan Bergmann sberg...@redhat.com ---
(In reply to Alex Thurgood from comment #4)
 ooo2gd 3.0.0 downloaded from the extensions website

http://extensions.libreoffice.org/extension-center/openoffice.org2googledocs-export-import-to-google-docs-zoho-webdav/releases/3.0.0/ooo2gd_3.0.0.oxt

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


Re: Linking error in headless(--without-x) build

2015-06-17 Thread Abhimanyu Singh
= SOLVED =

I was able to fix it myself.

For fixing linking error you need to edit vcl/Library_vcl.mk

==Before=
ifeq ($(ENABLE_HEADLESS),TRUE)
$(eval $(call gb_Library_add_exception_objects,vcl,\
$(vcl_generic_code) \
vcl/unx/generic/printer/jobdata \
vcl/unx/generic/printer/ppdparser \
vcl/null/printerinfomanager \
vcl/headless/headlessinst \
))

$(eval $(call gb_Library_use_externals,vcl,\
fontconfig \
freetype \
))
endif
==

=== After 
ifeq ($(ENABLE_HEADLESS),TRUE)
$(eval $(call gb_Library_add_exception_objects,vcl,\
$(vcl_generic_code) \
vcl/unx/generic/printer/jobdata \
vcl/unx/generic/printer/ppdparser \
vcl/null/printerinfomanager \
vcl/headless/headlessinst \
$(vcl_headless_code) \
$(vcl_headless_freetype_code) \
))

$(eval $(call gb_Library_use_libraries,vcl,\
basebmp \
))

$(eval $(call gb_Library_use_externals,vcl,\
fontconfig \
freetype \
))
endif

==

You also need to add basebmp entry because later you would get linking
error again because vcl/headless/svpbmp.cxx is using basebmp.


After this you would get few other errors as

ERROR: Removing file ui-previewer from file list.
: ERROR: Removing file shell_scripts_gnome.filelist from file list.
: ERROR: Removing file shell_scripts_kde.filelist from file list.
: ERROR: Removing file shell_scripts.filelist from file list.

Since you don't need these in headless so delete these entries from
workdir/InstallScriptTarget/setup_osl.ins
similar to
http://libreoffice-bugs.freedesktop.narkive.com/kFp7vjv9/bug-78857-new-error-source-for-bsh-jar-not-found-when-building-with-java-no

Thanks


On 16 June 2015 at 22:30, Abhimanyu Singh abhimanyusi...@google.com wrote:

 I can build libreoffice(latest code) completely without any error but when
 I tried to build it in headless mode as mentioned here
 https://wiki.documentfoundation.org/Development/HeadlessBuild

 I am getting linking error for headlessinst.o as

 usr/local/home/abhimanyusingh/Documents/libreoffice_headless/core/workdir/CxxObject/vcl/headless/headlessinst.o:
 In function `HeadlessSalInstance::~HeadlessSalInstance()':
 headlessinst.cxx:(.text+0x4f): undefined reference to
 `SvpSalInstance::~SvpSalInstance()'


 What I found surprising that in directory
 workdir/CxxObject/vcl/headless/ only headlessinst.o file is there.
 There is no file as svpinst.o for svpinst.cxx which contains definition
 of SvpSalInstance.


 FYI for full build(without headless option) directory
 workdir/CxxObject/vcl/headless/ contains svpinst.o . It is having issue
 only in --without-x build.


 Any help on this would be really great.

 Thanks

 complete log:-

 usr/local/home/abhimanyusingh/Documents/libreoffice_headless/core/workdir/CxxObject/vcl/headless/headlessinst.o:
 In function `HeadlessSalInstance::~HeadlessSalInstance()':
 headlessinst.cxx:(.text+0x4f): undefined reference to
 `SvpSalInstance::~SvpSalInstance()'
 /usr/local/home/abhimanyusingh/Documents/libreoffice_headless/core/workdir/CxxObject/vcl/headless/headlessinst.o:
 In function `HeadlessSalInstance::HeadlessSalInstance(SalYieldMutex*)':
 headlessinst.cxx:(.text+0xb5): undefined reference to
 `SvpSalInstance::SvpSalInstance(SalYieldMutex*)'
 /usr/local/home/abhimanyusingh/Documents/libreoffice_headless/core/workdir/CxxObject/vcl/headless/headlessinst.o:
 In function `CreateSalInstance()':
 headlessinst.cxx:(.text+0x31f): undefined reference to
 `SvpSalInstance::SvpSalInstance(SalYieldMutex*)'
 /usr/local/home/abhimanyusingh/Documents/libreoffice_headless/core/workdir/CxxObject/vcl/headless/headlessinst.o:
 In function `HeadlessSalInstance::~HeadlessSalInstance()':
 headlessinst.cxx:(.text+0x3b): undefined reference to
 `SvpSalInstance::~SvpSalInstance()'
 /usr/local/home/abhimanyusingh/Documents/libreoffice_headless/core/workdir/CxxObject/vcl/headless/headlessinst.o:
 In function `HeadlessSalSystem::~HeadlessSalSystem()':
 headlessinst.cxx:(.text._ZN17HeadlessSalSystemD2Ev[_ZN17HeadlessSalSystemD5Ev]+0xb):
 undefined reference to `SvpSalSystem::~SvpSalSystem()'
 /usr/local/home/abhimanyusingh/Documents/libreoffice_headless/core/workdir/CxxObject/vcl/headless/headlessinst.o:
 In function `HeadlessSalSystem::~HeadlessSalSystem()':
 headlessinst.cxx:(.text._ZN17HeadlessSalSystemD0Ev[_ZN17HeadlessSalSystemD0Ev]+0xf):
 undefined reference to `SvpSalSystem::~SvpSalSystem()'
 /usr/local/home/abhimanyusingh/Documents/libreoffice_headless/core/workdir/CxxObject/vcl/headless/headlessinst.o:(.data.rel.ro._ZTI19HeadlessSalInstance[_ZTI19HeadlessSalInstance]+0x10):
 undefined reference to `typeinfo for SvpSalInstance'
 /usr/local/home/abhimanyusingh/Documents/libreoffice_headless/core/workdir/CxxObject/vcl/headless/headlessinst.o:(.data.rel.ro._ZTI17HeadlessSalSystem[_ZTI17HeadlessSalSystem]+0x10):
 undefined reference to `typeinfo for SvpSalSystem'
 

  1   2   3   >