[Libreoffice-bugs] [Bug 90773] FILEOPEN: Long delay while opening impress presentations

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

--- Comment #4 from Italo Vignoli it...@italovignoli.com ---
I have repeated the test with the Sample document, and there is a minor delay:
LibreOffice 4.4.3.1 has opened the file in less than 2 seconds, and LibreOffice
5.0 Alpha in less than 5 seconds. The delay is visible with a 99MB presentation
(over 100 slides), which is opened by LibreOffice 4.4.3.1 in less than 5
seconds and by LibreOffice 5.0 Alpha in over 40 seconds. Actually, the file is
loaded fast (more or less, the same time for both LibreOffice versions), but
the visualization takes significantly longer.

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


[Libreoffice-commits] core.git: Branch 'feature/vclptr' - 2 commits - dbaccess/source extensions/source extensions/workben vcl/source

2015-04-22 Thread Michael Meeks
 dbaccess/source/ui/browser/brwview.cxx  |2 +-
 extensions/source/bibliography/bibbeam.cxx  |4 ++--
 extensions/source/bibliography/bibcont.cxx  |4 ++--
 extensions/source/bibliography/bibload.cxx  |2 +-
 extensions/source/bibliography/bibview.cxx  |2 +-
 extensions/source/bibliography/toolbar.cxx  |8 
 extensions/source/plugin/base/plctrl.cxx|2 +-
 extensions/source/propctrlr/browserline.cxx |4 ++--
 extensions/source/propctrlr/browserlistbox.cxx  |6 +++---
 extensions/source/propctrlr/browserpage.cxx |2 +-
 extensions/source/propctrlr/browserview.cxx |2 +-
 extensions/source/propctrlr/formlinkdialog.cxx  |8 
 extensions/source/propctrlr/inspectorhelpwindow.cxx |4 ++--
 extensions/source/propctrlr/propcontroller.cxx  |2 +-
 extensions/source/propctrlr/propertyeditor.cxx  |4 ++--
 extensions/source/propctrlr/standardcontrol.cxx |8 
 extensions/source/scanner/sanedlg.cxx   |3 +--
 extensions/workben/testframecontrol.cxx |2 +-
 vcl/source/window/openglwin.cxx |4 ++--
 19 files changed, 36 insertions(+), 37 deletions(-)

New commits:
commit 3f32e149d9f6f94473983bf294e73d6e5e3f6fe5
Author: Michael Meeks michael.me...@collabora.com
Date:   Wed Apr 22 17:20:25 2015 +0100

extensions: convert new to ::Create.

Change-Id: I8c438d62ae0fc2c1954c965966a39d4f98e6b871

diff --git a/extensions/source/bibliography/bibbeam.cxx 
b/extensions/source/bibliography/bibbeam.cxx
index d823da5..9e62350 100644
--- a/extensions/source/bibliography/bibbeam.cxx
+++ b/extensions/source/bibliography/bibbeam.cxx
@@ -224,7 +224,7 @@ namespace bib
 
 void BibBeamer::createToolBar()
 {
-pToolBar= new BibToolBar(this, LINK( this, BibBeamer, 
RecalcLayout_Impl ));
+pToolBar= VclPtrBibToolBar::Create(this, LINK( this, BibBeamer, 
RecalcLayout_Impl ));
 ::Size aSize=pToolBar-GetSizePixel();
 InsertItem(ID_TOOLBAR, pToolBar, aSize.Height(), 0, 0, SWIB_FIXED );
 if ( m_xController.is() )
@@ -233,7 +233,7 @@ namespace bib
 
 void BibBeamer::createGridWin()
 {
-pGridWin = new BibGridwin(this,0);
+pGridWin = VclPtrBibGridwin::Create(this,0);
 
 InsertItem(ID_GRIDWIN, pGridWin, 40, 1, 0, SWIB_RELATIVESIZE );
 
diff --git a/extensions/source/bibliography/bibcont.cxx 
b/extensions/source/bibliography/bibcont.cxx
index 3699f31..5eba4ba 100644
--- a/extensions/source/bibliography/bibcont.cxx
+++ b/extensions/source/bibliography/bibcont.cxx
@@ -183,7 +183,7 @@ void BibBookContainer::createTopFrame( BibShortCutHandler* 
pWin )
 RemoveItem(TOP_WINDOW);
 pTopWin.disposeAndClear();
 }
-pTopWin=new BibWindowContainer(this,pWin);
+pTopWin=VclPtrBibWindowContainer::Create(this,pWin);
 pTopWin-Show();
 BibConfig* pConfig = BibModul::GetConfig();
 long nSize = pConfig-getBeamerSize();
@@ -201,7 +201,7 @@ void BibBookContainer::createBottomFrame( 
BibShortCutHandler* pWin )
 pBottomWin.disposeAndClear();
 }
 
-pBottomWin=new BibWindowContainer(this,pWin);
+pBottomWin=VclPtrBibWindowContainer::Create(this,pWin);
 
 BibConfig* pConfig = BibModul::GetConfig();
 long nSize = pConfig-getViewSize();
diff --git a/extensions/source/bibliography/bibload.cxx 
b/extensions/source/bibliography/bibload.cxx
index 98016ca..b481f05 100644
--- a/extensions/source/bibliography/bibload.cxx
+++ b/extensions/source/bibliography/bibload.cxx
@@ -273,7 +273,7 @@ void BibliographyLoader::loadView(const Reference XFrame  
 rFrame, const OUSt
 
 vcl::Window* pParent = VCLUnoHelper::GetWindow( aWindow );
 
-BibBookContainer *pMyWindow = new BibBookContainer( pParent );
+VclPtrInstanceBibBookContainer pMyWindow( pParent );
 pMyWindow-Show();
 
 ::bib::BibView* pView = new ::bib::BibView( pMyWindow, m_pDatMan, 
WB_VSCROLL | WB_HSCROLL | WB_3DLOOK );
diff --git a/extensions/source/bibliography/bibview.cxx 
b/extensions/source/bibliography/bibview.cxx
index 243161f..dd13a1e 100644
--- a/extensions/source/bibliography/bibview.cxx
+++ b/extensions/source/bibliography/bibview.cxx
@@ -119,7 +119,7 @@ namespace bib
 m_xGeneralPage = 0;
 }
 
-m_pGeneralPage = new BibGeneralPage( this, m_pDatMan );
+m_pGeneralPage = VclPtrBibGeneralPage::Create( this, m_pDatMan );
 m_xGeneralPage = m_pGeneralPage-GetFocusListener();
 m_pGeneralPage-Show();
 
diff --git a/extensions/source/bibliography/toolbar.cxx 
b/extensions/source/bibliography/toolbar.cxx
index 4dbc001..f6db180 100644
--- a/extensions/source/bibliography/toolbar.cxx
+++ b/extensions/source/bibliography/toolbar.cxx
@@ -180,10 +180,10 @@ BibToolBar::BibToolBar(vcl::Window* pParent, Link aLink, 
WinBits nStyle):
 ToolBox(pParent,BibResId(RID_BIB_TOOLBAR)),
 

[Libreoffice-bugs] [Bug 74074] FORMATTING: enhancement: ability to rearrange order of conditions in conditional formatting

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

raal r...@post.cz changed:

   What|Removed |Added

 CC||philip...@hotmail.com

--- Comment #8 from raal r...@post.cz ---
*** Bug 90784 has been marked as a duplicate of this bug. ***

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


Re: [Libreoffice-qa] MozTrap tests for 5.0.0 alpha

2015-04-22 Thread M Henri Day
2015-04-22 17:49 GMT+02:00 Sophie gautier.sop...@gmail.com:

 Hi all,

 I didn't found the time yet to upload new tests for the new features.
 I'll do so by the end of the week and will create a run for the alpha
 version.
 What is yet written is the test on the new handling of scientific
 notation. I'll go on with what is on the wiki.
 If you have something that need special testing, please let me know.
 Cheers
 Sophie
 --
 Sophie Gautier sophie.gaut...@documentfoundation.org
 GSM: +33683901545
 IRC: sophi
 Co-founder - Release coordinator
 The Document Foundation
 ___
 List Name: Libreoffice-qa mailing list
 Mail address: Libreoffice-qa@lists.freedesktop.org
 Change settings:
 http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
 Problems?
 http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
 Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
 List archive: http://lists.freedesktop.org/archives/libreoffice-qa/


​I'm looking forward to participating in those MozTrap tests, Sophie ; many
thanks for all your hard work !... [?]

Henri​
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/

[Libreoffice-ux-advise] [Bug 90784] CONDITIONAL FORMATTING: Reorder buttons needed

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

raal r...@post.cz changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||r...@post.cz
 Resolution|--- |DUPLICATE

--- Comment #1 from raal r...@post.cz ---


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

-- 
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 74074] FORMATTING: enhancement: ability to rearrange order of conditions in conditional formatting

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

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

   What|Removed |Added

 Blocks||87351

-- 
You are receiving this mail because:
You 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 87351] Meta: Conditional formatting bugs and enhancements

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

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

   What|Removed |Added

 Depends on||74074

-- 
You are receiving this mail because:
You 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 60131] Ctrt/Alt/Shift missing from Customize Shortcut keys when running in vnc

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

raal r...@post.cz changed:

   What|Removed |Added

 CC||r...@post.cz

--- Comment #4 from raal r...@post.cz ---
Hello,
I can not confirm with LO 4.3.6, win7. I'm connecting to the win machine from
ubuntu. Can you attach printscreen what you see? Maybe linux only 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 48239] FILEOPEN particular .xls with VBA segfaults when confirm all Syntax Errors

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

--- Comment #6 from Terrence Enger lo_b...@iseries-guru.com ---
I no longer see the segfault, but the sequence of msgbox's reporting
the BASIC syntax error seems to be unending.  This happens in both a
recent build of master on Linux and 4.4.2.2 running on Windows Vista.

I shall leave it for p0p0 to change the bug summary if he sees the
same changed behaviour.

-- 
You are receiving this mail because:
You 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 75657] if page-down past a certain point, SIGABRT upon exit

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

--- Comment #8 from Terrence Enger lo_b...@iseries-guru.com ---
Created attachment 115010
  -- https://bugs.documentfoundation.org/attachment.cgi?id=115010action=edit
typescript with segfault; backtrace is at line 400

The problem is now a segfault in master commit 69262e4, fetched
2014-04-15 21:42 UTC, configured
--enable-option-checking=fatal --enable-dbgutil --enable-crashdump
--without-system-postgresql --without-myspell-dicts
--with-extra-buildid --without-doxygen
--with-external-tar=/home/terry/lo_hacking/git/src
--enable-online-update --disable-gstreamer-1-0
--enable-gstreamer-0-10
built and running on debian-wheezy.

I have a different (smaller) display now, so needed more page-down's
and may not have gone exactly as far down the document as I did
in 2014.  I do not know whether this can account for different
behaviour now.

As before, canary pointer value all-nines in the frame at the top of
the call stack suggests that only a debug build will show the problem
in this particular way.

The function names in frames 2 through 47 on the current backtrace are
same as in frames 9 through 54 of the backtrace from 2014-03-02.

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


Minutes of the Design Hangout: 2015-04-15

2015-04-22 Thread Jan Holesovsky
* Present: Heiko, Ibrahim, Jay, Ken, Kendy

+ welcome Ken! - from the KDE design community
 
* Completed Action Items:

* Pending Action Items:

+ Kendy: Create a CoreHack to modify the tree view to have a 
Proof-of-concept of the Accordion widget
+ Jay: Send a mail to documentat...@global.libreoffice.org with the wiki 
page that collects changes in menus
+ Kendy: Collecting of the user information should be incremental, 
somewhere in the user's profile
+ Ahmed: Push the new Sifr icons he's done recently
+ Kendy: Talk to Milos wrt. 
https://bugs.freedesktop.org/show_bug.cgi?id=48622
+ Alex: Gnome 2.20-style 'a' icons  Gnome 3-style text line icons
+ Samuel: Formulas and Navigator should open in the sidebar, not as a 
special window
  https://bugs.freedesktop.org/show_bug.cgi?id=85897
+ Is that issue for the Navigator too (I dont read it from the issue)
  and in Writer the choice anycase was to allow opening separate too. 
(Cor, after discussion on 20150128)
+ the bug report only discusses the separate formulas sidebar in 
calc (Jay)
+ Kendy: https://bugs.freedesktop.org/show_bug.cgi?id=87794
 + check how the sliders in the Audio/Video toolbar are implemented to 
move them to sidebar
+ Jay: Create a bug report about problem with parent icon set links.txt 
entries not appearing in child icon sets (Jay)
+ Kendy: Make sifr icons fall back on breeze icons as breeze is, more 
complete
 
* UI changes integrated the last week:

+ Rearrange Chart toolbars
  https://bugs.documentfoundation.org/show_bug.cgi?id=90492
+ .ui updates (Bubli, Clément)
+ improved page numbering in Calc and Draw/Impress (Dobra Gabor)
+ new Breeze icons (Andreas)
+ Sifr updates (Matthias)
+ show only extensions we are able to insert (Bubli)

* UI Guidelines (Heiko)
 
+ 
https://docs.google.com/document/d/1hSYOFoG6jnj2G0zWDbUYkrGZoj7YCSI9j3onkTZ65bU/edit
 
+ should add information how to create new widgets (Heiko)
+ would be good to have Friday session about this (Heiko)
+ so that we can have the functional  visual parts there (Heiko)
+ generally UI guidelines should be kept simple to avoid the stagation
  that more detailed documents get (Ken)
 
* Icon Updates / Issues

+ Shouldn't the icons in the Start Center always be the TDF/LibreOffice 
official Branding icons
  regardless of the icon theme? (Pedro)
AI  + best to agree with Marketing - if the app icons should have the 
status of logos (Kendy)
 
+ Tango (Alex/Jay)
+ Latest status of updates available here (Jay)
  
https://docs.google.com/document/d/1OErlXIDDGM7V1mOGW8oSCLuhqw5fulT1XhkTik1u2UY/edit?usp=sharing
+ pushed new icons for Calc (Jay)

+ Sifr (Papamatti/Jay)
+ Latest status of updates available here (Jay)
  
https://docs.google.com/document/d/15ZpVaTxg7TAFYhOyQUP3mp-cVtKA1vP5uZAT38t-taA/edit?usp=sharing
+ Papamatti pushed some new icons (Jay)
 
+ Breeze (Andreas/Jay)
+ Latest status of updates available here (Jay)
  
https://docs.google.com/document/d/1dpMFgmkQy4BsyRIKH97ZLPTU6NdvXIYk3Yossj6sSQM/edit?usp=sharing
+ Andreas pushed more icons (Jay)
 
+ Extra-Large (32x32) Icons for large resolutions
+ Status - 
https://docs.google.com/document/d/1mPqD2gGsMkfVCI6ByUd2XYX1NJm26hcGjRVe6gcCSEU/edit?usp=sharing
 
* How best to provide kendy with a list of needDevEval (Jay)
 
+ Should I include it in the UI/UX priorty list google doc? (Jay)
+ sounds good (Kendy)
+ will bring it to the ESC to find more interested people who can 
provide code pointers (Kendy)
+ ~10 is enough for now
 
* Artwork for LibreOffice 5.0 call for proposals (Stuart/Kendy)
 
+ Added the 5.0 Branding artwork call for proposals (Stuart)
  https://wiki.documentfoundation.org/Design/Whiteboards/5.0_Branding
+ it is a bit thin, so feel free to hack at it.
+ need some crafting on the Whiteboard as to scope of 5.0 branding 
proposals, e.g.
  + visual design (color scheme, icons)
  + StartCenter specifics (changes to layout--yes/no--)
  + placment or size of thumbnail views/template views 
  etc.
+ already some responses to posts to Users and Design MLs

+ needed: splash, startcenter graphics, about
+ https://wiki.documentfoundation.org/Marketing/Branding
+ https://wiki.documentfoundation.org/Marketing/Branding#Color_Table
+ https://wiki.documentfoundation.org/Visual_Elements

+ reached to some people we know (Heiko, Jay)
+ now to spread the word more
AI  + sync with marketing (Kendy)
 
* Shapes Sidebar (Heiko/Jay)
 
+ Blog posted - http://user-prompt.com/libreoffice-design-session-shapes/
+ additional reaction under the blogpost
 + don't forget the connector shapes
 + another +1's for accordion
+ topic closed :-)
 
* 

[Libreoffice-bugs] [Bug 56848] there is no way to turn off import options nag window

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

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

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

--- Comment #3 from Beluga todven...@suomi24.fi ---
I don't get this. WFM. Feel free to set back to NEW, if the problem persists
with 4.4.x.

Win 7 Pro 64-bit Version: 5.0.0.0.alpha0+ (x64)
Build ID: 211c12b9c64facd1c12f637a5229bd6a6feb032a
TinderBox: Win-x86_64@42, Branch:master, Time: 2015-04-18_01:51:17
Locale: fi_FI

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


[Libreoffice-bugs] [Bug 39711] WMF import issues: Lines too long

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

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

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

--- Comment #13 from Beluga todven...@suomi24.fi ---
I'm happy to report that the x-axis tics are now OK and so is everything else!
WFM.

Win 7 Pro 64-bit Version: 5.0.0.0.alpha0+ (x64)
Build ID: 211c12b9c64facd1c12f637a5229bd6a6feb032a
TinderBox: Win-x86_64@42, Branch:master, Time: 2015-04-18_01:51:17
Locale: fi_FI

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


[Libreoffice-bugs] [Bug 80766] UI: Print dialog partially in English - make it use the UI language

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

--- Comment #6 from fabien.mic...@hespul.org ---
Still present in
Version: 4.4.2.2
Build ID: c4c7d32d0d49397cad38d62472b0bc8acff48dd6
Locale : fr_

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


[Libreoffice-bugs] [Bug 90782] Named formula not documented correctly

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

raal r...@post.cz changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||r...@post.cz
 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-commits] core.git: sw/source

2015-04-22 Thread Michael Stahl
 sw/source/core/doc/docredln.cxx |   23 ++-
 1 file changed, 14 insertions(+), 9 deletions(-)

New commits:
commit 28764d7ed5df874c2bfbc6025a97968e08cf2315
Author: Michael Stahl mst...@redhat.com
Date:   Wed Apr 22 14:28:38 2015 +0200

rhbz#1198848: sw: delete *all* table redlines to fix DOCX import crash

SwExtraRedlineTbl::DeleteAllTableRedlines() increments its position even
when deleting the current element from the vector.

Change-Id: Ie827a7b66fa9690bbabaf53204e9ec77247239f2

diff --git a/sw/source/core/doc/docredln.cxx b/sw/source/core/doc/docredln.cxx
index 4488e49..20db662 100644
--- a/sw/source/core/doc/docredln.cxx
+++ b/sw/source/core/doc/docredln.cxx
@@ -139,7 +139,7 @@ bool SwExtraRedlineTbl::DeleteAllTableRedlines( SwDoc* 
pDoc, const SwTable rTab
 */
 }
 
-for(sal_uInt16 nCurRedlinePos = 0; nCurRedlinePos  GetSize(); 
++nCurRedlinePos )
+for (sal_uInt16 nCurRedlinePos = 0; nCurRedlinePos  GetSize(); )
 {
 SwExtraRedline* pExtraRedline = GetRedline(nCurRedlinePos);
 const SwTableCellRedline* pTableCellRedline = dynamic_castconst 
SwTableCellRedline*(pExtraRedline);
@@ -154,11 +154,13 @@ bool SwExtraRedlineTbl::DeleteAllTableRedlines( SwDoc* 
pDoc, const SwTable rTab
 const RedlineType_t nRedlineType = aRedlineData.GetType();
 
 // Check if this redline object type should be deleted
-if( USHRT_MAX != nRedlineTypeToDelete  nRedlineTypeToDelete 
!= nRedlineType )
-continue;
+if (USHRT_MAX == nRedlineTypeToDelete || nRedlineTypeToDelete 
== nRedlineType)
+{
 
-DeleteAndDestroy( nCurRedlinePos );
-bChg = true;
+DeleteAndDestroy( nCurRedlinePos );
+bChg = true;
+continue; // don't increment position after delete
+}
 }
 }
 else
@@ -176,14 +178,17 @@ bool SwExtraRedlineTbl::DeleteAllTableRedlines( SwDoc* 
pDoc, const SwTable rTab
 const RedlineType_t nRedlineType = aRedlineData.GetType();
 
 // Check if this redline object type should be deleted
-if( USHRT_MAX != nRedlineTypeToDelete  
nRedlineTypeToDelete != nRedlineType )
-continue;
+if (USHRT_MAX == nRedlineTypeToDelete || 
nRedlineTypeToDelete == nRedlineType)
 
-DeleteAndDestroy( nCurRedlinePos );
-bChg = true;
+{
+DeleteAndDestroy( nCurRedlinePos );
+bChg = true;
+continue; // don't increment position after delete
+}
 }
 }
 }
+++nCurRedlinePos;
 }
 
 if( bChg )
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 60131] Ctrt/Alt/Shift missing from Customize Shortcut keys when running in vnc

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

Chris Fox fo...@essex.ac.uk changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 CC||fo...@essex.ac.uk
 Ever confirmed|1   |0

--- Comment #3 from Chris Fox fo...@essex.ac.uk ---
The problem also occurs with up-to-date Voidlinux running under Linode

libreoffice-bin-4.4.2_1
turbovnc-1.2.3_1

The short-cut mod-keys are displayed as ??? in the menus when running
LibreOffice in a VNC session, even though they are displayed correctly when
running LibreOffice outside VNC as an X client through an X-forwarding ssh
connection, and when running Voidlinux on a local KVM instance. The problem
occurs both with and without the -compatiblekbd switch for turbovnc.

Perhaps LibreOffice is assuming the existence of certain files or features that
may not be present under VNC. For example, in the past there was some
discussion about LibreOffice dropping support for environments that don't have
XKB extensions, which, unfortunately, would include many implementations of
VNC.

http://lists.freedesktop.org/archives/libreoffice/2011-July/014863.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-commits] core.git: 8 commits - basctl/source basic/source dbaccess/source framework/inc framework/source include/comphelper include/framework include/svx sd/source svx/source sw/source

2015-04-22 Thread Stephan Bergmann
 basctl/source/basicide/scriptdocument.cxx |1 
 basic/source/classes/sbxmod.cxx   |   12 
 dbaccess/source/core/dataaccess/datasource.cxx|1 
 dbaccess/source/core/dataaccess/intercept.cxx |   12 
 dbaccess/source/core/dataaccess/intercept.hxx |8 ++---
 framework/inc/helper/mischelper.hxx   |   16 +--
 framework/source/fwe/helper/titlehelper.cxx   |8 ++---
 framework/source/services/autorecovery.cxx|   20 +++---
 include/comphelper/evtlistenerhlp.hxx |2 -
 include/framework/titlehelper.hxx |8 ++---
 include/svx/AccessibleShapeTreeInfo.hxx   |   12 
 sd/source/ui/accessibility/AccessibleDocumentViewBase.cxx |2 -
 svx/source/accessibility/AccessibleShapeTreeInfo.cxx  |   20 --
 sw/source/core/access/accmap.cxx  |4 +-
 14 files changed, 46 insertions(+), 80 deletions(-)

New commits:
commit 5dc81ae20145d66019d3853e033514a9b1bc9c57
Author: Stephan Bergmann sberg...@redhat.com
Date:   Wed Apr 22 15:22:13 2015 +0200

Remove some deprecated AccessibleShapeTreeInfo member functions

Change-Id: I3cdf1cb2feef1cd107b4d554679038eeb5003898

diff --git a/include/svx/AccessibleShapeTreeInfo.hxx 
b/include/svx/AccessibleShapeTreeInfo.hxx
index d7dc02c..65aae3b 100644
--- a/include/svx/AccessibleShapeTreeInfo.hxx
+++ b/include/svx/AccessibleShapeTreeInfo.hxx
@@ -76,18 +76,6 @@ public:
 ::com::sun::star::accessibility::XAccessibleComponent
 GetDocumentWindow() const { return mxDocumentWindow;}
 
-/** Deprecated.   Use the correctly named SetModelBroadcaster method
-instead.
-*/
-void SetControllerBroadcaster (const ::com::sun::star::uno::Reference
-::com::sun::star::document::XEventBroadcaster 
rxControllerBroadcaster);
-/** Deprecated.   Use the correctly named GetModelBroadcaster method
-instead.
-*/
-::com::sun::star::uno::Reference
-::com::sun::star::document::XEventBroadcaster
-GetControllerBroadcaster() const { return mxModelBroadcaster;}
-
 /** Set a new broadcaster that sends events indicating shape changes.
 The broadcaster usually is or belongs to a document model.
 @param rxModelBroadcaster
diff --git a/sd/source/ui/accessibility/AccessibleDocumentViewBase.cxx 
b/sd/source/ui/accessibility/AccessibleDocumentViewBase.cxx
index 00dd5f9..f21dfdb 100644
--- a/sd/source/ui/accessibility/AccessibleDocumentViewBase.cxx
+++ b/sd/source/ui/accessibility/AccessibleDocumentViewBase.cxx
@@ -516,7 +516,7 @@ void AccessibleDocumentViewBase::impl_dispose()
 }
 
 // Propagate change of controller down the shape tree.
-maShapeTreeInfo.SetControllerBroadcaster (NULL);
+maShapeTreeInfo.SetModelBroadcaster (NULL);
 
 // Reset the model reference.
 mxModel = NULL;
diff --git a/svx/source/accessibility/AccessibleShapeTreeInfo.cxx 
b/svx/source/accessibility/AccessibleShapeTreeInfo.cxx
index 89476a4..5b8d23a 100644
--- a/svx/source/accessibility/AccessibleShapeTreeInfo.cxx
+++ b/svx/source/accessibility/AccessibleShapeTreeInfo.cxx
@@ -83,26 +83,6 @@ void AccessibleShapeTreeInfo::SetDocumentWindow (
 mxDocumentWindow = rxDocumentWindow;
 }
 
-
-
-
-
-
-
-
-void AccessibleShapeTreeInfo::SetControllerBroadcaster (
-const uno::Referencedocument::XEventBroadcaster rxControllerBroadcaster)
-{
-mxModelBroadcaster = rxControllerBroadcaster;
-}
-
-
-
-
-
-
-
-
 void AccessibleShapeTreeInfo::SetModelBroadcaster (
 const Referencedocument::XEventBroadcaster rxModelBroadcaster)
 {
diff --git a/sw/source/core/access/accmap.cxx b/sw/source/core/access/accmap.cxx
index af55bef..7ebdc99 100644
--- a/sw/source/core/access/accmap.cxx
+++ b/sw/source/core/access/accmap.cxx
@@ -244,7 +244,7 @@ public:
 uno::Reference  document::XEventBroadcaster  xModelBroadcaster =
 new SwDrawModellListener_Impl(
 
pMap-GetShell()-getIDocumentDrawModelAccess()-GetOrCreateDrawModel() );
-maInfo.SetControllerBroadcaster( xModelBroadcaster );
+maInfo.SetModelBroadcaster( xModelBroadcaster );
 }
 
 ~SwAccessibleShapeMap_Impl();
@@ -267,7 +267,7 @@ public:
 
 SwAccessibleShapeMap_Impl::~SwAccessibleShapeMap_Impl()
 {
-uno::Reference  document::XEventBroadcaster  xBrd( 
maInfo.GetControllerBroadcaster() );
+uno::Reference  document::XEventBroadcaster  xBrd( 
maInfo.GetModelBroadcaster() );
 if( xBrd.is() )
 static_cast  SwDrawModellListener_Impl * ( xBrd.get() )-Dispose();
 }
commit afa58a03bc5d5c1055aa74c434701fdec6fb2357
Author: Stephan Bergmann sberg...@redhat.com
Date:   Wed Apr 22 15:12:45 2015 +0200

Fix comment

Change-Id: I29b3d3e4e9261200b9fedace0c43f4f09d3ac129

diff --git a/include/comphelper/evtlistenerhlp.hxx 

[Libreoffice-bugs] [Bug 87351] Meta: Conditional formatting bugs and enhancements

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

Bug 90784 Summary: CONDITIONAL FORMATTING: Reorder buttons needed
https://bugs.documentfoundation.org/show_bug.cgi?id=90784

   What|Removed |Added

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

-- 
You are receiving this mail because:
You 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 90784] CONDITIONAL FORMATTING: Reorder buttons needed

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

raal r...@post.cz changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||r...@post.cz
 Resolution|--- |DUPLICATE

--- Comment #1 from raal r...@post.cz ---


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

-- 
You are receiving this mail because:
You 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 90784] CONDITIONAL FORMATTING: Reorder buttons needed

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

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

   What|Removed |Added

 CC|libreoffice-ux-advise@lists |
   |.freedesktop.org|
 Blocks|87351   |

-- 
You are receiving this mail because:
You 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 87351] Meta: Conditional formatting bugs and enhancements

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

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

   What|Removed |Added

 Depends on|90784   |

-- 
You are receiving this mail because:
You 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 90784] CONDITIONAL FORMATTING: Reorder buttons needed

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

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

   What|Removed |Added

 CC|libreoffice-ux-advise@lists |
   |.freedesktop.org|
 Blocks|87351   |

-- 
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 90781] Changing font size for all cells does change the size for extra formatted strings within cells

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

raal r...@post.cz changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||r...@post.cz
Version|4.4.1.2 release |3.5.0 release
 Ever confirmed|0   |1

--- Comment #1 from raal r...@post.cz ---
I can reproduce with

Version: 5.0.0.0.alpha0+
Build ID: 89f5c1516fd3cf96488d97f62065b1ae0bdb9efa
TinderBox: Linux-rpm_deb-x86_64@46-TDF, Branch:master, Time:
2015-04-18_10:10:39

LibreOffice 3.5.0 
Build ID: d6cde02

-- 
You are receiving this mail because:
You 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 90773] FILEOPEN: Long delay while opening impress presentations

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

--- Comment #5 from Alex Thurgood ipla...@yahoo.co.uk ---
FWIW, my test bed :

Mac mini Server (mi-2010)
2,66 GHz Intel Core 2 Duo
4 Go 1067 MHz DDR3
NVIDIA GeForce 320M 256 Mo

-- 
You are receiving this mail because:
You 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 75657] if page-down past a certain point, SIGABRT or SEGFAULT upon exit

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

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

   What|Removed |Added

 Status|NEEDINFO|NEW
Summary|if page-down past a   |if page-down past a
   |certain point, SIGABRT upon |certain point, SIGABRT or
   |exit|SEGFAULT upon exit

--- Comment #9 from Terrence Enger lo_b...@iseries-guru.com ---
setting status NEW and changing sigabrt to segfault in summary.

-- 
You are receiving this mail because:
You 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 86009] Pressing Ctrl+Z doesn’t trigger formula update

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

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

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||fdb...@neosheffield.co.uk
 Resolution|--- |WORKSFORME

--- Comment #8 from Matthew Francis fdb...@neosheffield.co.uk ---
Reproduced in 4.3.3.2 as per comments 1 and 3
Not reproduced in 4.3.7.1 or 4.4.2.2 (4.2.x is EOL)

Setting - RESOLVED WORKSFORME (as a specific commit hasn't been identified)

-- 
You are receiving this mail because:
You 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 68268] EDITING: Sentences are inserted without spaces at the end or at the beginning

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

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

 CC||todven...@suomi24.fi
   Severity|normal  |minor

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

Win 7 Pro 64-bit Version: 5.0.0.0.alpha0+ (x64)
Build ID: 211c12b9c64facd1c12f637a5229bd6a6feb032a
TinderBox: Win-x86_64@42, Branch:master, Time: 2015-04-18_01:51:17
Locale: fi_FI

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


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

2015-04-22 Thread Caolán McNamara
 xmloff/source/text/txtfldi.cxx |1 -
 1 file changed, 1 deletion(-)

New commits:
commit e24a02dc29d6e750ee4270dac429c8416c5b738c
Author: Caolán McNamara caol...@redhat.com
Date:   Wed Apr 22 15:47:33 2015 +0100

-Werror,-Wunused-const-variable

Change-Id: I2d150a8b387052e917f985907e2a7334682f1dc8

diff --git a/xmloff/source/text/txtfldi.cxx b/xmloff/source/text/txtfldi.cxx
index a4288e2..0c7e0ee 100644
--- a/xmloff/source/text/txtfldi.cxx
+++ b/xmloff/source/text/txtfldi.cxx
@@ -138,7 +138,6 @@ const sal_Char sAPI_drop_down[] = 
DropDown;
 const sal_Char sAPI_header[]= Header;
 const sal_Char sAPI_footer[]= Footer;
 const sal_Char sAPI_datetime[]  = DateTime;
-const sal_Char sAPI_pagetitle[] = PageTitle;
 
 // property names
 const sal_Char sAPI_is_fixed[]  = IsFixed;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2015-04-22 Thread Laurent Balland-Poirier
 i18npool/source/localedata/data/ak_GH.xml   |8 
 i18npool/source/localedata/data/an_ES.xml   |8 
 i18npool/source/localedata/data/ar_DZ.xml   |4 ++--
 i18npool/source/localedata/data/ar_EG.xml   |4 ++--
 i18npool/source/localedata/data/ar_OM.xml   |8 
 i18npool/source/localedata/data/ast_ES.xml  |8 
 i18npool/source/localedata/data/az_AZ.xml   |4 ++--
 i18npool/source/localedata/data/be_BY.xml   |4 ++--
 i18npool/source/localedata/data/bg_BG.xml   |4 ++--
 i18npool/source/localedata/data/bm_ML.xml   |8 
 i18npool/source/localedata/data/bn_IN.xml   |8 
 i18npool/source/localedata/data/bo_CN.xml   |4 ++--
 i18npool/source/localedata/data/bo_IN.xml   |4 ++--
 i18npool/source/localedata/data/br_FR.xml   |4 ++--
 i18npool/source/localedata/data/bs_BA.xml   |4 ++--
 i18npool/source/localedata/data/ca_ES.xml   |4 ++--
 i18npool/source/localedata/data/cs_CZ.xml   |4 ++--
 i18npool/source/localedata/data/cv_RU.xml   |4 ++--
 i18npool/source/localedata/data/da_DK.xml   |4 ++--
 i18npool/source/localedata/data/de_AT.xml   |4 ++--
 i18npool/source/localedata/data/de_CH.xml   |4 ++--
 i18npool/source/localedata/data/de_DE.xml   |4 ++--
 i18npool/source/localedata/data/de_LI.xml   |4 ++--
 i18npool/source/localedata/data/de_LU.xml   |4 ++--
 i18npool/source/localedata/data/dsb_DE.xml  |4 ++--
 i18npool/source/localedata/data/dz_BT.xml   |4 ++--
 i18npool/source/localedata/data/ee_GH.xml   |8 
 i18npool/source/localedata/data/el_GR.xml   |4 ++--
 i18npool/source/localedata/data/en_AU.xml   |4 ++--
 i18npool/source/localedata/data/en_CA.xml   |4 ++--
 i18npool/source/localedata/data/en_GB.xml   |4 ++--
 i18npool/source/localedata/data/en_GH.xml   |8 
 i18npool/source/localedata/data/en_JM.xml   |4 ++--
 i18npool/source/localedata/data/en_NA.xml   |4 ++--
 i18npool/source/localedata/data/en_US.xml   |4 ++--
 i18npool/source/localedata/data/en_ZA.xml   |4 ++--
 i18npool/source/localedata/data/eo.xml  |4 ++--
 i18npool/source/localedata/data/es_AR.xml   |4 ++--
 i18npool/source/localedata/data/es_BO.xml   |4 ++--
 i18npool/source/localedata/data/es_CL.xml   |4 ++--
 i18npool/source/localedata/data/es_CO.xml   |4 ++--
 i18npool/source/localedata/data/es_CR.xml   |4 ++--
 i18npool/source/localedata/data/es_DO.xml   |4 ++--
 i18npool/source/localedata/data/es_EC.xml   |4 ++--
 i18npool/source/localedata/data/es_ES.xml   |4 ++--
 i18npool/source/localedata/data/es_GT.xml   |4 ++--
 i18npool/source/localedata/data/es_PE.xml   |4 ++--
 i18npool/source/localedata/data/et_EE.xml   |4 ++--
 i18npool/source/localedata/data/eu.xml  |4 ++--
 i18npool/source/localedata/data/fa_IR.xml   |4 ++--
 i18npool/source/localedata/data/fi_FI.xml   |4 ++--
 i18npool/source/localedata/data/fo_FO.xml   |4 ++--
 i18npool/source/localedata/data/fr_BE.xml   |4 ++--
 i18npool/source/localedata/data/fr_BF.xml   |8 
 i18npool/source/localedata/data/fr_CA.xml   |4 ++--
 i18npool/source/localedata/data/fr_CH.xml   |4 ++--
 i18npool/source/localedata/data/fr_FR.xml   |4 ++--
 i18npool/source/localedata/data/fr_LU.xml   |4 ++--
 i18npool/source/localedata/data/fur_IT.xml  |8 
 i18npool/source/localedata/data/fy_NL.xml   |8 
 i18npool/source/localedata/data/gd_GB.xml   |4 ++--
 i18npool/source/localedata/data/gl_ES.xml   |4 ++--
 i18npool/source/localedata/data/gsc_FR.xml  |8 
 i18npool/source/localedata/data/gug_PY.xml  |8 
 i18npool/source/localedata/data/ha_Latn_GH.xml  |8 
 i18npool/source/localedata/data/haw_US.xml  |8 
 i18npool/source/localedata/data/he_IL.xml   |4 ++--
 i18npool/source/localedata/data/hi_IN.xml   |8 
 i18npool/source/localedata/data/hil_PH.xml  |8 
 i18npool/source/localedata/data/hr_HR.xml   |8 
 i18npool/source/localedata/data/hsb_DE.xml  |4 ++--
 i18npool/source/localedata/data/ht_HT.xml   |8 
 i18npool/source/localedata/data/hu_HU.xml   |4 ++--
 i18npool/source/localedata/data/hy_AM.xml   |4 ++--
 i18npool/source/localedata/data/ia.xml  |4 ++--
 i18npool/source/localedata/data/id_ID.xml   |4 ++--
 i18npool/source/localedata/data/is_IS.xml   |4 ++--
 i18npool/source/localedata/data/it_CH.xml   |4 ++--
 i18npool/source/localedata/data/it_IT.xml   |4 ++--
 i18npool/source/localedata/data/ja_JP.xml   |2 +-
 i18npool/source/localedata/data/jbo.xml 

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

2015-04-22 Thread Katarina Behrens
 include/xmloff/txtimp.hxx  |1 +
 xmloff/inc/txtfldi.hxx |   22 ++
 xmloff/source/text/txtfldi.cxx |   32 
 xmloff/source/text/txtimp.cxx  |2 ++
 4 files changed, 57 insertions(+)

New commits:
commit 57929ce5ccbb0ddf213d2182b94e939ba6a337bb
Author: Katarina Behrens katarina.behr...@cib.de
Date:   Wed Apr 22 15:19:45 2015 +0200

tdf#88056: Implement import of page title field from ODF

the field seems to get imported now, but still ain't displayed
in Impress *sigh*

Change-Id: I095b9a2c59145f984bc9db853cc22501ca103bb7

diff --git a/include/xmloff/txtimp.hxx b/include/xmloff/txtimp.hxx
index e179fd4..a5721a1 100644
--- a/include/xmloff/txtimp.hxx
+++ b/include/xmloff/txtimp.hxx
@@ -231,6 +231,7 @@ enum XMLTextPElemTokens
 XML_TOK_DRAW_FOOTER,
 XML_TOK_DRAW_DATE_TIME,
 XML_TOK_TEXT_PAGE_CONTINUATION,
+XML_TOK_DRAW_PAGE_TITLE,
 
 XML_TOK_TEXT_FIELDMARK,
 XML_TOK_TEXT_FIELDMARK_START,
diff --git a/xmloff/inc/txtfldi.hxx b/xmloff/inc/txtfldi.hxx
index f423513..1972856 100644
--- a/xmloff/inc/txtfldi.hxx
+++ b/xmloff/inc/txtfldi.hxx
@@ -1406,6 +1406,28 @@ public:
 ::com::sun::star::beans::XPropertySet  xPropertySet) SAL_OVERRIDE;
 };
 
+/** import page|slide title fields (presentation:page-title) */
+class XMLPageTitleFieldImportContext : public XMLTextFieldImportContext
+{
+public:
+TYPEINFO_OVERRIDE();
+
+XMLPageTitleFieldImportContext(
+SvXMLImport rImport,   /// XML Import
+XMLTextImportHelper rHlp,  /// Text import helper
+sal_uInt16 nPrfx,   /// namespace prefix
+const OUString sLocalName); /// element name w/o prefix
+
+/// process attribute values
+virtual void ProcessAttribute( sal_uInt16 nAttrToken,
+   const OUString sAttrValue ) SAL_OVERRIDE;
+
+/// prepare XTextField for insertion into document
+virtual void PrepareField(
+const ::com::sun::star::uno::Reference
+::com::sun::star::beans::XPropertySet  xPropertySet) SAL_OVERRIDE;
+};
+
 class XMLCustomPropertyFieldImportContext : public XMLTextFieldImportContext
 {
 OUString sName;
diff --git a/xmloff/source/text/txtfldi.cxx b/xmloff/source/text/txtfldi.cxx
index 2a22699..a4288e2 100644
--- a/xmloff/source/text/txtfldi.cxx
+++ b/xmloff/source/text/txtfldi.cxx
@@ -138,6 +138,7 @@ const sal_Char sAPI_drop_down[] = 
DropDown;
 const sal_Char sAPI_header[]= Header;
 const sal_Char sAPI_footer[]= Footer;
 const sal_Char sAPI_datetime[]  = DateTime;
+const sal_Char sAPI_pagetitle[] = PageTitle;
 
 // property names
 const sal_Char sAPI_is_fixed[]  = IsFixed;
@@ -580,6 +581,10 @@ XMLTextFieldImportContext::CreateTextFieldImportContext(
 pContext = new XMLDateTimeFieldImportContext( rImport, rHlp,
   nPrefix, rName );
 break;
+case XML_TOK_DRAW_PAGE_TITLE:
+pContext = new XMLPageTitleFieldImportContext( rImport, rHlp,
+  nPrefix, rName );
+break;
 
 default:
 // ignore! May not even be a textfield.
@@ -4154,4 +4159,31 @@ void XMLDateTimeFieldImportContext::PrepareField(
 {
 }
 
+/** import page|slide title fields (presentation:page-title) */
+TYPEINIT1( XMLPageTitleFieldImportContext, XMLTextFieldImportContext );
+
+XMLPageTitleFieldImportContext::XMLPageTitleFieldImportContext(
+SvXMLImport rImport,   /// XML Import
+XMLTextImportHelper rHlp,  /// Text import helper
+sal_uInt16 nPrfx,   /// namespace prefix
+const OUString sLocalName)  /// element name w/o prefix
+: XMLTextFieldImportContext(rImport, rHlp, sAPI_datetime, nPrfx, sLocalName )
+{
+sServicePrefix = sAPI_presentation_prefix;
+bValid = true;
+}
+
+/// process attribute values
+void XMLPageTitleFieldImportContext::ProcessAttribute( sal_uInt16,
+   const OUString )
+{
+}
+
+/// prepare XTextField for insertion into document
+void XMLPageTitleFieldImportContext::PrepareField(
+const ::com::sun::star::uno::Reference
+::com::sun::star::beans::XPropertySet )
+{
+}
+
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/xmloff/source/text/txtimp.cxx b/xmloff/source/text/txtimp.cxx
index e1b3983..afd5ec9 100644
--- a/xmloff/source/text/txtimp.cxx
+++ b/xmloff/source/text/txtimp.cxx
@@ -281,6 +281,8 @@ static const SvXMLTokenMapEntry aTextPElemTokenMap[] =
 { XML_NAMESPACE_PRESENTATION, XML_HEADER, XML_TOK_DRAW_HEADER },
 { XML_NAMESPACE_PRESENTATION, XML_FOOTER, XML_TOK_DRAW_FOOTER },
 { XML_NAMESPACE_PRESENTATION, XML_DATE_TIME, XML_TOK_DRAW_DATE_TIME },
+{ 

[Libreoffice-commits] core.git: desktop/source include/LibreOfficeKit libreofficekit/qa libreofficekit/source

2015-04-22 Thread Miklos Vajna
 desktop/source/lib/init.cxx |   36 ++--
 include/LibreOfficeKit/LibreOfficeKit.h |3 +
 include/LibreOfficeKit/LibreOfficeKit.hxx   |   20 ++-
 include/LibreOfficeKit/LibreOfficeKitGtk.h  |2 -
 libreofficekit/qa/gtktiledviewer/gtktiledviewer.cxx |2 -
 libreofficekit/source/gtk/lokdocview.cxx|4 +-
 6 files changed, 57 insertions(+), 10 deletions(-)

New commits:
commit 6a8719b12e2f24e926fccdfabc60b95c089320fc
Author: Miklos Vajna vmik...@collabora.co.uk
Date:   Wed Apr 22 14:28:36 2015 +0200

lok::Document::postUnoCommand: allow passing arguments

Change-Id: I6c24a8e392473f3985d3bde9b76a3148fd03bc9a

diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index c1237ac..b783612 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -15,6 +15,7 @@
 
 #include boost/shared_ptr.hpp
 #include boost/weak_ptr.hpp
+#include boost/property_tree/json_parser.hpp
 
 #define LOK_USE_UNSTABLE_API
 #include LibreOfficeKit/LibreOfficeKit.h
@@ -52,6 +53,7 @@
 #include unotools/syslocaleoptions.hxx
 #include unotools/mediadescriptor.hxx
 #include osl/module.hxx
+#include comphelper/sequence.hxx
 
 #include app.hxx
 
@@ -207,7 +209,8 @@ static void doc_postMouseEvent (LibreOfficeKitDocument* 
pThis,
 int nY,
 int nCount);
 static void doc_postUnoCommand(LibreOfficeKitDocument* pThis,
-   const char* pCommand);
+   const char* pCommand,
+   const char* pArguments);
 static void doc_setTextSelection (LibreOfficeKitDocument* pThis,
   int nType,
   int nX,
@@ -701,11 +704,38 @@ static void doc_postKeyEvent(LibreOfficeKitDocument* 
pThis, int nType, int nChar
 pDoc-postKeyEvent(nType, nCharCode, nKeyCode);
 }
 
-static void doc_postUnoCommand(LibreOfficeKitDocument* /*pThis*/, const char* 
pCommand)
+static void jsonToPropertyValues(const char* pJSON, 
uno::Sequencebeans::PropertyValue rPropertyValues)
+{
+boost::property_tree::ptree aTree;
+std::stringstream aStream(pJSON);
+boost::property_tree::read_json(aStream, aTree);
+
+std::vectorbeans::PropertyValue aArguments;
+for (const std::pairstd::string, boost::property_tree::ptree rPair : 
aTree)
+{
+const std::string rType = rPair.second.getstd::string(type);
+const std::string rValue = rPair.second.getstd::string(value);
+
+beans::PropertyValue aValue;
+aValue.Name = OUString::fromUtf8(rPair.first.c_str());
+if (rType == string)
+aValue.Value = OUString::fromUtf8(rValue.c_str());
+else if (rType == boolean)
+aValue.Value = OString(rValue.c_str()).toBoolean();
+else
+SAL_WARN(desktop.lib, jsonToPropertyValues: unhandled type 
'rType');
+aArguments.push_back(aValue);
+}
+rPropertyValues = comphelper::containerToSequence(aArguments);
+}
+
+static void doc_postUnoCommand(LibreOfficeKitDocument* /*pThis*/, const char* 
pCommand, const char* pArguments)
 {
 OUString aCommand(pCommand, strlen(pCommand), RTL_TEXTENCODING_UTF8);
 
-if (!comphelper::dispatchCommand(aCommand, 
uno::Sequencebeans::PropertyValue()))
+uno::Sequencebeans::PropertyValue aPropertyValues;
+jsonToPropertyValues(pArguments, aPropertyValues);
+if (!comphelper::dispatchCommand(aCommand, aPropertyValues))
 {
 gImpl-maLastExceptionMsg = Failed to dispatch the .uno: command;
 }
diff --git a/include/LibreOfficeKit/LibreOfficeKit.h 
b/include/LibreOfficeKit/LibreOfficeKit.h
index c078318..e576e0a 100644
--- a/include/LibreOfficeKit/LibreOfficeKit.h
+++ b/include/LibreOfficeKit/LibreOfficeKit.h
@@ -132,7 +132,8 @@ struct _LibreOfficeKitDocumentClass
 
 /// @see lok::Document::postUnoCommand
 void (*postUnoCommand) (LibreOfficeKitDocument* pThis,
-const char* pCommand);
+const char* pCommand,
+const char* pArguments);
 
 /// @see lok::Document::setTextSelection
 void (*setTextSelection) (LibreOfficeKitDocument* pThis,
diff --git a/include/LibreOfficeKit/LibreOfficeKit.hxx 
b/include/LibreOfficeKit/LibreOfficeKit.hxx
index 4f0a77a..0140348 100644
--- a/include/LibreOfficeKit/LibreOfficeKit.hxx
+++ b/include/LibreOfficeKit/LibreOfficeKit.hxx
@@ -181,11 +181,27 @@ public:
 /**
  * Posts an UNO command to the document.
  *
+ * Example argument string:
+ *
+ * {
+ * SearchItem.SearchString:
+ * {
+ * type: string,
+ * value: foobar
+ * },
+ * SearchItem.Backward:
+ * {
+ * type: boolean,
+ * value: false
+ * }
+ * }
+ *
  * @param pCommand uno command to be posted to the 

[Libreoffice-bugs] [Bug 90785] relative font size (style:font-size-rel) has no effect

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

--- Comment #1 from Joe Smith j...@martnet.com ---
Created attachment 115006
  -- https://bugs.documentfoundation.org/attachment.cgi?id=115006action=edit
Sample document

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


[Libreoffice-bugs] [Bug 34861] After opening my document, all formulas are moved to the first page

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

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #9 from Beluga todven...@suomi24.fi ---
Confirmed with attachments, but could not repro from scratch.

Win 7 Pro 64-bit Version: 5.0.0.0.alpha0+ (x64)
Build ID: 211c12b9c64facd1c12f637a5229bd6a6feb032a
TinderBox: Win-x86_64@42, Branch:master, Time: 2015-04-18_01:51:17
Locale: fi_FI

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


[Libreoffice-bugs] [Bug 46804] FORMATTING: Renaming a custom styles lost after saving/reloading of document

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

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

 CC||todven...@suomi24.fi
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=38
   ||225

-- 
You are receiving this mail because:
You 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 68364] FORMCONTROLS: Conditional text error

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

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #4 from Beluga todven...@suomi24.fi ---
Confirmed with attachment 84366.
Did not try to repro, as instructions too sparse.

Win 7 Pro 64-bit Version: 5.0.0.0.alpha0+ (x64)
Build ID: 211c12b9c64facd1c12f637a5229bd6a6feb032a
TinderBox: Win-x86_64@42, Branch:master, Time: 2015-04-18_01:51:17
Locale: fi_FI

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


[Libreoffice-bugs] [Bug 66299] FILESAVE: Shapes not exported to XHTML

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

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #6 from Beluga todven...@suomi24.fi ---
(In reply to Jorendc from comment #3)
 I can confirm this using Windows 8 with LibreOffice 4.1.0.1 RC and Firefox
 22.
 The problem is that shapes drawn in a document aren't exported to (X)HTML.
 
 How to reproduce:
 * Open Writer
 * Views  Toolbar  Drawing
 * Draw a rectangle
 * File  Export
 * Save as .XHTML
 * Open file using a browser

Reproduced.

Win 7 Pro 64-bit Version: 5.0.0.0.alpha0+ (x64)
Build ID: 211c12b9c64facd1c12f637a5229bd6a6feb032a
TinderBox: Win-x86_64@42, Branch:master, Time: 2015-04-18_01:51:17
Locale: fi_FI

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


[Libreoffice-bugs] [Bug 46804] FORMATTING: Renaming a custom styles lost after saving/reloading of document

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

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

 CC||aw-libreoff...@jenwo.de

--- Comment #7 from Beluga todven...@suomi24.fi ---
*** Bug 65941 has been marked as a duplicate of this bug. ***

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


[Libreoffice-bugs] [Bug 75057] [META] .docx and .xlsx MSO related CHART object issues

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

Bug 80067 Summary: Chart axis in file created with Excel displays incorrect 
dates
https://bugs.documentfoundation.org/show_bug.cgi?id=80067

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 80067] Chart axis in file created with Excel displays incorrect dates

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

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

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||markus.mohrhard@googlemail.
   ||com
 Resolution|--- |WORKSFORME

--- Comment #6 from Markus Mohrhard markus.mohrh...@googlemail.com ---
Seems to work correctly in master. MIght have been fixed by one of the many
ooxml chart commits recently.

-- 
You are receiving this mail because:
You 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: xmloff/source

2015-04-22 Thread Caolán McNamara
 xmloff/source/text/txtparae.cxx |   13 -
 1 file changed, 8 insertions(+), 5 deletions(-)

New commits:
commit bd75327c8bc1157036ca11db8c808dc7ceb2109e
Author: Caolán McNamara caol...@redhat.com
Date:   Wed Apr 22 14:10:38 2015 +0100

fix assert on export of ooo63141-1.doc to odt

if bAutoStyles is true then the mbDoSomething of the SvXMLElementExport is
false, and the ctor/dtor doesn't do anything so any attributes added to the
exporter are not cleared by the SvXMLElementExport dtor

so only add the attribute if bAutoStyles if false and might as well extend 
the
block to cover the use of SvXMLElementExport and use the other ctor which
defaults mbDoSomething on

Change-Id: If35cd35e902372562fd7e78b3f970d91fcec3c16

diff --git a/xmloff/source/text/txtparae.cxx b/xmloff/source/text/txtparae.cxx
index 3b1ab76..636323a 100644
--- a/xmloff/source/text/txtparae.cxx
+++ b/xmloff/source/text/txtparae.cxx
@@ -2210,13 +2210,16 @@ void XMLTextParagraphExport::exportTextRangeEnumeration(
 }
 else if ( sType == sAnnotationEnd )
 {
-ReferenceXNamed 
xBookmark(xPropSet-getPropertyValue(sBookmark), UNO_QUERY);
-const OUString rName = xBookmark-getName();
-if ( rName.getLength()  0 )
+if (!bAutoStyles)
 {
-GetExport().AddAttribute(XML_NAMESPACE_OFFICE, XML_NAME, 
rName);
+ReferenceXNamed 
xBookmark(xPropSet-getPropertyValue(sBookmark), UNO_QUERY);
+const OUString rName = xBookmark-getName();
+if (!rName.isEmpty())
+{
+GetExport().AddAttribute(XML_NAMESPACE_OFFICE, 
XML_NAME, rName);
+}
+SvXMLElementExport aElem( GetExport(), 
XML_NAMESPACE_OFFICE, XML_ANNOTATION_END, false, false );
 }
-SvXMLElementExport aElem( GetExport(), !bAutoStyles, 
XML_NAMESPACE_OFFICE, XML_ANNOTATION_END, false, false );
 }
 else if( sType.equals( sFrame ) )
 {
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-ux-advise] [Bug 90784] New: CONDITIONAL FORMATTING: Reorder buttons needed

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

Bug ID: 90784
   Summary: CONDITIONAL FORMATTING: Reorder buttons needed
   Product: LibreOffice
   Version: 4.5.0.0.alpha0+ Master
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Calc
  Assignee: libreoffice-b...@lists.freedesktop.org
  Reporter: philip...@hotmail.com
CC: bu...@bubli.org,
libreoffice-ux-advise@lists.freedesktop.org
Blocks: 87351

As conditional formatting is applied based on the condition number in the
sequence, we need 'Move Up' and 'Move Down' buttons next to the 'Add' and
'Delete' buttons so a user doesnt have to remove and re-add an entry to change
the sequence ordering.

-- 
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 87351] Meta: Conditional formatting bugs and enhancements

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

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

   What|Removed |Added

 Depends on||90784

-- 
You are receiving this mail because:
You 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 90784] New: CONDITIONAL FORMATTING: Reorder buttons needed

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

Bug ID: 90784
   Summary: CONDITIONAL FORMATTING: Reorder buttons needed
   Product: LibreOffice
   Version: 4.5.0.0.alpha0+ Master
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: philip...@hotmail.com
CC: bu...@bubli.org,
libreoffice-ux-adv...@lists.freedesktop.org
Blocks: 87351

As conditional formatting is applied based on the condition number in the
sequence, we need 'Move Up' and 'Move Down' buttons next to the 'Add' and
'Delete' buttons so a user doesnt have to remove and re-add an entry to change
the sequence ordering.

-- 
You are receiving this mail because:
You 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 68448] Calculating error. wrong quick summ result in statusbar

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

--- Comment #5 from Beluga todven...@suomi24.fi ---
Btw. the =SUM(A1:A5) in the file does not return 0, but -2,8421709430404E-14

-- 
You are receiving this mail because:
You 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 44410] Soft Hyphens Ignored in Cross-References

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

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

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

--- Comment #5 from Beluga todven...@suomi24.fi ---
When I tried reproducing from scratch, the cross-ref did break at the soft
hyphen. Setting to WFM, please correct me if I'm wrong.

Win 7 Pro 64-bit Version: 5.0.0.0.alpha0+ (x64)
Build ID: 211c12b9c64facd1c12f637a5229bd6a6feb032a
TinderBox: Win-x86_64@42, Branch:master, Time: 2015-04-18_01:51:17
Locale: fi_FI

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


[Libreoffice-bugs] [Bug 68448] Calculating error. wrong quick summ result in statusbar

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

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

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

--- Comment #4 from Beluga todven...@suomi24.fi ---


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

-- 
You are receiving this mail because:
You 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 69807] LO Calc - Floating point substraction error while propagating cell values

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

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

 CC||q2ru...@mail.ru

--- Comment #3 from Beluga todven...@suomi24.fi ---
*** Bug 68448 has been marked as a duplicate of this bug. ***

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


[Libreoffice-bugs] [Bug 90785] New: relative font size (style:font-size-rel) has no effect

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

Bug ID: 90785
   Summary: relative font size (style:font-size-rel) has no effect
   Product: LibreOffice
   Version: 4.4.1.2 release
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: j...@martnet.com

Creating a style with relative font size +6pt has no effect.

Open the attached bug doc.

Expected: 1st pp 12pt, 2nd pp 18pt, 3rd pp 18pt

Correct behavior with LO 4.3.6.2 (the current Fedora package);

With LO 4.4.1.2: 2nd pp 12pt, should be same as 3rd paragraph

The setting is stored in the document:

style:style ...
  style:text-properties ... style:font-size-rel=6pt ...
/style:style

and is handled correctly by LO 4.3.6.2 and AOO 4.1.1, but NOT by 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-commits] core.git: desktop/source

2015-04-22 Thread Miklos Vajna
 desktop/source/lib/lokandroid.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 35831a53d97ab96fe2b3d0f39ad4c53e1e40a52a
Author: Miklos Vajna vmik...@collabora.co.uk
Date:   Wed Apr 22 16:12:59 2015 +0200

desktop: fix Android build

Change-Id: I6176a2fa39bfbe21c5851cbcc15ae6dc8322b117

diff --git a/desktop/source/lib/lokandroid.cxx 
b/desktop/source/lib/lokandroid.cxx
index 5f7eab4..bb1813d 100644
--- a/desktop/source/lib/lokandroid.cxx
+++ b/desktop/source/lib/lokandroid.cxx
@@ -289,7 +289,7 @@ extern C SAL_JNI_EXPORT void JNICALL 
Java_org_libreoffice_kit_Document_postUno
 
 const char* pCommand = pEnv-GetStringUTFChars(command, NULL);
 
-pDocument-pClass-postUnoCommand(pDocument, pCommand);
+pDocument-pClass-postUnoCommand(pDocument, pCommand, 0);
 
 pEnv-ReleaseStringUTFChars(command, pCommand);
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 46623] UI: Edit page break don't work

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

--- Comment #4 from Gordo gordon1dr...@yahoo.com ---
Still not right.

Set up:
1. New Text Document.
2. Type “test1” and Enter.
3. Type “test2” and Enter.
4. Type “test3” and Enter.
5. Insert Header, Default Style, and type “Test Header”.
6. Place cursor in “test2” and insert page break before.
Result:
You should now have “test1” on page 1 and “test2” and “test3” on page 2.

Cursor in header:
1. Place cursor in header.
2. Hover mouse over page break and click Edit Page Break.
3. In Text Flow tab, change break Type from Page to Column.
4. Click on the With page style checkbox to clear blue box.
5. Check With page style checkbox; Default Style appears in Type.
Result:
Right click on paragraph with page break, Paragraph → Text Flow, now has page
style.  If the page style is changed to First Page, then page 2 now has First
Page style instead of page 1.


Cursor in any paragraph except the one with the page break:
1. Place cursor in paragraph “test2”.
2. Hover mouse of page break and click Edit Page Break.
3. In Text Flow tab, check Insert checkbox.
4. Check With page style checkbox; Default Style appears in Type.
5. Change style to First Page.
Result:
Page 2 now has First Page style.  The same result happens if you change the
paragraph properties in the paragraph with the page break.  If you change the
paragraph properties on any paragraph but the one with page break (“test3”) and
modify it to insert a page break before with First Page style, then the new
page will have the First Page style and not the one before it.

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 71464] Quickstarter configuration affects all installed versions

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

--- Comment #3 from Kü ku...@libreoffice.org ---
The problem still exists in LibreOffice 4.3.3.2 (Debian Jessie (Testing) distro
edition) with all versions from 3.3 to 4.4 installed in parallel.

-- 
You are receiving this mail because:
You 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 68359] FORMATTING: Enhancement: background image formatting options

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

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

 CC||todven...@suomi24.fi
   Severity|normal  |enhancement

-- 
You are receiving this mail because:
You 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 65941] FILE SAVE/FILE OPEN: Renaming userdefine styles not retained after saving / reopening the document

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

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

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

--- Comment #6 from Beluga todven...@suomi24.fi ---
Reproduced, but this is a dupe.

Win 7 Pro 64-bit Version: 5.0.0.0.alpha0+ (x64)
Build ID: 211c12b9c64facd1c12f637a5229bd6a6feb032a
TinderBox: Win-x86_64@42, Branch:master, Time: 2015-04-18_01:51:17
Locale: fi_FI

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

-- 
You are receiving this mail because:
You 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 90502] CRASH - failed assertion in unittest sw_globalfilter in master build OSX

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

--- Comment #13 from Alex Thurgood ipla...@yahoo.co.uk ---
Now seeing this :

(lldb) run
Process 80430 launched:
'/Volumes/BUILDHD/Shared/LO/core/workdir/LinkTarget/Executable/cppunittester'
(x86_64)
/Volumes/BUILDHD/Shared/LO/core/unotest/source/cpp/macros_test.cxx:52:Test::testSkipImages
assertion failed
- Expression: xComponent.is()
- loading failed:
file:///Volumes/BUILDHD/Shared/LO/core//sw/qa/extras/globalfilter/data/skipimages.docx

unknown:0:Test::testSkipImages
tearDown() failed
- An uncaught exception of type com.sun.star.lang.DisposedException
- 

/Volumes/BUILDHD/Shared/LO/core/unotest/source/cpp/macros_test.cxx:52:
Assertion
Test name: Test::testSkipImages
assertion failed
- Expression: xComponent.is()
- loading failed:
file:///Volumes/BUILDHD/Shared/LO/core//sw/qa/extras/globalfilter/data/skipimages.docx

##Failure Location unknown## : Error
Test name: Test::testSkipImages
tearDown() failed
- An uncaught exception of type com.sun.star.lang.DisposedException
- 

Failures !!!
Run: 8   Failure total: 2   Failures: 1   Errors: 1
2015-04-22 16:25:08.529 cppunittester[80430:1566208] *** -[NSAutoreleasePool
release]: This pool has already been released, do not drain it (double
release).
Process 80430 exited with status = 1 (0x0001) 


There is no stack to trace in this via lldb, but the line of code indicated as
failing is :

CPPUNIT_ASSERT_MESSAGE(OUStringToOString( sMessage, RTL_TEXTENCODING_UTF8
).getStr( ), xComponent.is());

-- 
You are receiving this mail because:
You 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 88941] Writer/Draw lose formatting for justified text when exporting to PDF on OS X builds

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

--- Comment #29 from fio...@yahoo.com ---
4.4.3.1 still affected

-- 
You are receiving this mail because:
You 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 63986] UI: Full Screen toolbar should not display in Full Screen mode

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

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

   What|Removed |Added

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

--- Comment #13 from V Stuart Foote vstuart.fo...@utsa.edu ---
This enhancement is already present in Expert Configuration, or can be
accomplished with routine toolbar customization (dock, hide, remove button,
etc.) Or, as noted, can be edited Visible set 'false' per user in their
registrymodifications.xcu

The assigned shortcut: Ctrl+Shift+j for toggling Full Screen mode could be
better advertised.  But the current default of its single button toolbar being
shown is simply suppressed. Either by docking the toolbar (it then is hidden),
or by setting the toolbar to be not visible.

Working with expert configuration adjust the stanza:

/org.openoffice.Office.UI.WriterWindowState/UIElements/States/org.openoffice.Office.UI.WindowsState:WindowStateType['private:resource/toolbar/fullscreenbar']
 - Visible  [true|false] as desired.

Similar fullscreenbar configuration for Calc, Draw, Impress and Math

In builds  5.0, there is no search function in Expert Configuration, so sort
on the Preference Name and follow the alphabetization.  In = 5.0 builds, use
the search bar and enter fullscreenbar  then sort result by property.

See attached clips of Expert config with and without the search...

-- 
You are receiving this mail because:
You 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 63986] UI: Full Screen toolbar should not display in Full Screen mode

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

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

   What|Removed |Added

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

--- Comment #13 from V Stuart Foote vstuart.fo...@utsa.edu ---
This enhancement is already present in Expert Configuration, or can be
accomplished with routine toolbar customization (dock, hide, remove button,
etc.) Or, as noted, can be edited Visible set 'false' per user in their
registrymodifications.xcu

The assigned shortcut: Ctrl+Shift+j for toggling Full Screen mode could be
better advertised.  But the current default of its single button toolbar being
shown is simply suppressed. Either by docking the toolbar (it then is hidden),
or by setting the toolbar to be not visible.

Working with expert configuration adjust the stanza:

/org.openoffice.Office.UI.WriterWindowState/UIElements/States/org.openoffice.Office.UI.WindowsState:WindowStateType['private:resource/toolbar/fullscreenbar']
 - Visible  [true|false] as desired.

Similar fullscreenbar configuration for Calc, Draw, Impress and Math

In builds  5.0, there is no search function in Expert Configuration, so sort
on the Preference Name and follow the alphabetization.  In = 5.0 builds, use
the search bar and enter fullscreenbar  then sort result by property.

See attached clips of Expert config with and without the search...

-- 
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 63986] UI: Full Screen toolbar should not display in Full Screen mode

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

--- Comment #15 from V Stuart Foote vstuart.fo...@utsa.edu ---
Created attachment 115008
  -- https://bugs.documentfoundation.org/attachment.cgi?id=115008action=edit
Expert configuration adjustment of fullscreenbar prior to 5.0.0, search
implemented

-- 
You are receiving this mail because:
You 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 89058] VIEWING: Horizontal Scoll Bar Arrows located to extreme right

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

--- Comment #9 from Mateo ms...@senecamedical.com ---
Is it going to be fixed in any of the 4.4 versions? As long as MS Office is
being used by most businesses, then compatibility issues like this will cause
people to revert back to using MS products... I will test 4.3.6

-- 
You are receiving this mail because:
You 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 90782] Named formula not documented correctly

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

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

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |olivier.hallot@documentfoun
   |desktop.org |dation.org
 Whiteboard| target:5.0.0   |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-commits] core.git: sc/source sc/uiconfig

2015-04-22 Thread Olivier Hallot
 sc/source/ui/src/globstr.src  |2 +-
 sc/uiconfig/scalc/ui/managenamesdialog.ui |8 
 2 files changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 0cf38e7d0c5d2b67dca828aae1797bff58b6c5fe
Author: Olivier Hallot olivier.hal...@edx.srv.br
Date:   Wed Apr 22 11:50:42 2015 -0300

tdf#90782: better string also for Manage Names dlg

Change Manage Names dialog as well with better strings

Change-Id: I4bbb44976a4a9057cc793409281bad567c3a3b4f
Reviewed-on: https://gerrit.libreoffice.org/15482
Reviewed-by: Eike Rathke er...@redhat.com
Tested-by: Eike Rathke er...@redhat.com

diff --git a/sc/source/ui/src/globstr.src b/sc/source/ui/src/globstr.src
index 318ec1d..0ce65a8 100644
--- a/sc/source/ui/src/globstr.src
+++ b/sc/source/ui/src/globstr.src
@@ -1774,7 +1774,7 @@ Resource RID_GLOBSTR
 };
 String STR_HEADER_RANGE
 {
-Text [en-US] = Range;
+Text [en-US] = Range or formula expression;
 };
 String STR_HEADER_SCOPE
 {
diff --git a/sc/uiconfig/scalc/ui/managenamesdialog.ui 
b/sc/uiconfig/scalc/ui/managenamesdialog.ui
index 60ccbfc..49b2e8c 100644
--- a/sc/uiconfig/scalc/ui/managenamesdialog.ui
+++ b/sc/uiconfig/scalc/ui/managenamesdialog.ui
@@ -130,10 +130,10 @@
 property name=visibleTrue/property
 property name=can_focusFalse/property
 property name=halignend/property
+property name=xalign0/property
 property name=label translatable=yesName:/property
 property name=use_underlineTrue/property
 property name=mnemonic_widgetname/property
-property name=xalign0/property
   /object
   packing
 property name=left_attach0/property
@@ -145,10 +145,10 @@
 property name=visibleTrue/property
 property name=can_focusFalse/property
 property name=halignend/property
-property name=label translatable=yesRange:/property
+property name=xalign0/property
+property name=label translatable=yesRange or formula 
expression:/property
 property name=use_underlineTrue/property
 property name=mnemonic_widgetrange/property
-property name=xalign0/property
   /object
   packing
 property name=left_attach0/property
@@ -160,10 +160,10 @@
 property name=visibleTrue/property
 property name=can_focusFalse/property
 property name=halignend/property
+property name=xalign0/property
 property name=label translatable=yesScope:/property
 property name=use_underlineTrue/property
 property name=mnemonic_widgetscope/property
-property name=xalign0/property
   /object
   packing
 property name=left_attach0/property
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 89835] test2

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

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

   What|Removed |Added

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

--- Comment #2 from Robinson Tryon (qubit) qu...@runcibility.com ---
Marking as duplicate. Does cc field get transfered over?

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

-- 
You are receiving this mail because:
You 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 89834] testing

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

--- Comment #1 from Robinson Tryon (qubit) qu...@runcibility.com ---
*** Bug 89835 has been marked as a duplicate of this bug. ***

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


[Libreoffice-bugs] [Bug 90786] New: Spellchecker selected but not installed

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

Bug ID: 90786
   Summary: Spellchecker selected but not installed
   Product: LibreOffice
   Version: unspecified
  Hardware: Other
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Installation
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: f...@foramnagaidhlig.net

I just updated my LibreOffice from version LibreOffice_4.2.8_Win_x86 to
LibreOffice_4.3.6_Win_x86.

As always, I chose the advanced options to make sure that my language's
interface and spellchecker language (gd, Scottish Gaelic) were both selected.

I edited a document, no spell checking available. So, I ran the installer again
and picked Modify to add the missing dictionary. It had already been
selected, but I ran the process anyway.

Still, no spell checker, so I had a look at the extensions and it was indeed
missing. I had to manually grab and install it from

https://extensions.libreoffice.org/extension-center/an-dearbhair-beag-scottish-gaelic-spellchecker

-- 
You are receiving this mail because:
You 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 89835] test2

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

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

   What|Removed |Added

 CC||jmadero@gmail.com,
   ||qu...@runcibility.com

--- Comment #1 from Robinson Tryon (qubit) qu...@runcibility.com ---
Adding joel + me to cc. Will mark as duplicate next.

-- 
You are receiving this mail because:
You 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 70933] FORMATTING: docx changes certain page format background color upon reopening

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

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #11 from Beluga todven...@suomi24.fi ---
(In reply to esafe11 from comment #5)
 i tested it out on 4.2alpha0+ and the header and footer still reset
 themselves to white. something i noticed (in 4.2alpha0+): in the borders
 tab the left and right spacing to contents stay as i have set them
 upon reopening but the top and bottom change themselves (upon reopening)
 to 0 AND under the page tab the top and bottom margins change
 themselves to the numbers that were in the top and bottom of spacing to
 contents.

Reproduced.

Win 7 Pro 64-bit Version: 5.0.0.0.alpha0+ (x64)
Build ID: 211c12b9c64facd1c12f637a5229bd6a6feb032a
TinderBox: Win-x86_64@42, Branch:master, Time: 2015-04-18_01:51:17
Locale: fi_FI

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


[Libreoffice-ux-advise] [Bug 63986] UI: Full Screen toolbar should not display in Full Screen mode

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

--- Comment #14 from V Stuart Foote vstuart.fo...@utsa.edu ---
Created attachment 115007
  -- https://bugs.documentfoundation.org/attachment.cgi?id=115007action=edit
Expert configuration adjustment of fullscreenbar prior to 5.0.0, no search

-- 
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 63986] UI: Full Screen toolbar should not display in Full Screen mode

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

--- Comment #14 from V Stuart Foote vstuart.fo...@utsa.edu ---
Created attachment 115007
  -- https://bugs.documentfoundation.org/attachment.cgi?id=115007action=edit
Expert configuration adjustment of fullscreenbar prior to 5.0.0, no search

-- 
You are receiving this mail because:
You 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 68422] UI Navigator: Demote Promote buttons only initially active after turning Content view of/on

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

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

   What|Removed |Added

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

--- Comment #5 from Cor Nouws c...@nouenoff.nl ---
OK, works OK again in 4.4.3.1 and daily-recent.
Set as WorksForMe

Thanks MysteryRegressionFixers ;)

-- 
You are receiving this mail because:
You 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 63986] UI: Full Screen toolbar should not display in Full Screen mode

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

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

   What|Removed |Added

 Attachment #115008|Expert configuration|Expert configuration
description|adjustment of fullscreenbar |adjustment of fullscreenbar
   |prior to 5.0.0, search  |for 5.0.0 forward, search
   |implemented |implemented

--- Comment #16 from V Stuart Foote vstuart.fo...@utsa.edu ---
Comment on attachment 115008
  -- https://bugs.documentfoundation.org/attachment.cgi?id=115008
Expert configuration adjustment of fullscreenbar for 5.0.0 forward, search
implemented

adjusted description

-- 
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 63986] UI: Full Screen toolbar should not display in Full Screen mode

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

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

   What|Removed |Added

 Attachment #115008|Expert configuration|Expert configuration
description|adjustment of fullscreenbar |adjustment of fullscreenbar
   |prior to 5.0.0, search  |for 5.0.0 forward, search
   |implemented |implemented

--- Comment #16 from V Stuart Foote vstuart.fo...@utsa.edu ---
Comment on attachment 115008
  -- https://bugs.documentfoundation.org/attachment.cgi?id=115008
Expert configuration adjustment of fullscreenbar for 5.0.0 forward, search
implemented

adjusted description

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


[Libreoffice-bugs] [Bug 46804] FORMATTING: Renaming a custom styles lost after saving/reloading of document

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

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

   What|Removed |Added

 CC||c...@nouenoff.nl
Version|3.3.4 release   |Inherited From OOo

--- Comment #8 from Cor Nouws c...@nouenoff.nl ---
conform https://bugs.documentfoundation.org/show_bug.cgi?id=65941#c3 this is
inherited from OOo

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


[Libreoffice-qa] [ANN] LibreOffice 5.0.0 alpha1 test builds available

2015-04-22 Thread Christian Lohmaier
Hi *,

for the upcoming new version 5.5.0, the builds for alpha1 are now
available on pre-releases.

5.5.0 is scheduled to be released end of July.

While the build is made available in all supported languages,
translation templates were not updated yet.

See

https://wiki.documentfoundation.org/ReleasePlan/5.0#5.0.0_release

for the complete schedule.

Grab the builds from here here:

 http://dev-builds.libreoffice.org/pre-releases/

If you've a bit of time, please give them a try  report any severe
bugs not yet in bugzilla here, so we can incorporate  them into the
release notes. Please note that it takes approximately 24 hours to
populate the mirrors, so that's about the time we have to collect
feedback.

For the first time, 64bit builds are provided for Windows (note that
those require Windows Vista or later)

The list of fixed bugs relative to 4.4.3 rc1 is here:

http://dev-builds.libreoffice.org/pre-releases/src/bugs-master-release-5.0.0.0.alpha1.log

So playing with the areas touched there also greatly appreciated  -
and validation that those bugs are really fixed.

Thanks a lot for your help,
Christian
-- 
Christian Lohmaier, Release Engineer
Tel: +49 30 5557992-60 | IRC: cloph on Freenode
The Document Foundation, Kurfürstendamm 188, 10707 Berlin, DE
Gemeinnützige rechtsfähige Stiftung des bürgerlichen Rechts
Legal details: http://www.documentfoundation.org/imprint
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/

Re: [Libreoffice-qa] [ANN] LibreOffice 5.0.0 alpha1 test builds available

2015-04-22 Thread Christian Lohmaier
Hi *,

On Wed, Apr 22, 2015 at 5:10 PM, Christian Lohmaier
cl...@documentfoundation.org wrote:

 for the upcoming new version 5.5.0,

of course for upcoming 5.0.0 version.

 the builds for alpha1 are now
 available on pre-releases.

Alpha1 is LibreOfficeDev build by the way, and can be installed
alongside a stable version of LibreOffice.

ciao
Christian

-- 
Christian Lohmaier, Release Engineer
Tel: +49 30 5557992-60 | IRC: cloph on Freenode
The Document Foundation, Kurfürstendamm 188, 10707 Berlin, DE
Gemeinnützige rechtsfähige Stiftung des bürgerlichen Rechts
Legal details: http://www.documentfoundation.org/imprint
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/

[Libreoffice-commits] website.git: Branch 'update' - check.php

2015-04-22 Thread Christian Lohmaier
 check.php |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2516b32b97252fa89ead69f7bf0d35928ff0e1a7
Author: Christian Lohmaier lohmaier+libreoff...@googlemail.com
Date:   Wed Apr 22 17:38:52 2015 +0200

send mac users to 64bit download

as there is no 64bit version for 4.4 anymore

diff --git a/check.php b/check.php
index 44cb5ce..35af01a 100644
--- a/check.php
+++ b/check.php
@@ -444,7 +444,7 @@ function print_update_xml($buildid, $os, $arch, $lang, 
$pkgfmt) {
 if ($arch == 'PowerPC')
 $target_type = 'mac-ppc';
 else
-$target_type = 'mac-x86';
+$target_type = 'mac-x86_64';
 break;
 case 'Windows':
 $target_type = 'win-x86';
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-qa] MozTrap tests for 5.0.0 alpha

2015-04-22 Thread Sophie
Hi all,

I didn't found the time yet to upload new tests for the new features.
I'll do so by the end of the week and will create a run for the alpha
version.
What is yet written is the test on the new handling of scientific
notation. I'll go on with what is on the wiki.
If you have something that need special testing, please let me know.
Cheers
Sophie
-- 
Sophie Gautier sophie.gaut...@documentfoundation.org
GSM: +33683901545
IRC: sophi
Co-founder - Release coordinator
The Document Foundation
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/

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

2015-04-22 Thread Adolfo Jayme Barrientos
 sc/uiconfig/scalc/ui/definename.ui  |   33 +-
 sc/uiconfig/scalc/ui/protectsheetdlg.ui |  153 +---
 2 files changed, 72 insertions(+), 114 deletions(-)

New commits:
commit d3b6f1de8971a086aa1da829fc01d7c77a09502b
Author: Adolfo Jayme Barrientos fit...@ubuntu.com
Date:   Wed Apr 22 10:38:52 2015 -0500

Related: tdf#90782 Switch to a single-column layout

Now that a label has been made longer, this will save space.
Also, removed a now-redundant explanation to reduce the number of
translatable messages, and dropped a spurious “yalign” value.

Change-Id: I46652effa364a867c8df28fb9373c48ab2fd2d74

diff --git a/sc/uiconfig/scalc/ui/definename.ui 
b/sc/uiconfig/scalc/ui/definename.ui
index 47e9a5d..06215a9 100644
--- a/sc/uiconfig/scalc/ui/definename.ui
+++ b/sc/uiconfig/scalc/ui/definename.ui
@@ -24,10 +24,9 @@
 property name=can_focusTrue/property
 property name=receives_defaultTrue/property
 property name=use_stockTrue/property
-property name=yalign0.5501192092896/property
   /object
   packing
-property name=expandTrue/property
+property name=expandFalse/property
 property name=fillTrue/property
 property name=position0/property
 property name=secondaryTrue/property
@@ -78,24 +77,10 @@
 property name=orientationvertical/property
 property name=spacing12/property
 child
-  object class=GtkLabel id=label
-property name=visibleTrue/property
-property name=can_focusFalse/property
-property name=xalign0/property
-property name=label translatable=yesDefine the name and 
range or formula expression./property
-  /object
-  packing
-property name=expandFalse/property
-property name=fillTrue/property
-property name=position0/property
-  /packing
-/child
-child
   object class=GtkGrid id=grid1
 property name=visibleTrue/property
 property name=can_focusFalse/property
 property name=row_spacing6/property
-property name=column_spacing12/property
 child
   object class=GtkLabel id=label2
 property name=visibleTrue/property
@@ -121,7 +106,7 @@
   /object
   packing
 property name=left_attach0/property
-property name=top_attach1/property
+property name=top_attach2/property
   /packing
 /child
 child
@@ -135,7 +120,7 @@
   /object
   packing
 property name=left_attach0/property
-property name=top_attach2/property
+property name=top_attach4/property
   /packing
 /child
 child
@@ -145,8 +130,8 @@
 property name=invisible_char•/property
   /object
   packing
-property name=left_attach1/property
-property name=top_attach0/property
+property name=left_attach0/property
+property name=top_attach1/property
   /packing
 /child
 child
@@ -182,8 +167,8 @@
 /child
   /object
   packing
-property name=left_attach1/property
-property name=top_attach1/property
+property name=left_attach0/property
+property name=top_attach3/property
   /packing
 /child
 child
@@ -193,8 +178,8 @@
 property name=hexpandTrue/property
   /object
   packing
-property name=left_attach1/property
-property name=top_attach2/property
+property name=left_attach0/property
+property name=top_attach5/property
   /packing
 /child
   /object
commit 8b7799972a95da50e1e927488bb2b9d4b47b12b6
Author: Adolfo Jayme Barrientos fit...@ubuntu.com
Date:   Sat Apr 18 19:08:35 2015 -0500

Remove a superfluous “Options” frame which enclosed only one widget

Change-Id: I1ec58cdc2d8b3f080638918e44ee853cd0a5ed58

diff --git a/sc/uiconfig/scalc/ui/protectsheetdlg.ui 
b/sc/uiconfig/scalc/ui/protectsheetdlg.ui
index a101cf5..388c289 100644
--- a/sc/uiconfig/scalc/ui/protectsheetdlg.ui
+++ b/sc/uiconfig/scalc/ui/protectsheetdlg.ui
@@ -10,11 +10,11 @@
 child internal-child=vbox
   object 

[Libreoffice-bugs] [Bug 56403] RTL UI: with RTL locales presentations appear with text align to the right instead of to the left

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

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

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

--- Comment #7 from Beluga todven...@suomi24.fi ---
With Hebrew UI, the text was left-aligned just as with Eng. UI. Closing as WFM.

Win 7 Pro 64-bit, 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 43808] Meta bug for Most Annoying RTL related issues

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

Bug 56403 Summary: RTL UI: with RTL locales presentations appear with text 
align to the right instead of to the left
https://bugs.documentfoundation.org/show_bug.cgi?id=56403

   What|Removed |Added

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

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


[Libreoffice-ux-advise] [Bug 63986] UI: Full Screen toolbar should not display in Full Screen mode

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

--- Comment #15 from V Stuart Foote vstuart.fo...@utsa.edu ---
Created attachment 115008
  -- https://bugs.documentfoundation.org/attachment.cgi?id=115008action=edit
Expert configuration adjustment of fullscreenbar prior to 5.0.0, search
implemented

-- 
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 86024] FORMATTING: Erroneous formatting of certain numbers

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

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

   What|Removed |Added

   Keywords||bisected, regression
 CC||fdb...@neosheffield.co.uk
   Hardware|x86 (IA32)  |All
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=82
   ||377
 Whiteboard||bibisected

--- Comment #6 from Matthew Francis fdb...@neosheffield.co.uk ---
Bibisect results from 43all point to
# first bad commit: [0acca754077bf74469c3e1a3c7eabbc3da795266]
source-hash-5e651d4084df7662b56ea980934c0428ba31b062

Which is ~certain to be the below commit:

commit 087a79db1272858f107656c5ca3c6efb45680986
Author: Kohei Yoshida kohei.yosh...@collabora.com
Date:   Tue Apr 15 20:47:37 2014 -0400

fdo#75665: Truncate string when clipped on screen.

This improves performance of text layouting by HarfBuzz for very long
strings.
HarfBuzz's layout algorithm appears to be more expensive than ICU's.

Change-Id: Ic9738b7b8f0f1a29c51c83b147763118939b90ef



Bug 82377 is related to the same commit and has previously been patched, but I
still see this issue on current 5.0 master

-- 
You are receiving this mail because:
You 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 82377] Shrink to fit cell cuts off cell contents in display/print/export

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

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

   What|Removed |Added

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

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


Re: [Libreoffice-qa] Performance regression of Impress file opening in LO5 OSX

2015-04-22 Thread Italo Vignoli
On 22/04/15 11:45, Alexander Thurgood wrote:

 Just wanted to make you all aware of tdf #90773, which highlights a
 fairly severe performance issue when opening an ODP file in LO5 compared
 to LO44 production release.

I have been using dailies of LibreOffice 4.5/5.0 for Mac for a while,
but I have never experienced such a performance issue.

I have just re-tested using LibreOffice 4.4.3.1 and LibreOffice 5.0
Alpha, opening small and large ODPs (up to 70MB, with embedded video)
and they all opened in the same time range (a few seconds).

The same happens if I open the file at launch, or if I open the file
once the program has already been launched.

I use two different MacBooks: one is more powerful (the one with me),
and the other is more portable (this is back at home). I can test the
situation on the lesser powerful machine, if necessary.

Best, Italo

-- 
Italo Vignoli - Marketing  PR
mobile +39.348.5653829 - email / jabber it...@libreoffice.org
hangout / jabber italo.vign...@gmail.com - skype italovignoli
GPG Key ID - 0xAAB8D5C0
DB75 1534 3FD0 EA5F 56B5 FDA6 DE82 934C AAB8 D5C0
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/

[Libreoffice-bugs] [Bug 90782] Named formula not documented correctly

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

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

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

Related: tdf#90782 Switch to a single-column layout

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-commits] core.git: Branch 'libreoffice-4-4' - sd/source

2015-04-22 Thread Caolán McNamara
 sd/source/filter/eppt/epptso.cxx |  348 ---
 1 file changed, 181 insertions(+), 167 deletions(-)

New commits:
commit 7ceeb2fbab10701f3802eb26e6a30cbd743459fe
Author: Caolán McNamara caol...@redhat.com
Date:   Wed Apr 22 12:07:27 2015 +0100

fix re-export of novell590442-1.ppt to ppt

we always open a container, so always close it

the close container is inside the nRowCount != 0
condition, so remove that and always write the close

(cherry picked from commit 7aa166da24c81b7c22a0ec5daf7e09640ffb009b)

Conflicts:
sd/source/filter/eppt/epptso.cxx

fix re-export of novell590442-1.ppt to ppt

we always close this container, even if we didn't open it

original commit always opened the SpgrContainer, and always
closed the SpgrContainer. (but seems to have a loophole, presumably
never hit where the SpContainer could be opened and not closed)

make a container guard which opens in ctor and closes in dtor.

should make ppt export crash stats hit 0

(cherry picked from commit deaed8aff6de824a76d939a02edb0d2ff4a4ccec)

squash patch here is unreadable, but component parts are fairly
trivial, remove nRowCount guard and unindent block, and then
add in helper and use that to push/pop containers

Change-Id: If05677ae46e8873b8780794bdd84f29505ea4112
2aead7397448b674e433a4097c97285067a6dc6e
Reviewed-on: https://gerrit.libreoffice.org/15478
Reviewed-by: Miklos Vajna vmik...@collabora.co.uk
Tested-by: Miklos Vajna vmik...@collabora.co.uk

diff --git a/sd/source/filter/eppt/epptso.cxx b/sd/source/filter/eppt/epptso.cxx
index 1082b6b..3c74ce6 100644
--- a/sd/source/filter/eppt/epptso.cxx
+++ b/sd/source/filter/eppt/epptso.cxx
@@ -3570,6 +3570,22 @@ void PPTWriter::WriteCString( SvStream rSt, const 
OUString rString, sal_uInt32
 }
 }
 
+class ContainerGuard
+{
+private:
+PptEscherEx* m_pPptEscherEx;
+public:
+ContainerGuard(PptEscherEx* pPptEscherEx, sal_uInt16 nRecord)
+: m_pPptEscherEx(pPptEscherEx)
+{
+m_pPptEscherEx-OpenContainer(nRecord);
+}
+~ContainerGuard()
+{
+m_pPptEscherEx-CloseContainer();
+}
+};
+
 void PPTWriter::ImplCreateTable( uno::Reference drawing::XShape  rXShape, 
EscherSolverContainer aSolverContainer,
 EscherPropertyContainer aPropOpt )
 {
@@ -3617,8 +3633,8 @@ void PPTWriter::ImplCreateTable( uno::Reference 
drawing::XShape  rXShape, Esc
 if ( y == nRowCount - 1  nPosition != maRect.Bottom())
 maRect.Bottom() = nPosition;
 }
-mpPptEscherEx-OpenContainer( ESCHER_SpgrContainer );
-mpPptEscherEx-OpenContainer( ESCHER_SpContainer );
+std::unique_ptrContainerGuard xSpgrContainer(new 
ContainerGuard(mpPptEscherEx, ESCHER_SpgrContainer));
+std::unique_ptrContainerGuard xSpContainer(new 
ContainerGuard(mpPptEscherEx, ESCHER_SpContainer));
 mpPptEscherEx-AddAtom( 16, ESCHER_Spgr, 1 );
 mpStrm-WriteInt32( maRect.Left() ) // Bounding box for the 
grouped shapes to which they are attached
.WriteInt32( maRect.Top() )
@@ -3630,214 +3646,212 @@ void PPTWriter::ImplCreateTable( uno::Reference 
drawing::XShape  rXShape, Esc
 aSolverContainer.AddShape( rXShape, nShapeId );
 EscherPropertyContainer aPropOpt2;
 
-if ( nRowCount )
-{
-SvMemoryStream aMemStrm;
-aMemStrm.ObjectOwnsMemory( false );
-aMemStrm.WriteUInt16( nRowCount )
-.WriteUInt16( nRowCount )
-.WriteUInt16( 4 );
-
-std::vector std::pair sal_Int32, sal_Int32  
::const_iterator aIter( aRows.begin() );
-while( aIter != aRows.end() )
-aMemStrm.WriteInt32( (*aIter++).second );
-
-aPropOpt.AddOpt( ESCHER_Prop_LockAgainstGrouping, 0x1000100 );
-aPropOpt2.AddOpt( ESCHER_Prop_tableProperties, 1 );
-aPropOpt2.AddOpt( ESCHER_Prop_tableRowProperties, true, 
aMemStrm.Tell(), static_cast sal_uInt8* ( const_cast void* ( 
aMemStrm.GetData() ) ), aMemStrm.Tell() );
-aPropOpt.CreateShapeProperties( rXShape );
-aPropOpt.Commit( *mpStrm );
-aPropOpt2.Commit( *mpStrm, 3, ESCHER_UDefProp );
-if ( GetCurrentGroupLevel()  0 )
-mpPptEscherEx-AddChildAnchor( maRect );
-else
-mpPptEscherEx-AddClientAnchor( maRect );
-mpPptEscherEx-CloseContainer();
+SvMemoryStream aMemStrm;
+aMemStrm.ObjectOwnsMemory( false );
+aMemStrm.WriteUInt16( nRowCount )
+.WriteUInt16( nRowCount )
+.WriteUInt16( 4 );
 
-uno::Reference 

[Libreoffice-bugs] [Bug 90787] New: terminated unexpectedly by exiting (EXC_BAD_ACCESS, EXC_I386_GPFLT)

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

Bug ID: 90787
   Summary: terminated unexpectedly by exiting (EXC_BAD_ACCESS,
EXC_I386_GPFLT)
   Product: LibreOffice
   Version: 4.4.2.2 release
  Hardware: Other
OS: Mac OS X (All)
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: be...@benny.de

Created attachment 115009
  -- https://bugs.documentfoundation.org/attachment.cgi?id=115009action=edit
crash report

LibreOffice 4.4.2 on MacOS 10.9.5 crashes by exiting.

-- 
You are receiving this mail because:
You 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 88770] LibreOffice should support optional Graphite user interfaces

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

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

   What|Removed |Added

 CC||khaledho...@eglug.org,
   ||nem...@numbertext.org

--- Comment #9 from V Stuart Foote vstuart.fo...@utsa.edu ---
@László, Khaled, *

Can you comment on where things are now across the project, and what really
needs to be addressed for Graphite support--relative to all other Unicode
typography and text stack support.

Also, what is the state of our UI for typogrpahy controls for use of Graphite,
HarfBuzz/Pango/OpenType Layout, Uniscribe or even Apple Advanced Type. Seems
much of this now is automagic--and based on user's language selections. 

Does the UX gain anything by exposing more typography configuration choices to
the UI? At the least, is there a better UI design for entering the formatting
of font layout?

-- 
You are receiving this mail because:
You 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 88770] LibreOffice should support optional Graphite user interfaces

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

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

   What|Removed |Added

 CC||khaledho...@eglug.org,
   ||nem...@numbertext.org

--- Comment #9 from V Stuart Foote vstuart.fo...@utsa.edu ---
@László, Khaled, *

Can you comment on where things are now across the project, and what really
needs to be addressed for Graphite support--relative to all other Unicode
typography and text stack support.

Also, what is the state of our UI for typogrpahy controls for use of Graphite,
HarfBuzz/Pango/OpenType Layout, Uniscribe or even Apple Advanced Type. Seems
much of this now is automagic--and based on user's language selections. 

Does the UX gain anything by exposing more typography configuration choices to
the UI? At the least, is there a better UI design for entering the formatting
of font layout?

-- 
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 85777] Crash on fileopen with version 4.3 scalc on command line ONLY

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

raal r...@post.cz changed:

   What|Removed |Added

 CC||davelovel...@gmail.com

--- Comment #14 from raal r...@post.cz ---
*** Bug 90775 has been marked as a duplicate of this bug. ***

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


[Libreoffice-bugs] [Bug 90775] LibreOffice has stopped working open file from command line

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

raal r...@post.cz changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||r...@post.cz
 Resolution|--- |DUPLICATE
Summary|LibreOffice has stopped|LibreOffice has stopped
   |working|working open file from
   ||command line

--- Comment #1 from raal r...@post.cz ---
Hello Dave,

Thank you for reporting the bug. This issue has previously been reported, so
this bug will be resolved as a duplicate of the earlier report. You will
automatically be added to the CC list of the other bug.

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

-- 
You are receiving this mail because:
You 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 90716] Crash when open file

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

raal r...@post.cz changed:

   What|Removed |Added

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

--- Comment #1 from raal r...@post.cz ---
No crash with today build, but content of file not shown

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

-- 
You are receiving this mail because:
You 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 90776] New: paragraph style first line indent does not change in page context

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

Bug ID: 90776
   Summary: paragraph style first line indent does not change in
page context
   Product: LibreOffice
   Version: unspecified
  Hardware: Other
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: noname0...@bluewin.ch

-- 
You are receiving this mail because:
You 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 63986] UI: In Full Screen mode, Find and Full Screen toolbars display

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

David gn...@hawaii.rr.com changed:

   What|Removed |Added

 Resolution|WORKSFORME  |WONTFIX

--- Comment #9 from David gn...@hawaii.rr.com ---
Just checked in 4.3.3.2 on system #1 using the modified LO config file I had
manually edited to disable the useless Full Screen toolbar. (That should still
have a GUI preferences option to not have it show at all no matter what any
so-called UX experts think.) The original bug report was that that the bug
didn't appear on 32-bit LO running on Debian Linux. I can't confirm it on
32-bit anymore because I don't run 32-bit OS anymore.

Since then, that machine has been replaced with 64-bit system, and when I
switch to full-screen view on it, both the Full Screen toolbar and the Find box
disappear. (Which is good, but it would still be user-friendly to have a GUI
preference setting to display the Find bar on full screen mode.)

The same LO version on the 64-bit system (#2) that is ALSO using the modified
LibreOffice configuration file insists on cluttering the full view screen
with the useless Full Screen toolbar. I guess I need to go through the
incredibly - AND I THINK DELIBERATELY - unreadable/unusable LO config file
format carefully and make sure I made the exact same changes.

I know the UX team thinks that's wonderful, but I COMPLETELY DISAGREE. A single
user setting preference is all that's needed to fix things. Oh, but I guess the
UX team is also that of the Gnome desktop environment, which seems to think
that REMOVING functionality is the basic principle of UX design.

Anyway, I'm changing this bug to RESOLVLED  WONTFIX because that is exactly
what's happening. Maybe you think cluttering the screen with a USELESS Full
Screen toolbar is WORKSFORME; but I DON'T!

-- 
You are receiving this mail because:
You 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 90714] content of file not shown

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

--- Comment #1 from raal r...@post.cz ---
*** Bug 90716 has been marked as a duplicate of this bug. ***

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


[Libreoffice-bugs] [Bug 90773] FILEOPEN: Long delay while opening impress presentations

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

--- Comment #8 from Alex Thurgood ipla...@yahoo.co.uk ---
I have noticed that the problem is more marked when one switches application
context after shutdown of LibreOffice, i.e. when one clicks on another
application window before opening an ODP file.

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


[Libreoffice-bugs] [Bug 90780] Low performance viewing tables having a primary key

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

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

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #1 from Alex Thurgood ipla...@yahoo.co.uk ---
@ronny :
In your blog post, you mention that you only tested 3.6.x, 4.0.x and apparently
4.1. Those versions are very old, in fact obsolete with regard to currently
supported production versions of LibreOffice that are available on the download
page.

It might well be that the problems with primary key retrieval you mention have
been resolved in these later versions.

Additionally, if I have understood correctly, all of your tests were carried
out by dragging the query resultset into a Calc sheet - can you confirm this ?

I have a remote non-SSH connection to a local LAN mysql instance (not MariaDB)
to which I connect from a Mac, and although I don't have as many records, I
don't see a noticeable performance hit when scrolling through a resultset of
all records of a table containg 75 columns by 4400 tuples. Note that each tuple
is identified by an AUTO_INCREMENT NOT NULL PRIMARY KEY definition,
guaranteeing uniqueness. I also use the native mysql connector.

I will set this to NEEDINFO to await your tests with the latest production
releases of LO. Please set back to UNCONFIRMED afterwards.

Adding Lionel, Julien to CC

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


[Libreoffice-commits] core.git: 2 commits - configure.ac connectivity/CppunitTest_connectivity_commontools.mk solenv/bin solenv/gbuild sw/source

2015-04-22 Thread Matúš Kukan
 configure.ac |   12 --
 connectivity/CppunitTest_connectivity_commontools.mk |2 
 solenv/bin/install-gdb-printers  |2 
 solenv/gbuild/extensions/pre_MergedLibsList.mk   |   96 ---
 sw/source/filter/ww8/docxattributeoutput.cxx |3 
 5 files changed, 7 insertions(+), 108 deletions(-)

New commits:
commit 89964955e535f7343cccf1399312f0e8ac76323d
Author: Matúš Kukan matus.ku...@gmail.com
Date:   Fri Apr 17 20:30:27 2015 +0200

tdf#85769 Avoid writing font name attribute twice, by ignoring empty value

Change-Id: If2491db482fc6eebc5d28f03ace12a89ac6c0a0f

diff --git a/sw/source/filter/ww8/docxattributeoutput.cxx 
b/sw/source/filter/ww8/docxattributeoutput.cxx
index c9cd83d..1783a28 100644
--- a/sw/source/filter/ww8/docxattributeoutput.cxx
+++ b/sw/source/filter/ww8/docxattributeoutput.cxx
@@ -6120,7 +6120,8 @@ void DocxAttributeOutput::CharFont( const SvxFontItem 
rFont)
 GetExport().GetId( rFont ); // ensure font info is written to fontTable.xml
 OUString sFontName(rFont.GetFamilyName());
 OString sFontNameUtf8 = OUStringToOString(sFontName, 
RTL_TEXTENCODING_UTF8);
-AddToAttrList( m_pFontsAttrList, 2,
+if (!sFontNameUtf8.isEmpty())
+AddToAttrList( m_pFontsAttrList, 2,
 FSNS( XML_w, XML_ascii ), sFontNameUtf8.getStr(),
 FSNS( XML_w, XML_hAnsi ), sFontNameUtf8.getStr() );
 }
commit fa8dc38372185d6d29d8d91391907e95b689
Author: Matúš Kukan matus.ku...@gmail.com
Date:   Mon Apr 20 19:48:38 2015 +0200

Bin confusing --enable-mergelibs=all option

It was most probably not working anyway and is something different to
libmerged, which intends to merge only core set of libraries.
To build everything into one library, approach similar to what we do for
Android could be better idea.

Change-Id: Id5b8c2fa2b26e8faaaeb022ea55eb2e39909e875

diff --git a/configure.ac b/configure.ac
index 0d492ad..d2a7aba 100644
--- a/configure.ac
+++ b/configure.ac
@@ -915,11 +915,10 @@ AC_ARG_ENABLE([hardlink-deliver],
 )
 
 AC_ARG_ENABLE(mergelibs,
-AS_HELP_STRING([--enable-mergelibs=all/yes],
+AS_HELP_STRING([--enable-mergelibs],
 [Enables linking of big, merged, library. Experimental feature, tested
 only for Linux at some stage in history, but possibly does not work 
even
-for Linux any more. 'all' will link a lot of libraries into libmerged
-while 'yes' will do it for just a core set of libraries.])
+for Linux any more. This will link a core set of libraries into 
libmerged.])
 )
 
 AC_ARG_ENABLE(graphite,
@@ -12735,12 +12734,7 @@ if test -n $enable_mergelibs -a $enable_mergelibs 
!= no; then
 if test $_os != Linux -a $_os != WINNT; then
 add_warning --enable-mergelibs is not tested for this platform
 fi
-if test $enable_mergelibs = all; then
-MERGELIBS=ALL
-AC_DEFINE(STATIC_LINKING)
-else
-MERGELIBS=CORE
-fi
+MERGELIBS=TRUE
 AC_MSG_RESULT([yes])
 else
 AC_MSG_RESULT([no])
diff --git a/connectivity/CppunitTest_connectivity_commontools.mk 
b/connectivity/CppunitTest_connectivity_commontools.mk
index 146c6af..9c2e645 100644
--- a/connectivity/CppunitTest_connectivity_commontools.mk
+++ b/connectivity/CppunitTest_connectivity_commontools.mk
@@ -32,7 +32,7 @@ endif
 # In mergedlibs mode we have multiply-defined symbols, which Visual Studio
 # does not like. There is no good solution, so just force it.
 ifeq ($(COM),MSC)
-ifeq ($(MERGELIBS),CORE)
+ifneq (,$(MERGELIBS))
 $(eval $(call gb_CppunitTest_add_ldflags,connectivity_commontools,\
 /FORCE:MULTIPLE \
 ))
diff --git a/solenv/bin/install-gdb-printers b/solenv/bin/install-gdb-printers
index 036339e..0362a5c 100755
--- a/solenv/bin/install-gdb-printers
+++ b/solenv/bin/install-gdb-printers
@@ -123,7 +123,7 @@ if [[ ${DESTDIR}${pythondir} != ${GDBDIR} ]]; then
 fi
 
 if [[ -n ${MERGELIBS} ]]; then
-make_autoload merged program libmergedlo.$DYLIB merge svl tl basegfx `[[ 
${MERGELIBS} == ALL ]]  echo sw`
+make_autoload merged program libmergedlo.$DYLIB merge svl tl basegfx
 make_autoload cppu program libuno_cppu.$DYLIB.3
 make_autoload sal program libuno_sal.$DYLIB.3
 make_autoload sw program libswlo.$DYLIB
diff --git a/solenv/gbuild/extensions/pre_MergedLibsList.mk 
b/solenv/gbuild/extensions/pre_MergedLibsList.mk
index ed77c1f0..1ca047f 100644
--- a/solenv/gbuild/extensions/pre_MergedLibsList.mk
+++ b/solenv/gbuild/extensions/pre_MergedLibsList.mk
@@ -9,101 +9,6 @@
 #
 
 ifneq ($(MERGELIBS),)
-# set of libraries to link even more stuff into one merged library
-gb_EXTRAMERGEDLIBS := \
-   $(if $(filter-out ANDROID IOS,$(OS)),abp) \
-   $(if $(filter unx,$(GUIBASE)),basebmp) \
-   $(call gb_Helper_optional,DBCONNECTIVITY,bib) \
-   $(call gb_Helper_optional,DBCONNECTIVITY,calc) \
-   chartcore \
-   $(call 

[Libreoffice-bugs] [Bug 79641] LibreOffice 4.4 most annoying bugs

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

Iandol ian...@gmail.com changed:

   What|Removed |Added

 CC||ian...@gmail.com
 Depends on||87373

--- Comment #54 from Iandol ian...@gmail.com ---
Add BUG #87373: This bug causes significant readability issues due to broken
kerning depending on window size introduced in 4.4 for OS X users.

-- 
You are receiving this mail because:
You 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 85769] Writer saves malformed comments.xml, breaking comments in .docx output

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

Jorendc jore...@libreoffice.org changed:

   What|Removed |Added

 CC||serval2...@yahoo.fr

--- Comment #15 from Jorendc jore...@libreoffice.org ---
*** Bug 90569 has been marked as a duplicate of this bug. ***

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


  1   2   3   4   >