[Libreoffice-bugs] [Bug 90646] Remove Style Formatting from sidebar

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90646

--- Comment #4 from Tomaz Vajngerl qui...@gmail.com ---
I like how iWork Pages does Paragraph Styles so with that inspiration I created
a new Styles section where the current style is shown, but the idea is that you
could change the style there to (pop-up). I can work on this, if you think this
is a good idea.

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


[Libreoffice-ux-advise] [Bug 90646] Remove Style Formatting from sidebar

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90646

--- Comment #4 from Tomaz Vajngerl qui...@gmail.com ---
I like how iWork Pages does Paragraph Styles so with that inspiration I created
a new Styles section where the current style is shown, but the idea is that you
could change the style there to (pop-up). I can work on this, if you think this
is a good idea.

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


[Libreoffice-commits] core.git: 6 commits - include/sfx2 include/svtools include/svx sfx2/source svtools/source svx/Library_svxcore.mk svx/source sw/inc sw/source

2015-04-20 Thread Tomaž Vajngerl
 include/sfx2/StyleManager.hxx|   47 
 include/sfx2/StylePreviewRenderer.hxx|   53 +
 include/sfx2/objsh.hxx   |   12 -
 include/svtools/viewdataentry.hxx|5 
 include/svx/CommonStyleManager.hxx   |   41 +++
 include/svx/CommonStylePreviewRenderer.hxx   |   45 
 sfx2/source/dialog/templdlg.cxx  |  237 +--
 sfx2/source/doc/objcont.cxx  |5 
 sfx2/source/inc/templdgi.hxx |   11 -
 sfx2/source/inc/tplcitem.hxx |   15 -
 svtools/source/contnr/treelistbox.cxx|2 
 svtools/source/contnr/viewdataentry.cxx  |   22 +-
 svx/Library_svxcore.mk   |2 
 svx/source/styles/CommonStyleManager.cxx |   41 +++
 svx/source/styles/CommonStylePreviewRenderer.cxx |  209 
 sw/inc/docsh.hxx |5 
 sw/source/uibase/app/docsh.cxx   |5 
 sw/source/uibase/app/docshini.cxx|5 
 18 files changed, 688 insertions(+), 74 deletions(-)

New commits:
commit f8d55544a42abd0ddc7a0d97cce2aedd0487ca88
Author: Tomaž Vajngerl tomaz.vajng...@collabora.co.uk
Date:   Mon Apr 20 20:43:52 2015 +0900

cleanup templdlg.cxx (Style and Formatting)

Change-Id: I94758b6462c589b1f7eea9bac634e2f33646651b

diff --git a/sfx2/source/dialog/templdlg.cxx b/sfx2/source/dialog/templdlg.cxx
index 1c31a23..819af47 100644
--- a/sfx2/source/dialog/templdlg.cxx
+++ b/sfx2/source/dialog/templdlg.cxx
@@ -18,7 +18,6 @@
  */
 
 #include boost/noncopyable.hpp
-#include boost/scoped_ptr.hpp
 
 #include vcl/menu.hxx
 #include vcl/settings.hxx
@@ -384,9 +383,9 @@ void SfxTemplatePanelControl::FreeResource()
 
 void SfxTemplatePanelControl::StateChanged( StateChangedType nStateChange )
 {
-if ( nStateChange == StateChangedType::INITSHOW )
+if (nStateChange == StateChangedType::INITSHOW)
 {
-SfxViewFrame *pFrame = mpBindings-GetDispatcher_Impl()-GetFrame();
+SfxViewFrame* pFrame = mpBindings-GetDispatcher_Impl()-GetFrame();
 vcl::Window* pEditWin = pFrame-GetViewShell()-GetWindow();
 
 Size aSize = pEditWin-GetSizePixel();
@@ -395,7 +394,7 @@ void SfxTemplatePanelControl::StateChanged( 
StateChangedType nStateChange )
 Size aWinSize = GetSizePixel();
 aPoint.X() += aSize.Width() - aWinSize.Width() - 20;
 aPoint.Y() += aSize.Height() / 2 - aWinSize.Height() / 2;
-//  SetFloatingPos( aPoint );
+// SetFloatingPos( aPoint );
 }
 
 DockingWindow::StateChanged( nStateChange );
@@ -992,7 +991,7 @@ void SfxCommonTemplateDialog_Impl::SelectStyle(const 
OUString rStr)
 aFmtLb.MakeVisible( pEntry );
 aFmtLb.SelectAll(false);
 aFmtLb.Select( pEntry );
-bWaterDisabled = (pTreeBox || aFmtLb.GetSelectionCount() 
= 1) ? sal_False : sal_True;
+bWaterDisabled = (pTreeBox || aFmtLb.GetSelectionCount() 
= 1) ? false : true;
 FmtSelectHdl( NULL );
 }
 }
@@ -1045,24 +1044,27 @@ void SfxCommonTemplateDialog_Impl::EnableTreeDrag( bool 
bEnable )
 void SfxCommonTemplateDialog_Impl::FillTreeBox()
 {
 OSL_ENSURE( pTreeBox, FillTreeBox() without treebox);
-if(pStyleSheetPool  nActFamily != 0x)
+if (pStyleSheetPool  nActFamily != 0x)
 {
-const SfxStyleFamilyItem *pItem = GetFamilyItem_Impl();
-if(!pItem)
+const SfxStyleFamilyItem* pItem = GetFamilyItem_Impl();
+if (!pItem)
 return;
 pStyleSheetPool-SetSearchMask(pItem-GetFamily(), 
SFXSTYLEBIT_ALL_VISIBLE);
 StyleTreeArr_Impl aArr;
-SfxStyleSheetBase *pStyle = pStyleSheetPool-First();
+SfxStyleSheetBase* pStyle = pStyleSheetPool-First();
+
 if(pStyle  pStyle-HasParentSupport()  bTreeDrag )
 pTreeBox-SetDragDropMode(SV_DRAGDROP_CTRL_MOVE);
 else
 pTreeBox-SetDragDropMode(SV_DRAGDROP_NONE);
-while(pStyle)
+
+while (pStyle)
 {
 StyleTree_Impl* pNew = new StyleTree_Impl(pStyle-GetName(), 
pStyle-GetParent());
 aArr.push_back(pNew);
 pStyle = pStyleSheetPool-Next();
 }
+
 MakeTree_Impl(aArr);
 ExpandedEntries_t aEntries;
 pTreeBox-MakeExpanded_Impl(aEntries);
@@ -1076,17 +1078,17 @@ void SfxCommonTemplateDialog_Impl::FillTreeBox()
 }
 pTreeBox-Recalc();
 
-EnableItem(SID_STYLE_WATERCAN,false);
+EnableItem(SID_STYLE_WATERCAN, false);
 
-SfxTemplateItem* pState = pFamilyState[nActFamily-1];
+SfxTemplateItem* pState = pFamilyState[nActFamily - 1];
 
-if ( nCount )
-pTreeBox-Expand( pTreeBox-First() );
+if (nCount)
+pTreeBox-Expand(pTreeBox-First());
 
-

[Libreoffice-bugs] [Bug 90759] New: Color Palettes Appear in Center of Screen

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90759

Bug ID: 90759
   Summary: Color Palettes Appear in Center of Screen
   Product: LibreOffice
   Version: 4.4.2.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: jmadero@gmail.com

Created attachment 114976
  -- https://bugs.documentfoundation.org/attachment.cgi?id=114976action=edit
Palette in Center of Screen

LibreOffice 4.4.2.1
Ubuntu 15.04 + KDE: KDE is required to reproduce this bug.

Steps: Push on the down arrow next to font color or background color


Observed: Palette shows up in center of screen instead of near arrow.

Expected: Color palette show up near palette.

See attachment.

-- 
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 75360] Writer Filter not recognized some line/paragraph breaks--Export to MediaWiki

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75360

Adolfo Jayme f...@libreoffice.org changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
  Component|Writer  |filters and storage
   Assignee|libreoffice-b...@lists.free |robert@gmail.com
   |desktop.org |

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


[Libreoffice-bugs] [Bug 90646] Remove Style Formatting from sidebar

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90646

--- Comment #2 from Tomaz Vajngerl qui...@gmail.com ---
(In reply to Jay Philips from comment #1)
 Totally agree with you that it to complex for the average user and is geared
 towards the power/advanced user. 

Which is already a problem - as we should encourage average users to use
styles.

 One of the biggest problems i see with it
 is that it doesnt list both paragraph and character styles in the same view,
 which does cause quite a bit of hassle (recently happened with joel). 

 Didnt know drag  drop was possible, thanks. :D
I dragged and dropped in hierarchy view by mistake many times which screwed up
my styles a lot.

 It is somewhat context aware, as the list switches from paragraph styles to
 frame styles when you click on an image. But then writer doesnt have shape
 styles which impress does.

OK, it is not context aware enough. :)

It doesn't have shape styles but does have shapes. I think there is a bug about
this already.

 Dont think that adding the functionality into a dialog will reduce the
 complexity of styles.

I think all the managing of the styles should go into a modal dialog, where you
can rearrange and modify the styles however you like, and can't screw up the
style hierarchy so easily. As for the sidebar we need to come up with an
alternative, where only a relevant list of styles is shown (and stuff like drag
and drop is not possible). Either that or we move them to the right places in
the properties section.

 This would only be applicable to writer, as calc has cell styles and
 impress/draw have graphic styles. There is a bug report for it (bug 73071).

Sure, I just looked at writer - but in general the same applies for calc,
impress and draw. 

 I assume if we bundle more image styles that people can choose from, then it
 maybe useful to have it in the image properties section.

Which would only make sense... our bundled defaults are really poor. 

 We dont have a dedicated numbering properties section and we do have easy
 numbering options, so i'm not sure how often numbering styles are used.

If there is no numbering properties section, we can add it in the sidebar at
the place where other options are available (additional pop-up).

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


[Libreoffice-ux-advise] [Bug 90646] Remove Style Formatting from sidebar

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90646

--- Comment #2 from Tomaz Vajngerl qui...@gmail.com ---
(In reply to Jay Philips from comment #1)
 Totally agree with you that it to complex for the average user and is geared
 towards the power/advanced user. 

Which is already a problem - as we should encourage average users to use
styles.

 One of the biggest problems i see with it
 is that it doesnt list both paragraph and character styles in the same view,
 which does cause quite a bit of hassle (recently happened with joel). 

 Didnt know drag  drop was possible, thanks. :D
I dragged and dropped in hierarchy view by mistake many times which screwed up
my styles a lot.

 It is somewhat context aware, as the list switches from paragraph styles to
 frame styles when you click on an image. But then writer doesnt have shape
 styles which impress does.

OK, it is not context aware enough. :)

It doesn't have shape styles but does have shapes. I think there is a bug about
this already.

 Dont think that adding the functionality into a dialog will reduce the
 complexity of styles.

I think all the managing of the styles should go into a modal dialog, where you
can rearrange and modify the styles however you like, and can't screw up the
style hierarchy so easily. As for the sidebar we need to come up with an
alternative, where only a relevant list of styles is shown (and stuff like drag
and drop is not possible). Either that or we move them to the right places in
the properties section.

 This would only be applicable to writer, as calc has cell styles and
 impress/draw have graphic styles. There is a bug report for it (bug 73071).

Sure, I just looked at writer - but in general the same applies for calc,
impress and draw. 

 I assume if we bundle more image styles that people can choose from, then it
 maybe useful to have it in the image properties section.

Which would only make sense... our bundled defaults are really poor. 

 We dont have a dedicated numbering properties section and we do have easy
 numbering options, so i'm not sure how often numbering styles are used.

If there is no numbering properties section, we can add it in the sidebar at
the place where other options are available (additional pop-up).

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


[Libreoffice-bugs] [Bug 71278] UI mouse pointer disappears during presentation and does not come back after exiting presentation

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=71278

--- Comment #32 from Dave Thomson dthomso...@gmail.com ---
Just tried the patched version

Version: 4.4.4.0.0+
Build ID: db74d31a2416681cc35d9fe5fc2741ad29c6e695
TinderBox: MacOSX-x86_64@49-TDF, Branch:libreoffice-4-4, Time:
2015-04-20_06:59:59
Locale: en_

Cursor still vanished after about 30 seconds and could only be retrieved by
exiting and moving to top left of the screen - cursor reappeared.

-- 
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 65807] Line Numbers in Comments printed after each page are continuous (and do not restart after each page)

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=65807

--- Comment #9 from haim kilov ha...@aol.com ---
The bug is still present, the line numbers for comments on non-first pages are
still totally wrong (continuous).

LO 4.3.5.2, Mac OS 10.6.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 87860] [META] LibreOffice's file dialog bugs and enhancements

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=87860

Jay Philips philip...@hotmail.com changed:

   What|Removed |Added

 Depends on||90754

-- 
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 90754] New: Refresh icon in LO custom dialog missing transparency

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90754

Bug ID: 90754
   Summary: Refresh icon in LO custom dialog missing transparency
   Product: LibreOffice
   Version: 4.5.0.0.alpha0+ Master
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Keywords: regression
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: philip...@hotmail.com
Blocks: 87860

Steps:
1) Enable LO's custom file dialogs (Tools  Options  General  Use LO dialogs)
2) File  Open
3) Click 'Servers...' button
4) Select 'CMIS' in the Type drop down
5) Look at the refresh button next to the repository drop down and there is a
black background where the transparency is supposed to be

In LO 4.0 to 4.4, the transparency was filled with a white background, so it
isnt that noticeable on a lighter theme, but that is still a problem.

How it looks - http://ibin.co/1z17KYLvfCn5

Version: 5.0.0.0.alpha0+
Build ID: 211c12b9c64facd1c12f637a5229bd6a6feb032a
TinderBox: Linux-rpm_deb-x86@45-TDF, Branch:master, Time: 2015-04-18_00:37:15

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


[Libreoffice-bugs] [Bug 90705] Cannot change font color or higlighter color

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90705

--- Comment #7 from David Mantock david.mant...@gmail.com ---
I just downgraded to Version: 4.3.6.2 and now I can highlight and change font
color as expected.

-- 
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 90741] EDITING: Spreadsheet commented cell cut, paste, undo, redo, undo

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90741

--- Comment #5 from Matthew Millar mattmil...@googlemail.com ---
LO 4.4.1.2

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


[Libreoffice-ux-advise] [Bug 90646] Remove Style Formatting from sidebar

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90646

Jay Philips philip...@hotmail.com changed:

   What|Removed |Added

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

--- Comment #1 from Jay Philips philip...@hotmail.com ---
(In reply to Tomaz Vajngerl from comment #0)
 Style  Formatting sidebar in current state is too complex - its has
 functions that are used for managing of styles (for example dragdrop moving
 of styles, views to see hidden styles, user defined styles, ...).

Totally agree with you that it to complex for the average user and is geared
towards the power/advanced user. One of the biggest problems i see with it is
that it doesnt list both paragraph and character styles in the same view, which
does cause quite a bit of hassle (recently happened with joel). Didnt know drag
 drop was possible, thanks. :D

 Also the
 styles are not context aware - all styles are always shown regardless what
 object is currently selected.

It is somewhat context aware, as the list switches from paragraph styles to
frame styles when you click on an image. But then writer doesnt have shape
styles which impress does.

 For this reason I propose we create a modal dialog where the use can manage
 all the styles (where he can also have more space to do so, instead of space
 limited sidebar).

Dont think that adding the functionality into a dialog will reduce the
complexity of styles.

 For styles in sidebar I propose we move them to the front:
 - paragraph and character styles in paragraph and character properties

This would only be applicable to writer, as calc has cell styles and
impress/draw have graphic styles. There is a bug report for it (bug 73071).

 - frame styles in image (and related object) properties

I assume if we bundle more image styles that people can choose from, then it
maybe useful to have it in the image properties section.

 - page styles to page properties

I've suggested the creation of a page tab for the sidebar (bug 83830).

 - numbering styles - add numbering properties

We dont have a dedicated numbering properties section and we do have easy
numbering options, so i'm not sure how often numbering styles are used.

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


[Libreoffice-bugs] [Bug 69212] FILEOPEN: charts missing in cognos 10.1 generated .xlsx

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=69212

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |NOTOURBUG

--- Comment #15 from Beluga todven...@suomi24.fi ---
(In reply to e3k from comment #14)
 it is not a BUG of the document foundation just a software generating non
 standard file format. please close it.

Thanks for weighing in. Closing as NOTOURBUG.

-- 
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 71278] UI mouse pointer disappears during presentation and does not come back after exiting presentation

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=71278

--- Comment #33 from steve -_- st...@openmailbox.org ---
Dave you write your version is from 06:59h.

Matthew commited the patch at 11.xxh.

please retry with the next nightly build from tomorrow from
http://dev-builds.libreoffice.org/daily/master/MacOSX-x86_64@49-TDF/

-- 
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 90756] New: Impress incorrectly caches linked images on active slide linux+windows

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90756

Bug ID: 90756
   Summary: Impress incorrectly caches linked images on active
slide linux+windows
   Product: LibreOffice
   Version: unspecified
  Hardware: Other
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: jebsoluti...@gmail.com

Created attachment 114969
  -- https://bugs.documentfoundation.org/attachment.cgi?id=114969action=edit
slide show, two test images, and script to demonstrate link problem

Linked images in the currently selected slide are not updated if you hit f5 to
start the presentation.  This is 100% repeatable for me on LibreOffice Impress
4.4.2.2 on Windows and Linux.

I have created a 3-slide presentation to demonstrate the problem (test.odp):  
slide 1 = blank
slide 2 = linked to test.png ( a 1920x1080 png file)
slide 3 says last
presentation is set to advance to next slide every 2 seconds (will loop
indefinitely)

In the background I have a script that constantly replaces test.png with one of
two images every few seconds.  On linux I am doing this with a file system
link.  Bottom line...this image will change every few seconds so the slide show
should reflect this change whenever it gets to slide 2 and this linked image.

Test #1 - works correctly
If I select slide 1 (blank slide) and run the presentation (f5) then slide 2
will update the linked image if test.png is updated.  This is correct behavior.

Test #2 - Fails
If I select slide 2 (contains the linked test.png) and run the presentation
(f5) then slide 2 will never update the linked image.  This is incorrect.  My
guess is that it is somehow incorrectly caching the image (or treating it as
non-linked) in this case?

Test 3 - (repeat of test #1)...works correctly
If I select slide 1 (blank slide) and hit f5 and run the presentation it works
again.  The linked image will be updated if changed.  

Test #3's success means that the image has not become non-linked  permanently,
it just acts this way if the slide show is started from the linked slide.

I did the same test on Windows (using a batch file to copy vs link the file)
and the same problem occurs.


attached files test.zip:
test.odp - 3 slide slideshow slideshow
one.png - test image
two.png - test image
test2.sh - script that links test.png to either one.png and two.png for testing

note: test.odp links to test.png so you must run the test2.sh script first to
generate the expected image.

-- 
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 68026] table cell of type void: body displayed

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=68026

--- Comment #6 from Gordo gordon1dr...@yahoo.com ---
Created attachment 114970
  -- https://bugs.documentfoundation.org/attachment.cgi?id=114970action=edit
document with manipulated content.xml

I had a look at the content.xml of the original file.

Table showing office:value-type:
__|__A___|__B___|__C___|
1 |void  |void  |string| --table:table-cell
  |  |string|string| --text:variable-set within text:p

2 |string|void  |void  | --table:table-cell
  |  |string|string| --text:variable-set within text:p

Cell A1 is void and contains August Secundo.
Cell C1 is string and contains text content.

In the specification:
If the value type is not string, the corresponding Value Attribute(s) (Table 14
- Value attributes) shall contain the value(s) of the element.
If the value type is string and the office:string-value attribute is not
present, the element content defines the value.

But it looks like in the case of void that it lets the element content define
the value (text:p).

In my attached document, I changed the office:value-type to void for the cells
that have Test void.

Version: 4.4.2.2
Build ID: c4c7d32d0d49397cad38d62472b0bc8acff48dd6

-- 
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 90727] the attached document /does/ display wrong in 4.4.2.2 while displaying correctly in 4.3.6. (font problem)

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90727

raal r...@post.cz changed:

   What|Removed |Added

   Keywords||regression
 Status|UNCONFIRMED |NEW
 CC||r...@post.cz
Summary|Crash on certain documents  |the attached document
   ||/does/ display wrong in
   ||4.4.2.2 while displaying
   ||correctly in 4.3.6. (font
   ||problem)
 Ever confirmed|0   |1

--- Comment #1 from raal r...@post.cz ---
I can confirm font problem with LO Version: 4.5.0.0.alpha0+
Build ID: 582cdc273ec0e91d27be8a7893994acadf4d7d18
TinderBox: Win-x86@42, Branch:master, Time: 2015-04-14_23:22:58

When I change font, I can see text. No problem in Linux.
No crash when open the document - please try to prepare test document and open
new bug for crash case then.

-- 
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 90755] New: Cannot set font

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90755

Bug ID: 90755
   Summary: Cannot set font
   Product: LibreOffice
   Version: unspecified
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Base
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: p...@luyten.fr

Libre Office base does not seem to offer font.

I create this as en enhancement request, indeed this is one. But font is not
only about using the prettier, which I agree might not be that important for a
database.

The real issue is about some languages like Chinese - just assuming here some
Eastern European languages, other Asian languages, and many more will fail too.
They will not display properly. Characters input is fine because I can export a
table to check this, but not seeing what a table contains is a blocker.

I found some Font settings for HTML, Basic and SQL sources. I would have
expected this to be what I was looking for, but it does not seem to be Base (is
that Calc? if so this could perhaps be used by Base too?). Language Settings
did not help neither - nor Internet. However i found i'm not the only one to
look for 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 72837] Incorrect displaying doc document

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=72837

mikhail.v.gavri...@gmail.com changed:

   What|Removed |Added

Version|4.1.3.2 release |4.4.2.2 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 90747] The user path in bootstrap has still /4 instead of /5

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90747

Adolfo Jayme f...@libreoffice.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |INVALID

--- Comment #2 from Adolfo Jayme f...@libreoffice.org ---
Julien: it was decided in an ESC meeting that the profile will be kept at 4.
http://listarchives.libreoffice.org/global/projects/msg01651.html

-- 
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 90646] Remove Style Formatting from sidebar

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90646

Jay Philips philip...@hotmail.com changed:

   What|Removed |Added

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

--- Comment #1 from Jay Philips philip...@hotmail.com ---
(In reply to Tomaz Vajngerl from comment #0)
 Style  Formatting sidebar in current state is too complex - its has
 functions that are used for managing of styles (for example dragdrop moving
 of styles, views to see hidden styles, user defined styles, ...).

Totally agree with you that it to complex for the average user and is geared
towards the power/advanced user. One of the biggest problems i see with it is
that it doesnt list both paragraph and character styles in the same view, which
does cause quite a bit of hassle (recently happened with joel). Didnt know drag
 drop was possible, thanks. :D

 Also the
 styles are not context aware - all styles are always shown regardless what
 object is currently selected.

It is somewhat context aware, as the list switches from paragraph styles to
frame styles when you click on an image. But then writer doesnt have shape
styles which impress does.

 For this reason I propose we create a modal dialog where the use can manage
 all the styles (where he can also have more space to do so, instead of space
 limited sidebar).

Dont think that adding the functionality into a dialog will reduce the
complexity of styles.

 For styles in sidebar I propose we move them to the front:
 - paragraph and character styles in paragraph and character properties

This would only be applicable to writer, as calc has cell styles and
impress/draw have graphic styles. There is a bug report for it (bug 73071).

 - frame styles in image (and related object) properties

I assume if we bundle more image styles that people can choose from, then it
maybe useful to have it in the image properties section.

 - page styles to page properties

I've suggested the creation of a page tab for the sidebar (bug 83830).

 - numbering styles - add numbering properties

We dont have a dedicated numbering properties section and we do have easy
numbering options, so i'm not sure how often numbering styles are used.

-- 
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 90757] New: EDITING Calc crash sort

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90757

Bug ID: 90757
   Summary: EDITING Calc crash sort
   Product: LibreOffice
   Version: 4.4.2.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: clherman...@gmail.com

Created attachment 114971
  -- https://bugs.documentfoundation.org/attachment.cgi?id=114971action=edit
This is the file described above that causes the crash

Bug originally filed on http://launchpad.net as

https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1444110

Where it is described by apport as

soffice.bin crashed with SIGSEGV in ScDocShell::AdjustRowHeight()

I was asked by Ubuntu bug squad to file an upstream bug report.

Here are instructions on how to reproduce the crash

I just confirmed that I can cause this problem at will. Here are the steps:

Open Libre Office Calc.

Select the file I included, NEWMAST_core_5e_crashed_sort.ods, from Recent
Documents

FileRecent DocumentsNEWMAST_core_5e_crashed_sort.ods

The file appears to open just fine.

Select column U by clicking in the U column header; in the status panel at the
bottom of Libre Calc you should see

Selected 1048576 rows, 1 column

Sort the column itself

DataSort...

Up comes a panel that suggests you can extend the selection or use the current
selection. Click Current Selection.

Up comes a panel that offers various sorting options; leave as is and click
Ok.

Libre Calc crashes. This can be confirmed by restarting Libre Calc which offers
to recover from a crash on that document, and it recovers successfully.

Apport is automatically triggered which filed this bug report in the first
instance.

Note that normally one would want to sort the entire sheet by one or more
columns, but in this application I am just sorting the column to look for
non-blank data and I will Undo the sort subsequently.

-- 
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 90758] New: Bug with page break after index in .docx

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90758

Bug ID: 90758
   Summary: Bug with page break after index in .docx
   Product: LibreOffice
   Version: 4.4.2.2 release
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: gon_ara...@hotmail.com

Created attachment 114974
  -- https://bugs.documentfoundation.org/attachment.cgi?id=114974action=edit
Two page breaks, one before and one after (should be but isn’t)

The page break doesn’t work after the index in the documents .docx. In .doc it
work fine and in .docx that is the only page break that doesn’t work.

-- 
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 90708] Support display of SI units (like Gnumeric)

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90708

Laurent BP jumbo4...@yahoo.fr changed:

   What|Removed |Added

 CC||jumbo4...@yahoo.fr

--- Comment #2 from Laurent BP jumbo4...@yahoo.fr ---
Hello OfficeUser,

Thanks for your report. In order to catch interest of a developer, you need to
give few more details:
- a screenshot in English would be preferred
- a list of SI units is necessary to be established
- a list of multiplier (k, M, G, T, P,..., m, µ, n, p, f...) is necessary, as
well as their equivalent in all language (non-latin)
Some other precisions are also required:
- what should be displayed if value is higher than 1000 times the largest
multiplier?
- what should be displayed if value is less than 1/1000 times the smallest
multiplier?
- mass (kg) is a special case and should be detailed: what should be displayed
for 100g?
- is the list of SI units editable?
- are combinations of SI units allowed? For instance, speed is in m/s
This last point seems difficult to tackle, because the list will be endless if
combinations of units are allowed. On the other hand, almost all my units in
physics or chemistry are combinations of units. Among the 29 units showed on
your screenshot, I only use 9.

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


[Libreoffice-bugs] [Bug 90742] Unanimated text and shape are erroneously animated

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90742

raal r...@post.cz changed:

   What|Removed |Added

 CC||r...@post.cz

--- Comment #1 from raal r...@post.cz ---
Please test with 4.4.2, I can not confirm.
http://www.libreoffice.org/download/
Thank you

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


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

2015-04-20 Thread Michael Stahl
 sw/inc/swunohelper.hxx  |2 -
 sw/source/core/unocore/swunohelper.cxx  |   53 ++--
 sw/source/core/unocore/unoframe.cxx |   20 +---
 sw/source/core/unocore/unomap.cxx   |8 ++--
 sw/source/core/unocore/unoparagraph.cxx |5 +--
 sw/source/core/unocore/unostyle.cxx |   23 ++---
 6 files changed, 84 insertions(+), 27 deletions(-)

New commits:
commit 3670e3c0c1bfcea9dc50fefb20b67a828b1e35bb
Author: Michael Stahl mst...@redhat.com
Date:   Tue Apr 21 00:15:55 2015 +0200

sw: ODF import: frame background: do not override gradient transparency

... with style:background-transparency

(regression from 102bb87ca1a5dee3a09442bf503a54bb703c79ea)

Change-Id: Icead7a47c145eace51249896b6e05d65dfaa2f78

diff --git a/sw/source/core/unocore/unoframe.cxx 
b/sw/source/core/unocore/unoframe.cxx
index 2ea6eae..cbb6b94 100644
--- a/sw/source/core/unocore/unoframe.cxx
+++ b/sw/source/core/unocore/unoframe.cxx
@@ -455,7 +455,8 @@ bool 
BaseFrameProperties_Impl::FillBaseProperties(SfxItemSet rToSet, const SfxI
 aXFillTransparenceItem.PutValue(*pXFillTransparenceItem);
 rToSet.Put(aXFillTransparenceItem);
 }
-else if (pColTrans)
+else if (pColTrans 
+!pXFillFloatTransparenceItem  !pXFillFloatTransparenceNameItem)
 {
 // No fill transparency is given.  On the other hand, we have a
 // BackColorTransparency, so use that.
commit 09f0919f9a1686f6c1492777307e77f841294192
Author: Michael Stahl mst...@redhat.com
Date:   Mon Apr 20 23:42:45 2015 +0200

tdf#90640: sw: ODF import: ignore style:background-transparency for

... bitmap backgrounds of frames.  OOo/LO versions = 4.3 wrongly write
fo:background-color=transparent style:background-transparency=100%
for bitmap backgrounds, because of a stupid API implementation with
SvxBrushItem.  They overwrite that with draw:opacity=100% on the child
element style:background-image, which we don't read if we see draw:fill
attributes, so ignore the background-transparency in that case.

(regression from 5aa360cae0383f270c12708e7e94179a7fde6711)

Change-Id: I4ca59d8932a8e5d034c35543a54528198ad7d51c

diff --git a/sw/source/core/unocore/unoframe.cxx 
b/sw/source/core/unocore/unoframe.cxx
index 197a83b..2ea6eae 100644
--- a/sw/source/core/unocore/unoframe.cxx
+++ b/sw/source/core/unocore/unoframe.cxx
@@ -459,9 +459,15 @@ bool 
BaseFrameProperties_Impl::FillBaseProperties(SfxItemSet rToSet, const SfxI
 {
 // No fill transparency is given.  On the other hand, we have a
 // BackColorTransparency, so use that.
+// tdf#90640 tdf#90130: this is necessary for LO 4.4.0 - 4.4.2
+// that forgot to write draw:opacity into documents
+// but: the value was *always* wrong for bitmaps! = ignore it
 sal_Int8 nGraphicTransparency(0);
 *pColTrans = nGraphicTransparency;
-rToSet.Put(XFillTransparenceItem(nGraphicTransparency));
+if (aXFillStyleItem.GetValue() != drawing::FillStyle_BITMAP)
+{
+rToSet.Put(XFillTransparenceItem(nGraphicTransparency));
+}
 if (aXFillStyleItem.GetValue() == drawing::FillStyle_SOLID)
 {
 aBrush.PutValue(*pColTrans, MID_BACK_COLOR_TRANSPARENCY);
commit c3e49660e782816d1203cb936156ef6d6a1ad572
Author: Michael Stahl mst...@redhat.com
Date:   Mon Apr 20 20:05:38 2015 +0200

tdf#90640: sw: ODF export: be consistent when exporting RES_BACKGROUND

The emulation of legacy RES_BACKGROUND properties claims that (unless
fillstyle is NONE) all of them are direct values, which causes export of
legacy attributes like style:background-transparency without
corresponding non-legacy draw:opacity.

Especially problematic for style:background-transparency, which is set
to 100% if style is bitmap, which is the reasonable default for API
backward compatibility of BackColorTransparency, but wrong for ODF.

Change-Id: I1fa4fa5df45eb00cbfcd2e171b4862c4e195cc7d

diff --git a/sw/inc/swunohelper.hxx b/sw/inc/swunohelper.hxx
index 6ebc335..c00404c 100644
--- a/sw/inc/swunohelper.hxx
+++ b/sw/inc/swunohelper.hxx
@@ -77,7 +77,7 @@ bool UCB_IsDirectory( const OUString rURL );
 /// helper to check if fill style is set to color or bitmap
 /// and thus formally used SvxBrushItem parts need to be mapped
 /// for backwards compatibility
-bool needToMapFillItemsToSvxBrushItemTypes(const SfxItemSet rSet);
+bool needToMapFillItemsToSvxBrushItemTypes(const SfxItemSet rSet, sal_uInt16 
const nMemberId);
 
 }
 
diff --git a/sw/source/core/unocore/swunohelper.cxx 
b/sw/source/core/unocore/swunohelper.cxx
index 8f5c89d..ceb061b 100644
--- a/sw/source/core/unocore/swunohelper.cxx
+++ b/sw/source/core/unocore/swunohelper.cxx
@@ -39,6 +39,7 @@
 
 //

[Libreoffice-bugs] [Bug 90640] Text frame background graphic set to 100% transparency on saving a document

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90640

Michael Stahl mst...@redhat.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||vmik...@collabora.co.uk
 Resolution|--- |FIXED
   Assignee|libreoffice-b...@lists.free |mst...@redhat.com
   |desktop.org |

--- Comment #7 from Michael Stahl mst...@redhat.com ---
the real question is why is 4.4 not export draw:opacity attribute to go along
with the fill attributes.

for API compatibility, the implementation of old property BackColorTransparency
return 100% if the fill style is bitmap, which is exported as
style:background-transparency=100%.

so for bitmap background, it was never the case in older versions that
style:background-transparency=100% actually *meant* anything - it was always
wrong - the real value was exported on the background-image child element.

therefore the fix for bug 90130 - which is really a fix-up for
4.4.0 - 4.4.3.1 *omitting* draw:opacity attribute - needs to be
restricted not to affect bitmaps.

so there are 3 different bugs here.

fixed on master

thanks Paddy for quickly finding and reporting this bug!

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


[Libreoffice-bugs] [Bug 70658] VIEWING: Vertically compressed line of print

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=70658

--- Comment #5 from John van Someren j...@vansomeren.co.uk ---
Created attachment 114972
  -- https://bugs.documentfoundation.org/attachment.cgi?id=114972action=edit
The same problem as seen today in version 4.4.2.2 of the Portable App

I have been asked to confirm that this bug still exists after more than a year.
I do so confirm.

-- 
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 90646] Remove Style Formatting from sidebar

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90646

--- Comment #3 from Tomaz Vajngerl qui...@gmail.com ---
Created attachment 114973
  -- https://bugs.documentfoundation.org/attachment.cgi?id=114973action=edit
Paragraph Styles in Properties

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


[Libreoffice-ux-advise] [Bug 90646] Remove Style Formatting from sidebar

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90646

--- Comment #3 from Tomaz Vajngerl qui...@gmail.com ---
Created attachment 114973
  -- https://bugs.documentfoundation.org/attachment.cgi?id=114973action=edit
Paragraph Styles in Properties

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


[Libreoffice-bugs] [Bug 90635] UI Font colour dialog (from sidebar) closes on attempt to change the colour palette (KDE-specific)

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90635

Joel Madero jmadero@gmail.com changed:

   What|Removed |Added

   Priority|medium  |high
 Status|UNCONFIRMED |NEW
 CC||jmadero@gmail.com
Version|4.5.0.0.alpha0+ Master  |4.4.2.2 release
 Ever confirmed|0   |1
   Severity|normal  |major

--- Comment #5 from Joel Madero jmadero@gmail.com ---
ubuntu 15.04 + KDE

Confirmed - no need to repeat, happens every time on first try.

Note: Also happens for top toolbar - not sidebar specific for me at least.

Seems like there are quite a few issues with toolbars and dialogs in KDE, I
just reported another: bug 90759, and I know of at least one other. Wonder if
this is a larger issue that requires further investigation.

Setting to:
Major - cannot use color palettes at all in KDE, think it deserves major.
High - default seems appropriate.

-- 
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 90635] UI Font colour dialog closes on attempt to change the colour palette (KDE-specific)

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90635

Joel Madero jmadero@gmail.com changed:

   What|Removed |Added

  Component|Impress |LibreOffice
Summary|UI Font colour dialog (from |UI Font colour dialog
   |sidebar) closes on attempt  |closes on attempt to change
   |to change the colour|the colour palette
   |palette (KDE-specific)  |(KDE-specific)
 Whiteboard||needKDE

--- Comment #6 from Joel Madero jmadero@gmail.com ---
also not limited to impress - setting component to LibreOffice.

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


[Libreoffice-bugs] [Bug 90758] Bug with page break after index in .docx

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90758

--- Comment #1 from gon_ara...@hotmail.com ---
Created attachment 114975
  -- https://bugs.documentfoundation.org/attachment.cgi?id=114975action=edit
An example document .docx

-- 
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 70657] FORMATTING: some pictures squashed or lost upon file save

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=70657

Jean-Baptiste Faure jbfa...@libreoffice.org changed:

   What|Removed |Added

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

--- Comment #9 from Jean-Baptiste Faure jbfa...@libreoffice.org ---
Image problem is no longer reproducible with LibreOffice 4.4.4.0.0+ built at
home under Ubuntu 14.10 x86-64.

Saving the pptx bugdoc with a small modification under the same pptx format
reveals the image which was not visible in the original pptx bugdoc.
Saving the odp bugdoc as pptx keeps the image.

Closing as WorksForMe. Please, feel free to reopen if you disagree.

Best regards. JBF

-- 
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 90712] DOCX import - paragraphs get single spaced even when document is double spaced

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90712

Alex Thurgood ipla...@yahoo.co.uk changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

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


[Libreoffice-bugs] [Bug 90759] Color Palettes Appear in Center of Screen

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90759

Joel Madero jmadero@gmail.com changed:

   What|Removed |Added

   Keywords||regression
 CC||jmadero@gmail.com
 Whiteboard||bibisectRequest

--- Comment #2 from Joel Madero jmadero@gmail.com ---
Ubuntu 14.10 x 64
LibreOffice 3.3

Cannot reproduce with 3.3 so it's a regression. Upping to medium, adding
regression to keyword and requesting a bibisect.

-- 
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 90765] New: Allow Changing Form Fonts From Dropdown

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90765

Bug ID: 90765
   Summary: Allow Changing Form Fonts From Dropdown
   Product: LibreOffice
   Version: 4.4.2.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: jmadero@gmail.com

Steps:

1. Open writer;
2. View - Toolbars - form controls;
3. On form controls click on label field

Observed: Font dropdown grays out, the only way to change the font style and
size is to double click (or right click) on the label, find font, click the
... next to the listed font, then select the new font that you want.


Desired: I don't get why we can't still use the dropdown for fonts


Note: This affects other things as well within font controls, I see no reason
why we limit these controls and add so many steps to change a font. For
instance text box has the same 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-bugs] [Bug 90712] DOCX import - paragraphs get single spaced even when document is double spaced

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90712

Alex Thurgood ipla...@yahoo.co.uk changed:

   What|Removed |Added

Summary|paragraphs get single   |DOCX import - paragraphs
   |spaced even when document   |get single spaced even when
   |is double spaced|document is double spaced

--- Comment #10 from Alex Thurgood ipla...@yahoo.co.uk ---
@Elliotte : forget my last comment. I opened your test document in Word 15.9
for OSX and lo and behold, it displayed with double spacing throughout, so the
problem would indeed appear to lie in the import filter for LibreOffice.

Confirming issue. Thank you for you help in this matter.

Changing title to reflect findings.

-- 
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 90760] support showNegBubbles for bubble charts

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90760

Markus Mohrhard markus.mohrh...@googlemail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

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


[Libreoffice-bugs] [Bug 90760] New: support showNegBubbles for bubble charts

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90760

Bug ID: 90760
   Summary: support showNegBubbles for bubble charts
   Product: LibreOffice
   Version: unspecified
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Chart
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: markus.mohrh...@googlemail.com

We currently import the value but don't handle it at all.


We need correct import handling, rendering and export.

-- 
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 90764] New: LibreOfiice Calc slowdowns after selecting whole cells and changing font.

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90764

Bug ID: 90764
   Summary: LibreOfiice Calc slowdowns after selecting whole cells
and changing font.
   Product: LibreOffice
   Version: 4.4.2.2 release
  Hardware: x86-64 (AMD64)
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ath...@gmail.com

LibreOfiice Calc slowdowns after selecting whole cells(by Ctrl+A or clicking
top-left small empty area) and changing the font.
I have checked this on both Linux and Windows and it happened on both of the
OS.

-- 
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 90764] LibreOfiice Calc slowdowns after selecting whole cells and changing font.

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90764

--- Comment #1 from geneven ath...@gmail.com ---
It looks like 4.4.3 rc build has fixed this 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-bugs] [Bug 90759] Color Palettes Appear in Center of Screen

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90759

Aaron Honeycutt aaronhoneyc...@ubuntu.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #1 from Aaron Honeycutt aaronhoneyc...@ubuntu.com ---
I can confirm this bug.

LibreOffice: 4.4.2.2
Disto: Kubuntu 15.04 Beta 2.

-- 
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: 40 commits - chart2/qa include/oox oox/inc oox/source

2015-04-20 Thread Markus Mohrhard
 chart2/qa/extras/chart2export.cxx   |   46 +-
 chart2/qa/extras/chart2import.cxx   |  132 
 chart2/qa/extras/data/xlsx/bar_chart_simple.xlsx|binary
 chart2/qa/extras/data/xlsx/bubble_chart_simple.xlsx |binary
 chart2/qa/extras/data/xlsx/chart_title.xlsx |binary
 chart2/qa/extras/data/xlsx/smoothed_series.xlsx |binary
 chart2/qa/extras/data/xlsx/smoothed_series2007.xlsx |binary
 chart2/qa/extras/data/xlsx/trendline.xlsx   |binary
 chart2/qa/extras/data/xlsx/trendline2007.xlsx   |binary
 chart2/qa/extras/data/xlsx/vary_color.xlsx  |binary
 chart2/qa/extras/data/xlsx/vary_color2007.xlsx  |binary
 include/oox/drawingml/chart/modelbase.hxx   |4 
 oox/inc/drawingml/chart/axismodel.hxx   |2 
 oox/inc/drawingml/chart/seriesmodel.hxx |   16 +-
 oox/inc/drawingml/chart/titlemodel.hxx  |   10 -
 oox/inc/drawingml/chart/typegroupmodel.hxx  |2 
 oox/source/drawingml/chart/axiscontext.cxx  |4 
 oox/source/drawingml/chart/axismodel.cxx|4 
 oox/source/drawingml/chart/chartspacefragment.cxx   |5 
 oox/source/drawingml/chart/plotareacontext.cxx  |   28 ++--
 oox/source/drawingml/chart/plotareaconverter.cxx|   14 +-
 oox/source/drawingml/chart/seriescontext.cxx|  119 --
 oox/source/drawingml/chart/seriesconverter.cxx  |8 -
 oox/source/drawingml/chart/seriesmodel.cxx  |   42 +++---
 oox/source/drawingml/chart/titlecontext.cxx |3 
 oox/source/drawingml/chart/titlemodel.cxx   |4 
 oox/source/drawingml/chart/typegroupcontext.cxx |   75 +--
 oox/source/drawingml/chart/typegroupmodel.cxx   |   14 +-
 oox/source/export/chartexport.cxx   |   80 
 29 files changed, 404 insertions(+), 208 deletions(-)

New commits:
commit 3d54555a1e7d79f00a8ba309cf821f0e5f48be21
Author: Markus Mohrhard markus.mohrh...@googlemail.com
Date:   Tue Apr 21 03:27:05 2015 +0200

fix AxisModel MSO2007 vs OOXMl default values

Change-Id: Ie4265bf5ef02126d88d7521f86b0b922f77817a8

diff --git a/oox/inc/drawingml/chart/axismodel.hxx 
b/oox/inc/drawingml/chart/axismodel.hxx
index 57ecbf4..949f284 100644
--- a/oox/inc/drawingml/chart/axismodel.hxx
+++ b/oox/inc/drawingml/chart/axismodel.hxx
@@ -87,7 +87,7 @@ struct AxisModel
 boolmbDeleted;  /// True = axis has been deleted 
manually.
 boolmbNoMultiLevel; /// True = no multi-level 
categories supported.
 
-explicitAxisModel( sal_Int32 nTypeId );
+explicitAxisModel( sal_Int32 nTypeId, bool bMSO2007Doc );
 ~AxisModel();
 };
 
diff --git a/oox/source/drawingml/chart/axiscontext.cxx 
b/oox/source/drawingml/chart/axiscontext.cxx
index 295b25f..95c2f37 100644
--- a/oox/source/drawingml/chart/axiscontext.cxx
+++ b/oox/source/drawingml/chart/axiscontext.cxx
@@ -86,6 +86,7 @@ AxisContextBase::~AxisContextBase()
 
 ContextHandlerRef AxisContextBase::onCreateContext( sal_Int32 nElement, const 
AttributeList rAttribs )
 {
+bool bMSO2007Doc = getFilter().isMSO2007Document();
 switch( getCurrentElement() )
 {
 case C_TOKEN( catAx ):
@@ -107,8 +108,7 @@ ContextHandlerRef AxisContextBase::onCreateContext( 
sal_Int32 nElement, const At
 mrModel.mofCrossesAt = rAttribs.getDouble( XML_val, 0.0 );
 return 0;
 case C_TOKEN( delete ):
-// default is 'false', not 'true' as specified
-mrModel.mbDeleted = rAttribs.getBool( XML_val, false );
+mrModel.mbDeleted = rAttribs.getBool( XML_val, 
!bMSO2007Doc );
 return 0;
 case C_TOKEN( majorGridlines ):
 return new ShapePrWrapperContext( *this, 
mrModel.mxMajorGridLines.create() );
diff --git a/oox/source/drawingml/chart/axismodel.cxx 
b/oox/source/drawingml/chart/axismodel.cxx
index d4163bc..7541a4e 100644
--- a/oox/source/drawingml/chart/axismodel.cxx
+++ b/oox/source/drawingml/chart/axismodel.cxx
@@ -32,7 +32,7 @@ AxisDispUnitsModel::~AxisDispUnitsModel()
 {
 }
 
-AxisModel::AxisModel( sal_Int32 nTypeId ) :
+AxisModel::AxisModel( sal_Int32 nTypeId, bool bMSO2007Doc ) :
 mnAxisId( -1 ),
 mnAxisPos( XML_TOKEN_INVALID ),
 mnCrossAxisId( -1 ),
@@ -50,7 +50,7 @@ AxisModel::AxisModel( sal_Int32 nTypeId ) :
 mnTickMarkSkip( 0 ),
 mnTypeId( nTypeId ),
 mbAuto( false ),
-mbDeleted( false ),
+mbDeleted( !bMSO2007Doc ),
 mbNoMultiLevel( false )
 {
 }
diff --git a/oox/source/drawingml/chart/plotareacontext.cxx 
b/oox/source/drawingml/chart/plotareacontext.cxx
index f50deb1..2c9fb12 100644
--- a/oox/source/drawingml/chart/plotareacontext.cxx
+++ b/oox/source/drawingml/chart/plotareacontext.cxx
@@ -179,13 +179,13 @@ ContextHandlerRef 

[Libreoffice-bugs] [Bug 90733] support invertIfNegative for bar and bubble chart

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90733

--- Comment #1 from Commit Notification 
libreoffice-comm...@lists.freedesktop.org ---
Markus Mohrhard committed a patch related to this issue.
It has been pushed to master:

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

we don't support invertIfNegative yet, related tdf#90733

It will be available in 5.0.0.

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

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


[Libreoffice-bugs] [Bug 90733] support invertIfNegative for bar and bubble chart

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90733

Commit Notification libreoffice-comm...@lists.freedesktop.org changed:

   What|Removed |Added

 Whiteboard|| target:5.0.0

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


[Libreoffice-bugs] [Bug 90712] DOCX import - paragraphs get single spaced even when document is double spaced

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90712

--- Comment #11 from Alex Thurgood ipla...@yahoo.co.uk ---
Steps for comparison :

1) Open the document in LibreOffice production release (4412) - notice how the
ends of the paragraphs are not double spaced with regard to the beginning of
the subsequent paragraph. The option Don't add space between paragraphs of the
same style appears to have been added on import by LibreOffice, or an xml flag
is misinterpreted somewhere.

2) Open the same file in Word - all paragraphs are displayed correctly
double-spaced.

-- 
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 90712] paragraphs get single spaced even when document is double spaced

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90712

--- Comment #9 from Alex Thurgood ipla...@yahoo.co.uk ---
I am of a mind to mark this as NOTABUG, but if you feel otherwise or have more
information to put forward as to why this is LibreOffice's behaviour causing
the problem, then please do.

-- 
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 90758] Bug with page break after index in .docx

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90758

--- Comment #2 from gon_ara...@hotmail.com ---
Created attachment 114977
  -- https://bugs.documentfoundation.org/attachment.cgi?id=114977action=edit
The same example document but .doc.

Here the page brak after the index work.

-- 
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 90764] LibreOfiice Calc slowdowns after selecting whole cells and changing font.

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90764

geneven ath...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |INVALID

-- 
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 83366] EDITING: Copy and Paste crashes Calc when original doc closed

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=83366

Adolfo Jayme f...@libreoffice.org changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 75025] LibreOffice 4.3 most annoying bugs

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75025
Bug 75025 depends on bug 83366, which changed state.

Bug 83366 Summary: EDITING: Copy and Paste crashes Calc when original doc closed
https://bugs.documentfoundation.org/show_bug.cgi?id=83366

   What|Removed |Added

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

-- 
You are receiving this mail because:
You are on the CC list for the bug.
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 75025] LibreOffice 4.3 most annoying bugs

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75025
Bug 75025 depends on bug 83366, which changed state.

Bug 83366 Summary: EDITING: Copy and Paste crashes Calc when original doc closed
https://bugs.documentfoundation.org/show_bug.cgi?id=83366

   What|Removed |Added

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

-- 
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 90763] All the contents of comments disappeared.

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90763

V Stuart Foote vstuart.fo...@utsa.edu changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||vstuart.fo...@utsa.edu
 Ever confirmed|0   |1

--- Comment #1 from V Stuart Foote vstuart.fo...@utsa.edu ---
@farkas.kati

Sorry for your loss. Looks very annoying. 

However, we can't do much with the issue with what you have provided thus far.

Please provide version details of your OS X installation, as well as the
version of LibreOffice (for that, just paste the build info from the About
LibreOffice menu item).

We might be able to duplicate things then.

-- 
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 90762] New: support wireframe property for surface charts

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90762

Bug ID: 90762
   Summary: support wireframe property for surface charts
   Product: LibreOffice
   Version: unspecified
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Chart
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: markus.mohrh...@googlemail.com

The property is currently imported but not handled.

We need correct import, rendering and export.

-- 
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 90508] FILEOPEN: Regression TitlePage Class / Different First Page broken

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90508

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

   What|Removed |Added

   Keywords||bisected
 CC||fdb...@neosheffield.co.uk,
   ||rattles2...@gmail.com
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=77
   ||111
 Whiteboard|bibisectRequest |bibisected

--- Comment #5 from Matthew Francis fdb...@neosheffield.co.uk ---
Somehow this has ended up the opposite of bug 77111, which traces back to the
same commit.

Adding Cc: to rattles2...@gmail.com; Could you possibly take a look at this
one? Thanks


commit c2ccd20c0fd92bddfff76447754541705e3eb8f3
Author: Adam Co rattles2...@gmail.com
Date:   Thu Aug 29 17:16:44 2013 +0300

fdo#44689: fix for specific case of page restart-value 0

This bug fix is for roundtripping a DOCX that has
a specific 'start value' for the page numbers.
In most cases LO imports it ok.
However - until now - Word allowed you to start page number
from 0, while LO only allowed starting page numbers from 1.
This was because the 'start value' was stored in an 'unsigned int',
and the value '0' was used to mark 'there is no start value'.
This patch changes the way the 'start value' is stored
from 'unsigned int' to 'optional unsigned int'.
This way - if there is no value applied - the variable will hold NULL.
However - if a value is set - it can be 0 or more.
This meant also tweaking all the places that used to get this value,
so that now they handle an 'optional uint', instead of a 'uint'.

-- 
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 77111] FORMATTING: first page number is 0 instead of 1

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=77111

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

   What|Removed |Added

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

-- 
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 90762] support wireframe property for surface charts

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90762

Markus Mohrhard markus.mohrh...@googlemail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

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


[Libreoffice-bugs] [Bug 90763] New: All the contents of comments disappeared.

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90763

Bug ID: 90763
   Summary: All the contents of comments disappeared.
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: Mac OS X (All)
Status: UNCONFIRMED
  Severity: major
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: farkas.k...@gmail.com

Created attachment 114978
  -- https://bugs.documentfoundation.org/attachment.cgi?id=114978action=edit
screen shot of what all my comments look like

After saving the document and opening it again, all the contents of inserted
comments disappeared. Each comment is shown in the text at the appropriate
place, but they are all empty. They all look like to attached pic. Lost about
10 hours of work.

-- 
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 90733] support invertIfNegative for bar and bubble chart

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90733

--- Comment #2 from Commit Notification 
libreoffice-comm...@lists.freedesktop.org ---
Markus Mohrhard committed a patch related to this issue.
It has been pushed to master:

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

add test case for no invertIfNegative export, related tdf#90733

It will be available in 5.0.0.

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

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


[Libreoffice-bugs] [Bug 90746] support bubble3D effect for bubble charts

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90746

Commit Notification libreoffice-comm...@lists.freedesktop.org changed:

   What|Removed |Added

 Whiteboard|| target:5.0.0

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


[Libreoffice-bugs] [Bug 90746] support bubble3D effect for bubble charts

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90746

--- Comment #1 from Commit Notification 
libreoffice-comm...@lists.freedesktop.org ---
Markus Mohrhard committed a patch related to this issue.
It has been pushed to master:

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

export that we don't support bubble3D, related tdf#90746

It will be available in 5.0.0.

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

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


[Libreoffice-bugs] [Bug 90746] support bubble3D effect for bubble charts

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90746

--- Comment #2 from Commit Notification 
libreoffice-comm...@lists.freedesktop.org ---
Markus Mohrhard committed a patch related to this issue.
It has been pushed to master:

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

add test for bubble3D export, related tdf#90746

It will be available in 5.0.0.

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

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


[Libreoffice-bugs] [Bug 90749] support leader lines for data labels

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90749

Commit Notification libreoffice-comm...@lists.freedesktop.org changed:

   What|Removed |Added

 Whiteboard|| target:5.0.0

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


[Libreoffice-bugs] [Bug 90749] support leader lines for data labels

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90749

--- Comment #1 from Commit Notification 
libreoffice-comm...@lists.freedesktop.org ---
Markus Mohrhard committed a patch related to this issue.
It has been pushed to master:

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

export that we don't support leader lines, related tdf#90749

It will be available in 5.0.0.

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

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


[Libreoffice-bugs] [Bug 90699] FILESAVE: XLSX - Chart title not set as above chart [RT]

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90699

Markus Mohrhard markus.mohrh...@googlemail.com changed:

   What|Removed |Added

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

--- Comment #4 from Markus Mohrhard markus.mohrh...@googlemail.com ---
That is already fixed for 5-0.

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


[Libreoffice-bugs] [Bug 90761] New: support ShowMarker during OOXML import

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90761

Bug ID: 90761
   Summary: support ShowMarker during OOXML import
   Product: LibreOffice
   Version: unspecified
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Chart
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: markus.mohrh...@googlemail.com

Currently that is imported but not set into the document mode. We don't show
the marker as we are importing the marker as fully transparent.

Code pointer: oox/inc/drawingml/chart/typegroupmodel.hxx mbShowMarker

-- 
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 90741] EDITING: Spreadsheet commented cell cut, paste, undo, redo, undo

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90741

raal r...@post.cz changed:

   What|Removed |Added

Version|4.5.0.0.alpha0+ Master  |4.4.1.2 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 90712] paragraphs get single spaced even when document is double spaced

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90712

--- Comment #8 from Alex Thurgood ipla...@yahoo.co.uk ---
Hi Elliotte,

Thanks for the document, I can see that the end of one paragraph and the first
line of the next are not separated by double spacing when the Don't add space
between paragraphs of the same style option is ticked. However, if I untick
this, the paragraph spacing returns to double spaced as expected.

I still don't understand why this is a problem that is specific to LibreOffice
- it might well be, but it could also be the format to which GoogleDocs writes
out when saving as docx which causes this option to be set.

I created a double spaced document with four paragraphs, all of the same style,
in Word 15.9 for OSX, saved the file as docx, then re-opened that file in
LibreOffice 4412 - the document opened fine and the paragraphs were correctly
spaced. Note that Word, like LibreOffice, has an option to indicate that the
paragraphs not contain added space where the styles are the same.

My conclusion is that it appears that GoogleDocs is the culprit for adding that
option to the paragraph style formatting when you export to docx. By default,
Word does not do this. If the problem lies with GoogleDocs, there isn't much
LibreOffice can do about this.

I can not at present confirm the existence of a problem with LibreOffice in
this regard, for me that option does what it says, i.e. removes pacing between
the end of one paragraph and the beginning of the next, so it appears to work
as designed.

-- 
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 90763] All the contents of comments disappeared.

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90763

--- Comment #2 from Alex Thurgood ipla...@yahoo.co.uk ---
This looks like a known bug that was present with an older version of
LibreOffice.

@farkas.kati : please try with the latest production release of LibreOffice and
report your findings 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-bugs] [Bug 90761] support ShowMarker during OOXML import

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90761

Markus Mohrhard markus.mohrh...@googlemail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

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


[Libreoffice-bugs] [Bug 90757] EDITING Calc crash sort

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90757

Christopher M. Penalver christopher.m.penal...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||christopher.m.penalver@gmai
   ||l.com
   See Also||https://launchpad.net/bugs/
   ||1444110
 Ever confirmed|0   |1
   Severity|normal  |critical

-- 
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 90764] LibreOfiice Calc slowdowns after selecting whole cells and changing font.

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90764

geneven ath...@gmail.com changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

-- 
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 37223] Target for paste cells from column in Calc into TABLE will be single cell instead of column

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=37223

--- Comment #15 from sun...@hotmail.ru ---
From my point of view its a bug. As moving data between components of the same
program is natural. And having something like an old addon or MSO has that also
give you options to extend table are features.
But i could except it as a feature if it means it will be in LO, its really
needed as there're tasks that make people use it(through addon) almost on daily
basis.

-- 
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 90747] The user path in bootstrap has still /4 instead of /5

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90747

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

   What|Removed |Added

 CC||cl...@documentfoundation.or
   ||g, serval2...@yahoo.fr

--- Comment #1 from Julien Nabet serval2...@yahoo.fr ---
Christian: thought you might be interested in this one since
http://cgit.freedesktop.org/libreoffice/core/commit/?id=468aaa1bcf96c86c4a33b5dcd0aabb41e14b042d
seems to show that having a profile with version 4 is on purpose.

-- 
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 90728] Net Line Only Charts converted to Line and Point

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90728

Luke lukebe...@hotmail.com changed:

   What|Removed |Added

 CC||markus.mohrhard@googlemail.
   ||com
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=81
   ||407

--- Comment #3 from Luke lukebe...@hotmail.com ---
Added Markus as he's fixed many similar XLSX conversion issues such as Bug
81407.

-- 
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 90752] New: Calc Table de pilote Traduction incomplète fr

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90752

Bug ID: 90752
   Summary: Calc Table de pilote Traduction incomplète fr
   Product: LibreOffice
   Version: unspecified
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Localization
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: al...@free.fr

Created attachment 114968
  -- https://bugs.documentfoundation.org/attachment.cgi?id=114968action=edit
copie d'écran

Les fonctions du champs de données sont en anglais. 
NB : La mention données dans champs de colonne est inutile et induit en
erreur

-- 
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: postprocess/CustomTarget_signing.mk solenv/gbuild

2015-04-20 Thread Christian Lohmaier
 postprocess/CustomTarget_signing.mk |7 +--
 solenv/gbuild/LinkTarget.mk |4 ++--
 2 files changed, 7 insertions(+), 4 deletions(-)

New commits:
commit 77568e5c970ee14d92de765686689ba6fccf2a17
Author: Christian Lohmaier lohmaier+libreoff...@googlemail.com
Date:   Mon Apr 20 15:41:48 2015 +0200

don't try to sign merged libs on windows

as those are fake, just textfiles with dll extension that signtool
doesn't like.
Also made the text more descriptive invalid is ambiguous,
invalid - merged lib states the reason why the file is a dummy.

Change-Id: I31801fd0c3aa593549fac5e6275189e18bbc0010
Reviewed-on: https://gerrit.libreoffice.org/15444
Reviewed-by: Michael Stahl mst...@redhat.com
Tested-by: Jenkins c...@libreoffice.org

diff --git a/postprocess/CustomTarget_signing.mk 
b/postprocess/CustomTarget_signing.mk
index f8a7c77..23a81ef 100644
--- a/postprocess/CustomTarget_signing.mk
+++ b/postprocess/CustomTarget_signing.mk
@@ -29,8 +29,11 @@ $(call 
gb_CustomTarget_get_workdir,postprocess/signing)/signing.done:
$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),PRL,2)
 ifeq ($(COM),MSC)
 ifneq ($(ENABLE_DBGUTIL),TRUE)
+   EXCLUDELIST=$(shell $(gb_MKTEMP))  \
+   cat $(SRCDIR)/postprocess/signing/no_signing.txt  $$EXCLUDELIST  \
+   echo $(foreach lib,$(gb_MERGEDLIBS),$(call 
gb_Library_get_filename,$(lib))) | tr ' ' '\n'  $$EXCLUDELIST  \
$(PERL) $(SRCDIR)/postprocess/signing/signing.pl \
-   -e $(SRCDIR)/postprocess/signing/no_signing.txt \
+   -e $$EXCLUDELIST \
-l $(subst .done,_log.txt,$@) \
$(if $(PFXFILE),-f $(PFXFILE)) \
$(if $(PFXPASSWORD),-p $(PFXPASSWORD)) \
@@ -43,7 +46,7 @@ ifneq ($(ENABLE_DBGUTIL),TRUE)
$(INSTDIR)/sdk/cli/*.dll \
$(INSTDIR)/sdk/bin/*.exe \
$(INSTDIR)/share/extensions/mysql-connector-ooo/*.dll\
-touch $@
+rm $$EXCLUDELIST  touch $@
 else
@echo Doing nothing on non product builds ...
 endif
diff --git a/solenv/gbuild/LinkTarget.mk b/solenv/gbuild/LinkTarget.mk
index d1602c9..82c4739 100644
--- a/solenv/gbuild/LinkTarget.mk
+++ b/solenv/gbuild/LinkTarget.mk
@@ -486,8 +486,8 @@ define gb_LinkTarget__command_impl
$(if $(filter $(2),$(foreach lib,$(gb_MERGEDLIBS),$(call 
gb_Library__get_workdir_linktargetname,$(lib,\
$(if $(filter $(true),$(call 
gb_LinkTarget__is_build_lib,$(2))),\
$(call gb_LinkTarget__command,$(1),$(2)),\
-   mkdir -p $(dir $(1))  echo invalid  $(1) \
-   $(if $(SOVERSIONSCRIPT), echo invalid  
$(WORKDIR)/LinkTarget/$(2))),\
+   mkdir -p $(dir $(1))  echo invalid - merged lib  
$(1) \
+   $(if $(SOVERSIONSCRIPT), echo invalid - merged lib  
$(WORKDIR)/LinkTarget/$(2))),\
$(call gb_LinkTarget__command,$(1),$(2)))
$(call 
gb_LinkTarget__command_objectlist,$(WORKDIR)/LinkTarget/$(2).objectlist)
 endef
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 90753] New: Move packages to autoinstallation in scp2

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90753

Bug ID: 90753
   Summary: Move packages to autoinstallation in scp2
   Product: LibreOffice
   Version: unspecified
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ma...@libreoffice.org

This task is similar to bug 60924 only about packages (package is basically a
set of files needed in installation set).
git grep for filelist in scp2 to find what can be autoinstalled

Examle commits:
https://gerrit.libreoffice.org/gitweb?p=core.git;a=commitdiff;h=5784cafe46338d3b94818213a4443d11c1324af9
if the relevant module already exists - probably true most of the time.

Or
https://gerrit.libreoffice.org/gitweb?p=core.git;a=commitdiff;h=e0aaa830fc6633a2ab5614eec4f4b88279dca908
also adding new module.

-- 
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 90753] Move packages to autoinstallation in scp2

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90753

Matúš Kukan ma...@libreoffice.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||libreoffice@lists.freedeskt
   ||op.org
 Ever confirmed|0   |1
 Whiteboard||EasyHack DifficultyBeginner
   ||SkillScript

-- 
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 90753] Move packages to autoinstallation in scp2

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90753

Matúš Kukan ma...@libreoffice.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||libreoffice@lists.freedeskt
   ||op.org
 Ever confirmed|0   |1
 Whiteboard||EasyHack DifficultyBeginner
   ||SkillScript

-- 
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 90751] Cells below unclickable when entering formula (Segoe UI font)

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90751

raal r...@post.cz changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||r...@post.cz
Summary|Cells below unclickable |Cells below unclickable
   |when entering formula   |when entering formula
   ||(Segoe UI font)
 Ever confirmed|0   |1

--- Comment #1 from raal r...@post.cz ---
I can confirm with Version: 4.5.0.0.alpha0+
Build ID: 582cdc273ec0e91d27be8a7893994acadf4d7d18
TinderBox: Win-x86@42, Branch:master, Time: 2015-04-14_23:22:58

Problem is in Segoe UI font. When I change font, then I can click on the cell
below the formula.

-- 
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 75025] LibreOffice 4.3 most annoying bugs

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75025

V Stuart Foote vstuart.fo...@utsa.edu changed:

   What|Removed |Added

 Depends on|60441   |

-- 
You are receiving this mail because:
You are on the CC list for the bug.
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 75025] LibreOffice 4.3 most annoying bugs

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75025

V Stuart Foote vstuart.fo...@utsa.edu changed:

   What|Removed |Added

 Depends on|60441   |

-- 
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 60441] FILESAVE: Calc lost comments when more time save file ods

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=60441

V Stuart Foote vstuart.fo...@utsa.edu changed:

   What|Removed |Added

 Status|RESOLVED|UNCONFIRMED
 CC||vstuart.fo...@utsa.edu
 Blocks|75025   |
 Resolution|INVALID |---
 Ever confirmed|1   |0

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


[Libreoffice-bugs] [Bug 88602] FORMATTING: Paragraph loses 'Do not split paragraph' and 'Keep with next paragraph' settings when inserting a new paragraph before it.

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88602

Justin L jl...@mail.com changed:

   What|Removed |Added

 Attachment #112504|text/plain  |application/vnd.oasis.opend
  mime type||ocument.text

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


[Libreoffice-bugs] [Bug 90741] EDITING: Spreadsheet commented cell cut, paste, undo, redo, undo

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90741

raal r...@post.cz changed:

   What|Removed |Added

 CC||r...@post.cz

--- Comment #1 from raal r...@post.cz ---
Hello,
is it duplicate of bug 83192?

-- 
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-4-3-7' - sc/source

2015-04-20 Thread Eike Rathke
 sc/source/core/tool/interpr1.cxx |   23 ++-
 1 file changed, 14 insertions(+), 9 deletions(-)

New commits:
commit 1daa4ad0c9094ba43b8078e72130d49312da22da
Author: Eike Rathke er...@redhat.com
Date:   Mon Apr 13 18:06:46 2015 +0200

string access out of bounds

Another UniString to OUString conversion fallout.

Change-Id: I5e62b049da3e7f8b5a892ea6aae7110a33564a46
(cherry picked from commit 9f52efa43b2d65c0b6c92790cc2859e752bf975f)
Reviewed-on: https://gerrit.libreoffice.org/15287
Tested-by: Markus Mohrhard markus.mohrh...@googlemail.com
Reviewed-by: Markus Mohrhard markus.mohrh...@googlemail.com
(cherry picked from commit 468b868c6209e26ab29d83ccacd007fcf785402a)
Signed-off-by: Michael Stahl mst...@redhat.com
Reviewed-on: https://gerrit.libreoffice.org/15425
Reviewed-by: Caolán McNamara caol...@redhat.com
Tested-by: Caolán McNamara caol...@redhat.com
Reviewed-by: Eike Rathke er...@redhat.com

diff --git a/sc/source/core/tool/interpr1.cxx b/sc/source/core/tool/interpr1.cxx
index c77b72a..55917d7 100644
--- a/sc/source/core/tool/interpr1.cxx
+++ b/sc/source/core/tool/interpr1.cxx
@@ -3254,15 +3254,20 @@ void ScInterpreter::ScCode()
 {
 //2do: make it full range unicode?
 OUString aStr = GetString().getString();
-//classic ByteString conversion flags
-const sal_uInt32 convertFlags =
-RTL_UNICODETOTEXT_FLAGS_NONSPACING_IGNORE |
-RTL_UNICODETOTEXT_FLAGS_CONTROL_IGNORE |
-RTL_UNICODETOTEXT_FLAGS_FLUSH |
-RTL_UNICODETOTEXT_FLAGS_UNDEFINED_DEFAULT |
-RTL_UNICODETOTEXT_FLAGS_INVALID_DEFAULT |
-RTL_UNICODETOTEXT_FLAGS_UNDEFINED_REPLACE;
-PushInt( (unsigned char) OUStringToOString(OUString(aStr[0]), 
osl_getThreadTextEncoding(), convertFlags).toChar() );
+if (aStr.isEmpty())
+PushInt(0);
+else
+{
+//classic ByteString conversion flags
+const sal_uInt32 convertFlags =
+RTL_UNICODETOTEXT_FLAGS_NONSPACING_IGNORE |
+RTL_UNICODETOTEXT_FLAGS_CONTROL_IGNORE |
+RTL_UNICODETOTEXT_FLAGS_FLUSH |
+RTL_UNICODETOTEXT_FLAGS_UNDEFINED_DEFAULT |
+RTL_UNICODETOTEXT_FLAGS_INVALID_DEFAULT |
+RTL_UNICODETOTEXT_FLAGS_UNDEFINED_REPLACE;
+PushInt( (unsigned char) OUStringToOString(OUString(aStr[0]), 
osl_getThreadTextEncoding(), convertFlags).toChar() );
+}
 }
 
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 89507] FILEOPEN: Libreoffice can't identify what user have the file open

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89507

Robinson Tryon (qubit) qu...@runcibility.com changed:

   What|Removed |Added

   Keywords||regression
 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0
 Whiteboard||bibisectRequest

--- Comment #4 from Robinson Tryon (qubit) qu...@runcibility.com ---
(In reply to Rui Simoes from comment #3)
  Hi Ruie,
  Thanks for the report! Did thisever work in an earlier version of
  LibreOffice, or has it never had the capability?
 
 The earlier version 3.5.7.2 works perfectly. Thanks.

Status - UNCONFIRMED
Keywords - regression
Whiteboard - bibisectRequest

-- 
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 80739] FILESAVE: Color filling of symbol changed

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=80739

Yogesh Bharate yogesh.bhar...@synerzip.com changed:

   What|Removed |Added

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

--- Comment #12 from Yogesh Bharate yogesh.bhar...@synerzip.com ---
1. When we open the attached ods file in Libreoffice, symbols color is white,
this rendering issue.
2. When we open roundtripped file in LibreOffice symbols color is same.
[PFA - Color is presreved for more details ]
3. This is fixed in latest ubuntu build.

Build ID:
Version: 5.0.0.0.alpha1+
Build ID: d68cf40b7a16e20e99c15d310b24c91c2ca89ef6
Locale: en_IN

-- 
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-4-3' - sc/source

2015-04-20 Thread Caolán McNamara
 sc/source/filter/excel/xelink.cxx |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 005acacd306f068fc6aabdb3b85987c54727a7da
Author: Caolán McNamara caol...@redhat.com
Date:   Wed Apr 15 09:41:10 2015 +0100

fix col limit crash on export of ooo103315-1.ods to xls

Change-Id: Ic68ddc56d9cf9dd410c1f073ba83bfeea8220bf0
(cherry picked from commit cee6eb254fae1012bc6ffe1b2e440fe58fedac1b)
Reviewed-on: https://gerrit.libreoffice.org/15317
Reviewed-by: Eike Rathke er...@redhat.com
Tested-by: Eike Rathke er...@redhat.com

diff --git a/sc/source/filter/excel/xelink.cxx 
b/sc/source/filter/excel/xelink.cxx
index 1f6143f..0cf2e9e 100644
--- a/sc/source/filter/excel/xelink.cxx
+++ b/sc/source/filter/excel/xelink.cxx
@@ -1348,7 +1348,8 @@ bool XclExpXct::BuildCrnList( XclExpCrnList rCrnRecs )
 for( SCROW nScRow = nScRow1; bValid  (nScRow = nScRow2); ++nScRow )
 {
 ::std::pair SCCOL, SCCOL  aColRange = mxCacheTable-getColRange( 
nScRow );
-for( SCCOL nScCol = aColRange.first; bValid  (nScCol  
aColRange.second); ++nScCol )
+const SCCOL nScEnd = ::std::min( aColRange.second, MAXCOLCOUNT );
+for( SCCOL nScCol = aColRange.first; bValid  (nScCol  nScEnd); 
++nScCol )
 {
 if( maUsedCells.IsCellMarked( nScCol, nScRow, true ) )
 {
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: odk/examples

2015-04-20 Thread Stephan Bergmann
 odk/examples/python/toolpanel/Makefile |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 423cfc2061babc90a61bbd97f38da13ba538396d
Author: Stephan Bergmann sberg...@redhat.com
Date:   Mon Apr 20 14:49:58 2015 +0200

Create output dir

Change-Id: Iba9f6923e2e7cfefe980a97d7c1cd35e01f437fa

diff --git a/odk/examples/python/toolpanel/Makefile 
b/odk/examples/python/toolpanel/Makefile
index f395228..a2e77f0 100644
--- a/odk/examples/python/toolpanel/Makefile
+++ b/odk/examples/python/toolpanel/Makefile
@@ -25,4 +25,5 @@ FILES = \
 toolpanels/poc.xdl
 
 $(OUT_BIN)/toolpanel.$(UNOOXT_EXT): $(FILES)
+   -$(MKDIR) $(subst /,$(PS),$(@D))
$(SDK_ZIP) $@ $^
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'feature/vclptr' - sd/source

2015-04-20 Thread Noel Grandin
 sd/source/ui/animations/CustomAnimationCreateDialog.cxx |   10 ++--
 sd/source/ui/animations/CustomAnimationDialog.cxx   |   34 
 sd/source/ui/animations/CustomAnimationPane.cxx |2 
 sd/source/ui/animations/SlideTransitionPane.cxx |2 
 sd/source/ui/annotations/annotationtag.cxx  |2 
 sd/source/ui/annotations/annotationwindow.cxx   |6 +-
 sd/source/ui/app/sdxfer.cxx |2 
 sd/source/ui/controller/slidelayoutcontroller.cxx   |4 -
 sd/source/ui/dlg/AnimationChildWindow.cxx   |2 
 sd/source/ui/dlg/NavigatorChildWindow.cxx   |3 -
 sd/source/ui/dlg/PaneChildWindows.cxx   |3 -
 sd/source/ui/dlg/RemoteDialogClientBox.cxx  |6 +-
 sd/source/ui/dlg/animobjs.cxx   |2 
 sd/source/ui/dlg/headerfooterdlg.cxx|4 -
 sd/source/ui/dlg/navigatr.cxx   |6 +-
 sd/source/ui/dlg/sddlgfact.cxx  |   34 
 sd/source/ui/docshell/docshel4.cxx  |4 -
 sd/source/ui/framework/factories/BasicViewFactory.cxx   |2 
 sd/source/ui/framework/factories/FullScreenPane.cxx |5 +-
 sd/source/ui/inc/createtabledesignpanel.hxx |3 -
 sd/source/ui/presenter/PresenterHelper.cxx  |4 -
 sd/source/ui/presenter/PresenterTextView.cxx|4 -
 sd/source/ui/sidebar/NavigatorWrapper.cxx   |4 -
 sd/source/ui/slideshow/slideshow.cxx|2 
 sd/source/ui/slideshow/slideshowimpl.cxx|4 -
 sd/source/ui/slidesorter/shell/SlideSorter.cxx  |8 +--
 sd/source/ui/slidesorter/view/SlsLayeredDevice.cxx  |4 -
 sd/source/ui/slidesorter/view/SlsPageObjectPainter.cxx  |4 -
 sd/source/ui/table/TableDesignPane.cxx  |4 -
 sd/source/ui/tools/PreviewRenderer.cxx  |2 
 sd/source/ui/unoidl/UnoDocumentSettings.cxx |2 
 sd/source/ui/view/ViewShellBase.cxx |2 
 sd/source/ui/view/ViewTabBar.cxx|2 
 sd/source/ui/view/drviews1.cxx  |2 
 sd/source/ui/view/drviewsa.cxx  |2 
 sd/source/ui/view/grviewsh.cxx  |2 
 sd/source/ui/view/viewshel.cxx  |6 +-
 37 files changed, 99 insertions(+), 95 deletions(-)

New commits:
commit 7819d49facfac7e241840ff9ea6932447e92a6f9
Author: Noel Grandin n...@peralex.com
Date:   Mon Apr 20 13:44:47 2015 +0200

sd: convert new to ::Create.

Change-Id: I35c03ea4430eb5a5bd4c7cfaed74f741c09cbf18

diff --git a/sd/source/ui/animations/CustomAnimationCreateDialog.cxx 
b/sd/source/ui/animations/CustomAnimationCreateDialog.cxx
index f499b83..bcdbbd9 100644
--- a/sd/source/ui/animations/CustomAnimationCreateDialog.cxx
+++ b/sd/source/ui/animations/CustomAnimationCreateDialog.cxx
@@ -509,15 +509,15 @@ CustomAnimationCreateDialog::CustomAnimationCreateDialog( 
vcl::Window* pParent,
 mnMiscId = mpTabControl-GetPageId(misc_effects);
 
 const CustomAnimationPresets rPresets = 
CustomAnimationPresets::getCustomAnimationPresets();
-mpTabPages[ENTRANCE] = new CustomAnimationCreateTabPage( mpTabControl, 
this, mnEntranceId, rPresets.getEntrancePresets(), bHasText );
+mpTabPages[ENTRANCE] = VclPtrCustomAnimationCreateTabPage::Create( 
mpTabControl, this, mnEntranceId, rPresets.getEntrancePresets(), bHasText );
 mpTabControl-SetTabPage( mnEntranceId, mpTabPages[ENTRANCE] );
-mpTabPages[EMPHASIS] = new CustomAnimationCreateTabPage( mpTabControl, 
this, mnEmphasisId, rPresets.getEmphasisPresets(), bHasText );
+mpTabPages[EMPHASIS] = VclPtrCustomAnimationCreateTabPage::Create( 
mpTabControl, this, mnEmphasisId, rPresets.getEmphasisPresets(), bHasText );
 mpTabControl-SetTabPage( mnEmphasisId, mpTabPages[EMPHASIS] );
-mpTabPages[EXIT] = new CustomAnimationCreateTabPage( mpTabControl, this, 
mnExitId, rPresets.getExitPresets(), bHasText );
+mpTabPages[EXIT] = VclPtrCustomAnimationCreateTabPage::Create( 
mpTabControl, this, mnExitId, rPresets.getExitPresets(), bHasText );
 mpTabControl-SetTabPage( mnExitId, mpTabPages[EXIT] );
-mpTabPages[MOTIONPATH] = new CustomAnimationCreateTabPage( mpTabControl, 
this, mnMPathId, rPresets.getMotionPathsPresets(), bHasText, true );
+mpTabPages[MOTIONPATH] = VclPtrCustomAnimationCreateTabPage::Create( 
mpTabControl, this, mnMPathId, rPresets.getMotionPathsPresets(), bHasText, true 
);
 mpTabControl-SetTabPage( mnMPathId, mpTabPages[MOTIONPATH] );
-mpTabPages[MISCEFFECTS] = new CustomAnimationCreateTabPage( mpTabControl, 
this, mnMiscId, rPresets.getMiscPresets(), bHasText );
+mpTabPages[MISCEFFECTS] = VclPtrCustomAnimationCreateTabPage::Create( 
mpTabControl, this, mnMiscId, rPresets.getMiscPresets(), bHasText );
 

[Libreoffice-commits] core.git: Branch 'libreoffice-4-4' - sc/source

2015-04-20 Thread Caolán McNamara
 sc/source/filter/excel/xelink.cxx |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 1eafd31bf7b01d79fd33178be1c16e200025d0fe
Author: Caolán McNamara caol...@redhat.com
Date:   Wed Apr 15 09:41:10 2015 +0100

fix col limit crash on export of ooo103315-1.ods to xls

Change-Id: Ic68ddc56d9cf9dd410c1f073ba83bfeea8220bf0
(cherry picked from commit cee6eb254fae1012bc6ffe1b2e440fe58fedac1b)
Reviewed-on: https://gerrit.libreoffice.org/15318
Reviewed-by: Eike Rathke er...@redhat.com
Tested-by: Eike Rathke er...@redhat.com

diff --git a/sc/source/filter/excel/xelink.cxx 
b/sc/source/filter/excel/xelink.cxx
index 3c8dffc..3186412 100644
--- a/sc/source/filter/excel/xelink.cxx
+++ b/sc/source/filter/excel/xelink.cxx
@@ -1345,7 +1345,8 @@ bool XclExpXct::BuildCrnList( XclExpCrnList rCrnRecs )
 for( SCROW nScRow = nScRow1; bValid  (nScRow = nScRow2); ++nScRow )
 {
 ::std::pair SCCOL, SCCOL  aColRange = mxCacheTable-getColRange( 
nScRow );
-for( SCCOL nScCol = aColRange.first; bValid  (nScCol  
aColRange.second); ++nScCol )
+const SCCOL nScEnd = ::std::min( aColRange.second, MAXCOLCOUNT );
+for( SCCOL nScCol = aColRange.first; bValid  (nScCol  nScEnd); 
++nScCol )
 {
 if( maUsedCells.IsCellMarked( nScCol, nScRow, true ) )
 {
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 90743] New: CHART LEGEND LOCATION BUG - REPOSITIONING LOST AFTER SAVE

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90743

Bug ID: 90743
   Summary: CHART LEGEND LOCATION BUG - REPOSITIONING LOST AFTER
SAVE
   Product: LibreOffice
   Version: unspecified
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: drsw...@gmail.com

NO OPTION FOR REPOSITIONING CHART LEGEND

AFTER REPOSITIONING DEFAULTS TO UPPER LEFT AFTER SAVE/REOPEN

i.e. does not take user input on chart legend location.
This is a serious bug because one constantly wants to MOVE the chart legends
around.

Worst of all is it looks fine on the screen, until after saving.

Any user friendly app MUST allow the user to make things as they see fit, NOT
apply a cookie cutter recipe - this is OK for defaults - but if I can't
override the defaults, what good is the program?

-- 
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/rtl sal/rtl svl/source sw/source tools/source

2015-04-20 Thread Stephan Bergmann
 include/rtl/character.hxx|   84 +++
 include/rtl/surrogates.h |   57 --
 sal/rtl/string.cxx   |8 +--
 sal/rtl/uri.cxx  |   18 
 sal/rtl/ustring.cxx  |   21 -
 svl/source/misc/urihelper.cxx|6 +-
 sw/source/filter/ww8/ww8par3.cxx |9 ++--
 tools/source/fsys/urlobj.cxx |7 +--
 8 files changed, 118 insertions(+), 92 deletions(-)

New commits:
commit 9561c2f6793bede6e5092c36a4f1c8dbb782c4f4
Author: Stephan Bergmann sberg...@redhat.com
Date:   Mon Apr 20 13:50:52 2015 +0200

Clean up new rtl/surrogates.h

Change-Id: Iec781bdbbf216cb14c9ba5be5955123273d7699c

diff --git a/include/rtl/character.hxx b/include/rtl/character.hxx
index f5c9490..52151e8 100644
--- a/include/rtl/character.hxx
+++ b/include/rtl/character.hxx
@@ -211,6 +211,90 @@ inline sal_Int32 compareIgnoreAsciiCase(sal_uInt32 code1, 
sal_uInt32 code2)
 - static_castsal_Int32(toAsciiLowerCase(code2));
 }
 
+/// @cond INTERNAL
+namespace detail {
+
+sal_uInt32 const surrogatesHighFirst = 0xD800;
+sal_uInt32 const surrogatesHighLast = 0xDBFF;
+sal_uInt32 const surrogatesLowFirst = 0xDC00;
+sal_uInt32 const surrogatesLowLast = 0xDFFF;
+
+}
+/// @endcond
+
+/** Check for high surrogate.
+
+@param code  A Unicode code point.
+
+@return  True if code is a high surrogate code point (0xD800--0xDBFF).
+
+@since LibreOffice 5.0
+*/
+inline bool isHighSurrogate(sal_uInt32 code) {
+assert(code = 0x10);
+return code = detail::surrogatesHighFirst
+ code = detail::surrogatesHighLast;
+}
+
+/** Check for low surrogate.
+
+@param code  A Unicode code point.
+
+@return  True if code is a low surrogate code point (0xDC00--0xDFFF).
+
+@since LibreOffice 5.0
+*/
+inline bool isLowSurrogate(sal_uInt32 code) {
+assert(code = 0x10);
+return code = detail::surrogatesLowFirst
+ code = detail::surrogatesLowLast;
+}
+
+/** Get high surrogate half of a non-BMP Unicode code point.
+
+@param code  A non-BMP Unicode code point.
+
+@return  The UTF-16 high surrogate half for the give code point.
+
+@since LibreOffice 5.0
+ */
+inline sal_Unicode getHighSurrogate(sal_uInt32 code) {
+assert(code = 0x10);
+assert(code = 0x1);
+return ((code - 0x1)  10) | detail::surrogatesHighFirst;
+}
+
+/** Get low surrogate half of a non-BMP Unicode code point.
+
+@param code  A non-BMP Unicode code point.
+
+@return  The UTF-16 low surrogate half for the give code point.
+
+@since LibreOffice 5.0
+ */
+inline sal_Unicode getLowSurrogate(sal_uInt32 code) {
+assert(code = 0x10);
+assert(code = 0x1);
+return ((code - 0x1)  0x3FF) | detail::surrogatesLowFirst;
+}
+
+/** Combine surrogates to form a code point.
+
+@param high  A high surrogate code point.
+
+@param low  A low surrogate code point.
+
+@return  The code point represented by the surrogate pair.
+
+@since LibreOffice 5.0
+*/
+inline sal_uInt32 combineSurrogates(sal_uInt32 high, sal_uInt32 low) {
+assert(isHighSurrogate(high));
+assert(isLowSurrogate(low));
+return ((high - detail::surrogatesHighFirst)  10)
++ (low - detail::surrogatesLowFirst) + 0x1;
+}
+
 }
 
 #endif
diff --git a/include/rtl/surrogates.h b/include/rtl/surrogates.h
deleted file mode 100644
index ab98cd6..000
--- a/include/rtl/surrogates.h
+++ /dev/null
@@ -1,57 +0,0 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- *   Licensed to the Apache Software Foundation (ASF) under one or more
- *   contributor license agreements. See the NOTICE file distributed
- *   with this work for additional information regarding copyright
- *   ownership. The ASF licenses this file to you under the Apache
- *   License, Version 2.0 (the License); you may not use this file
- *   except in compliance with the License. You may obtain a copy of
- *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
- */
-
-#ifndef INCLUDED_RTL_SURROGATES_H
-#define INCLUDED_RTL_SURROGATES_H
-
-#include sal/config.h
-
-#include sal/types.h
-
-#define SAL_RTL_FIRST_HIGH_SURROGATE 0xD800
-#define SAL_RTL_LAST_HIGH_SURROGATE 0xDBFF
-#define SAL_RTL_FIRST_LOW_SURROGATE 0xDC00
-#define SAL_RTL_LAST_LOW_SURROGATE 0xDFFF
-
-#ifdef __cplusplus
-extern C {
-#endif
-
-inline bool isHighSurrogate(sal_uInt32 utf16) {
-return utf16 = SAL_RTL_FIRST_HIGH_SURROGATE
- utf16 = SAL_RTL_LAST_HIGH_SURROGATE;
-}
-
-inline bool isLowSurrogate(sal_uInt32 utf16) {
-return utf16 = 

[Libreoffice-bugs] [Bug 62613] large amounts of unwanted spacing in document

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=62613

Timur gti...@gmail.com changed:

   What|Removed |Added

Version|4.0.1.2 release |3.5.6.2 release

--- Comment #7 from Timur gti...@gmail.com ---
This was never OK. In OO it was worse with 40 pages, but it was improved
somewhere in LO 3.5.x. I'll mark as 3.5.6.2. because 3.5.7.2. is similar to
current versions up to 4.5.0-dev.

-- 
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 55182] Table rendering from a MS Word created document unusable

2015-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=55182

patc...@portaildulibre.fr changed:

   What|Removed |Added

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

--- Comment #6 from patc...@portaildulibre.fr ---
OK with 4.3.6.2/windows

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


  1   2   3   4   >