[Libreoffice-bugs] [Bug 92200] New: CRASH: When close application after Check for Updates.

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

Bug ID: 92200
   Summary: CRASH: When close application after Check for Updates.
   Product: LibreOffice
   Version: 5.0.0.0.beta3
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: souichi...@gmail.com

Hi 

After following step, LibreOffice5 dev beta3 is crashed.
(1) open Help  Check For Update
-- check for update is started. 
(2) after check complete, close check for updates window.
(3) close application. (for example, X button pressed)
-- Crash..

Confirmed Env...
OS : Windows 10 x64 
LibreOffice Version : 5.0.0.0.beta3 (x64)
Build ID: 96345c15d8ab19c49014f055fe41ba8e1f421e5c
Locale : ja-JP (ja_JP)

Regards
Sawakaze.

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


[Libreoffice-bugs] [Bug 67379] Problems changing focus to inside frame

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

--- Comment #9 from tommy27 ba...@quipo.it ---
still reproducible under Win8.1 64bit using LibO 4.4.3.2 and 5.1.0.0.alpha1+
Build ID: ba70050dc37f82306a8a3c5815372a4b9fff18fc
TinderBox: Win-x86@62-merge-TDF, Branch:MASTER, Time: 2015-06-19_06:35:49
Locale: en-US (it_IT)

-- 
You are receiving this mail because:
You 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: 20 commits - filter/source include/filter sw/source

2015-06-20 Thread Michael Stahl
 filter/source/msfilter/util.cxx  |4 
 include/filter/msfilter/util.hxx |4 
 sw/source/filter/basflt/fltini.cxx   |2 
 sw/source/filter/inc/msfilter.hxx|7 
 sw/source/filter/ww8/attributeoutputbase.hxx |4 
 sw/source/filter/ww8/docxattributeoutput.cxx |4 
 sw/source/filter/ww8/docxattributeoutput.hxx |4 
 sw/source/filter/ww8/docxexport.hxx  |3 
 sw/source/filter/ww8/rtfattributeoutput.cxx  |6 
 sw/source/filter/ww8/rtfattributeoutput.hxx  |4 
 sw/source/filter/ww8/rtfexport.hxx   |6 
 sw/source/filter/ww8/writerwordglue.cxx  |   45 -
 sw/source/filter/ww8/wrtw8esh.cxx|   19 
 sw/source/filter/ww8/wrtw8nds.cxx|  229 +
 sw/source/filter/ww8/wrtw8num.cxx|  327 
 sw/source/filter/ww8/wrtw8sty.cxx|  459 +++
 sw/source/filter/ww8/wrtww8.cxx  |  528 -
 sw/source/filter/ww8/wrtww8.hxx  |   55 -
 sw/source/filter/ww8/wrtww8gr.cxx|  189 
 sw/source/filter/ww8/ww8atr.cxx  | 1093 +++
 sw/source/filter/ww8/ww8attributeoutput.hxx  |7 
 21 files changed, 753 insertions(+), 2246 deletions(-)

New commits:
commit d06c3440c85271454208f19442ab9c676707597b
Author: Michael Stahl mst...@redhat.com
Date:   Sat Jun 20 11:04:39 2015 +0200

sw: WW8 export: remove unused InsAsString8

Surprisingly WriteString8 is still used to write URLs.

Change-Id: Id16201473bafce100a4be75199fba7bd7147cc83

diff --git a/sw/source/filter/ww8/wrtww8.hxx b/sw/source/filter/ww8/wrtww8.hxx
index a1d9c77..d8330b3 100644
--- a/sw/source/filter/ww8/wrtww8.hxx
+++ b/sw/source/filter/ww8/wrtww8.hxx
@@ -1099,8 +1099,6 @@ public:
 void InsUInt32( sal_uInt32 n )  { SwWW8Writer::InsUInt32( *pO, n ); }
 void InsAsString16( const OUString rStr )
 { SwWW8Writer::InsAsString16( *pO, rStr ); }
-void InsAsString8( const OUString rStr, rtl_TextEncoding eCodeSet )
-{ SwWW8Writer::InsAsString8( *pO, rStr, eCodeSet ); }
 void WriteStringAsPara( const OUString rText, sal_uInt16 nStyleId = 0 );
 
 /// Setup the exporter.
commit 80c49861b69d731bc7eccda8ea085a2676e7422d
Author: Michael Stahl mst...@redhat.com
Date:   Sat Jun 20 10:48:36 2015 +0200

sw: WW8 export: remove WW6 residue in WW8AttributeOutput::Redline()

Change-Id: Ife8b827298bc32ad0c490ebca7f3169dddc1009e

diff --git a/sw/source/filter/ww8/wrtw8nds.cxx 
b/sw/source/filter/ww8/wrtw8nds.cxx
index cc0bf53..608d2b3 100644
--- a/sw/source/filter/ww8/wrtw8nds.cxx
+++ b/sw/source/filter/ww8/wrtw8nds.cxx
@@ -2965,25 +2965,26 @@ void WW8AttributeOutput::Redline( const SwRedlineData* 
pRedline )
 if ( pRedline-Next() )
 Redline( pRedline-Next() );
 
-static const sal_uInt16 aSprmIds[ 2 * 2 * 3 ] =
-{
-// Ids for insert
-NS_sprm::LN_CFRMark, NS_sprm::LN_CIbstRMark, 
NS_sprm::LN_CDttmRMark, // for WW8
-0x0042, 0x0045, 0x0046, // for WW6
-// Ids for delete
-NS_sprm::LN_CFRMarkDel, NS_sprm::LN_CIbstRMarkDel, 
NS_sprm::LN_CDttmRMarkDel, // for WW8
-0x0041, 0x0045, 0x0046  // for WW6
+static const sal_uInt16 insSprmIds[ 3 ] =
+{
+// Ids for insert // for WW8
+NS_sprm::LN_CFRMark, NS_sprm::LN_CIbstRMark, NS_sprm::LN_CDttmRMark,
+};
+static const sal_uInt16 delSprmIds[ 3 ] =
+{
+// Ids for delete // for WW8
+NS_sprm::LN_CFRMarkDel, NS_sprm::LN_CIbstRMarkDel, 
NS_sprm::LN_CDttmRMarkDel,
 };
 
 const sal_uInt16* pSprmIds = 0;
 switch( pRedline-GetType() )
 {
 case nsRedlineType_t::REDLINE_INSERT:
-pSprmIds = aSprmIds;
+pSprmIds = insSprmIds;
 break;
 
 case nsRedlineType_t::REDLINE_DELETE:
-pSprmIds = aSprmIds + (2 * 3);
+pSprmIds = delSprmIds;
 break;
 
 case nsRedlineType_t::REDLINE_FORMAT:
commit ed11cb1dbada47f0ef2129005583fc23d8a9ac10
Author: Michael Stahl mst...@redhat.com
Date:   Sat Jun 20 10:30:16 2015 +0200

sw: WW8 export: remove WW6 export, partD: WW6 numbering export

These functions only call each other.

Change-Id: I0268e7559cdbc7b4695dce44ee5bddbe047387a1

diff --git a/sw/source/filter/ww8/wrtw8num.cxx 
b/sw/source/filter/ww8/wrtw8num.cxx
index 09366bc..30187b0 100644
--- a/sw/source/filter/ww8/wrtw8num.cxx
+++ b/sw/source/filter/ww8/wrtw8num.cxx
@@ -595,112 +595,6 @@ void WW8Export::OutListNamesTab()
 pFib-lcbSttbListNames = pTableStrm-Tell() - pFib-fcSttbListNames;
 }
 
-// old WW95-Code
-
-void WW8Export::Out_WwNumLvl( sal_uInt8 nWwLevel )
-{
-pO-push_back( 13 );
-pO-push_back( nWwLevel );
-}
-
-void WW8Export::Out_SwNumLvl( sal_uInt8 nSwLevel )
-{
-OSL_ENSURE( nSwLevel  MAXLEVEL, numbered?);
-Out_WwNumLvl( nSwLevel + 1 );
-}
-
-void 

[Libreoffice-bugs] [Bug 92207] New: EDITING Setting text background colour doesn't work in Calc

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

Bug ID: 92207
   Summary: EDITING Setting text background colour doesn't work in
Calc
   Product: LibreOffice
   Version: 5.1.0.0.alpha0+ Master
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: katarina.behr...@cib.de

1. New or existing Calc document
2. Main menu - Insert - Text Box 

= notice a new button to set text background colour appears in sidebar,
character properties panel

3. Type something into the text box  select the text with mouse
4. Use sidebar button to change text background to some other colour 

= nothing happens. 

It works in Draw and Impress, though

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


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

2015-06-20 Thread Stephan Bergmann
 sw/source/filter/ww8/wrtww8.cxx |1 +
 1 file changed, 1 insertion(+)

New commits:
commit a89ec4cf0bff07cb2b62ba0b376c0ca43719980a
Author: Stephan Bergmann sberg...@redhat.com
Date:   Sat Jun 20 12:50:24 2015 +0200

-Werror=unused-parameter

Change-Id: Idc611d4b274d50896b5697e0a864dadffd4f2559

diff --git a/sw/source/filter/ww8/wrtww8.cxx b/sw/source/filter/ww8/wrtww8.cxx
index 358e985..8edd8cb 100644
--- a/sw/source/filter/ww8/wrtww8.cxx
+++ b/sw/source/filter/ww8/wrtww8.cxx
@@ -3457,6 +3457,7 @@ SwWW8Writer::SwWW8Writer(const OUString rFltName, const 
OUString rBaseURL)
   mpMedium( 0 )
 {
 assert(rFltName == FILTER_WW8); // WW6/7 export was removed
+(void)rFltName;
 SetBaseURL( rBaseURL );
 }
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 73416] FILESAVE: Dots are added before section titles

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

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

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

--- Comment #7 from Beluga todven...@suomi24.fi ---
Confirmed extra dots appearing on save  reload.

Win 7 Pro 64-bit Version: 5.1.0.0.alpha1+
Build ID: 3ecef8cedb215e49237a11607197edc91639bfcd
TinderBox: Win-x86@62-merge-TDF, Branch:MASTER, Time: 2015-06-19_23:16:58
Locale: fi-FI (fi_FI)

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


[Libreoffice-bugs] [Bug 92189] cannot copy and paste writer anything!

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

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

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 CC||tima...@gmail.com
 Ever confirmed|1   |0

--- Comment #3 from Adolfo Jayme f...@libreoffice.org ---
@Julien: you haven’t kept up with the news, have you? :-)

https://libreoffice-from-collabora.com/libreoffice-mac-app-store-launch/

CCing András here.

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


[Libreoffice-bugs] [Bug 37324] wrong animation of ppt file in Impress

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

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

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

--- Comment #8 from Beluga todven...@suomi24.fi ---
Animation is ok now. WFM.

Win 7 Pro 64-bit Version: 5.1.0.0.alpha1+
Build ID: 3ecef8cedb215e49237a11607197edc91639bfcd
TinderBox: Win-x86@62-merge-TDF, Branch:MASTER, Time: 2015-06-19_23:16:58
Locale: fi-FI (fi_FI)

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


[Libreoffice-bugs] [Bug 91310] [META] Fallout from VclPtr merge

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

Bug 92166 Summary: Crash after exiting source code mode in Writer Web
https://bugs.documentfoundation.org/show_bug.cgi?id=92166

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 92209] file sizes greater than 15000 words, have fewer words when transferred

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

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

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||f...@libreoffice.org
 Ever confirmed|0   |1

--- Comment #1 from Adolfo Jayme f...@libreoffice.org ---
Can you specify what version of LibreOffice do you use? It’d be helpful to have
the affected document attached here 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 92210] New: FODG files without XML processing instruction cannot be opened

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

Bug ID: 92210
   Summary: FODG files without XML processing instruction cannot
be opened
   Product: LibreOffice
   Version: 5.1.0.0.alpha0+ Master
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: Draw
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: davian...@gmail.com

Created attachment 116678
  -- https://bugs.documentfoundation.org/attachment.cgi?id=116678action=edit
Sample

Subj.

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


[Libreoffice-bugs] [Bug 92166] Crash after exiting source code mode in Writer Web

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

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

   What|Removed |Added

   Keywords||have-backtrace

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


[Libreoffice-bugs] [Bug 92200] CRASH: When close application after Check for Updates.

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

Shinji Enoki shinji.en...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #1 from Shinji Enoki shinji.en...@gmail.com ---
I've reproduced in the following environment.

OS: Debian wheezy
Version: 5.0.0.0.beta3
Build ID: 96345c15d8ab19c49014f055fe41ba8e1f421e5c
Locale: en-US (ja_JP.utf8)

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


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

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

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

   What|Removed |Added

Summary|LibO doesn't obey OS|LibO doesn’t obey OS
   |setting “only show the  |setting “only show the
   |accelerator underline when  |accelerator underline when
   |the Alt key is being|the Alt key is being
   |pressed”|pressed”
 Whiteboard|EasyHack SkillCpp   |easyHack skillCpp
   |DifficultyInteresting   |difficultyInteresting
   ||topicUI
   Severity|minor   |normal

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


[Libreoffice-bugs] [Bug 62702] OLE object cannot be inserted as an executable Icon

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

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

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

--- Comment #4 from Beluga todven...@suomi24.fi ---
Setting to enhancement.

Win 7 Pro 64-bit Version: 5.1.0.0.alpha1+
Build ID: 3ecef8cedb215e49237a11607197edc91639bfcd
TinderBox: Win-x86@62-merge-TDF, Branch:MASTER, Time: 2015-06-19_23:16:58
Locale: fi-FI (fi_FI)

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


[Libreoffice-bugs] [Bug 68747] Libreoffice 4.0 crash when opening that xlsx file

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

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

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

--- Comment #5 from Beluga todven...@suomi24.fi ---
Still hanging.

Win 7 Pro 64-bit Version: 5.1.0.0.alpha1+
Build ID: 3ecef8cedb215e49237a11607197edc91639bfcd
TinderBox: Win-x86@62-merge-TDF, Branch:MASTER, Time: 2015-06-19_23:16:58
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] core.git: Branch 'libreoffice-5-0' - basebmp/test vcl/headless

2015-06-20 Thread Michael Meeks
 basebmp/test/bmpmasktest.cxx |   66 +--
 vcl/headless/svpvd.cxx   |4 +-
 2 files changed, 66 insertions(+), 4 deletions(-)

New commits:
commit 88b77c0b1866db0d729cc2c15b5d8d4f01e9630d
Author: Michael Meeks michael.me...@collabora.com
Date:   Fri Jun 19 17:42:03 2015 +0100

tdf#92194 - fix headless masking operations in vcl.

These were causing horrible rendering artifacts for all manner of
headless rendering across Android  Online.

A very simple fix in vcl, plus a set of tests.

Change-Id: Ib261c0ea29d79ee6415e164c0b9b098efb52458b

diff --git a/basebmp/test/bmpmasktest.cxx b/basebmp/test/bmpmasktest.cxx
index c9df8b2..46ec462 100644
--- a/basebmp/test/bmpmasktest.cxx
+++ b/basebmp/test/bmpmasktest.cxx
@@ -17,8 +17,6 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-// autogenerated file with codegen.pl
-
 #include cppunit/TestAssert.h
 #include cppunit/TestFixture.h
 #include cppunit/extensions/HelperMacros.h
@@ -142,6 +140,7 @@ public:
 
 void testBmpBasics()
 {
+// mpDevice1bpp has a black rect. 0x0 - 6x10
 implTestBmpBasics( mpDevice1bpp, mpBmp1bpp );
 implTestBmpBasics( mpDevice32bpp, mpBmp32bpp );
 }
@@ -152,11 +151,74 @@ public:
 implTestBmpScaledClip( mpDevice32bpp, mpBmp32bpp );
 }
 
+void testMasking()
+{
+BitmapDeviceSharedPtr xOutput;
+BitmapDeviceSharedPtr xBitmap;
+BitmapDeviceSharedPtr xMask;
+
+{ // mpMask  mpBitmap
+const basegfx::B2ISize aSize(5, 5);
+std::vector basebmp::Color  aDevPal;
+aDevPal.push_back( basebmp::Color( 0, 0, 0 ) );
+aDevPal.push_back( basebmp::Color( 0xff, 0xff, 0xff ) );
+
+basebmp::Format nFormat;
+
+nFormat = Format::OneBitMsbPal;
+//nFormat = Format::OneBitMsbGrey; // FIXME - un-comment me to 
crash hard.
+xMask = createBitmapDevice( aSize, false /* bTopDown */,
+nFormat,
+ 
basebmp::getBitmapDeviceStrideForWidth( nFormat, aSize.getX()),
+ PaletteMemorySharedVector(
+new std::vector 
basebmp::Color (aDevPal) ) );
+// wipe to copy everything.
+xMask-clear( basebmp::Color( 0x00, 0x00, 0x00 ) );
+
+// punch out another piece not to copy
+basegfx::B2DPolyPolygon aPoly;
+basegfx::tools::importFromSvgD( aPoly, m 2 2 h4 v8 h-4z,
+false, NULL );
+xMask-fillPolyPolygon( aPoly, basebmp::Color( 0xff, 0xff, 0xff ),
+DrawMode::Paint );
+
+xBitmap = createBitmapDevice( aSize, false,
+  Format::ThirtyTwoBitTcMaskBGRX,
+  
basebmp::getBitmapDeviceStrideForWidth(
+
Format::ThirtyTwoBitTcMaskBGRX, aSize.getX()) );
+xBitmap-clear(Color(0x80808080));
+}
+{ // mpOutput  mpBitmap
+const basegfx::B2ISize aSize(9, 9);
+xOutput = createBitmapDevice( aSize, false,
+  Format::ThirtyTwoBitTcMaskBGRX,
+  
basebmp::getBitmapDeviceStrideForWidth(
+
Format::ThirtyTwoBitTcMaskBGRX, aSize.getX()) );
+xOutput-clear(Color(0x));
+}
+
+const basegfx::B2IBox aSourceRect(0,0,4,4);
+const basegfx::B2IBox aDestAll(2,2,7,7);
+
+xOutput-drawMaskedBitmap(
+xBitmap, xMask,
+aSourceRect, aDestAll,
+DrawMode::Paint );
+
+CPPUNIT_ASSERT_MESSAGE( output not cleared to white,
+xOutput-getPixelData( basegfx::B2IPoint( 0, 0 
) ) == 0xff );
+CPPUNIT_ASSERT_MESSAGE( bitmap not drawn,
+xOutput-getPixelData( basegfx::B2IPoint( 2, 2 
) ) == 0x808080 );
+CPPUNIT_ASSERT_MESSAGE( mask not applied,
+xOutput-getPixelData( basegfx::B2IPoint( 6, 6 
) ) == 0xff );
+}
+
 // Change the following lines only, if you add, remove or rename
 // member functions of the current class,
 // because these macros are need by auto register mechanism.
 
 CPPUNIT_TEST_SUITE(BmpMaskTest);
+CPPUNIT_TEST(testMasking);
 CPPUNIT_TEST(testBmpBasics);
 CPPUNIT_TEST(testBmpClip);
 CPPUNIT_TEST_SUITE_END();
diff --git a/vcl/headless/svpvd.cxx b/vcl/headless/svpvd.cxx
index f720d18..1e4050a 100644
--- a/vcl/headless/svpvd.cxx
+++ b/vcl/headless/svpvd.cxx
@@ -76,8 +76,8 @@ bool SvpSalVirtualDevice::SetSizeUsingBuffer( long nNewDX, 
long nNewDY,
 if ( m_nBitCount == 1 )
 {
 

[Libreoffice-bugs] [Bug 45488] Impress FILEOPEN: fontart object incorrect in pptx presentation

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

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

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

Win 7 Pro 64-bit Version: 5.1.0.0.alpha1+
Build ID: 3ecef8cedb215e49237a11607197edc91639bfcd
TinderBox: Win-x86@62-merge-TDF, Branch:MASTER, Time: 2015-06-19_23:16:58
Locale: fi-FI (fi_FI)

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


[Libreoffice-bugs] [Bug 92203] REPORT BUILDER: save icon is not enable in spite of of modify report.

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

rob...@familiegrosskopf.de changed:

   What|Removed |Added

 CC||rob...@familiegrosskopf.de
 OS|All |Linux (All)

--- Comment #2 from rob...@familiegrosskopf.de ---
Save-button also disabled for Linux-rpm-systems:
Using OpenSUSE 13.2 64bit rpm.
Works with LO 4.4.4.2, fails with LO 5.0.0.0beta3

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


[Libreoffice-bugs] [Bug 52534] FILESAVE - Excel compatibility: file loads OK, but some formulas are corrupted when document is saved

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

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

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

--- Comment #5 from Beluga todven...@suomi24.fi ---
No corruption observed after saving as .xls in the mentioned lines.
Doesn't crash when saving to .ods

Does say this when saving to .xls:
The document contains more rows than supported in the selected format.
Additional rows were not saved.

Win 7 Pro 64-bit Version: 5.1.0.0.alpha1+
Build ID: 3ecef8cedb215e49237a11607197edc91639bfcd
TinderBox: Win-x86@62-merge-TDF, Branch:MASTER, Time: 2015-06-19_23:16:58
Locale: fi-FI (fi_FI)

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


[Libreoffice-bugs] [Bug 92204] WRITER: Japanese Character is not shown on Property Description Comment text box.

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

Yagi Kozo noha...@noharra.poo.gs changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #1 from Yagi Kozo noha...@noharra.poo.gs ---
I succeeded reproducing.
Tested using Windows7(64bit) with Libreoffice 5.0.0.0.beta3
Build ID: 96345c15d8ab19c49014f055fe41ba8e1f421e5c

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

2015-06-20 Thread László Németh
 svx/source/dialog/paraprev.cxx |2 +-
 vcl/source/window/tabpage.cxx  |4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 4715513dcbc15c4f32c158abb4997c94b7a30f34
Author: László Németh laszlo.nem...@collabora.com
Date:   Fri Jun 19 20:58:34 2015 +0200

fix tabpage rendering

Change-Id: I2448787c306a8a4ba531c0560e0435fefadb4dc8
Reviewed-on: https://gerrit.libreoffice.org/16379
Reviewed-by: Christian Lohmaier lohmaier+libreoff...@googlemail.com
Tested-by: Christian Lohmaier lohmaier+libreoff...@googlemail.com

diff --git a/svx/source/dialog/paraprev.cxx b/svx/source/dialog/paraprev.cxx
index 188e197..e68f61f 100644
--- a/svx/source/dialog/paraprev.cxx
+++ b/svx/source/dialog/paraprev.cxx
@@ -204,7 +204,7 @@ void SvxParaPrevWindow::DrawParagraph(vcl::RenderContext 
rRenderContext, bool b
 rRenderContext.DrawRect(Lines[i]);
 rRenderContext.SetFillColor(aFillCol);
 }
-DrawRect( aRect );
+rRenderContext.DrawRect( aRect );
 Lines[i] = aRect;
 }
 
diff --git a/vcl/source/window/tabpage.cxx b/vcl/source/window/tabpage.cxx
index 0f32675..24a48cad 100644
--- a/vcl/source/window/tabpage.cxx
+++ b/vcl/source/window/tabpage.cxx
@@ -126,7 +126,7 @@ void TabPage::DataChanged( const DataChangedEvent rDCEvt )
 }
 }
 
-void TabPage::Paint( vcl::RenderContext /*rRenderContext*/, const Rectangle )
+void TabPage::Paint( vcl::RenderContext rRenderContext, const Rectangle )
 {
 // draw native tabpage only inside tabcontrols, standalone tabpages look 
ugly (due to bad dialog design)
 if( IsNativeControlSupported(CTRL_TAB_BODY, PART_ENTIRE_CONTROL)  
GetParent()  (GetParent()-GetType() == WINDOW_TABCONTROL) )
@@ -143,7 +143,7 @@ void TabPage::Paint( vcl::RenderContext 
/*rRenderContext*/, const Rectangle )
 // pass the whole window region to NWF as the tab body might be a 
gradient or bitmap
 // that has to be scaled properly, clipping makes sure that we do not 
paint too much
 Rectangle aCtrlRegion( aPoint, GetOutputSizePixel() );
-DrawNativeControl( CTRL_TAB_BODY, part, aCtrlRegion, nState,
+rRenderContext.DrawNativeControl( CTRL_TAB_BODY, part, aCtrlRegion, 
nState,
 aControlValue, OUString() );
 }
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

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

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

   What|Removed |Added

Summary|LibO doesn't obey OS|LibO doesn’t obey OS
   |setting “only show the  |setting “only show the
   |accelerator underline when  |accelerator underline when
   |the Alt key is being|the Alt key is being
   |pressed”|pressed”
 Whiteboard|EasyHack SkillCpp   |easyHack skillCpp
   |DifficultyInteresting   |difficultyInteresting
   ||topicUI
   Severity|minor   |normal

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

2015-06-20 Thread Matteo Casalin
 sw/source/filter/html/wrthtml.cxx|   10 
 sw/source/filter/writer/wrtswtbl.cxx |   42 +++
 2 files changed, 24 insertions(+), 28 deletions(-)

New commits:
commit ee472a7ffe2e5fdc70dcd84f4434f66713229b7e
Author: Matteo Casalin matteo.casa...@yahoo.com
Date:   Sat Jun 20 12:12:35 2015 +0200

Use more proper integer types and range-based for loops

Change-Id: I61c8def25055f5621b4e239e24f8c5c09c2336b3

diff --git a/sw/source/filter/writer/wrtswtbl.cxx 
b/sw/source/filter/writer/wrtswtbl.cxx
index 9bc6304..1b2ca2f 100644
--- a/sw/source/filter/writer/wrtswtbl.cxx
+++ b/sw/source/filter/writer/wrtswtbl.cxx
@@ -115,11 +115,8 @@ long SwWriteTable::GetLineHeight( const SwTableLine *pLine 
)
 }
 
 const SwTableBoxes rBoxes = pLine-GetTabBoxes();
-sal_uInt16 nBoxes = rBoxes.size();
-
-for( sal_uInt16 nBox=0; nBoxnBoxes; nBox++ )
+for( auto pBox : rBoxes )
 {
-const SwTableBox* pBox = rBoxes[nBox];
 if( pBox-GetSttNd() )
 {
 if( nHeight  ROW_DFLT_HEIGHT )
@@ -203,7 +200,7 @@ void SwWriteTable::MergeBorders( const SvxBorderLine* 
pBorderLine,
 if( !bCollectBorderWidth )
 return;
 
-sal_uInt16 nOutWidth = pBorderLine-GetOutWidth();
+const sal_uInt16 nOutWidth = pBorderLine-GetOutWidth();
 if( bTable )
 {
 if( nOutWidth  (!nBorder || nOutWidth  nBorder) )
@@ -215,7 +212,7 @@ void SwWriteTable::MergeBorders( const SvxBorderLine* 
pBorderLine,
 nInnerBorder = nOutWidth;
 }
 
-sal_uInt16 nDist = pBorderLine-GetInWidth() ? pBorderLine-GetDistance()
+const sal_uInt16 nDist = pBorderLine-GetInWidth() ? 
pBorderLine-GetDistance()
 : 0;
 if( nDist  (!nCellSpacing || nDist  nCellSpacing) )
 nCellSpacing = nDist;
@@ -405,14 +402,14 @@ void SwWriteTable::CollectTableRowsCols( long nStartRPos,
sal_uInt16 nDepth )
 {
 bool bSubExpanded = false;
-sal_uInt16 nLines = rLines.size();
+const SwTableLines::size_type nLines = rLines.size();
 
 #if OSL_DEBUG_LEVEL  0
 sal_uInt32 nEndCPos = 0;
 #endif
 
 long nRPos = nStartRPos;
-for( sal_uInt16 nLine = 0; nLine  nLines; nLine++ )
+for( SwTableLines::size_type nLine = 0; nLine  nLines; ++nLine )
 {
 /*const*/ SwTableLine *pLine = rLines[nLine];
 
@@ -457,10 +454,10 @@ void SwWriteTable::CollectTableRowsCols( long nStartRPos,
 
 // If necessary insert a column for all boxes of the row
 const SwTableBoxes rBoxes = pLine-GetTabBoxes();
-sal_uInt16 nBoxes = rBoxes.size();
+const SwTableBoxes::size_type nBoxes = rBoxes.size();
 
 sal_uInt32 nCPos = nStartCPos;
-for( sal_uInt16 nBox=0; nBoxnBoxes; nBox++ )
+for( SwTableBoxes::size_type nBox=0; nBoxnBoxes; ++nBox )
 {
 const SwTableBox *pBox = rBoxes[nBox];
 
@@ -530,14 +527,14 @@ void SwWriteTable::FillTableRowsCols( long nStartRPos, 
sal_uInt16 nStartRow,
 sal_uInt16 nDepth,
 sal_uInt16 nNumOfHeaderRows )
 {
-sal_uInt16 nLines = rLines.size();
+const SwTableLines::size_type nLines = rLines.size();
 bool bSubExpanded = false;
 
 // Specifying the border
 long nRPos = nStartRPos;
 sal_uInt16 nRow = nStartRow;
 
-for( sal_uInt16 nLine = 0; nLine  nLines; nLine++ )
+for( SwTableLines::size_type nLine = 0; nLine  nLines; ++nLine )
 {
 const SwTableLine *pLine = rLines[nLine];
 
@@ -621,11 +618,11 @@ void SwWriteTable::FillTableRowsCols( long nStartRPos, 
sal_uInt16 nStartRow,
 pBrushItem = 0;
 }
 
-sal_uInt16 nBoxes = rBoxes.size();
+const SwTableBoxes::size_type nBoxes = rBoxes.size();
 sal_uInt32 nCPos = nStartCPos;
 sal_uInt16 nCol = nStartCol;
 
-for( sal_uInt16 nBox=0; nBoxnBoxes; nBox++ )
+for( SwTableBoxes::size_type nBox=0; nBoxnBoxes; ++nBox )
 {
 const SwTableBox *pBox = rBoxes[nBox];
 
@@ -779,12 +776,11 @@ SwWriteTable::SwWriteTable(const SwTable* pTable, const 
SwHTMLTableLayout *pLayo
 nCellSpacing = pLayoutInfo-GetCellSpacing();
 }
 
-sal_uInt16 nRow, nCol;
-sal_uInt16 nCols = pLayoutInfo-GetColCount();
-sal_uInt16 nRows = pLayoutInfo-GetRowCount();
+const sal_uInt16 nCols = pLayoutInfo-GetColCount();
+const sal_uInt16 nRows = pLayoutInfo-GetRowCount();
 
 // First set the table structure.
-for( nCol=0; nColnCols; nCol++ )
+for( sal_uInt16 nCol=0; nColnCols; ++nCol )
 {
 SwWriteTableCol *pCol =
 new SwWriteTableCol( (nCol+1)*COL_DFLT_WIDTH );
@@ -800,7 +796,7 @@ SwWriteTable::SwWriteTable(const SwTable* pTable, const 
SwHTMLTableLayout *pLayo
 aCols.insert( pCol );
 }
 
-for( nRow=0; nRownRows; nRow++ )
+for( sal_uInt16 nRow=0; nRownRows; ++nRow )
 

[Libreoffice-bugs] [Bug 72330] Upgrade from LibreOffice 3.5 to 4.x breaks iBus Input

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

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #3 from Beluga todven...@suomi24.fi ---
Apparently it worked in 4.3, but is again broken in 4.4, bug 91375

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


[Libreoffice-bugs] [Bug 92113] [l10n] Writer: Untranslatable strings Insert Rows Below, Insert Columns Right

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

--- Comment #2 from baffclan baffc...@yahoo.co.jp ---
Dup or Related to bug 91910?

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


[Libreoffice-bugs] [Bug 76675] VIEWING: sheet position shared between windows

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

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

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

--- Comment #3 from Beluga todven...@suomi24.fi ---
No problems with setting size or position independently. WFM.

Win 7 Pro 64-bit Version: 5.1.0.0.alpha1+
Build ID: 3ecef8cedb215e49237a11607197edc91639bfcd
TinderBox: Win-x86@62-merge-TDF, Branch:MASTER, Time: 2015-06-19_23:16:58
Locale: fi-FI (fi_FI)

Ubuntu 15.04 64-bit 
Version: 5.1.0.0.alpha1+
Build ID: 3ecef8cedb215e49237a11607197edc91639bfcd
TinderBox: Linux-rpm_deb-x86_64@46-TDF-dbg, Branch:master, Time:
2015-06-20_00:06:19
Locale: en-US (en_US.UTF-8)

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


[Libreoffice-bugs] [Bug 75499] [RTL] Scrollbar arrows are reversed in Calc

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

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

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

--- Comment #4 from Beluga todven...@suomi24.fi ---
No problem anymore, WFM.

Win 7 Pro 64-bit Version: 5.1.0.0.alpha1+
Build ID: 3ecef8cedb215e49237a11607197edc91639bfcd
TinderBox: Win-x86@62-merge-TDF, Branch:MASTER, Time: 2015-06-19_23:16:58
Locale: fi-FI (fi_FI)

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


[Libreoffice-bugs] [Bug 45210] In Weblayout FORMATTING of Table of Contents destroyed

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

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

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

--- Comment #8 from Beluga todven...@suomi24.fi ---
No problem anymore, WFM.

Win 7 Pro 64-bit Version: 5.1.0.0.alpha1+
Build ID: 3ecef8cedb215e49237a11607197edc91639bfcd
TinderBox: Win-x86@62-merge-TDF, Branch:MASTER, Time: 2015-06-19_23:16:58
Locale: fi-FI (fi_FI)

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


[Libreoffice-bugs] [Bug 92209] New: file sizes greater than 15000 words, have fewer words when transferred

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

Bug ID: 92209
   Summary: file sizes greater than 15000 words, have fewer words
when transferred
   Product: LibreOffice
   Version: unspecified
  Hardware: IA64 (Itanium)
OS: Mac OS X (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: klingma...@gmail.com

There is a 3 word difference when transferring a large file originating from
Microsoft Windows  7, Word 2003 to a Macbook Air , LibraOffice Writer 
environment.  The file sizes shown in WinSCP are identical in bytes, but the
word count after opening has a word count of 3 words less. Is this a quirk in
the formatting and there is no bug, and/or could you direct me to find these 3
missing words or prove that the files are identical?

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


[Libreoffice-bugs] [Bug 91310] [META] Fallout from VclPtr merge

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

Michael Meeks michael.me...@collabora.com changed:

   What|Removed |Added

 Depends on||92166

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


[Libreoffice-bugs] [Bug 76092] FORMATTING: Writer shows nested textboxes with text incorrectly formatted

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

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #3 from Beluga todven...@suomi24.fi ---
Confirmed mismatch with Word viewer.

Win 7 Pro 64-bit Version: 5.1.0.0.alpha1+
Build ID: 3ecef8cedb215e49237a11607197edc91639bfcd
TinderBox: Win-x86@62-merge-TDF, Branch:MASTER, Time: 2015-06-19_23:16:58
Locale: fi-FI (fi_FI)

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


[Libreoffice-bugs] [Bug 92166] Crash after exiting source code mode in Writer Web

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

Michael Meeks michael.me...@collabora.com changed:

   What|Removed |Added

 Blocks||91310
   Assignee|libreoffice-b...@lists.free |michael.me...@collabora.com
   |desktop.org |

--- Comment #3 from Michael Meeks michael.me...@collabora.com ---
Thanks - looks like a post-dispose silly =)

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


[Libreoffice-bugs] [Bug 92166] Crash after exiting source code mode in Writer Web

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

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

   What|Removed |Added

 CC||serval2...@yahoo.fr

--- Comment #2 from Julien Nabet serval2...@yahoo.fr ---
Created attachment 116671
  -- https://bugs.documentfoundation.org/attachment.cgi?id=116671action=edit
console+bt with debug symbols

On pc Debian x86-64 with master sources updated yesterday, I could reproduce
this.
I attached console logs and bt

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


[Libreoffice-bugs] [Bug 59886] FILESAVE as .docx: Date (fixed), Time (fixed) fields become static field name text

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

--- Comment #19 from tommy27 ba...@quipo.it ---
issue still reproducible under Win8.1 x64 using LibO 4.4.3.2
can anyone retest with 5.0.x to see if the patch really fixed 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-bugs] [Bug 70673] EDITING: More regression functions

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

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

   What|Removed |Added

 CC||jumbo4...@yahoo.fr
Version|4.1.2.3 release |Inherited From OOo
   Assignee|libreoffice-b...@lists.free |jumbo4...@yahoo.fr
   |desktop.org |

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


[Libreoffice-bugs] [Bug 92202] New: Template Focus can not import

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

Bug ID: 92202
   Summary: Template Focus can not import
   Product: LibreOffice
   Version: 5.0.0.0.beta3
  Hardware: x86-64 (AMD64)
OS: Mac OS X (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: machey.phx...@gmail.com

Created attachment 116673
  -- https://bugs.documentfoundation.org/attachment.cgi?id=116673action=edit
This is the results of open Focus Template

This is shown only on Mac OS X.
OS : Mac OS X 10.10.3
LibreOffice : Version 5.0 Beta 3

1) Show Start Center
2) Select Templates  Presentations  Focus
3) Presentation file opened is no Images.

On other environments,
The presentation file is open correctly.

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


[Libreoffice-bugs] [Bug 92203] REPORT BUILDER: save icon is not enable in spite of of modify report.

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

s...@netfort.gr.jp changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #1 from s...@netfort.gr.jp ---
I've reproduced this crashing with multiple environments.
- Linux 64bit (Ubuntu 15.04)
- Linux 32bit (debian weesy)

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


[Libreoffice-bugs] [Bug 92204] WRITER: Japanese Character is not shown on Property Description Comment text box.

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

--- Comment #2 from Christian Lohmaier cl...@documentfoundation.org ---
confirm on linux as well. 
Characters are shown while IME dialog is active, but once you commit, it is
white text on white background
Continue typing, and the already-typed text (as well as new text) is shown,
again until you commit new part, then text is white on white again.

Close and reopen the preference dialog and all text is shown. (if you add text,
then same effect again)

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


[Libreoffice-bugs] [Bug 91574] SLIDESHOW: presenter console not shown and focus remains on the secondary monitor

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

--- Comment #15 from Masui Masanori masanori840...@gmail.com ---
(In reply to tommy27 from comment #14)
 @Masui
 are you on a dual monitor setup?

@tommy27
no. I'm using only one monitor.

[Environment]
・PC: Mac mini 2012
・Monitor: PHL 224E5

-- 
You are receiving this mail because:
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: std::vector aFoo(3) type clang plugin request ? =)

2015-06-20 Thread Noel Grandin
Sounds reasonable. Note that parts of the db code reserved an entry at the
start of every row for something. I have it on my list if things to clean
up.
On Sat, 20 Jun 2015 at 11:15, Michael Meeks michael.me...@collabora.com
wrote:

 Hi Noel,

 So - another annoying clang plugin request ;-) I just fell over:

 https://bugs.documentfoundation.org/show_bug.cgi?id=92194

 where by 'fell' I mean several hours of debugging horrible template
 mess [ which is inevitably routinely going down the slow paths and we'd
 do way better to use pixman IMNSHO ;-]. Anyhow - at the bottom was this:

  std::vector basebmp::Color  aDevPal(2);
 -aDevPal.push_back( basebmp::Color( 0, 0, 0 ) );
 -aDevPal.push_back( basebmp::Color( 0xff, 0xff, 0xff ) );
 +aDevPal[0] = basebmp::Color( 0, 0, 0 );
 +aDevPal[1] = basebmp::Color( 0xff, 0xff, 0xff );

 Basically a mis-understanding of how std::vector works when you
 pre-allocate its size - these slots get some (default) contents - in
 this case the masks' 1  0 state were both default black ;-)

 Anyhow - I imagine there are a ton of these around the code-base;
 Tor
 did some quick greps and quickly found:

 mysqlc/source/mysqlc_databasemetadata.cxx:1080

 for (sal_uInt32 i = 0; i  2; i++) {
 if (m_rConnection.getMysqlVersion() = requiredVersion[i]) {
 std::vector Any  aRow(1);

  aRow.push_back(makeAny(mysqlc_sdbc_driver::convert(table_types[i],
 encoding)));

 and many other similar places in mysqlc

 sax/qa/cppunit/test_converter.cxx:667

 std::vector sal_Int8  tempSeq(4);
 for(sal_Int8 i = 0; i4; ++i)
 tempSeq.push_back(i);


 Which also looks highly suspicious =)

 And I was wondering ... could there be a clang plugin for that ? in
 general I think it's prolly a good swap to discard the use-case of
 someone wanting N default-initialized items at the front of a vector
 and always warn on it ;-)

 So I suppose the check would be for a size reservation on a vector
 followed by push_back - rather than some array indexing - does that make
 sense ? or did I go crazy ;-)

 Thanks,

 Michael.

 --
  michael.me...@collabora.com  , Pseudo Engineer, itinerant idiot

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

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


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

2015-06-20 Thread Christian Lohmaier
 configure.ac |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4d9824ad5fdab3a61552c4fa305617b123703d27
Author: Christian Lohmaier lohmaier+libreoff...@googlemail.com
Date:   Sat Jun 20 11:51:28 2015 +0200

bump product version to 5.0.0.1.0+

Change-Id: Ib5b546c9e6256a0ac547d17f7a6a27bcd3e6df80

diff --git a/configure.ac b/configure.ac
index eccb2e5..20b2d67 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.0.0.beta3+],[],[],[http://documentfoundation.org/])
+AC_INIT([LibreOffice],[5.0.0.1.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-commits] dictionaries.git: Changes to 'refs/tags/libreoffice-5.0.0.1'

2015-06-20 Thread Christian Lohmaier
Tag 'libreoffice-5.0.0.1' created by Christian Lohmaier 
lohmaier+libreoff...@googlemail.com at 2015-06-20 10:50 -0700

Tag libreoffice-5.0.0.1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABAgAGBQJVhTdUAAoJEPQ0oe+v7q6jA6AP/ia39uuU+Ag7GGgEFF6ORn2x
SPdFnTxibwpXzmStIaeIJdDNyxOiOp+whqVK/0VqbxUjVihrN16oB0baUG47Iq/J
Iu5oQ11SPTpIOnVwwb4fJOheJscUZeWrfUgYHUn0KgD91ALcxc1POQHVaJr+hrDw
zx0Ee2hw/I52jNDdEmKP2FCocJ0rguL59Yocr3BgHGn2x9Und0+zZu2ue+p5sJ+q
JWIVsiZF+jb/ZQVCESaKuR45Ibq7MjGlbW6MaQprN9M9/fNJCe4pxIyuzC3SgqUw
GkO3oFFVmh2q/BXRVfPIPuCvKz9Azif1c4DutjeGZqbuMxEWGhybKk+x+3mVzkKU
wtaJodzivXmgrag/+T5SDPmGxpb8CY+WSI8SzP/q0Bt7ZlI9tvyZ0ZzBhEify87+
iJTsAeC/G4+SPKaW1kO7ZXt2XLRnRhcuFPigc5V7MOFJJuCJ855959qkRRItaiz4
Sc/stvamyIU57Dl81pJWJMlACje5rNSvq9LvsobUeGT+5JX/lq+sPfg8IvP+ERTq
qE/Zmai5iBDmtesH51mVdfgf5B+DhXzwbkDcphUzXvjqvCYfazQiJ3GSt+7mXAio
Tb907jyq9w/gt1D2DW3kicLg26czwlLPjWvQpe+YtuJSPZkw98Ef2ygtVPe397c6
1PxdMB2FUGUMpAF3LwHK
=dgQ/
-END PGP SIGNATURE-

Changes since libreoffice-5-0-branch-point-3:
---
 0 files changed
---
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] help.git: Changes to 'refs/tags/libreoffice-5.0.0.1'

2015-06-20 Thread Christian Lohmaier
Tag 'libreoffice-5.0.0.1' created by Christian Lohmaier 
lohmaier+libreoff...@googlemail.com at 2015-06-20 10:50 -0700

Tag libreoffice-5.0.0.1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABAgAGBQJVhTdYAAoJEPQ0oe+v7q6jXuIP/Re30/F8E6XVuQUhxTi72Inh
QK/VWGdOy6gQOuCQg6mLAytskJN/fW5ELOFRBBZpjMjydN/hkKJL7xWayYxNzIv6
AoVZ7SqNJrujtBexKeyDDOYbZLgyLzfdIG9pDw3kpyM6tIDROXH0kre44GlgV/oZ
toy+kwtRyO1+OSd+S7SHwePt6Wr3EPOwPhXPCrLMedCfNk/eo4DI+yi0HzfG/Gwx
o8WrbxqYOCC50CCSnBIGmSNdMavcNt51H5ZE1R9YvwJN7CiD+OVHTrCQ1F3cbboH
vBkea7Ie1wvFAnsrQ4cZ/HZMxbmmo5hiqq29X0IIpG3e74raO9IHiJphLuIqLdNA
Gjh7rvwq27VJkYzy03xCdetxyGa2iMOtQAQOffE0M1WXEo5myEpR/1Ra6rKa51jn
yupBGEe7Y0lfs0xgRkvN7JYAS+5IwCQ3pdYgA2b4D5HxcbHPAm5SEmTrq/Cn0ZnD
roqzGyu5Mi66Ve0VVC2Ka3WjVk1H3XXaP1t8IWgO4/Tpy4OhKS+2n1pIf4ZypyZ+
APErH/E+/65I3TVcDvMQQD0akxWvdlXQoofTG8OvozQHZKcQ5OFWbmE0eS0jaukw
C1OfQIkhGQqo3K7YTR3CFGwckkPygKd46JmbFR80vVyJtQM7KdMQu1m0GFLrZ5ys
afQ5UPImFMlgoHWgHdNr
=T4NY
-END PGP SIGNATURE-

Changes since libreoffice-5-0-branch-point-7:
---
 0 files changed
---
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Changes to 'refs/tags/libreoffice-5.0.0.1'

2015-06-20 Thread Christian Lohmaier
Tag 'libreoffice-5.0.0.1' created by Christian Lohmaier 
lohmaier+libreoff...@googlemail.com at 2015-06-20 10:50 -0700

Tag libreoffice-5.0.0.1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABAgAGBQJVhTdhAAoJEPQ0oe+v7q6jRZoP/jSFOX/y/YkK8IDSTEMHkZxx
VQoH36Wdpf9qzE5DZpQ6jC7JLho/fzNTNNedvrxSU9OUeX4htj1q5v+/SJahiaB+
iZzPb0Q0OUT4cw64KnILTEn4FVAFgNtZaU8OpYwY4z/+zioLMqR9eEMZKsdTAVYg
IWkR/MKrKWq4pHy0ObK2LeV6OKjCztpdfNH0TkvfqHGruuLpBcfBt+HkRiojiGQl
j+DvG92BR5MuTdME8InXOCVUaj1WUtBUA8ZQY4gxqdB8Yvob2PUACCptBf/gT09U
cQU+psn/q6ewuBJjCqvM4020pXPV1QxbQCI/NAp9gxHZ1bdYndC/Mif23rvlXD8q
1z2U846lO1JwLH77+lmAqIO9iJmSqmlpRvJkQYoWrx9FeplsYOLr9BfTNPh+tiHN
q9EbG+OzQZk6XzgewfQsKdndoYtTntUTwTQIxnbghGV94EtnfdiuDy5b39bbFYv1
R8kTEWouLuEw+/wnhsHYOYW0Rf+UPkrSW7T1+JunqZb+6C6qn7IRRvCctQPwUyo0
JJnv5q10Ml/V/AmCAaUKbbxeq1TWm5nlOVJ2UEK6VqJ+0R+eF/8MyDiiR6CNuVCQ
t4loVUWoV7GWwMnCMSR//WP/VAQ0fV+3Xv8ANqcPqliiy6WvWdOkUoG0ophESODi
oupE79tL7y5DCDsQaTfZ
=EXMM
-END PGP SIGNATURE-

Changes since cp-5.0-branch-point-288:
---
 0 files changed
---
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] translations.git: Changes to 'refs/tags/libreoffice-5.0.0.1'

2015-06-20 Thread Christian Lohmaier
Tag 'libreoffice-5.0.0.1' created by Christian Lohmaier 
lohmaier+libreoff...@googlemail.com at 2015-06-20 10:50 -0700

Tag libreoffice-5.0.0.1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABAgAGBQJVhTdbAAoJEPQ0oe+v7q6j9JQQAJbfaCU/VijnCa/4A4BwiSK/
KY5kVSax9npMU9vrTAZQfrJXQlYcjp5wiowgyaYjmMnaxJmgJpDcVBc+8gdG14eg
A/kU+aQzkesCoxTRMCSuVCHTOS47Bj/i28x3XLHiIOa9yKnpxkaOd46ei7LsTw4R
P/XfwA+MAfM9Cv68aRNu8xWUvhTmAfIWaUB44QvrfleLbSKX0xpLodVA15ZSgGRx
gBxyRWRDBVAbSvKN7gcQNfHWpz7zIUOe+coo0oemmhfAlCUFP64zLCsUpK4R/T69
mvkfIjqEi9cfJnzmnnW7XVwinde9ipRw1JYWi9wnwGM46XqOTQsuifoeoB02XNcU
DvEe9eKWSC2L/G3HHx48p1WSWvDctsCBre9Rcn1WsHB+PPoZUCWgCxzSEU/e4KwK
L6P5fsUOxcizWMymMhIYzvRWSQzqpZhJmEoBJh3sAJLfjX3HlZ7KHi3ZTErPo5dM
fs1dVkaxoocS/EpwySdbP/GijJ5i2H/IQGohdaLVYN5CPfnzJKUSoFDvjeK9uu89
v+u5GX++YblDNV95JqYNC3VhZPw2Kt1gLw8q9Wv8uR1ElJlQCcd0/qPe3w9Vq8r5
JfaI/RGYplLxogrl4dr+Ljf7OzG4XkzdWyi0LpK7/oTty7nWyhXZd9qvseXuwjf1
A1PorqTecoNRIygBjiE5
=MLli
-END PGP SIGNATURE-

Changes since libreoffice-5-0-branch-point-12:
---
 0 files changed
---
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 48703] FILESAVE: Save AS dialog expands off screen

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

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

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

--- Comment #8 from Beluga todven...@suomi24.fi ---
Set screen to 800x600.
No problem with the save dialog.

Ubuntu 15.04 64-bit 
Version: 5.1.0.0.alpha1+
Build ID: 3ecef8cedb215e49237a11607197edc91639bfcd
TinderBox: Linux-rpm_deb-x86_64@46-TDF-dbg, Branch:master, Time:
2015-06-20_00:06:19
Locale: en-US (en_US.UTF-8)

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


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

2015-06-20 Thread Matthias Freund
 icon-themes/sifr/cmd/lc_presentation.png |binary
 icon-themes/sifr/cmd/lc_presentationcurrentslide.png |binary
 icon-themes/sifr/cmd/sc_presentation.png |binary
 icon-themes/sifr/cmd/sc_presentationcurrentslide.png |binary
 4 files changed

New commits:
commit ec2549026ddf5ff8b5e1f5949a9adc537df23cdf
Author: Matthias Freund matti...@secure.mailbox.org
Date:   Sat Jun 20 00:08:05 2015 +0200

tdf#75256 Sifr - New icon presentationcurrentslide and modify 
presentation

Presentationscurrentslide with a pause-play button and i add a play symbol 
to
the presentation icon (like the one in tango, galaxy e.g.)

Change-Id: If3ee81a7811a545a4251d1d1b2827e477b5034a5
Reviewed-on: https://gerrit.libreoffice.org/16383
Reviewed-by: Adolfo Jayme Barrientos fit...@ubuntu.com
Tested-by: Adolfo Jayme Barrientos fit...@ubuntu.com
(cherry picked from commit 0c5e51bb8c4406d5deb15f22eb7a5271c8f7846d)
Signed-off-by: Adolfo Jayme Barrientos fit...@ubuntu.com

diff --git a/icon-themes/sifr/cmd/lc_presentation.png 
b/icon-themes/sifr/cmd/lc_presentation.png
index 2f99eaa..d7e2de9 100644
Binary files a/icon-themes/sifr/cmd/lc_presentation.png and 
b/icon-themes/sifr/cmd/lc_presentation.png differ
diff --git a/icon-themes/sifr/cmd/lc_presentationcurrentslide.png 
b/icon-themes/sifr/cmd/lc_presentationcurrentslide.png
new file mode 100644
index 000..5772daf
Binary files /dev/null and 
b/icon-themes/sifr/cmd/lc_presentationcurrentslide.png differ
diff --git a/icon-themes/sifr/cmd/sc_presentation.png 
b/icon-themes/sifr/cmd/sc_presentation.png
index 2ba0398..0629d57 100644
Binary files a/icon-themes/sifr/cmd/sc_presentation.png and 
b/icon-themes/sifr/cmd/sc_presentation.png differ
diff --git a/icon-themes/sifr/cmd/sc_presentationcurrentslide.png 
b/icon-themes/sifr/cmd/sc_presentationcurrentslide.png
new file mode 100644
index 000..4df7d05
Binary files /dev/null and 
b/icon-themes/sifr/cmd/sc_presentationcurrentslide.png differ
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 92189] cannot copy and paste writer anything!

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

--- Comment #4 from Julien Nabet serval2...@yahoo.fr ---
Just wonder why there's not a special bugtracker in Collabora (like Linux
distrib).
After all, LO is from TDF not Collabora (even if it's a sponsor), this one
sells their LO package, they should deal with their bugs.
If pure LO bug, should create a specific bug here.
Did I miss something?

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


[Libreoffice-bugs] [Bug 91380] Floating toolboxes don’t have title bars (Animation, 3D Effects, Color Replacer, Elements)

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

Andras Timar tima...@gmail.com changed:

   What|Removed |Added

 CC||caol...@redhat.com,
   ||tima...@gmail.com

--- Comment #12 from Andras Timar tima...@gmail.com ---
It is related to .ui conversion of docking windows. i.e. before conversion it
was OK, after it there is no titlebar on Windows. I tested with:

0ef2fa8 convert RID_SVXDLG_BMPMASK dockingwindow to .ui

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


[Libreoffice-bugs] [Bug 92201] New: Crashes on opening .xlsx file but only on new 13 Macbook Pro retina

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

Bug ID: 92201
   Summary: Crashes on opening .xlsx file but only on new 13
Macbook Pro retina
   Product: LibreOffice
   Version: unspecified
  Hardware: x86-64 (AMD64)
OS: Mac OS X (All)
Status: UNCONFIRMED
  Severity: blocker
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: barry.dw...@me.com

Created attachment 116672
  -- https://bugs.documentfoundation.org/attachment.cgi?id=116672action=edit
An .xlsx file that causes trouble.

LibreOffice-from-Collabora (Version: 4.3-6
Build ID: 5a33bf649b3311effbcfba86607a06c8c57514da) crashes when I try to open
an .xlsx file (attached) that was created using LibreOffice Version: 4.3.7.2
Build ID: 8a35821d8636a03b8bf4e15b48f59794652c68ba.  

This only happens on my new 13 Macbook Pro Retina.  There is no problem
opening such files when I use my iMac or when I use LibreOffice Vanilla
(Version: 4.4.4.2
Build ID: 323549d66ffd3888c6a5058f7f6c9f0a279e0d3f) on either machine.

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


[Libreoffice-bugs] [Bug 78472] EDITING: Can not get visible selection button in freeze column with data validation while horizontal sheet scrolling

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

--- Comment #3 from Denis denis.polkovni...@gmail.com ---
The bug is present. Version of LibreOffice is 4.4.3.2. Operating system is
Ubuntu 15.04. There is no any changes I see in the bug behavior.

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


[Libreoffice-bugs] [Bug 92171] UX: Common sidebar experience for LibO Math

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

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #4 from Beluga todven...@suomi24.fi ---
I guess this can be set to NEW, then.

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


[Libreoffice-ux-advise] [Bug 92171] UX: Common sidebar experience for LibO Math

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

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #4 from Beluga todven...@suomi24.fi ---
I guess this can be set to NEW, then.

-- 
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


std::vector aFoo(3) type clang plugin request ? =)

2015-06-20 Thread Michael Meeks
Hi Noel,

So - another annoying clang plugin request ;-) I just fell over:

https://bugs.documentfoundation.org/show_bug.cgi?id=92194

where by 'fell' I mean several hours of debugging horrible template
mess [ which is inevitably routinely going down the slow paths and we'd
do way better to use pixman IMNSHO ;-]. Anyhow - at the bottom was this:

 std::vector basebmp::Color  aDevPal(2);
-aDevPal.push_back( basebmp::Color( 0, 0, 0 ) );
-aDevPal.push_back( basebmp::Color( 0xff, 0xff, 0xff ) );
+aDevPal[0] = basebmp::Color( 0, 0, 0 );
+aDevPal[1] = basebmp::Color( 0xff, 0xff, 0xff );

Basically a mis-understanding of how std::vector works when you
pre-allocate its size - these slots get some (default) contents - in
this case the masks' 1  0 state were both default black ;-)

Anyhow - I imagine there are a ton of these around the code-base; Tor
did some quick greps and quickly found:

mysqlc/source/mysqlc_databasemetadata.cxx:1080

for (sal_uInt32 i = 0; i  2; i++) {
if (m_rConnection.getMysqlVersion() = requiredVersion[i]) {
std::vector Any  aRow(1);
 aRow.push_back(makeAny(mysqlc_sdbc_driver::convert(table_types[i], 
encoding)));

and many other similar places in mysqlc

sax/qa/cppunit/test_converter.cxx:667

std::vector sal_Int8  tempSeq(4);
for(sal_Int8 i = 0; i4; ++i)
tempSeq.push_back(i);


Which also looks highly suspicious =)

And I was wondering ... could there be a clang plugin for that ? in
general I think it's prolly a good swap to discard the use-case of
someone wanting N default-initialized items at the front of a vector
and always warn on it ;-)

So I suppose the check would be for a size reservation on a vector
followed by push_back - rather than some array indexing - does that make
sense ? or did I go crazy ;-)

Thanks,

Michael.

-- 
 michael.me...@collabora.com  , Pseudo Engineer, itinerant idiot

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


[Libreoffice-bugs] [Bug 68021] EDITING: Incorrect display of russian symbols and Delta symbol in a formula

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

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

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

Win 7 Pro 64-bit Version: 5.1.0.0.alpha1+
Build ID: 3ecef8cedb215e49237a11607197edc91639bfcd
TinderBox: Win-x86@62-merge-TDF, Branch:MASTER, Time: 2015-06-19_23:16:58
Locale: fi-FI (fi_FI)

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


[Libreoffice-bugs] [Bug 64553] when I save my drawings on Writer with Word2007/Word2010 format doesn't show its

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

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

 Status|NEW |NEEDINFO
 CC||todven...@suomi24.fi

--- Comment #3 from Beluga todven...@suomi24.fi ---
Is this still a problem in 4.4.4?
If yes, please attach your original .odt document that exhibits this problem.

Set to NEEDINFO.
Change back to UNCONFIRMED, if the problem persists. Change to RESOLVED
WORKSFORME, if the problem went away.

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


[Libreoffice-bugs] [Bug 73304] Other: Document Events not stored when defined through SDK

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

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

 Status|NEW |NEEDINFO
 CC||todven...@suomi24.fi

--- Comment #2 from Beluga todven...@suomi24.fi ---
Never confirmed by QA.
Is this still a problem in 4.4?

Set to NEEDINFO.
Change back to UNCONFIRMED, if the problem persists. Change to RESOLVED
WORKSFORME, if the problem went away.

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


[Libreoffice-bugs] [Bug 92202] Template Focus can not import

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

Tomofumi Yagi ya...@mknada.sakura.ne.jp changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #1 from Tomofumi Yagi ya...@mknada.sakura.ne.jp ---
I have reproduced on OS X Yosemite(10.10.3)  Version 5.0.0.0.beta3
Build ID: 96345c15d8ab19c49014f055fe41ba8e1f421e5c
Locale: ja-JP (ja.UTF-8)

Status - new

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


[Libreoffice-bugs] [Bug 92206] New: EDITING Transparent text background goes white when cursor placed into a text box

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

Bug ID: 92206
   Summary: EDITING Transparent text background goes white when
cursor placed into a text box
   Product: LibreOffice
   Version: 5.1.0.0.alpha0+ Master
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: katarina.behr...@cib.de

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

To reproduce:

1. Open attached document
2. Click into 1st text box (This text doesn't have white background) to start
editing text

= text background goes white (it is actually meant to be transparent) ... it
goes transparent again when you click outside of the box

3. Now click into 2nd box (This text has yellow background)

= no such thing happens, background stays yellow

This affect not only user-defined text boxes, but also e.g. slide titles
because the text there has transparent background by default

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


[Libreoffice-bugs] [Bug 70504] EDITING: When I search for non-italic text, Writer finds italic text so

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

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

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

--- Comment #6 from Beluga todven...@suomi24.fi ---
If I set Format in the Find field to Regular (Not italic), it doesn't find an
italic formatted x.
Closing as WFM.

Win 7 Pro 64-bit Version: 5.1.0.0.alpha1+
Build ID: 3ecef8cedb215e49237a11607197edc91639bfcd
TinderBox: Win-x86@62-merge-TDF, Branch:MASTER, Time: 2015-06-19_23:16:58
Locale: fi-FI (fi_FI)

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


[Libreoffice-bugs] [Bug 92208] New: The selection of chart type 'Lines only' is not respected.

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

Bug ID: 92208
   Summary: The selection of chart type 'Lines only' is not
respected.
   Product: LibreOffice
   Version: 4.3.7.2 release
  Hardware: x86 (IA32)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: libreoff...@wilton2bj.co.uk

If 'Lines only' is selected for a chart the format changes, correctly, but when
the application is re-opened the type has always been re-set to 'Points and
lines'.

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


[Libreoffice-bugs] [Bug 73214] FILESAVE: DOCX frame dashed outline not exported correctly

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

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

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

--- Comment #4 from Beluga todven...@suomi24.fi ---
Saved in LibO, Word viewer shows dashes ok. WFM.

Win 7 Pro 64-bit Version: 5.1.0.0.alpha1+
Build ID: 3ecef8cedb215e49237a11607197edc91639bfcd
TinderBox: Win-x86@62-merge-TDF, Branch:MASTER, Time: 2015-06-19_23:16:58
Locale: fi-FI (fi_FI)

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


[Libreoffice-bugs] [Bug 55571] ACCESSIBILITY: Tracking bug for important issues related to the Mac OS X Accessibility API

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

Bug 74470 Summary: ACCESSIBILITY: OS X the Format Paragraph dialog causes 
VoiceOver to go into a crash loop when open
https://bugs.documentfoundation.org/show_bug.cgi?id=74470

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 74470] ACCESSIBILITY: OS X the Format Paragraph dialog causes VoiceOver to go into a crash loop when open

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

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

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

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


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

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


[Libreoffice-bugs] [Bug 72408] ACCESSIBILITY: Text areas in LibreOffice dialogs makes VoiceOver restart it self over and over

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

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

 CC||marcoz...@fastmail.fm

--- Comment #9 from Beluga todven...@suomi24.fi ---
*** Bug 74470 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 92161] GBK encoded Chinese text can't be read

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

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

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||caol...@redhat.com,
   ||serval2...@yahoo.fr
 Ever confirmed|0   |1

--- Comment #2 from Julien Nabet serval2...@yahoo.fr ---
On pc Debian x86-64 with master sources updated yesterday, I could reproduce
this.

I noticed this on console:
warn:legacy.osl:3197:1:sw/source/filter/ascii/parasc.cxx:265: Autodetect of
text import without nag dialog must have failed
warn:vcl:3197:1:vcl/generic/fontmanager/fontconfig.cxx:863: In glyph fallback
throwing away the language property of hi because the detected script for
'0xc7e' is Telugu and that language doesn't make sense. Autodetecting instead.

Caolan: one for you? (vcl + language/font detection)

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


[Libreoffice-bugs] [Bug 92203] New: REPORT BUILDER: save icon is not enable in spite of of modify report.

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

Bug ID: 92203
   Summary: REPORT BUILDER: save icon is not enable in spite of
of modify report.
   Product: LibreOffice
   Version: 5.0.0.0.beta3
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Base
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: souichi...@gmail.com

Created attachment 116674
  -- https://bugs.documentfoundation.org/attachment.cgi?id=116674action=edit
visually description of this bug.

Hi.

After modify report on LibreOffice BASE Report builder, Save icon is not
enable.
But File  Save button enable.

attachment is visually description of this bug.

OS : Debian Linux Jessie x64
Desktop : MATE
Version: 5.0.0.0.beta3+
Build ID: 6889dd9477e7049a7249e89725244dcc9355fc9c
TinderBox: Linux-rpm_deb-x86_64@46-TDF, Branch:libreoffice-5-0, Time:
2015-06-19_23:27:42
(6/19 daily build)


Regards,
Sawakaze

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


[Libreoffice-bugs] [Bug 92200] CRASH: When close application after Check for Updates.

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

HotaruMaru do1...@yahoo.co.jp changed:

   What|Removed |Added

 OS|All |other

--- Comment #2 from HotaruMaru do1...@yahoo.co.jp ---
Not CRASHING: When close application after Check for Updates

I have confirmed run without problems

OS : windows8.2(64bit)

LibreOfficeVersion: 5.0.0.0.beta3
Build ID: 96345c15d8ab19c49014f055fe41ba8e1f421e5c
Locale: ja-JP (ja_JP)

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


[Libreoffice-bugs] [Bug 92204] New: WRITER: Japanese Character is not shown on Property Description Comment text box.

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

Bug ID: 92204
   Summary: WRITER: Japanese Character is not shown on Property 
Description Comment text box.
   Product: LibreOffice
   Version: 5.0.0.0.beta3
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: souichi...@gmail.com

Created attachment 116675
  -- https://bugs.documentfoundation.org/attachment.cgi?id=116675action=edit
Description of Comments text box

Hi,

After following step, character is not shown text box.
(1) open Writer.
(2) File  Properties
(3) Press Description tab
(4) input Japanese character to Comments text box (Attachment is Comment text
box capture).
-- not shown Japanese Character...

info. alphabet is shown.

env..
OS : Debian Linux Jessie

LibreOffice Version: 5.0.0.0.beta3+
Build ID: 6889dd9477e7049a7249e89725244dcc9355fc9c
TinderBox: Linux-rpm_deb-x86_64@46-TDF, Branch:libreoffice-5-0, Time:
2015-06-19_23:27:42
Locale: ja-JP (ja_JP.UTF-8)

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


[Libreoffice-bugs] [Bug 92194] headless renderer not doing mask based clipping ...

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

Commit Notification libreoffice-comm...@lists.freedesktop.org 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 92194] headless renderer not doing mask based clipping ...

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

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

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

tdf#92194 - fix headless masking operations in vcl.

It will be available in 5.1.0.

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

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


[Libreoffice-bugs] [Bug 92205] New: font style/size combo-box doesn`t disapear when I switch to another window

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

Bug ID: 92205
   Summary: font style/size combo-box doesn`t disapear when I
switch to another window
   Product: LibreOffice
   Version: unspecified
  Hardware: x86 (IA32)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: virgil...@gmail.com

Created attachment 116676
  -- https://bugs.documentfoundation.org/attachment.cgi?id=116676action=edit
this is the combo-box for size.

If I open a combo-box (font size/font) and then I alt-tab to another window I
it doesn`t disapear.  Beside that, I can still make my decision wich is
commited.

-- 
You are receiving this mail because:
You 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: basebmp/test vcl/headless

2015-06-20 Thread Michael Meeks
 basebmp/test/bmpmasktest.cxx |   66 +--
 vcl/headless/svpvd.cxx   |4 +-
 2 files changed, 66 insertions(+), 4 deletions(-)

New commits:
commit b1b8419d34379dcca31e85ca78957fcf1656b178
Author: Michael Meeks michael.me...@collabora.com
Date:   Fri Jun 19 17:42:03 2015 +0100

tdf#92194 - fix headless masking operations in vcl.

These were causing horrible rendering artifacts for all manner of
headless rendering across Android  Online.

A very simple fix in vcl, plus a set of tests.

Change-Id: Ib261c0ea29d79ee6415e164c0b9b098efb52458b

diff --git a/basebmp/test/bmpmasktest.cxx b/basebmp/test/bmpmasktest.cxx
index f123823..4b64307 100644
--- a/basebmp/test/bmpmasktest.cxx
+++ b/basebmp/test/bmpmasktest.cxx
@@ -17,8 +17,6 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-// autogenerated file with codegen.pl
-
 #include cppunit/TestAssert.h
 #include cppunit/TestFixture.h
 #include cppunit/extensions/HelperMacros.h
@@ -142,6 +140,7 @@ public:
 
 void testBmpBasics()
 {
+// mpDevice1bpp has a black rect. 0x0 - 6x10
 implTestBmpBasics( mpDevice1bpp, mpBmp1bpp );
 implTestBmpBasics( mpDevice32bpp, mpBmp32bpp );
 }
@@ -152,11 +151,74 @@ public:
 implTestBmpScaledClip( mpDevice32bpp, mpBmp32bpp );
 }
 
+void testMasking()
+{
+BitmapDeviceSharedPtr xOutput;
+BitmapDeviceSharedPtr xBitmap;
+BitmapDeviceSharedPtr xMask;
+
+{ // mpMask  mpBitmap
+const basegfx::B2ISize aSize(5, 5);
+std::vector basebmp::Color  aDevPal;
+aDevPal.push_back( basebmp::Color( 0, 0, 0 ) );
+aDevPal.push_back( basebmp::Color( 0xff, 0xff, 0xff ) );
+
+basebmp::Format nFormat;
+
+nFormat = Format::OneBitMsbPal;
+//nFormat = Format::OneBitMsbGrey; // FIXME - un-comment me to 
crash hard.
+xMask = createBitmapDevice( aSize, false /* bTopDown */,
+nFormat,
+ 
basebmp::getBitmapDeviceStrideForWidth( nFormat, aSize.getX()),
+ PaletteMemorySharedVector(
+new std::vector 
basebmp::Color (aDevPal) ) );
+// wipe to copy everything.
+xMask-clear( basebmp::Color( 0x00, 0x00, 0x00 ) );
+
+// punch out another piece not to copy
+basegfx::B2DPolyPolygon aPoly;
+basegfx::tools::importFromSvgD( aPoly, m 2 2 h4 v8 h-4z,
+false, NULL );
+xMask-fillPolyPolygon( aPoly, basebmp::Color( 0xff, 0xff, 0xff ),
+DrawMode::Paint );
+
+xBitmap = createBitmapDevice( aSize, false,
+  Format::ThirtyTwoBitTcMaskBGRX,
+  
basebmp::getBitmapDeviceStrideForWidth(
+
Format::ThirtyTwoBitTcMaskBGRX, aSize.getX()) );
+xBitmap-clear(Color(0x80808080));
+}
+{ // mpOutput  mpBitmap
+const basegfx::B2ISize aSize(9, 9);
+xOutput = createBitmapDevice( aSize, false,
+  Format::ThirtyTwoBitTcMaskBGRX,
+  
basebmp::getBitmapDeviceStrideForWidth(
+
Format::ThirtyTwoBitTcMaskBGRX, aSize.getX()) );
+xOutput-clear(Color(0x));
+}
+
+const basegfx::B2IBox aSourceRect(0,0,4,4);
+const basegfx::B2IBox aDestAll(2,2,7,7);
+
+xOutput-drawMaskedBitmap(
+xBitmap, xMask,
+aSourceRect, aDestAll,
+DrawMode::Paint );
+
+CPPUNIT_ASSERT_MESSAGE( output not cleared to white,
+xOutput-getPixelData( basegfx::B2IPoint( 0, 0 
) ) == 0xff );
+CPPUNIT_ASSERT_MESSAGE( bitmap not drawn,
+xOutput-getPixelData( basegfx::B2IPoint( 2, 2 
) ) == 0x808080 );
+CPPUNIT_ASSERT_MESSAGE( mask not applied,
+xOutput-getPixelData( basegfx::B2IPoint( 6, 6 
) ) == 0xff );
+}
+
 // Change the following lines only, if you add, remove or rename
 // member functions of the current class,
 // because these macros are need by auto register mechanism.
 
 CPPUNIT_TEST_SUITE(BmpMaskTest);
+CPPUNIT_TEST(testMasking);
 CPPUNIT_TEST(testBmpBasics);
 CPPUNIT_TEST(testBmpClip);
 CPPUNIT_TEST_SUITE_END();
diff --git a/vcl/headless/svpvd.cxx b/vcl/headless/svpvd.cxx
index ddd2657..4ed3fc5 100644
--- a/vcl/headless/svpvd.cxx
+++ b/vcl/headless/svpvd.cxx
@@ -74,8 +74,8 @@ bool SvpSalVirtualDevice::SetSizeUsingBuffer( long nNewDX, 
long nNewDY,
 if ( m_nBitCount == 1 )
 {
 

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

2015-06-20 Thread László Németh
 sw/source/ui/chrdlg/drpcps.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit cc78917935f976ec243a0cd47418d05c9254ee76
Author: László Németh laszlo.nem...@collabora.com
Date:   Fri Jun 19 21:22:27 2015 +0200

fix DropCap preview rendering

Change-Id: I15ccbfe5df8965f9ffb395343fcf6a5ee5b6595b
Reviewed-on: https://gerrit.libreoffice.org/16380
Tested-by: Jenkins c...@libreoffice.org
Reviewed-by: Christian Lohmaier lohmaier+libreoff...@googlemail.com

diff --git a/sw/source/ui/chrdlg/drpcps.cxx b/sw/source/ui/chrdlg/drpcps.cxx
index 2401be7..a7f4c1a 100644
--- a/sw/source/ui/chrdlg/drpcps.cxx
+++ b/sw/source/ui/chrdlg/drpcps.cxx
@@ -355,7 +355,7 @@ void SwDropCapsPict::Paint(vcl::RenderContext 
rRenderContext, const Rectangle
 
 Size aOutputSizePixel(rRenderContext.GetOutputSizePixel());
 
-DrawRect(Rectangle(Point(0, 0), aOutputSizePixel));
+rRenderContext.DrawRect(Rectangle(Point(0, 0), aOutputSizePixel));
 rRenderContext.SetClipRegion(vcl::Region(Rectangle(Point(BORDER, BORDER),

Size(aOutputSizePixel.Width () - 2 * BORDER,
 
aOutputSizePixel.Height() - 2 * BORDER;
___
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' - translations

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

New commits:
commit 2b6a40641905babf09713993884f292091a88def
Author: Christian Lohmaier lohmaier+libreoff...@googlemail.com
Date:   Sat Jun 20 10:08:22 2015 +0200

Updated core
Project: translations  fb65a48c039745843723db64e25cb9607f0548a0

update translations for 5.0.0 rc1

and force-fix errors using pocheck

Change-Id: I1f09ceabe8312894b1621a68274832ee6e2f

diff --git a/translations b/translations
index 0908a57..fb65a48 16
--- a/translations
+++ b/translations
@@ -1 +1 @@
-Subproject commit 0908a57d3f1e4695d320127de6e4f5899804c94c
+Subproject commit fb65a48c039745843723db64e25cb9607f0548a0
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: icon-themes/sifr

2015-06-20 Thread Matthias Freund
 icon-themes/sifr/cmd/lc_presentation.png |binary
 icon-themes/sifr/cmd/lc_presentationcurrentslide.png |binary
 icon-themes/sifr/cmd/sc_presentation.png |binary
 icon-themes/sifr/cmd/sc_presentationcurrentslide.png |binary
 4 files changed

New commits:
commit 0c5e51bb8c4406d5deb15f22eb7a5271c8f7846d
Author: Matthias Freund matti...@secure.mailbox.org
Date:   Sat Jun 20 00:08:05 2015 +0200

tdf#75256 Sifr - New icon presentationcurrentslide and modify 
presentation

Presentationscurrentslide with a pause-play button and i add a play symbol 
to
the presentation icon (like the one in tango, galaxy e.g.)

Change-Id: If3ee81a7811a545a4251d1d1b2827e477b5034a5
Reviewed-on: https://gerrit.libreoffice.org/16383
Reviewed-by: Adolfo Jayme Barrientos fit...@ubuntu.com
Tested-by: Adolfo Jayme Barrientos fit...@ubuntu.com

diff --git a/icon-themes/sifr/cmd/lc_presentation.png 
b/icon-themes/sifr/cmd/lc_presentation.png
index 2f99eaa..d7e2de9 100644
Binary files a/icon-themes/sifr/cmd/lc_presentation.png and 
b/icon-themes/sifr/cmd/lc_presentation.png differ
diff --git a/icon-themes/sifr/cmd/lc_presentationcurrentslide.png 
b/icon-themes/sifr/cmd/lc_presentationcurrentslide.png
new file mode 100644
index 000..5772daf
Binary files /dev/null and 
b/icon-themes/sifr/cmd/lc_presentationcurrentslide.png differ
diff --git a/icon-themes/sifr/cmd/sc_presentation.png 
b/icon-themes/sifr/cmd/sc_presentation.png
index 2ba0398..0629d57 100644
Binary files a/icon-themes/sifr/cmd/sc_presentation.png and 
b/icon-themes/sifr/cmd/sc_presentation.png differ
diff --git a/icon-themes/sifr/cmd/sc_presentationcurrentslide.png 
b/icon-themes/sifr/cmd/sc_presentationcurrentslide.png
new file mode 100644
index 000..4df7d05
Binary files /dev/null and 
b/icon-themes/sifr/cmd/sc_presentationcurrentslide.png differ
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 92136] 'Styles and Formatting'/Sidebar is empty with Formula bar

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

--- Comment #3 from baffclan baffc...@yahoo.co.jp ---
(In reply to Jean-Baptiste Faure from comment #2)
 Not sure if this behaviour is really a defect. I can't imagine a use-case in
 which we need Styles and Formatting tab when typing in the formula bar.
I think so too.

I tried the other toolbar.
Most of the icons is gray out. not active.
however icons/sidebar is not gray-out. it is active.

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


[Libreoffice-bugs] [Bug 75605] 4.2.1 double line cell borders print center line

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

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

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

--- Comment #10 from Beluga todven...@suomi24.fi ---
Printed to PDF ok, WFM.

Win 7 Pro 64-bit Version: 5.1.0.0.alpha1+
Build ID: 3ecef8cedb215e49237a11607197edc91639bfcd
TinderBox: Win-x86@62-merge-TDF, Branch:MASTER, Time: 2015-06-19_23:16:58
Locale: fi-FI (fi_FI)

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


[Libreoffice-bugs] [Bug 69495] FORMATTING: Toggling off bold/italic does not turn it off, but instead applies no-bold/no-italic. This messes up any style afterwards that has bold/italic in it (until C

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

JJ Palacios jjpalac...@coit.es changed:

   What|Removed |Added

   Priority|highest |medium
 Status|RESOLVED|REOPENED
   Hardware|Other   |All
Version|PreBibisect |4.3.7.2 release
 Resolution|WORKSFORME  |---
   Severity|major   |normal

--- Comment #22 from JJ Palacios jjpalac...@coit.es ---
All platforms, (at least OS X and Ubuntu 15.04) versions 4.3.7.2 and 4.4.2.2
proven

I followed the steps to reproduce.

Current behavior:
The new paragraph is set to Heading 1, having all formatting except for the
BOLD attribute. The bug is cumulative to all formatting marks. That is, if both
CTRL+B and CTRL+I were used, the Heading 1 style would not be BOLD, nor ITALIC.

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


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

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

Bug 69495 Summary: FORMATTING: Toggling off bold/italic does not turn it off, 
but instead applies no-bold/no-italic. This messes up any style afterwards that 
has bold/italic in it (until Clear Direct Formatting is used).
https://bugs.documentfoundation.org/show_bug.cgi?id=69495

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|WORKSFORME  |---

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


[Bug 75025] LibreOffice 4.3 most annoying bugs

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

Bug 69495 Summary: FORMATTING: Toggling off bold/italic does not turn it off, 
but instead applies no-bold/no-italic. This messes up any style afterwards that 
has bold/italic in it (until Clear Direct Formatting is used).
https://bugs.documentfoundation.org/show_bug.cgi?id=69495

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|WORKSFORME  |---

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


[Libreoffice-bugs] [Bug 62622] Cannot format individual characters of some hyperlinks

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

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

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

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

Win 7 Pro 64-bit Version: 5.1.0.0.alpha1+
Build ID: 3ecef8cedb215e49237a11607197edc91639bfcd
TinderBox: Win-x86@62-merge-TDF, Branch:MASTER, Time: 2015-06-19_23:16:58
Locale: fi-FI (fi_FI)

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


[Libreoffice-bugs] [Bug 92194] headless renderer not doing mask based clipping ...

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

--- Comment #4 from Commit Notification 
libreoffice-comm...@lists.freedesktop.org ---
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=88b77c0b1866db0d729cc2c15b5d8d4f01e9630dh=libreoffice-5-0

tdf#92194 - fix headless masking operations in vcl.

It will be available in 5.0.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 92194] headless renderer not doing mask based clipping ...

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

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

   What|Removed |Added

 Whiteboard| target:5.1.0   | target:5.1.0
   ||target:5.0.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-bugs] [Bug 92203] REPORT BUILDER: save icon is not enable in spite of of modify report.

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

rob...@familiegrosskopf.de changed:

   What|Removed |Added

   Keywords||regression

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


Re: std::vector aFoo(3) type clang plugin request ? =)

2015-06-20 Thread Bjoern Michaelsen
Hi,

On Sat, Jun 20, 2015 at 10:23:40AM +0100, Michael Meeks wrote:
   And I was wondering ... could there be a clang plugin for that ? in
 general I think it's prolly a good swap to discard the use-case of
 someone wanting N default-initialized items at the front of a vector
 and always warn on it ;-)

Killing the 1-argument vector fill constructor:

 std::vector basebmp::Color  aDevPal(2);

in general is probably a Good Thing(tm). It can just be too misleading.
Requiring at least the explicit two-value fill constructor for the rare cases 
where
someone wants a filled vector isnt too much to ask and less prone to
misunderstandings:

 std::vector basebmp::Color  aDevPal(2, basebmp::Color(0,0,0));

Although that _still_ might be misleading[1], so turning all those into the
somewhat longer, but more explicit:

 std::vector basebmp::Color  aDevPal;
 aDevPal.reserve(2);
 aDevPal.push_back(...);
 ...

   So I suppose the check would be for a size reservation on a vector
 followed by push_back - rather than some array indexing - does that make
 sense ? or did I go crazy ;-)

Yes, in general you want neither of the above forms. Preferably instead of
e.g.:

 std::vector basebmp::Color  aDevPal(2);
 aDevPal[0] = basebmp::Color( 0, 0, 0 );
 aDevPal[1] = basebmp::Color( 0xff, 0xff, 0xff );

you would -- if possible -- simply:

 std::vector basebmp::Color  aDevPal{
basebmp::Color( 0, 0, 0 ),
basebmp::Color( 0xff, 0xff, 0xff ) };

and only for complex cases, where you do not have the elements statically
available, something like:

 std::vector foo  vFoos;
 vFoos.reserve(vInput.size());
 std::transform(std::back_inserter(vFoos),
 vInput.begin(),
 vInput.end(),
 [] (decltype(vInput)::value_type aInputValue) { return 
do_something(aInputValue); });

see also:
https://skyfromme.wordpress.com/2015/03/02/50-ways-to-fill-your-vector/
https://skyfromme.wordpress.com/2015/03/12/following-the-white-rabbit/
(tl;dr: Use initializer lists to fill vectors when possible).

Best,

Bjoern

[1] Well, except that:
 std::vectorint(3, 0)
is doing something different from:
 std::vectorint{3, 0}
just to make things more interesting. But hey, that's C++ for you.
But that wart exists for the 1-arg ctor too -- yet another reason to kill 
that.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 66789] FILESAVE: textbox from drawing toolbar order and border problem

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

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

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

--- Comment #4 from Beluga todven...@suomi24.fi ---
Exports correctly now. Verified order by changing font to yellow.

Win 7 Pro 64-bit Version: 5.1.0.0.alpha1+
Build ID: 3ecef8cedb215e49237a11607197edc91639bfcd
TinderBox: Win-x86@62-merge-TDF, Branch:MASTER, Time: 2015-06-19_23:16:58
Locale: fi-FI (fi_FI)

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


[Libreoffice-bugs] [Bug 74156] Sidebar adds complexity to UI

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

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

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

--- Comment #3 from Beluga todven...@suomi24.fi ---
I think this can be closed 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-bugs] [Bug 54233] When you output a PDF, gradient will Protrude region

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

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #5 from Beluga todven...@suomi24.fi ---
Still repro.

Win 7 Pro 64-bit Version: 5.1.0.0.alpha1+
Build ID: 3ecef8cedb215e49237a11607197edc91639bfcd
TinderBox: Win-x86@62-merge-TDF, Branch:MASTER, Time: 2015-06-19_23:16:58
Locale: fi-FI (fi_FI)

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


[Libreoffice-bugs] [Bug 49401] FORMATTING: SVG font error when embedding image into a Writer document

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

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

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

--- Comment #18 from Beluga todven...@suomi24.fi ---
Works ok.

Win 7 Pro 64-bit Version: 5.1.0.0.alpha1+
Build ID: 3ecef8cedb215e49237a11607197edc91639bfcd
TinderBox: Win-x86@62-merge-TDF, Branch:MASTER, Time: 2015-06-19_23:16:58
Locale: fi-FI (fi_FI)

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


[Libreoffice-bugs] [Bug 92193] Window re-drawn at old position after opening file (un-doing user action to move it)

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

--- Comment #4 from tommy27 ba...@quipo.it ---
sorry but the screencast just show an inactive desktop... 
can you provide another 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 92199] New: Crash: when Macro Dialogs Edit

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

Bug ID: 92199
   Summary: Crash: when Macro Dialogs Edit
   Product: LibreOffice
   Version: 5.0.0.0.beta3
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: BASIC
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: shinji.en...@gmail.com

Created attachment 116670
  -- https://bugs.documentfoundation.org/attachment.cgi?id=116670action=edit
macros dialogs

Calc clash when edit Macros Dialogs in Basic Macro Organizer.

Steps to reproduce
1. Start Calc
2. Selest menu Tools  Macros  Organize Dialogs
3. Click New button and Click OK
4. Click Edit button
Clash Calc.

Env.
OS: Debian wheezy
Version: 5.0.0.0.beta3
Build ID: 96345c15d8ab19c49014f055fe41ba8e1f421e5c
Locale: en-US (ja_JP.utf8)

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


[Libreoffice-bugs] [Bug 91996] UI Cursor disappears just after selecting any tool bar button

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

--- Comment #5 from Juanjo jjant...@yahoo.es ---
This bug persists on LO 5 Beta3. In my view it is crucial to solve it because
it renders Draw and Impress useless.
Calc clone formatting is also mission impossible.

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


[Libreoffice-bugs] [Bug 92193] Window re-drawn at old position after opening file (un-doing user action to move it)

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

--- Comment #2 from Jim Avera jim.av...@gmail.com ---
Created attachment 116669
  -- https://bugs.documentfoundation.org/attachment.cgi?id=116669action=edit
video showing the snap back behaviour under Linux

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


[Libreoffice-bugs] [Bug 92199] Crash: when Macro Dialogs Edit

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

Masataka KONDO machey.phx...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #1 from Masataka KONDO machey.phx...@gmail.com ---
I've reproduced this crashing with multiple environments.
- Windows 32bit
- Mac OS X (64bit)
- Linux 64bit (Linux Mint 17.1/MATE)

-- 
You are receiving this mail because:
You 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 - download.lst external/liborcus

2015-06-20 Thread David Tardon
 download.lst |
6 
 external/liborcus/0001-fix-dllexport-decls.patch |  
101 -
 external/liborcus/0001-mark-more-symbols-as-public.patch |   
52 
 external/liborcus/0001-these-functions-are-implemented-in-liborcus.patch |   
36 ---
 external/liborcus/UnpackedTarball_liborcus.mk|
4 
 external/liborcus/boost.patch.0  |  
106 --
 6 files changed, 4 insertions(+), 301 deletions(-)

New commits:
commit 40e64af9e242206b9e0d01a6c8d7020fc0815520
Author: David Tardon dtar...@redhat.com
Date:   Fri Jun 19 09:37:15 2015 +0200

upload mdds 0.12.1

Change-Id: Ie6516be4ced938b5c969a12a4974b0feee27177f

diff --git a/download.lst b/download.lst
index 9000b54..8aa2ec8 100644
--- a/download.lst
+++ b/download.lst
@@ -100,7 +100,8 @@ export LIBXML_TARBALL := 
9c0cfef285d5c4a5c80d00904ddab380-libxml2-2.9.1.tar.gz
 export LIBXSLT_TARBALL := 
9667bf6f9310b957254fdcf6596600b7-libxslt-1.1.28.tar.gz
 export LPSOLVE_TARBALL := 26b3e95ddf3d9c077c480ea45874b3b8-lp_solve_5.5.tar.gz
 export MARIADB_TARBALL := 
a233181e03d3c307668b4c722d881661-mariadb_client-2.0.0-src.tar.gz
-export MDDS_TARBALL := 17edb780d4054e4205cd956910672b83-mdds_0.12.0.tar.bz2
+export MDDS_MD5SUM := ef2560ed5416652a7fe195305b14cebe
+export MDDS_TARBALL := mdds_0.12.1.tar.bz2
 export MSPUB_MD5SUM := ff9d0f9dd8fbc523408ea1953d5bde41
 export MSPUB_TARBALL := libmspub-0.1.2.tar.bz2
 export MWAW_MD5SUM := bdc58bbf89aaaf6d29b3516d96830a06
commit 7771703362cf008a8dc8573a88218de3abf5e016
Author: David Tardon dtar...@redhat.com
Date:   Fri Jun 19 09:33:25 2015 +0200

upload liborcus 0.9.2

Change-Id: Id551e1c3e60a0426bcd636642a9a0e02eb1e2612

diff --git a/download.lst b/download.lst
index ddac69f..9000b54 100644
--- a/download.lst
+++ b/download.lst
@@ -118,7 +118,8 @@ export OPENCOLLADA_TARBALL := 
OpenCOLLADA-master-6509aa13af.tar.bz2
 export OPENLDAP_TARBALL := 804c6cb5698db30b75ad0ff1c25baefd-openldap-2.4.31.tgz
 export OPENSSL_MD5SUM := a06c547dac9044161a477211049f60ef
 export OPENSSL_TARBALL := openssl-1.0.2a.tar.gz
-export ORCUS_TARBALL := 18814358772ed7bb476e04b0384af082-liborcus-0.9.1.tar.gz
+export ORCUS_MD5SUM := e6efcbe50a5fd4d50d513c9a7a4139b0
+export ORCUS_TARBALL := liborcus-0.9.2.tar.gz
 export OWNCLOUD_ANDROID_LIB_MD5SUM := 593f0aa47bf2efc0efda2d28fae063b2
 export OWNCLOUD_ANDROID_LIB_TARBALL := 
owncloud-android-library-0.9.4-no-binary-deps.tar.gz
 export PAGEMAKER_MD5SUM := 795cc7a59ace4db2b12586971d668671
diff --git a/external/liborcus/0001-fix-dllexport-decls.patch 
b/external/liborcus/0001-fix-dllexport-decls.patch
deleted file mode 100644
index 75a4423..000
--- a/external/liborcus/0001-fix-dllexport-decls.patch
+++ /dev/null
@@ -1,101 +0,0 @@
-From 3e08d2264984b8d5227e22c7089f00f8f2e36513 Mon Sep 17 00:00:00 2001
-From: David Tardon dtar...@redhat.com
-Date: Tue, 2 Jun 2015 23:26:39 +0200
-Subject: [PATCH] fix dllexport decls
-

- include/orcus/base64.hpp  | 4 ++--
- include/orcus/exception.hpp   | 2 +-
- include/orcus/pstring.hpp | 6 +++---
- include/orcus/stream.hpp  | 2 +-
- include/orcus/string_pool.hpp | 2 +-
- 5 files changed, 8 insertions(+), 8 deletions(-)
-
-diff --git a/include/orcus/base64.hpp b/include/orcus/base64.hpp
-index a4cf020..0f81289 100644
 a/include/orcus/base64.hpp
-+++ b/include/orcus/base64.hpp
-@@ -22,7 +22,7 @@ namespace orcus {
-  * @param len_base64 length of encoded character sequence.
-  * @param decoded decoded byte sequence will be put into this parameter.
-  */
--ORCUS_DLLPUBLIC void decode_from_base64(const char* p_base64, size_t 
len_base64, std::vectorchar decoded);
-+ORCUS_PSR_DLLPUBLIC void decode_from_base64(const char* p_base64, size_t 
len_base64, std::vectorchar decoded);
- 
- /**
-  * Encode a sequence of bytes into base64-encoded characters.
-@@ -31,7 +31,7 @@ ORCUS_DLLPUBLIC void decode_from_base64(const char* 
p_base64, size_t len_base64,
-  * @param encoded base64-encoded character sequence representing the input
-  *bytes.
-  */
--ORCUS_DLLPUBLIC void encode_to_base64(const std::vectorchar input, 
std::string encoded);
-+ORCUS_PSR_DLLPUBLIC void encode_to_base64(const std::vectorchar input, 
std::string encoded);
- 
- }
- 
-diff --git a/include/orcus/exception.hpp b/include/orcus/exception.hpp
-index 63729ae..ba6132c 100644
 a/include/orcus/exception.hpp
-+++ b/include/orcus/exception.hpp
-@@ -25,7 +25,7 @@ private:
- ::std::string m_msg;
- };
- 
--class ORCUS_DLLPUBLIC xml_structure_error : public general_error
-+class ORCUS_PSR_DLLPUBLIC xml_structure_error : public general_error
- {
- public:
- explicit xml_structure_error(const ::std::string msg);
-diff --git a/include/orcus/pstring.hpp b/include/orcus/pstring.hpp
-index e38d4be..c72b78b 100644
 a/include/orcus/pstring.hpp
-+++ b/include/orcus/pstring.hpp
-@@ -71,7 +71,7 @@ 

[Libreoffice-bugs] [Bug 92193] Window re-drawn at old position after opening file (un-doing user action to move it)

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

--- Comment #3 from Jim Avera jim.av...@gmail.com ---
I'm running Ubuntu linux 15.04.

In the video just attached, the window is not initially fully painted for some
reason (this doesn't always seem to be the case).  Anyway, the pop-up question
asking whether to enable macros occurs, and after I clicked an answer, the
window snapped back to where it was before I re-positioned it.

There is later a secondary pop-up asking about links which is irrelevant.

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


LibreOffice Gerrit News for core on 2015-06-20

2015-06-20 Thread gerrit
Moin!

* Open changes on master for project core changed in the last 25 hours:

 First time contributors doing great things! 
+ Fix typos
  in https://gerrit.libreoffice.org/16373 from Andrea Gelmini
  about module basegfx, comphelper, cui, editeng, i18nlangtag, include, 
lotuswordpro, sc, sd, sfx2, svx, sw, vcl
+ tdf#57174 Opening Any Dialog the First Value in the Dialog Should be Sele
  in https://gerrit.libreoffice.org/14881 from Qiwen Gao
  about module include, sc, vcl
+ tdf#87348 implement mso-next-textbox vml-style textbox chaining import
  in https://gerrit.libreoffice.org/16366 from Justin Luth
  about module include, oox, writerfilter
+ tdf#87348 allow non-sequentially processed textboxes to be linked
  in https://gerrit.libreoffice.org/16353 from Justin Luth
  about module writerfilter
+ tdf#91634: Image hyperlink is not export after roundtrip.
  in https://gerrit.libreoffice.org/15919 from Yogesh Bharate
  about module oox, sc
 End of freshness 

+ tdf#92194 - fix headless masking operations in vcl.
  in https://gerrit.libreoffice.org/16382 from Michael Meeks
  about module basebmp, vcl
+ tdf#75256 Sifr - New icon presentationcurrentslide and modify presenta
  in https://gerrit.libreoffice.org/16383 from Matthias Freund
  about module icon-themes
+ tdf#46037: Convert SvtTabAppearanceCfg to use officecfg
  in https://gerrit.libreoffice.org/16262 from Marcos Paulo de Souza
  about module include, svtools
+ stop double code in ScInterpreter::ScSum and ScInterpreter::IterateParame
  in https://gerrit.libreoffice.org/15362 from Winfried Donkers
  about module sc
+ upload liborcus 0.9.2
  in https://gerrit.libreoffice.org/16367 from David Tardon
  about module build, external
+ upload mdds 0.12.1
  in https://gerrit.libreoffice.org/16368 from David Tardon
  about module build
+ cppcheck: variableScope
  in https://gerrit.libreoffice.org/16208 from Takeshi Abe
  about module starmath


* Merged changes on master for project core changed in the last 25 hours:

+ LOK: return used format in Document::getTextSelection()
  in https://gerrit.libreoffice.org/16377 from Miklos Vajna
+ tdf#88697: sw: make WW8 export of CITATION fields compatible with
  in https://gerrit.libreoffice.org/16285 from Michael Stahl
+ C++ solution of 'unopkg can't be used by root'
  in https://gerrit.libreoffice.org/16364 from Katarina Behrens
+ SwXTextDocument::getTextSelection: fix crash on unsupported mime type
  in https://gerrit.libreoffice.org/16370 from Miklos Vajna
+ Revert tdf#90290 reduce some copypaste code in ucalc.
  in https://gerrit.libreoffice.org/16374 from Eike Rathke
+ tdf#90290 reduce some copypaste code in ucalc.
  in https://gerrit.libreoffice.org/15241 from Brent Ritzema
+ Catch inadvertent uses of OUString(sal_Unicode) ctor
  in https://gerrit.libreoffice.org/16371 from Stephan Bergmann
+ sd: implement getTextSelection() in SdXImpressDocument
  in https://gerrit.libreoffice.org/16369 from Miklos Vajna


* Abandoned changes on master for project core changed in the last 25 hours:

+ Pptx export filter for bullet and text styles.
  in https://gerrit.libreoffice.org/16126 from Mark Hung
+ tdf#91641 avoid an assert by adding a solar mutex guard
  in https://gerrit.libreoffice.org/15960 from Justin Luth
+ qadevOOo: fix _XDataPilotTables failure in non-english locales
  in https://gerrit.libreoffice.org/16372 from Michael Stahl
+ OUString: add constructor from single Unicode code point
  in https://gerrit.libreoffice.org/16339 from Lionel Elie Mamane


* Open changes needing tweaks, but being untouched for more than a week:

+ tdf#91812: toolbar and sidebar colour buttons now update each other
  in https://gerrit.libreoffice.org/16093 from Katarina Behrens
+ tdf#91362: wrong defaults for format/orientation in printsettingsdialogs
  in https://gerrit.libreoffice.org/16161 from Vasily Melenchuk
+ Time wraparound validation feature
  in https://gerrit.libreoffice.org/16013 from Benjamin Ni
+ tdf#91691 - FILESAVE: Hyperlink with numeric text not saved in xlsx
  in https://gerrit.libreoffice.org/15943 from Priyanka Gaikwad
+ writefilter: removed #includes
  in https://gerrit.libreoffice.org/15850 from Andrea Gelmini
+ fdo#58194 - export DOCX Automatic indent as firstLine indent
  in https://gerrit.libreoffice.org/15768 from Joren De Cuyper
+ tdf#76334 push viewbox properties to the CustomShapeProperties
  in https://gerrit.libreoffice.org/15753 from Joren De Cuyper
+ tdf#90494: Change gradient angle diagonally by choosing option.
  in https://gerrit.libreoffice.org/15180 from Heena Gupta
+ Rendering support for  multiStop GradientFill (OOXML LINEAR)
  in https://gerrit.libreoffice.org/12056 from Vinaya Mandke
+ tdf#46037: Exchange some uses of configurationhelper for officecfg in Wri
  in https://gerrit.libreoffice.org/15611 from Marcos Paulo de Souza
+ tdf#90494-Add new Attribute for exporting gradient angle diagonally
  in https://gerrit.libreoffice.org/15323 from Heena Gupta
+ preserve whitespaces 

[Libreoffice-bugs] [Bug 52568] VIEWING: Filenames are shown incorrectly at open recent file menu

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

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

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

--- Comment #11 from Beluga todven...@suomi24.fi ---
(In reply to Urmas from comment #7)
 Created attachment 95358 [details]
 sample

Works ok for me. I'll set to WFM, set back to NEW, if you can still repro with
4.4.

Win 7 Pro 64-bit Version: 5.1.0.0.alpha1+
Build ID: 3ecef8cedb215e49237a11607197edc91639bfcd
TinderBox: Win-x86@62-merge-TDF, Branch:MASTER, Time: 2015-06-19_23:16:58
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


  1   2   3   >