[Libreoffice-bugs] [Bug 43185] Font Replacement According Replacement Table (Option) does not Work as Expected

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

--- Comment #6 from Harald Koester  ---
Below you will find the test procedure for test case no 6 according the
attachment. The procedures for the other test cases are similar. You have to
adopt the steps [3] and [4] according the conditions of the different cases.
And of course the results are also different. Besides the result of test case 6
also the results of cases 3, 4 and 8 are buggy.

Procedure for test case no 6:

[1] Start LibreOffice and open options dialogue.
[2] Select “LibreOffice > Fonts” and check “Apply replacement table”.
[3] Insert a font replacement: Use a fictitve font (i.e. not installed) and
replace it with an installed font.
[4] Check “Screen only” and uncheck “Always”. Then OK.
[5] Open a new text document.
[6] Insert some text and assign the fictive font to this text. The font ot the
text changes.
[7] Insert some more text and assign the replacement font to this text.
[8] Compare the text: The fonts are not equal. Expected: Equal fonts. This
means that the font replacement defined in step [3] and [4] has not been
performed. 
[9] Hence the assigned font in step [6] is not installed, the displayed font
can only be the standard font which is used when a font is not installed. In
order to check this insert some more text and assign a different fictive font
to this text.
[10] Compare the fonts of step [6] and step [9]. They are equal!
[11] In order to determine the standard font export the document as pdf. 
[12] Open the document with your pdf reader and check the used fonts. On my
system (Win7) two fonts are used. One is the replacement font (step [7]), the
other has to be the standard replacement font (step [6] and [9]). On my system
it is DejaVuSans.

-- 
You are receiving this mail because:
You 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 93878] save formulas in xls (A:A)

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

raal  changed:

   What|Removed |Added

Summary|save formulas in xls|save formulas in xls (A:A)

-- 
You are receiving this mail because:
You 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 91194] FILESAVE: xlsx doesn't retain spreadsheet dimension information (column characters)

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

Michael Stahl  changed:

   What|Removed |Added

 Attachment #115635|application/zip |application/vnd.openxmlform
  mime type||ats-officedocument.spreadsh
   ||eetml.sheet

-- 
You are receiving this mail because:
You 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 93837] Allow customization of the Context Menus

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

--- Comment #9 from Charles  ---
(In reply to V Stuart Foote from comment #8)
> Due to that complexity, IMHO not sure refactoring of context menu framework
> can be top driven from UI Design perspective of seeking a common
> customization core. And we may have to take it as is.

For now at least, but doesn't mean we can't keep this bug alive, and hope
someone steps up to take it on... ;)

-- 
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 93892] The close button in menubar is empty with openGL

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

--- Comment #2 from Commit Notification 
 ---
Jan Holesovsky committed a patch related to this issue.
It has been pushed to "libreoffice-5-0":

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

tdf#93892: Un-share maUserBuffer when the BitmapWriteAccess is requested.

It will be available in 5.0.2.

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

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


[Libreoffice-bugs] [Bug 93892] The close button in menubar is empty with openGL

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

Commit Notification  changed:

   What|Removed |Added

 Whiteboard| target:5.1.0   | target:5.1.0 target:5.0.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: Branch 'libreoffice-5-0' - vcl/opengl

2015-09-03 Thread Jan Holesovsky
 vcl/opengl/salbmp.cxx |   18 +-
 1 file changed, 17 insertions(+), 1 deletion(-)

New commits:
commit 90bbc7eacfa160c44a83fafbd11db12c28490879
Author: Jan Holesovsky 
Date:   Thu Sep 3 16:52:59 2015 +0200

tdf#93892: Un-share maUserBuffer when the BitmapWriteAccess is requested.

Otherwise Bad Things Happen, and we may accidentally overwrite random other 
/ shared data.

Change-Id: I463354a6e910a2cb43faa229708fe5c14c79535a
Reviewed-on: https://gerrit.libreoffice.org/18309
Reviewed-by: Miklos Vajna 
Tested-by: Miklos Vajna 

diff --git a/vcl/opengl/salbmp.cxx b/vcl/opengl/salbmp.cxx
index e76ebd7..05a55d7 100644
--- a/vcl/opengl/salbmp.cxx
+++ b/vcl/opengl/salbmp.cxx
@@ -141,9 +141,15 @@ bool OpenGLSalBitmap::Create( const SalBitmap& rSalBmp, 
sal_uInt16 nNewBitCount
 // execute any pending operations on the source bitmap
 maTexture = rSourceBitmap.GetTexture();
 mbDirtyTexture = false;
+
+// be careful here, we are share & reference-count the
+// maUserBuffer, BUT this Create() is called from
+// Bitmap::ImplMakeUnique().
+// Consequently, there might be cases when this needs to be made
+// unique later (when we don't do that right away here), like when
+// using the BitmapWriteAccess.
 maUserBuffer = rSourceBitmap.maUserBuffer;
 
-// TODO Copy buffer data if the bitcount and palette are the same
 return true;
 }
 return false;
@@ -649,6 +655,16 @@ BitmapBuffer* OpenGLSalBitmap::AcquireBuffer( 
BitmapAccessMode nMode )
 }
 }
 
+// maUserBuffer must be unique when we are doing the write access
+if (nMode == BITMAP_WRITE_ACCESS && maUserBuffer && !maUserBuffer.unique())
+{
+basebmp::RawMemorySharedArray aBuffer(maUserBuffer);
+
+maUserBuffer.reset();
+AllocateUserData();
+memcpy(maUserBuffer.get(), aBuffer.get(), 
static_cast(mnBytesPerRow) * mnHeight);
+}
+
 BitmapBuffer* pBuffer = new BitmapBuffer;
 pBuffer->mnWidth = mnWidth;
 pBuffer->mnHeight = mnHeight;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2015-09-03 Thread Tomaž Vajngerl
 drawinglayer/source/processor2d/vclhelperbufferdevice.cxx |8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

New commits:
commit 6eff03b7d8b77b797f57f2344163ff67a99631f9
Author: Tomaž Vajngerl 
Date:   Thu Sep 3 23:17:24 2015 +0900

disable caching of virtual devices when OpenGL is enabled

Change-Id: I15c5cca8c31d81026111a3fa3f050f53057d76b7

diff --git a/drawinglayer/source/processor2d/vclhelperbufferdevice.cxx 
b/drawinglayer/source/processor2d/vclhelperbufferdevice.cxx
index 93919c0..0994646 100644
--- a/drawinglayer/source/processor2d/vclhelperbufferdevice.cxx
+++ b/drawinglayer/source/processor2d/vclhelperbufferdevice.cxx
@@ -27,6 +27,7 @@
 #include 
 #include 
 
+#include 
 
 // buffered VDev usage
 
@@ -188,7 +189,12 @@ namespace
 maFreeBuffers.push_back();
 SAL_WARN_IF(maFreeBuffers.size() > 1000, "drawinglayer", "excessive 
cached buffers, "
 << maFreeBuffers.size() << " entries!");
-Start();
+
+if (OpenGLWrapper::isVCLOpenGLEnabled())
+Invoke();
+else
+Start();
+
 }
 
 void VDevBuffer::Invoke()
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 93892] New: The close button in menubar is empty with openGL

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

Bug ID: 93892
   Summary: The close button in menubar is empty with openGL
   Product: LibreOffice
   Version: 5.0.1.2 release
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: graphics stack
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ke...@collabora.com

When OpenGL rendering is enabled, the [X] close button in the menubar (that is
there when only one LibreOffice window is visible) is empty.

-- 
You are receiving this mail because:
You 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 92473] Export to docx: shape Bounding box not correct

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

Michael Stahl  changed:

   What|Removed |Added

 Attachment #116967|application/octet-stream|application/vnd.oasis.opend
  mime type||ocument.text

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


[Libreoffice-bugs] [Bug 93890] FILEOPEN clean-up of bookmark-start and -end breaks references

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

Cor Nouws  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||caol...@redhat.com,
   ||c...@nouenoff.nl,
   ||mst...@redhat.com
 Ever confirmed|0   |1

--- Comment #2 from Cor Nouws  ---
Thanks a lot Malte for the script and the given information.

@Caolan, @Michael .. ideas?

-- 
You are receiving this mail because:
You 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 93872] Make Navigator Navigation Toolbar Dockable

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

Yousuf (Jay) Philips  changed:

   What|Removed |Added

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

--- Comment #2 from Yousuf (Jay) Philips  ---
I dont think docking is the solution and the solution is to integrate it into
the navigator as mentioned in bug 89566.

-- 
You are receiving this mail because:
You 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 93872] Make Navigator Navigation Toolbar Dockable

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

Yousuf (Jay) Philips  changed:

   What|Removed |Added

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

--- Comment #2 from Yousuf (Jay) Philips  ---
I dont think docking is the solution and the solution is to integrate it into
the navigator as mentioned in bug 89566.

-- 
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 91208] FILEOPEN Arial (Body) in pptx import causes text to wrap

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

Michael Stahl  changed:

   What|Removed |Added

 Attachment #117306|application/octet-stream|application/vnd.openxmlform
  mime type||ats-officedocument.presenta
   ||tionml.presentation

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


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

2015-09-03 Thread Caolán McNamara
 include/oox/export/chartexport.hxx |   29 ++---
 oox/source/export/chartexport.cxx  |   35 ---
 2 files changed, 38 insertions(+), 26 deletions(-)

New commits:
commit 90ea1221856340860c406357e274000771b5b127
Author: Caolán McNamara 
Date:   Thu Sep 3 15:07:49 2015 +0100

convert Axis constants to an enum and hilight suspicious absence

that compiler warnings then shows (which I saw manually in the first place)
of AXIS_SECONDARY_X

Change-Id: I873623141020633ea73f14f5c93322c2346b8efb

diff --git a/include/oox/export/chartexport.hxx 
b/include/oox/export/chartexport.hxx
index c043fd7..da434b1 100644
--- a/include/oox/export/chartexport.hxx
+++ b/include/oox/export/chartexport.hxx
@@ -64,18 +64,25 @@ namespace com { namespace sun { namespace star {
 
 namespace oox { namespace drawingml {
 
-const sal_Int32  AXIS_PRIMARY_X = 1;
-const sal_Int32  AXIS_PRIMARY_Y = 2;
-const sal_Int32  AXIS_PRIMARY_Z = 3;
-const sal_Int32  AXIS_SECONDARY_X = 4;
-const sal_Int32  AXIS_SECONDARY_Y = 5;
+enum AxesType
+{
+AXIS_PRIMARY_X = 1,
+AXIS_PRIMARY_Y = 2,
+AXIS_PRIMARY_Z = 3,
+AXIS_SECONDARY_X = 4,
+AXIS_SECONDARY_Y = 5
+};
 
 struct AxisIdPair{
-sal_Int32 nAxisType;
+AxesType nAxisType;
 sal_Int32 nAxisId;
 sal_Int32 nCrossAx;
 
-AxisIdPair( sal_Int32 nType, sal_Int32 nId, sal_Int32 nAx ): nAxisType( 
nType ),nAxisId( nId ),nCrossAx( nAx ) {}
+AxisIdPair(AxesType nType, sal_Int32 nId, sal_Int32 nAx)
+: nAxisType(nType)
+, nAxisId(nId)
+, nCrossAx(nAx)
+{}
 };
 
 class OOX_DLLPUBLIC ChartExport : public DrawingML {
@@ -145,14 +152,14 @@ private:
 void exportHiLowLines();
 void exportUpDownBars(css::uno::Reference< css::chart2::XChartType > 
xChartType );
 
-void exportAllSeries(css::uno::Reference 
xChartType, sal_Int32& nAttachedAxis);
+void exportAllSeries(css::uno::Reference 
xChartType, AxesType& rAttachedAxis);
 void exportSeries(css::uno::Reference< css::chart2::XChartType > 
xChartType,
-css::uno::Sequence& rSeriesSeq, sal_Int32& nAttachedAxis );
+css::uno::Sequence& rSeriesSeq, AxesType& rAttachedAxis );
 void exportCandleStickSeries(
 const css::uno::Sequence<
 css::uno::Reference<
 css::chart2::XDataSeries > > & aSeriesSeq,
-bool bJapaneseCandleSticks, sal_Int32& nAttachedAxis );
+bool bJapaneseCandleSticks, AxesType& rAttachedAxis );
 void exportSeriesText(
 const css::uno::Reference< css::chart2::data::XDataSequence >& 
xValueSeq );
 void exportSeriesCategory(
@@ -186,7 +193,7 @@ private:
 sal_Int32 nAxisType,
 const char* sAxisPos,
 const AxisIdPair& rAxisIdPair );
-void exportAxesId( sal_Int32 nAttachedAxis );
+void exportAxesId(AxesType nAttachedAxis);
 void exportView3D();
 bool isDeep3dChart();
 
diff --git a/oox/source/export/chartexport.cxx 
b/oox/source/export/chartexport.cxx
index 14eb613..3c0fcaf 100644
--- a/oox/source/export/chartexport.cxx
+++ b/oox/source/export/chartexport.cxx
@@ -119,7 +119,7 @@ namespace oox { namespace drawingml {
 
 namespace {
 
-sal_Int32 translateFromChart2AxisIndexToOox(sal_Int32 nIndex)
+AxesType translateFromChart2AxisIndexToOox(sal_Int32 nIndex)
 {
 assert(nIndex == 0 || nIndex == 1);
 if (nIndex == 1)
@@ -1533,7 +1533,7 @@ void ChartExport::exportAreaChart( Reference< 
chart2::XChartType > xChartType )
 FSEND );
 
 exportGrouping( );
-sal_Int32 nAttachedAxis = AXIS_PRIMARY_Y;
+AxesType nAttachedAxis = AXIS_PRIMARY_Y;
 exportAllSeries( xChartType, nAttachedAxis );
 exportAxesId( nAttachedAxis );
 
@@ -1566,7 +1566,7 @@ void ChartExport::exportBarChart( Reference< 
chart2::XChartType > xChartType )
 XML_val, varyColors,
 FSEND );
 
-sal_Int32 nAttachedAxis = AXIS_PRIMARY_Y;
+AxesType nAttachedAxis = AXIS_PRIMARY_Y;
 exportAllSeries( xChartType, nAttachedAxis );
 
 Reference< XPropertySet > xTypeProp( xChartType, uno::UNO_QUERY );
@@ -1642,7 +1642,7 @@ void ChartExport::exportBubbleChart( Reference< 
chart2::XChartType > xChartType
 XML_val, varyColors,
 FSEND );
 
-sal_Int32 nAttachedAxis = AXIS_PRIMARY_Y;
+AxesType nAttachedAxis = AXIS_PRIMARY_Y;
 exportAllSeries( xChartType, nAttachedAxis );
 
 pFS->singleElement(FSNS(XML_c, XML_bubble3D),
@@ -1660,7 +1660,7 @@ void ChartExport::exportDoughnutChart( Reference< 
chart2::XChartType > xChartTyp
 pFS->startElement( FSNS( XML_c, XML_doughnutChart ),
 FSEND );
 
-sal_Int32 nAttachedAxis = AXIS_PRIMARY_Y;
+AxesType nAttachedAxis = AXIS_PRIMARY_Y;
 exportAllSeries( xChartType, nAttachedAxis );
 // firstSliceAng
 exportFirstSliceAng( );
@@ -1734,7 +1734,7 @@ void ChartExport::exportLineChart( Reference< 

[Libreoffice-bugs] [Bug 93891] Add compare documents to command line interface

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

Cor Nouws  changed:

   What|Removed |Added

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

--- Comment #1 from Cor Nouws  ---
Thanks - nice idea!

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


[Libreoffice-bugs] [Bug 93892] The close button in menubar is empty with openGL

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

Jan Holesovsky  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #3 from Jan Holesovsky  ---
Fixed now.

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


[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - sw/qa sw/source

2015-09-03 Thread Caolán McNamara
 sw/qa/core/data/ww8/pass/hang-8.doc |binary
 sw/source/filter/ww8/ww8scan.cxx|   13 +
 2 files changed, 13 insertions(+)

New commits:
commit 412d3916254396120e6abac7ff0385c675c7d448
Author: Caolán McNamara 
Date:   Wed Sep 2 20:44:06 2015 +0100

doc para property ranges cannot be 0 length

Change-Id: If946204873343d8bbc0c1d391ca2c65d8b2f8561
(cherry picked from commit ed7d22049596ac91ad75bfad1a5675c13714e203)
Reviewed-on: https://gerrit.libreoffice.org/18299
Reviewed-by: Miklos Vajna 
Tested-by: Miklos Vajna 

diff --git a/sw/qa/core/data/ww8/pass/hang-8.doc 
b/sw/qa/core/data/ww8/pass/hang-8.doc
new file mode 100644
index 000..4f0e30e
Binary files /dev/null and b/sw/qa/core/data/ww8/pass/hang-8.doc differ
diff --git a/sw/source/filter/ww8/ww8scan.cxx b/sw/source/filter/ww8/ww8scan.cxx
index 47cdde9..867a0e7 100644
--- a/sw/source/filter/ww8/ww8scan.cxx
+++ b/sw/source/filter/ww8/ww8scan.cxx
@@ -4383,6 +4383,19 @@ bool WW8PLCFx_AtnBook::getIsEnd() const
 // dadurch kein AErger zu erwarten ist.
 void WW8PLCFMan::AdjustEnds( WW8PLCFxDesc& rDesc )
 {
+// might be necessary to do this for pChp and/or pSep as well,
+// but its definitely the case for paragraphs that EndPos > StartPos
+// for a well formed paragraph as those always have a paragraph
+//  in them
+if ( == pPap && rDesc.bRealLineEnd)
+{
+if (rDesc.nStartPos == rDesc.nEndPos && rDesc.nEndPos != WW8_CP_MAX)
+{
+SAL_WARN("sw.ww8", "WW8PLCFxDesc End same as Start, abandoning to 
avoid looping");
+rDesc.nEndPos = WW8_CP_MAX;
+}
+}
+
 //Store old end position for supercool new property finder that uses
 //cp instead of fc's as nature intended
 rDesc.nOrigEndPos = rDesc.nEndPos;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 93892] The close button in menubar is empty with openGL

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

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|| target:5.1.0

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


[Libreoffice-bugs] [Bug 93892] The close button in menubar is empty with openGL

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

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

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

tdf#93892: Un-share maUserBuffer when the BitmapWriteAccess is requested.

It will be available in 5.1.0.

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

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


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

2015-09-03 Thread Jan Holesovsky
 vcl/opengl/salbmp.cxx |   18 +-
 1 file changed, 17 insertions(+), 1 deletion(-)

New commits:
commit 6f1184dfc0ec6dd1fd24b284737a68b05ffbb61c
Author: Jan Holesovsky 
Date:   Thu Sep 3 16:52:59 2015 +0200

tdf#93892: Un-share maUserBuffer when the BitmapWriteAccess is requested.

Otherwise Bad Things Happen, and we may accidentally overwrite random other 
/ shared data.

Change-Id: I463354a6e910a2cb43faa229708fe5c14c79535a

diff --git a/vcl/opengl/salbmp.cxx b/vcl/opengl/salbmp.cxx
index 4ed2ed0..9084ae1 100644
--- a/vcl/opengl/salbmp.cxx
+++ b/vcl/opengl/salbmp.cxx
@@ -141,9 +141,15 @@ bool OpenGLSalBitmap::Create( const SalBitmap& rSalBmp, 
sal_uInt16 nNewBitCount
 // execute any pending operations on the source bitmap
 maTexture = rSourceBitmap.GetTexture();
 mbDirtyTexture = false;
+
+// be careful here, we are share & reference-count the
+// maUserBuffer, BUT this Create() is called from
+// Bitmap::ImplMakeUnique().
+// Consequently, there might be cases when this needs to be made
+// unique later (when we don't do that right away here), like when
+// using the BitmapWriteAccess.
 maUserBuffer = rSourceBitmap.maUserBuffer;
 
-// TODO Copy buffer data if the bitcount and palette are the same
 return true;
 }
 return false;
@@ -649,6 +655,16 @@ BitmapBuffer* OpenGLSalBitmap::AcquireBuffer( 
BitmapAccessMode nMode )
 }
 }
 
+// maUserBuffer must be unique when we are doing the write access
+if (nMode == BITMAP_WRITE_ACCESS && maUserBuffer && !maUserBuffer.unique())
+{
+basebmp::RawMemorySharedArray aBuffer(maUserBuffer);
+
+maUserBuffer.reset();
+AllocateUserData();
+memcpy(maUserBuffer.get(), aBuffer.get(), 
static_cast(mnBytesPerRow) * mnHeight);
+}
+
 BitmapBuffer* pBuffer = new BitmapBuffer;
 pBuffer->mnWidth = mnWidth;
 pBuffer->mnHeight = mnHeight;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2015-09-03 Thread Stephan Bergmann
 vcl/source/gdi/bitmap3.cxx |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 65305ee03a64a90fa011b5b11b7076ddecf7728b
Author: Stephan Bergmann 
Date:   Thu Sep 3 16:29:31 2015 +0200

Fix mis-merge

...where fb6f2e1109abdd09e80dbcd6660a9530fc06ff0f "Resolves: #i121407# 
Gallery
reorganizations..." first cherry-picked the younger 
8012fae6cedcf325130d70adf0a486e8918f452f
before f7d373d18f965b36f310d44044bdba6476f6eb03 "Added ColorDepth change 
test with assertion to
the Bitmap::Scale method" then cherry-picked the older 
4be8cc079667cca2cae91dba9e46c16ccff1537f,
leading to the two checks at the top of Bitmap::Scale to not return early 
as intended.

Thanks to clang-tidy clang-analyzer-deadcode.DeadStores for flagging this.

Change-Id: Id89cc517a9f7efdff040c70f3b0e640d969cf24d
(cherry picked from commit 0aa9cd69598e1c022aa676f81dc7bc2f03e58b2c)
Reviewed-on: https://gerrit.libreoffice.org/18310
Reviewed-by: Miklos Vajna 
Tested-by: Miklos Vajna 

diff --git a/vcl/source/gdi/bitmap3.cxx b/vcl/source/gdi/bitmap3.cxx
index 9a656d6..f5f6c32 100644
--- a/vcl/source/gdi/bitmap3.cxx
+++ b/vcl/source/gdi/bitmap3.cxx
@@ -866,22 +866,20 @@ bool Bitmap::ImplConvertGhosted()
 
 bool Bitmap::Scale( const double& rScaleX, const double& rScaleY, BmpScaleFlag 
nScaleFlag )
 {
-bool bRetval(false);
-
-const sal_uInt16 nStartCount(GetBitCount());
-
 if(basegfx::fTools::equalZero(rScaleX) || 
basegfx::fTools::equalZero(rScaleY))
 {
 // no scale
-bRetval = true;
+return true;
 }
 
 if(basegfx::fTools::equal(rScaleX, 1.0) && basegfx::fTools::equal(rScaleY, 
1.0))
 {
 // no scale
-bRetval = true;
+return true;
 }
 
+const sal_uInt16 nStartCount(GetBitCount());
+
 if( mpImpBmp )
 {
 // implementation specific scaling
@@ -917,6 +915,8 @@ bool Bitmap::Scale( const double& rScaleX, const double& 
rScaleY, BmpScaleFlag n
 if (nStartCount == 1 && nScaleFlag != BmpScaleFlag::NONE)
 nScaleFlag = BmpScaleFlag::Fast;
 
+bool bRetval(false);
+
 switch(nScaleFlag)
 {
 case BmpScaleFlag::NONE :
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 91882] UI: Dialogue for Advanced filter is transparent.

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

--- Comment #23 from Commit Notification 
 ---
Michael Meeks committed a patch related to this issue.
It has been pushed to "libreoffice-5-0":

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

tdf#91882 - make this hideous busy-loop lower priority and less busy.

It will be available in 5.0.2.

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

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


[Libreoffice-bugs] [Bug 91882] UI: Dialogue for Advanced filter is transparent.

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

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|bisected target:5.1.0   |bisected target:5.1.0
   ||target:5.0.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: Branch 'libreoffice-5-0' - sc/source

2015-09-03 Thread Michael Meeks
 sc/source/ui/dbgui/sfiltdlg.cxx |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 0cd13904fa2c4619d21343637020f857b6c0760a
Author: Michael Meeks 
Date:   Thu Sep 3 14:21:53 2015 +0100

tdf#91882 - make this hideous busy-loop lower priority and less busy.

This way the rendering code can get a look in.

Change-Id: Id100031ffe1c4b415ed4ef1272a0772ec99ab4a9
Reviewed-on: https://gerrit.libreoffice.org/18301
Reviewed-by: Miklos Vajna 
Tested-by: Miklos Vajna 

diff --git a/sc/source/ui/dbgui/sfiltdlg.cxx b/sc/source/ui/dbgui/sfiltdlg.cxx
index 9ae4d34..54fbad9 100644
--- a/sc/source/ui/dbgui/sfiltdlg.cxx
+++ b/sc/source/ui/dbgui/sfiltdlg.cxx
@@ -87,7 +87,8 @@ ScSpecialFilterDlg::ScSpecialFilterDlg( SfxBindings* pB, 
SfxChildWindow* pCW, vc
 
 // Hack: RefInput-Kontrolle
 pIdle = new Idle;
-pIdle->SetPriority( SchedulerPriority::MEDIUM ); // 50ms warten
+// FIXME: this is an abomination
+pIdle->SetPriority( SchedulerPriority::LOWEST );
 pIdle->SetIdleHdl( LINK( this, ScSpecialFilterDlg, TimeOutHdl ) );
 pIdle->Start();
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2015-09-03 Thread Stephan Bergmann
 vcl/source/gdi/bitmap3.cxx |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 0aa9cd69598e1c022aa676f81dc7bc2f03e58b2c
Author: Stephan Bergmann 
Date:   Thu Sep 3 16:29:31 2015 +0200

Fix mis-merge

...where fb6f2e1109abdd09e80dbcd6660a9530fc06ff0f "Resolves: #i121407# 
Gallery
reorganizations..." first cherry-picked the younger 
8012fae6cedcf325130d70adf0a486e8918f452f
before f7d373d18f965b36f310d44044bdba6476f6eb03 "Added ColorDepth change 
test with assertion to
the Bitmap::Scale method" then cherry-picked the older 
4be8cc079667cca2cae91dba9e46c16ccff1537f,
leading to the two checks at the top of Bitmap::Scale to not return early 
as intended.

Thanks to clang-tidy clang-analyzer-deadcode.DeadStores for flagging this.

Change-Id: Id89cc517a9f7efdff040c70f3b0e640d969cf24d

diff --git a/vcl/source/gdi/bitmap3.cxx b/vcl/source/gdi/bitmap3.cxx
index b2704e1..9d1ec35 100644
--- a/vcl/source/gdi/bitmap3.cxx
+++ b/vcl/source/gdi/bitmap3.cxx
@@ -873,22 +873,20 @@ bool Bitmap::ImplConvertGhosted()
 
 bool Bitmap::Scale( const double& rScaleX, const double& rScaleY, BmpScaleFlag 
nScaleFlag )
 {
-bool bRetval(false);
-
-const sal_uInt16 nStartCount(GetBitCount());
-
 if(basegfx::fTools::equalZero(rScaleX) || 
basegfx::fTools::equalZero(rScaleY))
 {
 // no scale
-bRetval = true;
+return true;
 }
 
 if(basegfx::fTools::equal(rScaleX, 1.0) && basegfx::fTools::equal(rScaleY, 
1.0))
 {
 // no scale
-bRetval = true;
+return true;
 }
 
+const sal_uInt16 nStartCount(GetBitCount());
+
 if( mpImpBmp )
 {
 // implementation specific scaling
@@ -924,6 +922,8 @@ bool Bitmap::Scale( const double& rScaleX, const double& 
rScaleY, BmpScaleFlag n
 if (nStartCount == 1 && nScaleFlag != BmpScaleFlag::NONE)
 nScaleFlag = BmpScaleFlag::Fast;
 
+bool bRetval(false);
+
 switch(nScaleFlag)
 {
 case BmpScaleFlag::NONE :
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 93893] New: Report Builder and others are not bundled in ubuntu "apt-get install" libreoffice / libreoffice-base

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

Bug ID: 93893
   Summary: Report Builder and others are not bundled in ubuntu
"apt-get install" libreoffice / libreoffice-base
   Product: LibreOffice
   Version: 4.4.2.2 release
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Base
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: an...@macspares.co.za

Libre Base works great in standard ubuntu 15.04

However a fresh installation on a Lubuntu 15.4  both via synaptic and again
terminal failed to install the full base package

ie.   sudo apt-get install libreoffice 
and  aptitude install libreoffice

Mainly Report builder  and also  other packages not included 

I do not know what other packages are still missing  as base is still broken

Lubuntu installs via Synaptic version 4.4.2.2

I also tested Version 4.4.5
Version 5 is missing a lot more than just the report builder

-- 
You are receiving this mail because:
You 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 92011] slow typing with large numbers of comments when displayed

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

Michael Stahl  changed:

   What|Removed |Added

 Attachment #117980|application/octet-stream|application/vnd.oasis.opend
  mime type||ocument.text

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


[Libreoffice-bugs] [Bug 92290] disappears cursor when you move it to the figure in rotational mode

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

Michael Stahl  changed:

   What|Removed |Added

 Attachment #116777|application/octet-stream|video/x-msvideo
  mime type||

-- 
You are receiving this mail because:
You 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 93895] New: Problem with AutoCalculate when pasting data from non-adjacent cells

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

Bug ID: 93895
   Summary: Problem with AutoCalculate when pasting data from
non-adjacent cells
   Product: LibreOffice
   Version: 5.0.0.5 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: dhage...@gmail.com

Created attachment 118396
  --> https://bugs.documentfoundation.org/attachment.cgi?id=118396=edit
Spreadsheet that illustrates AutoCalculate problem

Column sums do NOT automatically update when NON-adjacent cells (from elsewhere
in the same sheet) are selected (using CTRL-click), copied, and pasted into the
columns.  When ADJACENT cells are selected, copied, and pasted into the columns
the sums DO update, as expected. A very simple spreadsheet is attached to
illustrate this problem.  It was created from scratch in Calc 5.0.0.5.   

This problem started with version 4.4 and carries forward into 5.0.0.5.  The
problem is not present in version 4.3, or in other spreadsheet programs (such
as Excel).

In 4.4 a new option was added under Tools>Options>LibreOfficeCalc>General
(under Input Settings). This option is called “Update references when sorting
range of cells”. This would seem to be a likely culprit, although the behavior
described above is unchanged regardless of which setting is chosen.

Finally, please note the following:
- AutoCalculate is turned on
- CTRL-SHFT F9 updates the column sums
- closing and re-loading the spreadsheet also updates the column sums

This is the first bug report that I have submitted.  I apologize in advance if
the report is incomplete or otherwise flawed.

dhagen

-- 
You are receiving this mail because:
You 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 93871] Navigator Navigation Toolbar Name Is Ambiguous

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

Yousuf (Jay) Philips  changed:

   What|Removed |Added

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

--- Comment #2 from Yousuf (Jay) Philips  ---
Pitching it over to ux-advise to see which they think should be changed and to
what. With my enhancement of the Navigator in bug 89566, the Navigation dialog
will be eliminated.

-- 
You are receiving this mail because:
You 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 93871] Navigator Navigation Toolbar Name Is Ambiguous

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

Yousuf (Jay) Philips  changed:

   What|Removed |Added

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

--- Comment #2 from Yousuf (Jay) Philips  ---
Pitching it over to ux-advise to see which they think should be changed and to
what. With my enhancement of the Navigator in bug 89566, the Navigation dialog
will be eliminated.

-- 
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 93890] FILEOPEN clean-up of bookmark-start and -end breaks references

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

--- Comment #1 from Malte  ---
filed as FILEOPEN as the clean up seems to run on opening documents (in complex
document one can acutally see, how the references break one by one...).

-- 
You are receiving this mail because:
You 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 93891] New: Add compare documents to command line interface

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

Bug ID: 93891
   Summary: Add compare documents to command line interface
   Product: LibreOffice
   Version: unspecified
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: rani...@ime.unicamp.br

Created attachment 118394
  --> https://bugs.documentfoundation.org/attachment.cgi?id=118394=edit
Screenshot of diff two documents at LibreOffice Writer

## Motivation

I want to use Git (or any other version control tool) to handle versions of ODT
(or DOC/DOCX) files. Git allows me to recovery any version that I saved and
LibreOffice Writer has a compare document feature accessible from the "Edit"
menu. If LibreOffice Writer offer access to the compare document feature from
the command line will be possible to improve Git to show the diff between two
versions of ODT from a Git repository.

## Suggestion

$ libreoffice --compare vX.X.X.odt vY.Y.Y.odt

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

2015-09-03 Thread Bjoern Michaelsen
 solenv/gbuild/Module.mk  |   38 --
 solenv/gbuild/TargetLocations.mk |1 +
 solenv/gbuild/gbuild.help.txt|2 ++
 3 files changed, 39 insertions(+), 2 deletions(-)

New commits:
commit c1f47481eb78df3d73bed1da5020ed6ea565a999
Author: Bjoern Michaelsen 
Date:   Thu Sep 3 16:03:10 2015 +0200

add stagingcheck target for unstable/failing tests

Change-Id: I4d1e54bdf579b0d6dd143b3a68de259ab7d3d562

diff --git a/solenv/gbuild/Module.mk b/solenv/gbuild/Module.mk
index 117d038..9ec96a3 100644
--- a/solenv/gbuild/Module.mk
+++ b/solenv/gbuild/Module.mk
@@ -45,6 +45,7 @@ gb_Module_L10NTARGETSTACK :=
 gb_Module_CHECKTARGETSTACK :=
 gb_Module_SLOWCHECKTARGETSTACK :=
 gb_Module_SUBSEQUENTCHECKTARGETSTACK :=
+gb_Module_STAGINGCHECKTARGETSTACK :=
 gb_Module_PERFCHECKTARGETSTACK :=
 gb_Module_CLEANTARGETSTACK :=
 
@@ -97,6 +98,13 @@ $(call gb_Module_get_subsequentcheck_target,%) :
mkdir -p $(dir $@) && \
touch $@)
 
+$(call gb_Module_get_stagingcheck_target,%) :
+   $(call gb_Output_announce,$*,$(true),STC,5)
+   $(call gb_Output_announce_title,module $* stagingchecks done.)
+   -$(call gb_Helper_abbreviate_dirs,\
+   mkdir -p $(dir $@) && \
+   touch $@)
+
 $(call gb_Module_get_perfcheck_target,%) :
$(call gb_Output_announce,$*,$(true),PFC,5)
$(call gb_Output_announce_title,module $* perfchecks done.)
@@ -111,7 +119,7 @@ $(call gb_Module_get_target,%) :
mkdir -p $(dir $@) && \
touch $@)
 
-.PHONY : all build build-l10n-only build-non-l10n-only unitcheck slowcheck 
subsequentcheck perfcheck clean check debugrun help showmodules translations
+.PHONY : all build build-l10n-only build-non-l10n-only unitcheck slowcheck 
subsequentcheck stagingcheck perfcheck clean check debugrun help showmodules 
translations
 .DEFAULT_GOAL := all
 
 all : build $(if $(CROSS_COMPILING),,unitcheck $(if 
$(gb_PARTIAL_BUILD),,slowcheck))
@@ -156,6 +164,11 @@ subsequentcheck :
$(call gb_Output_announce_title,all subsequent tests checked.)
$(call gb_Output_announce_bell)
 
+stagingcheck :
+   $(if $(gb_VERBOSE),$(call gb_Output_announce,loaded modules: $(sort 
$(gb_Module_ALLMODULES)),$(true),STC,6))
+   $(call gb_Output_announce_title,all staging tests checked.)
+   $(call gb_Output_announce_bell)
+
 perfcheck :
$(if $(gb_VERBOSE),$(call gb_Output_announce,loaded modules: $(sort 
$(gb_Module_ALLMODULES)),$(true),PFC,6))
$(call gb_Output_announce_title,all perftests checked.)
@@ -205,6 +218,7 @@ gb_Module_L10NTARGETSTACK := $(call 
gb_Module_get_l10n_target,$(1)) $(gb_Module_
 gb_Module_CHECKTARGETSTACK := $(call gb_Module_get_check_target,$(1)) 
$(gb_Module_CHECKTARGETSTACK)
 gb_Module_SLOWCHECKTARGETSTACK := $(call gb_Module_get_slowcheck_target,$(1)) 
$(gb_Module_SLOWCHECKTARGETSTACK)
 gb_Module_SUBSEQUENTCHECKTARGETSTACK := $(call 
gb_Module_get_subsequentcheck_target,$(1)) 
$(gb_Module_SUBSEQUENTCHECKTARGETSTACK)
+gb_Module_STAGINGCHECKTARGETSTACK := $(call 
gb_Module_get_stagingcheck_target,$(1)) $(gb_Module_STAGINGCHECKTARGETSTACK)
 gb_Module_PERFCHECKTARGETSTACK := $(call gb_Module_get_perfcheck_target,$(1)) 
$(gb_Module_PERFCHECKTARGETSTACK)
 gb_Module_CLEANTARGETSTACK := $(call gb_Module_get_clean_target,$(1)) 
$(gb_Module_CLEANTARGETSTACK)
 gb_Module_CURRENTMODULE_DEBUG_ENABLED := $(call gb_Module__debug_enabled,$(1))
@@ -287,6 +301,17 @@ $(call gb_Module_get_clean_target,$(1)) : 
$$(gb_Module_CURRENTCLEANTARGET)
 
 endef
 
+define gb_Module_add_stagingcheck_target
+$(info adding stagingcheck $(1) $(2))
+$(call gb_Module__read_targetfile,$(1),$(2),stagingcheck target)
+
+$(call gb_Module_get_stagingcheck_target,$(1)) : $$(gb_Module_CURRENTTARGET)
+$$(gb_Module_CURRENTTARGET) :| \
+   $(call gb_Postprocess_get_target,AllModulesButInstsetNative)
+$(call gb_Module_get_clean_target,$(1)) : $$(gb_Module_CURRENTCLEANTARGET)
+
+endef
+
 define gb_Module_add_perfcheck_target
 $(call gb_Module__read_targetfile,$(1),$(2),perfcheck target)
 
@@ -302,6 +327,7 @@ $(call gb_Module_get_l10n_target,$(1)) : $$(firstword 
$$(gb_Module_L10NTARGETSTA
 $(call gb_Module_get_check_target,$(1)) : $$(firstword 
$$(gb_Module_CHECKTARGETSTACK))
 $(call gb_Module_get_slowcheck_target,$(1)) : $$(firstword 
$$(gb_Module_SLOWCHECKTARGETSTACK))
 $(call gb_Module_get_subsequentcheck_target,$(1)) : $$(firstword 
$$(gb_Module_SUBSEQUENTCHECKTARGETSTACK))
+$(call gb_Module_get_stagingcheck_target,$(1)) : $$(firstword 
$$(gb_Module_STAGINGCHECKTARGETSTACK))
 $(call gb_Module_get_perfcheck_target,$(1)) : $$(firstword 
$$(gb_Module_PERFCHECKTARGETSTACK))
 $(call gb_Module_get_clean_target,$(1)) : $$(firstword 
$$(gb_Module_CLEANTARGETSTACK))
 gb_Module_TARGETSTACK := $$(wordlist 2,$$(words 
$$(gb_Module_TARGETSTACK)),$$(gb_Module_TARGETSTACK))
@@ -309,6 +335,7 @@ gb_Module_L10NTARGETSTACK := $$(wordlist 2,$$(words 

[Libreoffice-bugs] [Bug 93356] [CRASH] SORTING columns in Calc causes crash

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

--- Comment #15 from Marco Alici  ---

Same problem occurs on Version: 5.0.1.2 (x64)Build ID:
81898c9f5c0d43f3473ba111d7b351050be20261

-- 
You are receiving this mail because:
You 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 92160] Calc crash : bad allocation on Find & Replace

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

Michael Stahl  changed:

   What|Removed |Added

 Attachment #118325|application/unknown |application/zip
  mime type||

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


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

2015-09-03 Thread Juergen Funk
 sw/source/uibase/dbui/dbmgr.cxx |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

New commits:
commit 88890c2a7522394f355a3f47a4dfb4608ac5a1cd
Author: Juergen Funk 
Date:   Thu Sep 3 15:18:58 2015 +0200

tdf#93246: pass on cancel state in mail merge dialog

The return result was not used for the CUPS case before, leading to
un-cancelled printing / document generation in the file->print
mail merge case.

Change-Id: I470293755c6696fca6d1b97fa1dac7854b4f7107
Reviewed-on: https://gerrit.libreoffice.org/18302
Reviewed-by: Thorsten Behrens 
Tested-by: Thorsten Behrens 

diff --git a/sw/source/uibase/dbui/dbmgr.cxx b/sw/source/uibase/dbui/dbmgr.cxx
index 8f021cd..b0a4ae2 100644
--- a/sw/source/uibase/dbui/dbmgr.cxx
+++ b/sw/source/uibase/dbui/dbmgr.cxx
@@ -1311,12 +1311,13 @@ bool SwDBManager::MergeMailFiles(SwWrtShell* 
pSourceShell,
 pWorkView->StartPrint( aOptions, 
IsMergeSilent(), rMergeDescriptor.bPrintAsync );
 SfxPrinter* pDocPrt = pWorkView->GetPrinter();
 JobSetup aJobSetup = pDocPrt ? 
pDocPrt->GetJobSetup() : SfxViewShell::GetJobSetup();
-Printer::PreparePrintJob( 
pWorkView->GetPrinterController(), aJobSetup );
+bCancel = !Printer::PreparePrintJob( 
pWorkView->GetPrinterController(), aJobSetup );
 #if ENABLE_CUPS && !defined(MACOSX)
-
psp::PrinterInfoManager::get().startBatchPrint();
+if( !bCancel )
+
psp::PrinterInfoManager::get().startBatchPrint();
 #endif
 }
-if( !Printer::ExecutePrintJob( 
pWorkView->GetPrinterController()))
+if( !bCancel && !Printer::ExecutePrintJob( 
pWorkView->GetPrinterController()))
 bCancel = true;
 }
 else
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 93890] New: FILEOPEN clean-up of bookmark-start and -end breaks references

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

Bug ID: 93890
   Summary: FILEOPEN clean-up of bookmark-start and -end breaks
references
   Product: LibreOffice
   Version: 4.4.2.2 release
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: lo...@enteig.net

Created attachment 118393
  --> https://bugs.documentfoundation.org/attachment.cgi?id=118393=edit
This python3 script reduces redundant bookmarks without forgetting the
references.

Hi,

this affects at least LibreOffice 4.4.2 and 5.0 on Kubuntu 15.04.

LibreOffice Writer 4.3 for reasons unknown to me wraps some elements in
multiple bookmarks and references them in a scheme unknown to me later in the
document.

Within 4.3 this is fine.


But as of 4.4 Writer cleans up redundant bookmarks without fixing the
references which results in "Error: reference source not found" throughout the
document.


The proper procedure should be to acknowledge the different bookmarks and amend
the references after reducing the bookmarks to one.


I attached a Python script that does that for .fodt (Flat XML ODT) files. It's
not pretty and I welcome suggestions for improvement or fixing the issue in 4.4
and 5.0 versions of LibreOffice. I'm pretty sure there are many users of Ubuntu
LTS who we spare a headache or two if we fix this before 16.04 (for that it
would be good to have the fixed version in Debian until December this year).


Sincerely,

Malte

-- 
You are receiving this mail because:
You 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 93676] docx: Graph export Offset and mislabelled

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

--- Comment #3 from Commit Notification 
 ---
Caolán McNamara committed a patch related to this issue.
It has been pushed to "libreoffice-4-4":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=327fb3ec1df35f2e92e3e18083f746a18201ec71=libreoffice-4-4

Related: tdf#93676 special 255 Percent Flag should not be exported to docx

It will be available in 4.4.6.

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' - sw/qa sw/source

2015-09-03 Thread Caolán McNamara
 sw/qa/extras/ooxmlexport/data/tdf93676-1.odt |binary
 sw/source/filter/ww8/docxsdrexport.cxx   |   10 ++
 sw/source/filter/ww8/rtfattributeoutput.cxx  |   10 ++
 3 files changed, 12 insertions(+), 8 deletions(-)

New commits:
commit 327fb3ec1df35f2e92e3e18083f746a18201ec71
Author: Caolán McNamara 
Date:   Thu Sep 3 11:33:36 2015 +0100

Related: tdf#93676 special 255 Percent Flag should not be exported to docx

as a true percentage value. 255 is a special flag that the value is synced 
to
the other dimension. Without this word gives the frame in the attached 
example
a huge height.

(cherry picked from commit b2ad33fd5a1ee0cd9a1e657725aedc90da659f24)

Change-Id: Ida0c15779d4583ca075428d77b8dc03c32f22edb
Reviewed-on: https://gerrit.libreoffice.org/18303
Reviewed-by: Miklos Vajna 
Tested-by: Miklos Vajna 

diff --git a/sw/qa/extras/ooxmlexport/data/tdf93676-1.odt 
b/sw/qa/extras/ooxmlexport/data/tdf93676-1.odt
new file mode 100644
index 000..37d621b
Binary files /dev/null and b/sw/qa/extras/ooxmlexport/data/tdf93676-1.odt differ
diff --git a/sw/source/filter/ww8/docxsdrexport.cxx 
b/sw/source/filter/ww8/docxsdrexport.cxx
index a7dc475..7c21a11 100644
--- a/sw/source/filter/ww8/docxsdrexport.cxx
+++ b/sw/source/filter/ww8/docxsdrexport.cxx
@@ -1525,23 +1525,25 @@ void DocxSdrExport::writeDMLTextFrame(sw::Frame* 
pParentFrame, int nAnchorId, bo
 pFS->endElementNS(XML_a, XML_graphic);
 
 // Relative size of the Text Frame.
-if (rSize.GetWidthPercent())
+const sal_uInt8 nWidthPercent = rSize.GetWidthPercent();
+if (nWidthPercent && nWidthPercent != 0xff)
 {
 pFS->startElementNS(XML_wp14, XML_sizeRelH,
 XML_relativeFrom, 
(rSize.GetWidthPercentRelation() == text::RelOrientation::PAGE_FRAME ? "page" : 
"margin"),
 FSEND);
 pFS->startElementNS(XML_wp14, XML_pctWidth, FSEND);
-pFS->writeEscaped(OUString::number(rSize.GetWidthPercent() * 
oox::drawingml::PER_PERCENT));
+pFS->writeEscaped(OUString::number(nWidthPercent * 
oox::drawingml::PER_PERCENT));
 pFS->endElementNS(XML_wp14, XML_pctWidth);
 pFS->endElementNS(XML_wp14, XML_sizeRelH);
 }
-if (rSize.GetHeightPercent())
+const sal_uInt8 nHeightPercent = rSize.GetHeightPercent();
+if (nHeightPercent && nHeightPercent != 0xff)
 {
 pFS->startElementNS(XML_wp14, XML_sizeRelV,
 XML_relativeFrom, 
(rSize.GetHeightPercentRelation() == text::RelOrientation::PAGE_FRAME ? "page" 
: "margin"),
 FSEND);
 pFS->startElementNS(XML_wp14, XML_pctHeight, FSEND);
-pFS->writeEscaped(OUString::number(rSize.GetHeightPercent() * 
oox::drawingml::PER_PERCENT));
+pFS->writeEscaped(OUString::number(nHeightPercent * 
oox::drawingml::PER_PERCENT));
 pFS->endElementNS(XML_wp14, XML_pctHeight);
 pFS->endElementNS(XML_wp14, XML_sizeRelV);
 }
diff --git a/sw/source/filter/ww8/rtfattributeoutput.cxx 
b/sw/source/filter/ww8/rtfattributeoutput.cxx
index da8f01f..d9550c0 100644
--- a/sw/source/filter/ww8/rtfattributeoutput.cxx
+++ b/sw/source/filter/ww8/rtfattributeoutput.cxx
@@ -1610,9 +1610,10 @@ void lcl_TextFrameRelativeSize(std::vector< 
std::pair >& rFlyP
 const SwFmtFrmSize& rSize = rFrmFmt.GetFrmSize();
 
 // Relative size of the Text Frame.
-if (rSize.GetWidthPercent())
+const sal_uInt8 nWidthPercent = rSize.GetWidthPercent();
+if (nWidthPercent && nWidthPercent != 0xff)
 {
-rFlyProperties.push_back(std::make_pair("pctHoriz", 
OString::number(rSize.GetWidthPercent() * 10)));
+rFlyProperties.push_back(std::make_pair("pctHoriz", 
OString::number(nWidthPercent * 10)));
 
 OString aRelation;
 switch (rSize.GetWidthPercentRelation())
@@ -1626,9 +1627,10 @@ void lcl_TextFrameRelativeSize(std::vector< 
std::pair >& rFlyP
 }
 rFlyProperties.push_back(std::make_pair("sizerelh", aRelation));
 }
-if (rSize.GetHeightPercent())
+const sal_uInt8 nHeightPercent = rSize.GetHeightPercent();
+if (nHeightPercent && nHeightPercent != 0xff)
 {
-rFlyProperties.push_back(std::make_pair("pctVert", 
OString::number(rSize.GetHeightPercent() * 10)));
+rFlyProperties.push_back(std::make_pair("pctVert", 
OString::number(nHeightPercent * 10)));
 
 OString aRelation;
 switch (rSize.GetHeightPercentRelation())
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org

[Libreoffice-bugs] [Bug 93878] save formulas in xls

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

raal  changed:

   What|Removed |Added

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

--- Comment #3 from raal  ---
reproducible with Version: 5.1.0.0.alpha1+
Build ID: b2363e98af7b0281279617e43b8fec5b898b9120
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2015-08-26_00:57:35

-- 
You are receiving this mail because:
You 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 92732] Writer crash after editing with index entry dialog

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

Oliver Specht  changed:

   What|Removed |Added

 Whiteboard||bibisectRequest

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


[Libreoffice-bugs] [Bug 91208] FILEOPEN Arial (Body) in pptx import causes text to wrap

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

Michael Stahl  changed:

   What|Removed |Added

 Attachment #115484|application/zip |application/vnd.openxmlform
  mime type||ats-officedocument.presenta
   ||tionml.presentation

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


[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - officecfg/registry

2015-09-03 Thread Miklos Vajna
 officecfg/registry/schema/org/openoffice/Office/Common.xcs |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8275af08ae00f3ff2da3e18bfe84de64fd887df1
Author: Miklos Vajna 
Date:   Wed Sep 2 09:17:58 2015 +0200

officecfg: blacklist one more intel opencl driver version

My machine has both an intel and an nvidia vga card, and both support
opencl. When the intel one is not blacklisted, then
CppunitTest_sc_opencl_test's testFinancialXirrFormula() fails all the
time. With the blacklist the nvidia one is used during the tests and
the test passes just fine.

Change-Id: Ib539faebcaf51867bdc1923f896219afcf92b5ef
(cherry picked from commit 452b1872af72d7fb31101aa2fa35aeaf18e41a10)
Reviewed-on: https://gerrit.libreoffice.org/18307
Reviewed-by: Jan Holesovsky 
Tested-by: Jan Holesovsky 

diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs 
b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
index 730c712..3c1f592 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
@@ -5632,7 +5632,7 @@
 
   Combinations of (OS, OS version, OpenCL platform vendor, 
OpenCL device name, OpenCL driver version) that are known to be bad. Each entry 
is a string consisting of five parts separated by slashes. An empty part 
matches anything. In case a slash, percent or semicolon occurs inside a part, 
it is replaced by a percent followed by the corresponding number as two hex 
digits. The parts except OS can contain regular expressions. Inside these 
regular expressions the usual characters .*()[]\ are special and should be 
quoted with a backslash to be interpreted literally. OS should be just one of 
"Linux", "OS X" (including the space) or "Windows" (without quotes). Has higher 
priority than OpenCLWhiteList.
 
-Windows//Intel\(R\) 
Corporation//9\.17\.10\.2884
+   Windows//Intel\(R\) 
Corporation//9\.17\.10\.2884;Windows//Intel\(R\) 
Corporation//4\.2\.0\.99
   
   
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 93837] Allow customization of the Context Menus

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

V Stuart Foote  changed:

   What|Removed |Added

 Whiteboard||needsDevEval topicUI

--- Comment #10 from V Stuart Foote  ---
@Heiko, Cor, *

I've set the "needsDevEval topicUI" because we do need to have some idea of
what will be feasible to implement.

Complexity of refactoring the underlying code aside, Design/UX-advise should
address a GUI mechanism for managing the context menus.

We'll need to compose a near term design--for handling existing context menus
if they can be simply refactored and configured to use .UI and XML. But also a
longer range GUI/UX assesment of how would/should context menus be manipulated
in relationship to customizing Toolbars, Menus, and Sidebar context panels.

-- 
You are receiving this mail because:
You 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 93837] Allow customization of the Context Menus

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

V Stuart Foote  changed:

   What|Removed |Added

 Whiteboard||needsDevEval topicUI

--- Comment #10 from V Stuart Foote  ---
@Heiko, Cor, *

I've set the "needsDevEval topicUI" because we do need to have some idea of
what will be feasible to implement.

Complexity of refactoring the underlying code aside, Design/UX-advise should
address a GUI mechanism for managing the context menus.

We'll need to compose a near term design--for handling existing context menus
if they can be simply refactored and configured to use .UI and XML. But also a
longer range GUI/UX assesment of how would/should context menus be manipulated
in relationship to customizing Toolbars, Menus, and Sidebar context panels.

-- 
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 70663] FORMATTING: Hyphenation in Finnish should inform about missing Voikko extension

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

Simo Kaupinmäki  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
   Hardware|Other   |All
 Resolution|--- |WORKSFORME
 OS|Linux (All) |All

--- Comment #5 from Simo Kaupinmäki  ---
This issue seems fixed in LibO 5.0.0.5 (on both Linux and Windows). The process
still ends with "Hyphenation completed" message, but when initiated for the
first time, it now warns the user of missing hyphenation support for Finnish. I
think this should be sufficient.

-- 
You are receiving this mail because:
You 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 93676] docx: Graph export Offset and mislabelled

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

Commit Notification  changed:

   What|Removed |Added

 Whiteboard| target:5.1.0   | target:5.1.0 target:4.4.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-commits] core.git: Branch 'libreoffice-4-4' - sw/qa sw/source

2015-09-03 Thread Caolán McNamara
 sw/qa/core/data/ww8/pass/hang-8.doc |binary
 sw/source/filter/ww8/ww8scan.cxx|   13 +
 2 files changed, 13 insertions(+)

New commits:
commit 648cae8562179d66b3075a43d4b29a76018a28a0
Author: Caolán McNamara 
Date:   Wed Sep 2 20:44:06 2015 +0100

doc para property ranges cannot be 0 length

Change-Id: If946204873343d8bbc0c1d391ca2c65d8b2f8561
(cherry picked from commit ed7d22049596ac91ad75bfad1a5675c13714e203)
Reviewed-on: https://gerrit.libreoffice.org/18300
Reviewed-by: Miklos Vajna 
Tested-by: Miklos Vajna 

diff --git a/sw/qa/core/data/ww8/pass/hang-8.doc 
b/sw/qa/core/data/ww8/pass/hang-8.doc
new file mode 100644
index 000..4f0e30e
Binary files /dev/null and b/sw/qa/core/data/ww8/pass/hang-8.doc differ
diff --git a/sw/source/filter/ww8/ww8scan.cxx b/sw/source/filter/ww8/ww8scan.cxx
index 0cd7b68..c8afe52 100644
--- a/sw/source/filter/ww8/ww8scan.cxx
+++ b/sw/source/filter/ww8/ww8scan.cxx
@@ -4364,6 +4364,19 @@ bool WW8PLCFx_AtnBook::getIsEnd() const
 // dadurch kein AErger zu erwarten ist.
 void WW8PLCFMan::AdjustEnds( WW8PLCFxDesc& rDesc )
 {
+// might be necessary to do this for pChp and/or pSep as well,
+// but its definitely the case for paragraphs that EndPos > StartPos
+// for a well formed paragraph as those always have a paragraph
+//  in them
+if ( == pPap && rDesc.bRealLineEnd)
+{
+if (rDesc.nStartPos == rDesc.nEndPos && rDesc.nEndPos != WW8_CP_MAX)
+{
+SAL_WARN("sw.ww8", "WW8PLCFxDesc End same as Start, abandoning to 
avoid looping");
+rDesc.nEndPos = WW8_CP_MAX;
+}
+}
+
 //Store old end position for supercool new property finder that uses
 //cp instead of fc's as nature intended
 rDesc.nOrigEndPos = rDesc.nEndPos;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 91515] Inserting comments the text background will be white regardless of comment box background (black background after copy)

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

OfficeUser  changed:

   What|Removed |Added

Summary|Inserting comments the text |Inserting comments the text
   |background will be white|background will be white
   |regardless of comment box   |regardless of comment box
   |background  |background (black
   ||background after
   ||copy)

-- 
You are receiving this mail because:
You 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 91515] Inserting comments the text background will be white regardless of comment box background

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

OfficeUser  changed:

   What|Removed |Added

   Keywords||regression
   Priority|medium  |high
   Severity|normal  |major

--- Comment #12 from OfficeUser  ---
Still present in version 5.0.1.2.

One more bug that is possibly related:

When copy such text with white background from one comment into another
comment, the result is black text with black background appearing as an
unreadable black bar!

==> Increased Importance, added keyword "regression"

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


[Libreoffice-bugs] [Bug 92473] Export to docx: shape Bounding box not correct

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

Michael Stahl  changed:

   What|Removed |Added

 Attachment #116968|application/octet-stream|application/vnd.openxmlform
  mime type||ats-officedocument.wordproc
   ||essingml.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 93356] [CRASH] SORTING columns in Calc causes crash

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

Robinson Tryon (qubit)  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WORKSFORME
 Whiteboard||backportRequest:5.0
   ||backportRequest:4.4

--- Comment #14 from Robinson Tryon (qubit)  ---
TESTING on Ubuntu 14.04 + LO Version: 5.1.0.0.alpha1+
Build ID: 452b1872af72d7fb31101aa2fa35aeaf18e41a10
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2015-09-02_08:11:07

(In reply to Robinson Tryon (qubit) from comment #12)
> > Steps to reproduce
> > 1. In LO Calc, opened the "example sort file" (2015-08-11 13:44 UTC)
> >(Answered "No" to dialog about updating links.)
> > 2. Selected data rows 5 through 77 
> >(clicked 5 in left margin, scrolled down, shift-clicked 77 in left
> > margin.)
> > 3. Menu Data / Sort ...
> > 
> > 4. Alternative A: sort descending by date
> > 
> >  Sort Key 1:  selected Column E (the date column), 
> >  and selected (*) Descending 
> >  (descending is important, because it is already sorted in ascending
> > order,
> >   and didn't crash if it was left Ascending.)
> 
> Chose this one

Yep

> > 5. Clicked OK.
> > 
> > CRASHED (Sort dialog and Calc spreadsheet window both disappear.)

NO REPRO 

Seems to be fixed with 5.1, so
Status -> RESOLVED WORKSFORME

I'll leave Priority as highest, and add to Whiteboard: backportRequest:5.0
backportRequest:4.4

Elmar: My guess is this is a regression, so if the file sorting does not crash
in 4.3, 4.2, or something older, we can mark it as such and then try to track
down what commit introduced the problem.

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


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

2015-09-03 Thread Michael Stahl
 basic/source/basmgr/vbahelper.cxx|   55 ++-
 include/basic/vbahelper.hxx  |1 
 sfx2/source/notify/globalevents.cxx  |   83 +++
 sw/source/core/inc/noteurl.hxx   |9 ++-
 sw/source/core/text/noteurl.cxx  |   15 ++
 sw/source/filter/basflt/fltshell.cxx |   52 ++---
 sw/source/filter/inc/fltshell.hxx|   14 +++--
 7 files changed, 71 insertions(+), 158 deletions(-)

New commits:
commit 5ab60e85b1319e8bf0c698bc804bd78f3eb7a8ca
Author: Michael Stahl 
Date:   Thu Sep 3 15:16:59 2015 +0200

sw: replace boost::ptr_vector with std::vector

Change-Id: I477e7a809b572fd62b276afd44c8b140efb9d653

diff --git a/sw/source/core/inc/noteurl.hxx b/sw/source/core/inc/noteurl.hxx
index e6e3492..427802c 100644
--- a/sw/source/core/inc/noteurl.hxx
+++ b/sw/source/core/inc/noteurl.hxx
@@ -21,7 +21,10 @@
 #define INCLUDED_SW_SOURCE_CORE_INC_NOTEURL_HXX
 
 #include "swrect.hxx"
-#include 
+
+#include 
+
+#include 
 
 class ImageMap;
 class MapMode;
@@ -44,7 +47,9 @@ public:
 
 class SwNoteURL
 {
-boost::ptr_vector  aList;
+private:
+std::vector m_List;
+
 public:
 SwNoteURL() {}
 void InsertURLNote( const OUString& rURL, const OUString& rTarget,
diff --git a/sw/source/core/text/noteurl.cxx b/sw/source/core/text/noteurl.cxx
index 8057e1d..981a756 100644
--- a/sw/source/core/text/noteurl.cxx
+++ b/sw/source/core/text/noteurl.cxx
@@ -17,39 +17,38 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
+#include "noteurl.hxx"
+
 #include "swtypes.hxx"
 #include 
 #include 
 #include 
 
-#include "noteurl.hxx"
-
 // Global variable
 SwNoteURL *pNoteURL = NULL;
 
 void SwNoteURL::InsertURLNote( const OUString& rURL, const OUString& rTarget,
 const SwRect& rRect )
 {
-const size_t nCount = aList.size();
+const size_t nCount = m_List.size();
 for( size_t i = 0; i < nCount; ++i )
-if( rRect == aList[i].GetRect() )
+if (rRect == m_List[i].GetRect())
 return;
 
-SwURLNote *pNew = new SwURLNote( rURL, rTarget, rRect );
-aList.push_back( pNew );
+m_List.push_back(SwURLNote(rURL, rTarget, rRect));
 }
 
 void SwNoteURL::FillImageMap( ImageMap *pMap, const Point ,
 const MapMode& rMap )
 {
 OSL_ENSURE( pMap, "FillImageMap: No ImageMap, no cookies!" );
-const size_t nCount = aList.size();
+const size_t nCount = m_List.size();
 if( nCount )
 {
 MapMode aMap( MAP_100TH_MM );
 for( size_t i = 0; i < nCount; ++i )
 {
-const SwURLNote  = aList[i];
+const SwURLNote  = m_List[i];
 SwRect aSwRect( rNote.GetRect() );
 aSwRect -= rPos;
 Rectangle aRect( OutputDevice::LogicToLogic( aSwRect.SVRect(),
commit fdc839390338f2882c1116362c39e197ce27b394
Author: Michael Stahl 
Date:   Thu Sep 3 15:08:35 2015 +0200

sw: replace boost::ptr_deque with std::deque

Change-Id: Ibb51b67d4d9568577b73a43411322fb5d09bb399

diff --git a/sw/source/filter/basflt/fltshell.cxx 
b/sw/source/filter/basflt/fltshell.cxx
index 6ef14e5..9c56334 100644
--- a/sw/source/filter/basflt/fltshell.cxx
+++ b/sw/source/filter/basflt/fltshell.cxx
@@ -172,7 +172,7 @@ SwFltControlStack::SwFltControlStack(SwDoc* pDo, sal_uLong 
nFieldFl)
 
 SwFltControlStack::~SwFltControlStack()
 {
-OSL_ENSURE(maEntries.empty(), "There are still Attributes on the stack");
+OSL_ENSURE(m_Entries.empty(), "There are still Attributes on the stack");
 }
 
 // MoveAttrs() is meant to address the following problem:
@@ -184,13 +184,13 @@ SwFltControlStack::~SwFltControlStack()
 // same paragraph further out by one character.
 void SwFltControlStack::MoveAttrs( const SwPosition& rPos )
 {
-size_t nCnt = maEntries.size();
+size_t nCnt = m_Entries.size();
 sal_uLong nPosNd = rPos.nNode.GetIndex();
 sal_uInt16 nPosCt = rPos.nContent.GetIndex() - 1;
 
 for (size_t i=0; i < nCnt; ++i)
 {
-SwFltStackEntry& rEntry = maEntries[i];
+SwFltStackEntry& rEntry = *m_Entries[i];
 if (
 (rEntry.m_aMkPos.m_nNode.GetIndex()+1 == nPosNd) &&
 (rEntry.m_aMkPos.m_nContent >= nPosCt)
@@ -216,9 +216,9 @@ void SwFltControlStack::MoveAttrs( const SwPosition& rPos )
 
 void SwFltControlStack::MarkAllAttrsOld()
 {
-size_t nCnt = maEntries.size();
+size_t nCnt = m_Entries.size();
 for (size_t i=0; i < nCnt; ++i)
-maEntries[i].bOld = true;
+m_Entries[i]->bOld = true;
 }
 
 namespace
@@ -256,17 +256,17 @@ void SwFltControlStack::NewAttr(const SwPosition& rPos, 
const SfxPoolItem& rAttr
 {
 SwFltStackEntry *pTmp = new SwFltStackEntry(rPos, rAttr.Clone() );
 pTmp->SetStartCP(GetCurrAttrCP());
-maEntries.push_back(pTmp);
+m_Entries.push_back(std::unique_ptr(pTmp));
 }
 }
 
 void SwFltControlStack::DeleteAndDestroy(Entries::size_type nCnt)
 {
-

[Libreoffice-bugs] [Bug 93894] New: calc doesn't handle well the column labels in a table with more than one line of data.

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

Bug ID: 93894
   Summary: calc doesn't handle well the column labels in a table
with more than one line of data.
   Product: LibreOffice
   Version: 4.4.5.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: major
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: guic...@hotmail.com

Created attachment 118395
  --> https://bugs.documentfoundation.org/attachment.cgi?id=118395=edit
Little table showing clearly the bug

using column labels in a formula used to make the same calculation on several
lines, the results on all the lines are the same as the first line.
Re-editing the formula on each line solve the problem... until the file is
re-loaded.

(I'm not sure of the first release affected, it was before 4.4.5.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: Branch 'libreoffice-5-0' - drawinglayer/source

2015-09-03 Thread Tomaž Vajngerl
 drawinglayer/source/processor2d/vclhelperbufferdevice.cxx |8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

New commits:
commit 812e85a12c7e2c046113a72da9437982926bfb37
Author: Tomaž Vajngerl 
Date:   Thu Sep 3 23:17:24 2015 +0900

disable caching of virtual devices when OpenGL is enabled

Change-Id: I15c5cca8c31d81026111a3fa3f050f53057d76b7
(cherry picked from commit 6eff03b7d8b77b797f57f2344163ff67a99631f9)
Reviewed-on: https://gerrit.libreoffice.org/18308
Reviewed-by: Jan Holesovsky 
Tested-by: Jan Holesovsky 

diff --git a/drawinglayer/source/processor2d/vclhelperbufferdevice.cxx 
b/drawinglayer/source/processor2d/vclhelperbufferdevice.cxx
index 93919c0..0994646 100644
--- a/drawinglayer/source/processor2d/vclhelperbufferdevice.cxx
+++ b/drawinglayer/source/processor2d/vclhelperbufferdevice.cxx
@@ -27,6 +27,7 @@
 #include 
 #include 
 
+#include 
 
 // buffered VDev usage
 
@@ -188,7 +189,12 @@ namespace
 maFreeBuffers.push_back();
 SAL_WARN_IF(maFreeBuffers.size() > 1000, "drawinglayer", "excessive 
cached buffers, "
 << maFreeBuffers.size() << " entries!");
-Start();
+
+if (OpenGLWrapper::isVCLOpenGLEnabled())
+Invoke();
+else
+Start();
+
 }
 
 void VDevBuffer::Invoke()
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 93837] Allow customization of the Context Menus

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

--- Comment #9 from Charles  ---
(In reply to V Stuart Foote from comment #8)
> Due to that complexity, IMHO not sure refactoring of context menu framework
> can be top driven from UI Design perspective of seeking a common
> customization core. And we may have to take it as is.

For now at least, but doesn't mean we can't keep this bug alive, and hope
someone steps up to take it on... ;)

-- 
You are receiving this mail because:
You 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 93224] The left page header and footer is not displayed for a file created using Word 2007

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

Beluga  changed:

   What|Removed |Added

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

--- Comment #2 from Beluga  ---
Confirmed, but do you think this problem is already reported as bug 38639?
If you find it is true, you can close this as RESOLVED DUPLICATE of 38639.

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


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

2015-09-03 Thread Eike Rathke
 sc/inc/dbdata.hxx|2 --
 sc/inc/document.hxx  |1 -
 sc/source/core/data/documen3.cxx |6 --
 sc/source/core/tool/dbdata.cxx   |6 --
 4 files changed, 15 deletions(-)

New commits:
commit a41d43fdc5a4942303b0b14e259d97c5edc7ded2
Author: Eike Rathke 
Date:   Thu Sep 3 18:53:36 2015 +0200

remove unused ScDBCollection::RefreshTableColumnNames(const ScRange&)

Change-Id: Ia97d6913351a012d62f9d991dd42c54d8247a824

diff --git a/sc/inc/dbdata.hxx b/sc/inc/dbdata.hxx
index 22ccc329..bf1ac4c 100644
--- a/sc/inc/dbdata.hxx
+++ b/sc/inc/dbdata.hxx
@@ -287,8 +287,6 @@ public:
 ScDBData* GetDBAtArea(SCTAB nTab, SCCOL nCol1, SCROW nRow1, SCCOL nCol2, 
SCROW nRow2);
 ScDBData* GetDBNearCursor(SCCOL nCol, SCROW nRow, SCTAB nTab );
 
-void RefreshTableColumnNames( const ScRange& rRange );
-
 voidDeleteOnTab( SCTAB nTab );
 voidUpdateReference(UpdateRefMode eUpdateRefMode,
 SCCOL nCol1, SCROW nRow1, SCTAB nTab1,
diff --git a/sc/source/core/tool/dbdata.cxx b/sc/source/core/tool/dbdata.cxx
index d6e2a52..8375f55 100644
--- a/sc/source/core/tool/dbdata.cxx
+++ b/sc/source/core/tool/dbdata.cxx
@@ -1221,12 +1221,6 @@ ScDBData* ScDBCollection::GetDBAtArea(SCTAB nTab, SCCOL 
nCol1, SCROW nRow1, SCCO
 return NULL;
 }
 
-void ScDBCollection::RefreshTableColumnNames( const ScRange& rRange )
-{
-for (auto const& it : maNamedDBs)
-it->RefreshTableColumnNames( pDoc, rRange);
-}
-
 void ScDBCollection::DeleteOnTab( SCTAB nTab )
 {
 FindByTable func(nTab);
commit 884d53813a4c7b9414a135cfaae6119d78768f38
Author: Eike Rathke 
Date:   Thu Sep 3 18:47:30 2015 +0200

remove unused ScDocument::RefreshTableColumnNames(const ScRange&)

Change-Id: Ia3d09478b31503eb6ab9e352b2925bc1b496a8e3

diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx
index c19bc6f..9ea6729 100644
--- a/sc/inc/document.hxx
+++ b/sc/inc/document.hxx
@@ -570,7 +570,6 @@ public:
 ScDBData* GetDBAtCursor(SCCOL nCol, SCROW nRow, SCTAB nTab, 
ScDBDataPortion ePortion);
 const ScDBData* GetDBAtArea(SCTAB nTab, SCCOL nCol1, SCROW nRow1, SCCOL 
nCol2, SCROW nRow2) const;
 ScDBData* GetDBAtArea(SCTAB nTab, SCCOL nCol1, SCROW nRow1, SCCOL nCol2, 
SCROW nRow2);
-void RefreshTableColumnNames( const ScRange& rRange );
 
 SC_DLLPUBLIC const ScRangeData* GetRangeAtBlock( const ScRange& rBlock, 
OUString* pName=NULL ) const;
 
diff --git a/sc/source/core/data/documen3.cxx b/sc/source/core/data/documen3.cxx
index 53dff92..32791da 100644
--- a/sc/source/core/data/documen3.cxx
+++ b/sc/source/core/data/documen3.cxx
@@ -313,12 +313,6 @@ ScDBData* ScDocument::GetDBAtArea(SCTAB nTab, SCCOL nCol1, 
SCROW nRow1, SCCOL nC
 return NULL;
 }
 
-void ScDocument::RefreshTableColumnNames( const ScRange& rRange )
-{
-if (pDBCollection)
-pDBCollection->RefreshTableColumnNames( rRange);
-}
-
 bool ScDocument::HasPivotTable() const
 {
 return pDPCollection && pDPCollection->GetCount();
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: translations

2015-09-03 Thread Christian Lohmaier
 translations |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit edf0d0985b1fca299d10192b04fb8cd53b53e4ce
Author: Christian Lohmaier 
Date:   Thu Sep 3 18:05:40 2015 +0200

Updated core
Project: translations  6544a35097d1f6de1b2cd22157db33459c4736fb

update translations for master

and force-fix errors using pocheck

Change-Id: I5e201f8d1c7746b1612ff10f592d611f402dc72c

diff --git a/translations b/translations
index 060c2dd..6544a35 16
--- a/translations
+++ b/translations
@@ -1 +1 @@
-Subproject commit 060c2dd2f850e919e2f0087e49a25a28bb4cf6f9
+Subproject commit 6544a35097d1f6de1b2cd22157db33459c4736fb
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2015-09-03 Thread Christian Lohmaier
 extras/source/autocorr/lang/bg/DocumentList.xml|   28 
 extras/source/autocorr/lang/ca/DocumentList.xml|   49 -
 extras/source/autocorr/lang/cs/DocumentList.xml|   24 
 extras/source/autocorr/lang/da/DocumentList.xml|   84 ++
 extras/source/autocorr/lang/de/DocumentList.xml|   24 
 extras/source/autocorr/lang/en-AU/DocumentList.xml |   24 
 extras/source/autocorr/lang/en-US/DocumentList.xml |   24 
 extras/source/autocorr/lang/es/DocumentList.xml|   33 
 extras/source/autocorr/lang/hr/DocumentList.xml|   78 ++
 extras/source/autocorr/lang/is/DocumentList.xml|   22 
 extras/source/autocorr/lang/it/DocumentList.xml|   24 
 extras/source/autocorr/lang/nl/DocumentList.xml|3 
 extras/source/autocorr/lang/pl/DocumentList.xml|  565 
 extras/source/autocorr/lang/pt-BR/DocumentList.xml |   38 -
 extras/source/autocorr/lang/pt/DocumentList.xml|   35 -
 extras/source/autocorr/lang/sk/DocumentList.xml|  732 -
 extras/source/autocorr/lang/zh-CN/DocumentList.xml |   29 
 17 files changed, 1562 insertions(+), 254 deletions(-)

New commits:
commit 6e88d63829ad46c1cbb5c0c5b40c578430713817
Author: Christian Lohmaier 
Date:   Thu Sep 3 19:39:48 2015 +0200

update emoji autocorrect entries from po-files

Change-Id: I92b5d2f0c66541735a1c186d3c35c9a8390c91ca

diff --git a/extras/source/autocorr/lang/bg/DocumentList.xml 
b/extras/source/autocorr/lang/bg/DocumentList.xml
index 07c02e6..4f23539 100644
--- a/extras/source/autocorr/lang/bg/DocumentList.xml
+++ b/extras/source/autocorr/lang/bg/DocumentList.xml
@@ -16,60 +16,59 @@
   
   
   
-  
   
   
   
-  
+  
   
-  
+  
   
-  
+  
   
   
-  
+  
   
   
   
   
   
   
-  
+  
   
   
   
   
   
   
-  
+  
   
   
   
   
   
-  
+  
   
   
   
-  
+  
   
   
   
   
-  
+  
   
   
   
-  
+  
   
   
   
   
-  
+  
   
   
   
-  
+  
   
   
   
@@ -1114,8 +1113,9 @@
   
   
   
-  
+  
   
+  
   
   
   
diff --git a/extras/source/autocorr/lang/ca/DocumentList.xml 
b/extras/source/autocorr/lang/ca/DocumentList.xml
index a1be79e..cba1a8e 100644
--- a/extras/source/autocorr/lang/ca/DocumentList.xml
+++ b/extras/source/autocorr/lang/ca/DocumentList.xml
@@ -353,58 +353,63 @@
   
   
   
+  
+  
+  
+  
+  
   
   
-  
+  
   
-  
+  
   
-  
+  
   
   
-  
+  
   
   
   
   
   
   
-  
+  
   
   
   
   
   
   
-  
+  
   
   
   
   
   
-  
+  
   
   
   
-  
+  
   
   
   
   
-  
+  
   
   
   
-  
+  
   
   
   
   
-  
+  
   
   
   
-  
+  
   
   
   
@@ -464,7 +469,7 @@
   
   
   
-  
+  
   
   
   
@@ -514,11 +519,12 @@
   
   
   
-  
+  
   
   
   
   
+  
   
   
   
@@ -591,7 +597,7 @@
   
   
   
-  
+  
   
   
   
@@ -624,6 +630,7 @@
   
   
   
+  
   
   
   
@@ -742,6 +749,7 @@
   
   
   
+  
   
   
   
@@ -766,6 +774,7 @@
   
   
   
+  
   
   
   
@@ -824,6 +833,8 @@
   
   
   
+  
+  
   
   
   
@@ -835,7 +846,7 @@
   
   
   
-  
+  
   
   
   
@@ -847,6 +858,7 @@
   
   
   
+  
   
   
   
@@ -864,7 +876,7 @@
   
   
   
-  
+  
   
   
   
@@ -957,6 +969,7 @@
   
   
   
+  
   
   
   
@@ -970,6 +983,7 @@
   
   
   
+  
   
   
   
@@ -1218,6 +1232,7 @@
   
   
   
+  
   
   
   
diff --git a/extras/source/autocorr/lang/cs/DocumentList.xml 
b/extras/source/autocorr/lang/cs/DocumentList.xml
index 9253aca..f7b217e 100644
--- a/extras/source/autocorr/lang/cs/DocumentList.xml
+++ b/extras/source/autocorr/lang/cs/DocumentList.xml
@@ -572,56 +572,56 @@
   
   
   
-  
+  
   
-  
+  
   
-  
+  
   
   
-  
+  
   
   
   
   
   
   
-  
+  
   
   
   
   
   
   
-  
+  
   
   
   
   
   
-  
+  
   
   
   
-  
+  
   
   
   
   
-  
+  
   
   
   
-  
+  
   
   
   
   
-  
+  
   
   
   
-  
+  
   
   
   
diff --git a/extras/source/autocorr/lang/da/DocumentList.xml 
b/extras/source/autocorr/lang/da/DocumentList.xml
index 266b526..00c1eea 100644
--- a/extras/source/autocorr/lang/da/DocumentList.xml
+++ b/extras/source/autocorr/lang/da/DocumentList.xml
@@ -621,7 +621,6 @@
   
   
   
-  
   
   
   
@@ -683,6 +682,8 @@
   
   
   
+  
+  
   
   
   
@@ -694,7 +695,6 @@
   
   
   
-  
   
   
   
@@ -703,6 +703,7 @@
   
   
   
+  
   
   
   
@@ -732,11 +733,15 @@
   
   
   
+  
   
   
   
   
   
+  
+  
+  
   
   
   
@@ -816,13 +821,16 @@
   
   
   
+  
   
   
   
+  
+  
   
   
   
-  
+  
   
   
   
@@ -843,6 +851,7 @@
   
   
   
+  
   
   
   
@@ -871,7 +880,10 @@
   
   
   
+  
+  
   
+  
   
   
   
@@ -881,6 +893,7 @@
   
   
   
+  
   
   
   
@@ -911,6 +924,7 @@
   
   
   
+  
   
   
   
@@ -933,7 +947,6 @@
   
   
   
-  
   
   
   
@@ -946,11 +959,15 @@
   
   
   
+  
+  
   
   
   
   
   
+  
+  
   
   
   
@@ -960,7 +977,6 @@
   
   
   
-  
   
   
   
@@ -982,6 +998,7 @@
   
   
   
+  
   
   
   
@@ -999,6 +1016,9 @@
   
   
   
+  
+  
+  
   
   
   
@@ -1046,6 +1066,9 @@
   
   
   
+  
+  
+  
   
   
   
@@ -1069,11 +1092,15 @@
   

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

2015-09-03 Thread David Ostrovsky
 external/liblangtag/UnpackedTarball_langtag.mk |7 ++--
 external/liblangtag/liblangtag-msvc.patch  |   36 +
 2 files changed, 39 insertions(+), 4 deletions(-)

New commits:
commit 8a4848b373afee618769051d6c70fb4c9efdaeed
Author: David Ostrovsky 
Date:   Sun Jul 5 10:58:55 2015 +0200

Fix liblangtag on MSVC 14.0

Change-Id: Ied20186f4863b49dba5d0c7ed98b3a297f3f2239
Reviewed-on: https://gerrit.libreoffice.org/16767
Tested-by: Jenkins 
Reviewed-by: Michael Stahl 

diff --git a/external/liblangtag/UnpackedTarball_langtag.mk 
b/external/liblangtag/UnpackedTarball_langtag.mk
index 541baa3..52ffc39 100644
--- a/external/liblangtag/UnpackedTarball_langtag.mk
+++ b/external/liblangtag/UnpackedTarball_langtag.mk
@@ -15,10 +15,9 @@ $(eval $(call gb_UnpackedTarball_set_pre_action,langtag,\
$(GNUTAR) -x -j -f 
$(gb_UnpackedTarget_TARFILE_LOCATION)/$(LANGTAGREG_TARBALL) \
 ))
 
-# Currently no patches applied, if there were it would be:
-#$(eval $(call gb_UnpackedTarball_add_patches,langtag,\
-#  external/liblangtag/your-modification.patch \
-#))
+$(eval $(call gb_UnpackedTarball_add_patches,langtag,\
+   external/liblangtag/liblangtag-msvc.patch \
+))
 
 ifeq ($(OS),WNT)
 ifeq ($(COM),GCC)
diff --git a/external/liblangtag/liblangtag-msvc.patch 
b/external/liblangtag/liblangtag-msvc.patch
new file mode 100644
index 000..535797b
--- /dev/null
+++ b/external/liblangtag/liblangtag-msvc.patch
@@ -0,0 +1,36 @@
+--- foo/langtag.orig/configure 2015-06-26 10:53:36.0 +0200
 foo/langtag/configure  2015-09-03 08:16:58.672240500 +0200
+@@ -14786,8 +14786,7 @@
+   fi
+ 
+ 
+-if test "x$ac_cv_func_vsnprintf" = xyes; then
+-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking Whether vsnprintf is 
C99-compliant" >&5
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking Whether vsnprintf is 
C99-compliant" >&5
+ $as_echo_n "checking Whether vsnprintf is C99-compliant... " >&6; }
+ if ${lt_cv_c99_vsnprintf+:} false; then :
+   $as_echo_n "(cached) " >&6
+@@ -14798,7 +14797,10 @@
+   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h.  */
+ 
++#include 
++#include 
+ #include 
++#include 
+ int
+ foo(char *format, ...)
+ {
+@@ -14834,11 +14836,10 @@
+ fi
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_c99_vsnprintf" >&5
+ $as_echo "$lt_cv_c99_vsnprintf" >&6; }
+-  if test "x$lt_cv_c99_vsnprintf" = xyes; then
++if test "x$lt_cv_c99_vsnprintf" = xyes; then
+ 
+ $as_echo "#define LT_HAVE_C99_VSNPRINTF 1" >>confdefs.h
+ 
+-  fi
+ fi
+ 
+ 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 91743] Consider adding directory indexing/search

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

--- Comment #4 from Andreas B.  ---
This script is a Fulltext search for all *.ods Documents in a folder.

You open a terminal, enter the search command and the search term, and it shows
you, which document contains the text.

I never saw that in a Richt text editor, but each good text editor contains
such a functionality, usually called "Find in files" (e.g. available in
Notepad++)

So if you have a folder with .ods document, and search for a specific word
WITHIN all these documents, you can search it that way.

I would also recommend such a feature ;-)

But for standard users it has to be a GUI dialog, not a commandline script.

-- 
You are receiving this mail because:
You 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 77881] FILESAVE: Bullets are lost when saving in OOxml (.pptx or .ppsx)

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

--- Comment #31 from Julien Nabet  ---
Just for the record, I submitted a backport for 5.0, see
https://gerrit.libreoffice.org/#/c/18318/
(there were some slight conflicts to solve)

-- 
You are receiving this mail because:
You 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 93685] WORKDAYINTL function has a new parameter that make old spreadsheet in error

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

--- Comment #6 from MM  ---
I think WORKDAYINTL got fixed, now with 4 arguments instead of 3, to be better
compatible with excel.

-- 
You are receiving this mail because:
You 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 71087] StartCenter document list is flickering (win only)

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

--- Comment #23 from V Stuart Foote  ---
For Windows users with nVidia GPUs, please update to latest supported nVidia
driver set for your card.

Then test with current master:

Version: 5.1.0.0.alpha1+
Build ID: eb2e1ab4651350bffc53f618961a910bd3bbcfd9-GL
TinderBox: Win-x86@39, Branch:master, Time: 2015-09-02_23:59:59
Locale: en-US (en_US)

or

Version: 5.1.0.0.alpha1+
Build ID: 24703d7a98768cbb976b59455dd75f20c380b89c-GL
TinderBox: Win-x86@62-merge-TDF, Branch:MASTER, Time: 2015-09-02_23:22:52
Locale: en-US (en_US)

Recent work on OpenGL may, or may not, have improved issue of the canvas
"flickering" when displaying the thumbnail views of StartCenter.

-- 
You are receiving this mail because:
You 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 93120] Flickering of Thumbnails in Start Center while Moving the Mouse Pointer

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

--- Comment #6 from V Stuart Foote  ---
@Kendy,

Can the drawing of the tooltip on mouse movement be adjusted to not also
refresh the active thumbnail?

-- 
You are receiving this mail because:
You 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 93120] Flickering of Thumbnails in Start Center while Moving the Mouse Pointer

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

--- Comment #7 from V Stuart Foote  ---
Have another aspect to the canvas redraw while the mouse cursor moves and the
tool tip pop-up follows it.

As cursor is moved, and tooltips with file name and path are redrawn to follow
along, the old border from the tooltip is not being erased.

Results in a ~1px white line for each tooltip as it relocates that was the old
top edge and right edge of the tooltip. That ~1px line remains until the whole
canvas is redrawn with a scroll bar movement or selection of a document or
activation of a module.

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


[Libreoffice-bugs] [Bug 69084] TABLE: Crash when deleting top rows of this document

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

Julien Nabet  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #6 from Julien Nabet  ---
Please, don't reopen this one but the other one, tdf#70358.

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

-- 
You are receiving this mail because:
You 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 93874] DOCX import table: colors and structure lost

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

MM  changed:

   What|Removed |Added

   Keywords||regression
   Priority|medium  |high
 Status|UNCONFIRMED |NEW
Version|unspecified |4.1.6.2 release
 Ever confirmed|0   |1

--- Comment #2 from MM  ---
Confirmed with v5.0.1.2 under mint 17.2 x64.
Confirmed with v4.1.6.2 under mint 16 x64.
Unconfirmed with v3.3.4 under windows7 x64.

Loads just fine with the old version, might have been broken since v4 ?!

-- 
You are receiving this mail because:
You 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 93898] New: Several Undo operation during editing macro makes LibreOffice crash

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

Bug ID: 93898
   Summary: Several Undo operation during editing macro makes
LibreOffice crash
   Product: LibreOffice
   Version: 3.5.4 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: BASIC
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ww...@poczta.onet.pl

-- 
You are receiving this mail because:
You 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 91882] UI: Dialogue for Advanced filter is transparent.

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

Jean-Baptiste Faure  changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED
 CC||jbfa...@libreoffice.org

--- Comment #24 from Jean-Baptiste Faure  ---
Verified fixed in Version: 5.0.2.0.0+
Build ID: 65305ee03a64a90fa011b5b11b7076ddecf7728b
Ubuntu_15.04_x86-64
Locale : fr-FR (fr_FR.UTF-8)
built at home under Ubuntu 15.04 x86-64.

Best regards. JBF

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


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

2015-09-03 Thread Michael Stahl
 sal/systools/win32/uwinapi/legacy.c |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7a30553b22441647f286619fc77d85a624ac3005
Author: Michael Stahl 
Date:   Thu Sep 3 20:40:30 2015 +0200

sal: actually that uwinapi stuff doesn't include sal headers?

Change-Id: I1812b7050af725ee754c9e41b9b635319eead33a

diff --git a/sal/systools/win32/uwinapi/legacy.c 
b/sal/systools/win32/uwinapi/legacy.c
index 9ba73b2..c2ca560 100644
--- a/sal/systools/win32/uwinapi/legacy.c
+++ b/sal/systools/win32/uwinapi/legacy.c
@@ -16,7 +16,7 @@
 
 #if defined(_MSC_VER) && (_MSC_VER >= 1900)
 // older versions use uwinapi.def file for export
-SAL_DLLPUBLIC_EXPORT
+__declspec(dllexport)
 #endif
 DWORD WINAPI GetShortPathNameW(LPCWSTR lpszLongPath,LPWSTR lpszShortPath,DWORD 
cchBuffer)
 {
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - icon-themes/sifr

2015-09-03 Thread Matthias Freund
 icon-themes/sifr/cmd/lc_arrowshapes.quad-arrow-callout.png  |binary
 icon-themes/sifr/cmd/lc_arrowshapes.quad-arrow.png  |binary
 icon-themes/sifr/cmd/lc_calloutshapes.cloud-callout.png |binary
 icon-themes/sifr/cmd/lc_calloutshapes.line-callout-1.png|binary
 icon-themes/sifr/cmd/lc_calloutshapes.line-callout-2.png|binary
 icon-themes/sifr/cmd/lc_calloutshapes.line-callout-3.png|binary
 icon-themes/sifr/cmd/lc_calloutshapes.rectangular-callout.png   |binary
 icon-themes/sifr/cmd/lc_calloutshapes.round-callout.png |binary
 icon-themes/sifr/cmd/lc_calloutshapes.round-rectangular-callout.png |binary
 9 files changed

New commits:
commit 176927f2f68ae1dd3be1a387896b11b59a5f67b4
Author: Matthias Freund 
Date:   Sun Aug 30 23:09:04 2015 +0200

tdf#75256 sifr updates

Adding some nicer new sifr shapes

Change-Id: I3ad1f33e5b76ba025b41592896402230dcaa5ca2
Reviewed-on: https://gerrit.libreoffice.org/18154
Reviewed-by: Samuel Mehrbrodt 
Tested-by: Samuel Mehrbrodt 
(cherry picked from commit 1bc16f40eae4da4fc9202931c0d3e23b2ef2dd14)
Reviewed-on: https://gerrit.libreoffice.org/18313
Reviewed-by: Adolfo Jayme Barrientos 
Tested-by: Adolfo Jayme Barrientos 

diff --git a/icon-themes/sifr/cmd/lc_arrowshapes.quad-arrow-callout.png 
b/icon-themes/sifr/cmd/lc_arrowshapes.quad-arrow-callout.png
index d65d10e..024f89f 100644
Binary files a/icon-themes/sifr/cmd/lc_arrowshapes.quad-arrow-callout.png and 
b/icon-themes/sifr/cmd/lc_arrowshapes.quad-arrow-callout.png differ
diff --git a/icon-themes/sifr/cmd/lc_arrowshapes.quad-arrow.png 
b/icon-themes/sifr/cmd/lc_arrowshapes.quad-arrow.png
index 099c493..28e194e 100644
Binary files a/icon-themes/sifr/cmd/lc_arrowshapes.quad-arrow.png and 
b/icon-themes/sifr/cmd/lc_arrowshapes.quad-arrow.png differ
diff --git a/icon-themes/sifr/cmd/lc_calloutshapes.cloud-callout.png 
b/icon-themes/sifr/cmd/lc_calloutshapes.cloud-callout.png
index 215c23c..31180c2 100644
Binary files a/icon-themes/sifr/cmd/lc_calloutshapes.cloud-callout.png and 
b/icon-themes/sifr/cmd/lc_calloutshapes.cloud-callout.png differ
diff --git a/icon-themes/sifr/cmd/lc_calloutshapes.line-callout-1.png 
b/icon-themes/sifr/cmd/lc_calloutshapes.line-callout-1.png
index 17921b5..6ca03f6 100644
Binary files a/icon-themes/sifr/cmd/lc_calloutshapes.line-callout-1.png and 
b/icon-themes/sifr/cmd/lc_calloutshapes.line-callout-1.png differ
diff --git a/icon-themes/sifr/cmd/lc_calloutshapes.line-callout-2.png 
b/icon-themes/sifr/cmd/lc_calloutshapes.line-callout-2.png
index b48a258..7b7f33e 100644
Binary files a/icon-themes/sifr/cmd/lc_calloutshapes.line-callout-2.png and 
b/icon-themes/sifr/cmd/lc_calloutshapes.line-callout-2.png differ
diff --git a/icon-themes/sifr/cmd/lc_calloutshapes.line-callout-3.png 
b/icon-themes/sifr/cmd/lc_calloutshapes.line-callout-3.png
index ba7e68a..60dde08 100644
Binary files a/icon-themes/sifr/cmd/lc_calloutshapes.line-callout-3.png and 
b/icon-themes/sifr/cmd/lc_calloutshapes.line-callout-3.png differ
diff --git a/icon-themes/sifr/cmd/lc_calloutshapes.rectangular-callout.png 
b/icon-themes/sifr/cmd/lc_calloutshapes.rectangular-callout.png
index c0ad679..449188f 100644
Binary files a/icon-themes/sifr/cmd/lc_calloutshapes.rectangular-callout.png 
and b/icon-themes/sifr/cmd/lc_calloutshapes.rectangular-callout.png differ
diff --git a/icon-themes/sifr/cmd/lc_calloutshapes.round-callout.png 
b/icon-themes/sifr/cmd/lc_calloutshapes.round-callout.png
index 2954520..1451701 100644
Binary files a/icon-themes/sifr/cmd/lc_calloutshapes.round-callout.png and 
b/icon-themes/sifr/cmd/lc_calloutshapes.round-callout.png differ
diff --git 
a/icon-themes/sifr/cmd/lc_calloutshapes.round-rectangular-callout.png 
b/icon-themes/sifr/cmd/lc_calloutshapes.round-rectangular-callout.png
index 6f17835..1324c78 100644
Binary files 
a/icon-themes/sifr/cmd/lc_calloutshapes.round-rectangular-callout.png and 
b/icon-themes/sifr/cmd/lc_calloutshapes.round-rectangular-callout.png differ
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 93120] Flickering of Thumbnails in Start Center while Moving the Mouse Pointer

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

Harald Koester  changed:

   What|Removed |Added

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

--- Comment #3 from Harald Koester  ---
I'm sorry but I think there is a mistake. From my point of view there is no
relationship between this bug and bug 71807 [Drawings (in Writer) embedded in
document corrupted on saving. Rest of document is fine.]. May be another bug is
meant. Hence set Status back to NEW.

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


[Libreoffice-bugs] [Bug 93120] Flickering of Thumbnails in Start Center while Moving the Mouse Pointer

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

V Stuart Foote  changed:

   What|Removed |Added

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

--- Comment #4 from V Stuart Foote  ---
Sorry that of course should have been dupe of bug 71087

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

-- 
You are receiving this mail because:
You 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 71087] StartCenter document list is flickering (win only)

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

--- Comment #22 from V Stuart Foote  ---
*** Bug 93120 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 48887] FILESAVE: Save as HTML in Writer should not embed images

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

Michael Adams  changed:

   What|Removed |Added

Version|4.2.0.4 release |5.0.1.2 release

--- Comment #28 from Michael Adams  ---
FWIW, some of us do want images embedded when we export to html. 

Can this be optional?

-- 
You are receiving this mail because:
You 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 92794] Addressbook Integration: Unevaluated variable '$filename$' displayed in error dialog

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

--- Comment #6 from Julien Nabet  ---
(In reply to Robinson Tryon (qubit) from comment #1)
> Julien: Same issue/related to bug 90446? And do you expect this to be fixed
> on the 5.0 branch?

Even if yours has the same symptom "The file $filename$ could not be loaded",
the problem here is different.
In first one, TB was installed but not found because of a patch I pushed and
which caused a regression.

In yours, there's no TB installed and $filename$ (which is a kind of variable)
isn't dealt at all.

So in brief, I don't expect this to be fixed on 5.0 branch for the moment.

-- 
You are receiving this mail because:
You 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 93120] Flickering of Thumbnails in Start Center while Moving the Mouse Pointer

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

V Stuart Foote  changed:

   What|Removed |Added

 Status|RESOLVED|NEW
 CC||ke...@collabora.com
 Resolution|DUPLICATE   |---

--- Comment #5 from V Stuart Foote  ---
No, confirming and setting this back to new.

The issue is a canvas refresh, but it looks to come from movement of the
Tooltip containing full file path. As cursor is moved, the Tooltip repositions
and causes the entire thumbnail view canvas to be redrawn.

If you check on Tools -> Options ->  General: Extended Tooltips, which without
local help installed shows a generic tooltip for the thumbnail views that does
not reposition as the mouse moves.  There is no "flash" as the mouse traverses
the frame.

-- 
You are receiving this mail because:
You 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 93897] New: export to html doubles blank lines

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

Bug ID: 93897
   Summary: export to html doubles blank lines
   Product: LibreOffice
   Version: 5.1.0.0.alpha0+ Master
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: b...@oksofar.com

Saving an odt file as html can create two blank lines where there should be
just one blank line.

The user creates a blank line by pressing Enter. This creates a single CRLF in
the document.

When exported to html, the single CRLF becomes:




The  should not be there. It makes 2 blank lines instead of one.

-- 
You are receiving this mail because:
You 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 48887] FILESAVE: Save as HTML in Writer should not embed images

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

V Stuart Foote  changed:

   What|Removed |Added

Version|5.0.1.2 release |4.2.0.4 release

--- Comment #29 from V Stuart Foote  ---
(In reply to Michael Adams from comment #28)

Please do not adjust details of bug reports, this first occurs in 4.2.0.4--not
the current 5.0.1.2 release.

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


[Libreoffice-bugs] [Bug 93898] Several Undo operation during editing macro makes LibreOffice crash (and it can not be restored during restarting LibreOffice)

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

Wojtek  changed:

   What|Removed |Added

   Priority|medium  |low
Summary|Several Undo operation  |Several Undo operation
   |during editing macro makes  |during editing macro makes
   |LibreOffice crash   |LibreOffice crash (and it
   ||can not be restored during
   ||restarting LibreOffice)

--- Comment #1 from Wojtek  ---
LibreOffice 3.5.4.2
Build ID 350m1(Build:2)
Ubuntu 12.04 LTS

Undoing with ctrl+z doesn't removes written text, it just adds old text, which
was removed previously, to new rewritten.

-- 
You are receiving this mail because:
You 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 93212] [UI] Previews in page pane redraw loops

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

--- Comment #4 from Felix Braun  ---
The images are linked. But the bug seems to be, that it's impossible to replace
the links with proper images in the linked document.

Try the following: 

1. open the attached document
2. replace one of the images with a local image
3. go to next page replace one of the pictures with a local image
4. go back to the first page

what you expect: the first image is replaced with the local image you chose in
step 3.
you see: the replacement didn't stick

-- 
You are receiving this mail because:
You 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 70843] Other: XFilePicker's setDisplayDirectory and setDefaultName do not work

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

Regina Henschel  changed:

   What|Removed |Added

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

--- Comment #5 from Regina Henschel  ---
Likely same as bug #43021.

-- 
You are receiving this mail because:
You 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 78209] BASIC: Race condition in FilePicker dialog methods, an perhaps other dialogs

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

Regina Henschel  changed:

   What|Removed |Added

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

--- Comment #6 from Regina Henschel  ---
Please specify the operating system. The code for the system dialogs is
different for each operating system and therefore "all" makes no sense here.

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


Re: Building LibreOffice on Mac OSX

2015-09-03 Thread Eike Rathke
Hi Shubham,

On Wednesday, 2015-09-02 05:20:22 +0530, Shubham Khara wrote:

> https://wiki.documentfoundation.org/Development/BuildingOnMac
> 
> In minimal setup, How am I supposed to create a file mentioned in the 4th
> point.

Assuming you're referring ~/.bashrc then (in the terminal) invoke your
favorite editor and load the file .bashrc from your $HOME directory if
it already exists and add the line mentioned and save, or if the file
does not exist then write the line and save to .bashrc in your home
directory. You could also issue this command in the terminal shell:

echo 'export PATH=/opt/lo/bin:/sbin:$PATH' >>~/.bashrc

Make sure you enter every character literally, including the single
quotation marks, best copy ...

  Eike

-- 
LibreOffice Calc developer. Number formatter stricken i18n transpositionizer.
GPG key "ID" 0x65632D3A - 2265 D7F3 A7B0 95CC 3918  630B 6A6C D5B7 6563 2D3A
Better use 64-bit 0x6A6CD5B765632D3A here is why: https://evil32.com/
Care about Free Software, support the FSFE https://fsfe.org/support/?erack


signature.asc
Description: PGP signature
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 93231] Erro no comando localizar e substituir

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

Beluga  changed:

   What|Removed |Added

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

--- Comment #1 from Beluga  ---
I tried it with simple text, but it didn't crash.
Is it specifically related to fields? Maybe you could attach a sample document.

I have set the bug's status to 'NEEDINFO'. Please change it back to
'UNCONFIRMED' once the requested document is provided.
(Please note that the attachment will be public, remove any sensitive
information before attaching it. 
See
https://wiki.documentfoundation.org/QA/Bugzilla/Sanitizing_Files_Before_Submission
for help on how to do so.)

Please also tell us, what LibreOffice version you are using (set it to the
version field).

-- 
You are receiving this mail because:
You 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 93356] [CRASH] SORTING columns in Calc causes crash

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

gekach...@yahoo.com changed:

   What|Removed |Added

 Resolution|WORKSFORME  |DUPLICATE

--- Comment #16 from gekach...@yahoo.com ---

The two stack traces both lead up to ScTable::SortReorderByRow
(WinDbg: attachment 118346, Mac: bug 93655 attachment 1181172)

ScTable::SortReorderByRow is in table3.cxx
http://cgit.freedesktop.org/libreoffice/core/tree/sc/source/core/data/table3.cxx#n1044

table3.cxx was modified 2015-08-13 for bug 93098
http://cgit.freedesktop.org/libreoffice/core/log/sc/source/core/data/table3.cxx

bug 93098 "Unexpectedly quit when use Data->Sort (crash)"
is a similar problem and is marked FIXED.

bug 93098 comment 10 says the fix was committed to master 2015-08-13 for 5.1.
bug 93098 comment 15 says the fix was committed to 5-0 2015-08-17 for 5.0.2.
bug 93098 comment 17 says the fix was committed to 4-4 2015-08-17 for 4.4.6.

No daily builds were available from just before and after these commits.

The oldest daily build found for preparing 4.4.6 was 2015-08-20, and it works.
The oldest daily build found for preparing 5.0.2 was 2015-08-20, and it works.

Based on this partial evidence, marking this a duplicate of bug 93098.

---
(
 Latest previous release that does not crash when sorting examples like this:
 LO 4.4.4.1 or earlier do NOT crash on sorting this example,
 while LO 4.4.4.2 or later DO CRASH on sorting this example.
 If a later version is installed, uninstall it before installing earlier one.
 http://downloadarchive.documentfoundation.org/libreoffice/old/4.4.4.1/
)

(
 Possible dates of future releases with fix for this problem:
 LO 5.1 release schedule is not yet defined.
 LO 5.0.2 is scheduled to be published near the end of September 2015.
 LO 4.4.6 is scheduled to be published near the middle of October 2015.
 https://wiki.documentfoundation.org/ReleasePlan
)

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

-- 
You are receiving this mail because:
You 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 93896] New: Non-ASCII characters in comments corrupt when RTF is reopened

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

Bug ID: 93896
   Summary: Non-ASCII characters in comments corrupt when RTF is
reopened
   Product: LibreOffice
   Version: 4.3.3.2 release
  Hardware: x86 (IA32)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: isoku...@gmail.com

Created attachment 118397
  --> https://bugs.documentfoundation.org/attachment.cgi?id=118397=edit
ODT document with a comment

In a specific situation, non-ASCII characters in comments are corrupt when an
RTF document is reopened. This only seems to occur on Linux after an RTF
document has been modified and then saved. If there are non-ASCII characters in
the actual content of the document, these are not affected.

Found with LibO 4.3.3.2 (from Debian Jessie repository), 4.4.5.2 (from Debian
backports) and 5.0.1.2 (downloaded directly from the LibO site). The issue does
not emerge with any version of LibO on Windows 7. Perhaps there is something
that goes wrong with UTF-8 (UTF-16 is used internally in Windows).

(I actually found the bug a few months ago, but I didn't report it back then,
because it already seemed fixed in LibO 5.0.0.0.beta1. However, it now affects
5.0.0.5 as well on Linux.)

Steps to reproduce:

1. Open the attached ODT document. There is some text (in Finnish) that is
repeated in a comment.
2. Save the document as RTF. (You can at this point close the document and
reopen it, and everything seems fine.)
3. Make a change in the document, save it again as RTF and close it.
4. When the RTF is now reopened, the non-ASCII characters in the comment are
corrupt. They have mostly been turned into question marks, but typographical
quotation marks have been turned into a combination of a square and a letter.

-- 
You are receiving this mail because:
You 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 93251] Website could offer magnet links in addition to a torrent

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

Beluga  changed:

   What|Removed |Added

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

--- Comment #1 from Beluga  ---
Website issues live in Redmine, class Webserver. Moved this there:
https://redmine.documentfoundation.org/issues/1428

-- 
You are receiving this mail because:
You 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 93258] Very slow to insert text after this svg image

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

Beluga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1
 Whiteboard||perf
 OS|All |Windows (All)
   Severity|normal  |minor

--- Comment #2 from Beluga  ---
Repro.

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

Version: 5.1.0.0.alpha1+
Build ID: b3de73f32af6276a60f5678861c461631a75e743
TinderBox: Win-x86@39, Branch:master, Time: 2015-09-01_06:18:16
Locale: en-US (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 93226] Windows Explorer crash when uninstall LibreOffice

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

Beluga  changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #1 from Beluga  ---
Does it crash with 5.0.1 as well?

-- 
You are receiving this mail because:
You 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 93273] EDITING: Undo creating / editing snap lines not working

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

Beluga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1
 OS|All |Windows (All)
   Severity|normal  |minor

--- Comment #1 from Beluga  ---
Reproduced.

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

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


[Libreoffice-commits] help.git: Changes to 'libreoffice-5-0-2'

2015-09-03 Thread Robinson Tryon
New branch 'libreoffice-5-0-2' available with the following commits:
commit 2c1357c5c6cab1c290ddbed6b7b02e232cd7c123
Author: Robinson Tryon 
Date:   Thu Sep 3 12:32:46 2015 -0500

   Branch libreoffice-5-0-2

   This is 'libreoffice-5-0-2' - the stable branch for the 5.0.2 release.
   Only very safe changes, reviewed by three people are allowed.

   If you want to commit more complicated fix for the next 5.0.x release,
   please use the 'libreoffice-5-0' branch.

   If you want to build something cool, unstable, and risky, use master.

Change-Id: I98c51b8d8037980f2385cba0095bb99cf2bba657

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


[Libreoffice-commits] dictionaries.git: Changes to 'libreoffice-5-0-2'

2015-09-03 Thread Robinson Tryon
New branch 'libreoffice-5-0-2' available with the following commits:
commit 2fc00b684de2ccd851a90e85538e995efe6a6965
Author: Robinson Tryon 
Date:   Thu Sep 3 12:32:45 2015 -0500

   Branch libreoffice-5-0-2

   This is 'libreoffice-5-0-2' - the stable branch for the 5.0.2 release.
   Only very safe changes, reviewed by three people are allowed.

   If you want to commit more complicated fix for the next 5.0.x release,
   please use the 'libreoffice-5-0' branch.

   If you want to build something cool, unstable, and risky, use master.

Change-Id: Ia44e4744de5ae0d67a5c659efbb8a09832c22bf8

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


[Libreoffice-commits] translations.git: Changes to 'libreoffice-5-0-2'

2015-09-03 Thread Robinson Tryon
New branch 'libreoffice-5-0-2' available with the following commits:
commit 33195da3a7e41128a07a17b807ff6f9fe06ce59a
Author: Robinson Tryon 
Date:   Thu Sep 3 12:32:46 2015 -0500

   Branch libreoffice-5-0-2

   This is 'libreoffice-5-0-2' - the stable branch for the 5.0.2 release.
   Only very safe changes, reviewed by three people are allowed.

   If you want to commit more complicated fix for the next 5.0.x release,
   please use the 'libreoffice-5-0' branch.

   If you want to build something cool, unstable, and risky, use master.

Change-Id: I1d0437cfc2a2a99efcce87d1bcae1df4b890397f

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


[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - configure.ac

2015-09-03 Thread Robinson Tryon
 configure.ac |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5df1bf2555afae2ce933d305850f3248b5ae9a8e
Author: Robinson Tryon 
Date:   Thu Sep 3 12:42:52 2015 -0500

bump product version to 5.0.3.0.0+

Change-Id: Icd1b3aa4931853c2b3fdc20101fa60d7fedd4b27

diff --git a/configure.ac b/configure.ac
index 13cfa08..c6f7b8d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,7 +9,7 @@ dnl in order to create a configure script.
 # several non-alphanumeric characters, those are split off and used only for 
the
 # ABOUTBOXPRODUCTVERSIONSUFFIX in openoffice.lst. Why that is necessary, no 
idea.
 
-AC_INIT([LibreOffice],[5.0.2.0.0+],[],[],[http://documentfoundation.org/])
+AC_INIT([LibreOffice],[5.0.3.0.0+],[],[],[http://documentfoundation.org/])
 
 AC_PREREQ([2.59])
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 93248] FORMATTING update style to match selection sometimes doesn't work as expected

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

Beluga  changed:

   What|Removed |Added

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

--- Comment #3 from Beluga  ---


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

-- 
You are receiving this mail because:
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   5   6   7   8   9   10   >