[Libreoffice-bugs] [Bug 40534] slide tearing in LARGE screens with hardware acceleration enabled

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

--- Comment #49 from Pierre C  ---
Hi, It seems that with latest LO 5.1.0.1, the problem is solved with OpenGL
enabled, but not with hardware acceleration enabled.

As graphite fonts still have problems with OpenGL enabled, this just the
beginning of the end of the problem.

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


[Libreoffice-commits] core.git: accessibility/inc accessibility/Library_acc.mk accessibility/source framework/source include/framework include/sfx2 include/svtools officecfg/registry sc/source sd/sdi

2015-12-17 Thread Samuel Mehrbrodt
 accessibility/Library_acc.mk   
|3 
 accessibility/inc/accessibility/extended/AccessibleToolPanelDeck.hxx   
|   77 
 accessibility/inc/accessibility/extended/AccessibleToolPanelDeckTabBar.hxx 
|   78 
 accessibility/inc/accessibility/extended/AccessibleToolPanelDeckTabBarItem.hxx 
|   94 
 accessibility/source/extended/AccessibleToolPanelDeck.cxx  
|  357 --
 accessibility/source/extended/AccessibleToolPanelDeckTabBar.cxx
|  398 --
 accessibility/source/extended/AccessibleToolPanelDeckTabBarItem.cxx
|  391 --
 accessibility/source/helper/acc_factory.cxx
|   27 
 framework/source/fwe/classes/sfxhelperfunctions.cxx
|   21 
 framework/source/layoutmanager/layoutmanager.cxx   
|7 
 include/framework/sfxhelperfunctions.hxx   
|9 
 include/sfx2/module.hxx
|2 
 include/sfx2/sfxsids.hrc   
|1 
 include/sfx2/taskpane.hxx  
|  190 -
 include/sfx2/viewfrm.hxx   
|3 
 include/svtools/accessiblefactory.hxx  
|   14 
 include/svtools/svtools.hrc
|6 
 include/svtools/toolpanel/decklayouter.hxx 
|  100 
 include/svtools/toolpanel/drawerlayouter.hxx   
|   88 
 include/svtools/toolpanel/paneltabbar.hxx  
|   97 
 include/svtools/toolpanel/tabalignment.hxx 
|   42 
 include/svtools/toolpanel/tabitemcontent.hxx   
|   43 
 include/svtools/toolpanel/tablayouter.hxx  
|   94 
 include/svtools/toolpanel/toolpanel.hxx
|  134 
 include/svtools/toolpanel/toolpaneldeck.hxx
|  185 -
 officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu   
|5 
 sc/source/ui/app/scdll.cxx 
|2 
 sd/sdi/ViewShellBase.sdi   
|5 
 sd/source/ui/inc/PaneChildWindows.hxx  
|1 
 sd/source/ui/view/GraphicViewShellBase.cxx 
|1 
 sfx2/AllLangResTarget_sfx2.mk  
|1 
 sfx2/Library_sfx.mk
|1 
 sfx2/inc/pch/precompiled_sfx.hxx   
|2 
 sfx2/sdi/frmslots.sdi  
|5 
 sfx2/sdi/sfx.sdi   
|   26 
 sfx2/source/appl/app.cxx   
|1 
 sfx2/source/appl/appreg.cxx
|1 
 sfx2/source/appl/module.cxx
|   12 
 sfx2/source/appl/workwin.cxx   
|   45 
 sfx2/source/dialog/dialog.src  
|4 
 sfx2/source/dialog/taskpane.cxx
| 1242 -
 sfx2/source/dialog/taskpane.src
|   42 
 sfx2/source/inc/workwin.hxx
|1 
 sfx2/source/view/impviewframe.hxx  
|2 
 sfx2/source/view/viewfrm.cxx   
|   65 
 starmath/source/smdll.cxx  
|3 
 starmath/source/view.cxx   
|1 
 starmath/uiconfig/smath/menubar/menubar.xml
|2 
 svtools/AllLangResTarget_svt.mk
|1 
 svtools/Library_svt.mk 
|   13 
 svtools/inc/pch/precompiled_svt.hxx
|1 
 svtools/source/misc/svtaccessiblefactory.cxx   
|   18 
 svtools/source/toolpanel/drawerlayouter.cxx
|  285 --
 svtools/source/toolpanel/dummypanel.cxx
|   98 
 svtools/source/toolpanel/dummypanel.hxx
|   62 
 svtools/source/toolpanel/paneldecklisteners.cxx
|  

[Libreoffice-bugs] [Bug 96118] list of combobox closes when clicking on its scroll bar slider

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

Maxim Monastirsky  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
   See Also|https://bugs.documentfounda |
   |tion.org/show_bug.cgi?id=96 |
   |119 |
 Resolution|--- |DUPLICATE

--- Comment #6 from Maxim Monastirsky  ---


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

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


[Libreoffice-bugs] [Bug 96555] New: background color determine function

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

Bug ID: 96555
   Summary: background color determine function
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: joerg.he...@uni-greifswald.de

Need a function to find out which background color is set to a cell; the
function should work on every cell of the document, e.g.

=BACKGROUND_COLOR($A$1)

should give a number for the color of cell A1 (palette number or rgb code or
hex code of rgb would all fit)

This way, I could find all cells that are marked using background colors by
unknown people I work with.

I found some macros that don't work as expected and would like to see such a
function available in LibreOffice - this would be a feature I don't even know
from other Offices like Excel.

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


[Libreoffice-bugs] [Bug 96465] Schemes imported form Draw are not be saved properly

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

Beluga  changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #1 from Beluga  ---
I don't know where to find the pegging symbol.

You can change the interface to English from Tools - Options - Language
settings - User interface. Then restart LibreOffice.

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


[Libreoffice-bugs] [Bug 95648] When OpenGL rendering is active-- Graphite font has black blocks when used in a justified paragraph

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

Tor Lillqvist  changed:

   What|Removed |Added

 Blocks|93529   |

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


[Libreoffice-bugs] [Bug 95648] When OpenGL rendering is active-- Graphite font has black blocks when used in a justified paragraph

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

--- Comment #10 from Tor Lillqvist  ---
Adding martin_hos...@sil.org to Cc, hope you don't mind? Is it OK to do that
for bugs that seem to be in the Graphite code?

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


[Libreoffice-bugs] [Bug 89925] Two copies open of the same document

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

Luke Kendall  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

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


[Libreoffice-bugs] [Bug 89925] Two copies open of the same document

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

--- Comment #5 from Luke Kendall  ---
I had this happen to me today, following a LO 5.0.3 crash (on Linux).
See https://bugs.documentfoundation.org/show_bug.cgi?id=96553
for a screen shot.

As I mentioned in the report of the crash:

When I started LO again, it warned (as usual) that all the backup files were
missing (already reported).  It recovered them from "original".
(See https://bugs.documentfoundation.org/show_bug.cgi?id=95591)

Worryingly, though, amongst the re-opened/recovered documents, I now have two
copies of the same file: WildThing-CS.odt, same word and character count, one
showing that it has been saved, one showing it has not.  I'll attach a
screenshot.  I didn't think it was supposed to be possible to have one document
open in two windows at the same time.  Oh, and although one doc has the "Needs
save" indicator, Undo is greyed out in its Edit menu.

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

2015-12-17 Thread Caolán McNamara
 sd/source/ui/annotations/annotationwindow.cxx |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 3d3e95d68557e93224ebdf75a2ac56acf42e7d44
Author: Caolán McNamara 
Date:   Wed Dec 16 21:26:15 2015 +

impress's AnnotationWindow is the only user of WB_NEEDSFOCUS

Here it is creating a toplevel floating system window which needs special
hackery to function.

Instead convert it to a non-system window which means that it is in reality
only a vcl construct. The small downside is that it is now unable to leave 
the
confines of the toplevel system window in which it lives. Upside is that
all the special hackery related to it which generally doesn't work half the 
time
in various window managers and now in wayland can go away.

Change-Id: I7ad7c35091086f7671ff4a178c7fa04202c20e09
Reviewed-on: https://gerrit.libreoffice.org/20745
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 

diff --git a/sd/source/ui/annotations/annotationwindow.cxx 
b/sd/source/ui/annotations/annotationwindow.cxx
index eecc0e3..dcbeb22 100644
--- a/sd/source/ui/annotations/annotationwindow.cxx
+++ b/sd/source/ui/annotations/annotationwindow.cxx
@@ -272,7 +272,7 @@ Selection 
AnnotationTextWindow::GetSurroundingTextSelection() const
 /** AnnotationWindow***++*/
 
 AnnotationWindow::AnnotationWindow( AnnotationManagerImpl& rManager, 
DrawDocShell* pDocShell, vcl::Window* pParent )
-: FloatingWindow(pParent, WB_SYSTEMWINDOW|WB_BORDER|WB_NEEDSFOCUS)
+: FloatingWindow(pParent, WB_BORDER)
 , mrManager( rManager )
 , mpDocShell( pDocShell )
 , mpDoc( pDocShell->GetDoc() )
@@ -285,6 +285,7 @@ AnnotationWindow::AnnotationWindow( AnnotationManagerImpl& 
rManager, DrawDocShel
 , mpTextWindow(nullptr)
 , mpMeta(nullptr)
 {
+EnableAlwaysOnTop();
 }
 
 AnnotationWindow::~AnnotationWindow()
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 96462] Inline Text Border are poorly displayed between Chinese-English border

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

Beluga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1
   Severity|normal  |minor

--- Comment #2 from Beluga  ---
Confirmed.

Win 7 Pro 64-bit Version: 5.2.0.0.alpha0+
Build ID: 014633f83e44ae8ba33087b6f38e8e253e281969
CPU Threads: 4; OS Version: Windows 6.1; UI Render: default; 
TinderBox: Win-x86@62-merge-TDF, Branch:MASTER, Time: 2015-12-15_06:21:44
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: vcl/inc vcl/source

2015-12-17 Thread Tor Lillqvist
 vcl/inc/window.h |   17 -
 vcl/source/window/paint.cxx  |   12 
 vcl/source/window/window.cxx |9 +++--
 3 files changed, 7 insertions(+), 31 deletions(-)

New commits:
commit 9d76a0cb7e6525d41a7e5c3c5d96e9b8a5d75603
Author: Tor Lillqvist 
Date:   Thu Dec 17 10:31:07 2015 +0200

Get rid of ImplDoTiledRendering()

It returned true only on iOS, and we do use tiled rendering
successfully also on the other non-DESKTOP platform, Android, plus
obviously for LibreOffice Online and other LibreOfficeKit clients, so
it is quite likely that the function was not really needed. Besides,
the code doesn't even build for iOS at the moment.

Change-Id: I229bce61eaab9b795a1d5e959cb6587dcedf1ef1

diff --git a/vcl/inc/window.h b/vcl/inc/window.h
index 0c097df..5d792de 100644
--- a/vcl/inc/window.h
+++ b/vcl/inc/window.h
@@ -22,8 +22,6 @@
 
 #include 
 
-#include 
-
 #include 
 #include 
 #include 
@@ -413,21 +411,6 @@ bool ImplHandleMouseEvent( vcl::Window* pWindow, 
MouseNotifyEvent nSVEvent, bool
sal_uInt16 nCode, MouseEventModifiers nMode );
 void ImplHandleResize( vcl::Window* pWindow, long nNewWidth, long nNewHeight );
 
-inline bool ImplDoTiledRendering()
-{
-#if !HAVE_FEATURE_DESKTOP && !defined(ANDROID)
-// We do tiled rendering only for iOS at the moment, actually, but
-// let's see what happens if we assume it for Android, too.
-// (That comment doesn't match what the code does, does it?)
-return true;
-#else
-// We need some way to know globally if this process will use
-// tiled rendering or not. Or should this be a per-window setting?
-// Or what?
-return false;
-#endif
-}
-
 #endif // INCLUDED_VCL_INC_WINDOW_H
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/vcl/source/window/paint.cxx b/vcl/source/window/paint.cxx
index 6402639..17e5477 100644
--- a/vcl/source/window/paint.cxx
+++ b/vcl/source/window/paint.cxx
@@ -632,14 +632,14 @@ void Window::ImplCallOverlapPaint()
 
 void Window::ImplPostPaint()
 {
-if ( !ImplDoTiledRendering() && 
!mpWindowImpl->mpFrameData->maPaintIdle.IsActive() )
+if ( !mpWindowImpl->mpFrameData->maPaintIdle.IsActive() )
 mpWindowImpl->mpFrameData->maPaintIdle.Start();
 }
 
 IMPL_LINK_NOARG_TYPED(Window, ImplHandlePaintHdl, Idle *, void)
 {
 // save paint events until layout is done
-if (!ImplDoTiledRendering() && IsSystemWindow() && static_cast(this)->hasPendingLayout())
+if (IsSystemWindow() && static_cast(this)->hasPendingLayout())
 {
 mpWindowImpl->mpFrameData->maPaintIdle.Start();
 return;
@@ -648,7 +648,7 @@ IMPL_LINK_NOARG_TYPED(Window, ImplHandlePaintHdl, Idle *, 
void)
 OutputDevice::PaintScope aScope(this);
 
 // save paint events until resizing or initial sizing done
-if (!ImplDoTiledRendering() && mpWindowImpl->mbFrame &&
+if (mpWindowImpl->mbFrame &&
 (mpWindowImpl->mpFrameData->maResizeIdle.IsActive() ||
  mpWindowImpl->mpFrame->PaintsBlocked()))
 {
@@ -667,11 +667,7 @@ IMPL_LINK_NOARG_TYPED(Window, ImplHandleResizeTimerHdl, 
Idle *, void)
 OutputDevice::PaintScope aScope(this);
 
 ImplCallResize();
-if( ImplDoTiledRendering() )
-{
-ImplHandlePaintHdl(nullptr);
-}
-else if( mpWindowImpl->mpFrameData->maPaintIdle.IsActive() )
+if( mpWindowImpl->mpFrameData->maPaintIdle.IsActive() )
 {
 mpWindowImpl->mpFrameData->maPaintIdle.Stop();
 mpWindowImpl->mpFrameData->maPaintIdle.GetIdleHdl().Call( nullptr 
);
diff --git a/vcl/source/window/window.cxx b/vcl/source/window/window.cxx
index b508ed4..edbdbdd 100644
--- a/vcl/source/window/window.cxx
+++ b/vcl/source/window/window.cxx
@@ -1064,12 +1064,9 @@ void Window::ImplInit( vcl::Window* pParent, WinBits 
nStyle, SystemParentData* p
 mpWindowImpl->mpFrameData->mbInSysObjFocusHdl = false;
 mpWindowImpl->mpFrameData->mbInSysObjToTopHdl = false;
 mpWindowImpl->mpFrameData->mbSysObjFocus  = false;
-if (!ImplDoTiledRendering())
-{
-mpWindowImpl->mpFrameData->maPaintIdle.SetPriority( 
SchedulerPriority::REPAINT );
-mpWindowImpl->mpFrameData->maPaintIdle.SetIdleHdl( LINK( this, 
Window, ImplHandlePaintHdl ) );
-mpWindowImpl->mpFrameData->maPaintIdle.SetDebugName( "vcl::Window 
maPaintIdle" );
-}
+mpWindowImpl->mpFrameData->maPaintIdle.SetPriority( 
SchedulerPriority::REPAINT );
+mpWindowImpl->mpFrameData->maPaintIdle.SetIdleHdl( LINK( this, Window, 
ImplHandlePaintHdl ) );
+mpWindowImpl->mpFrameData->maPaintIdle.SetDebugName( "vcl::Window 
maPaintIdle" );
 mpWindowImpl->mpFrameData->maResizeIdle.SetPriority( 
SchedulerPriority::RESIZE );
 mpWindowImpl->mpFrameData->maResizeIdle.SetIdleHdl( LINK( this, 
Window, ImplHandleResizeTimerHdl ) );
 

[Libreoffice-bugs] [Bug 95648] When OpenGL rendering is active-- Graphite font has black blocks when used in a justified paragraph

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

Tor Lillqvist  changed:

   What|Removed |Added

 Blocks||93529

--- Comment #12 from Tor Lillqvist  ---
Hmm, but on the other hand the black blocks appear only when using OpenGL.

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


[Libreoffice-bugs] [Bug 93529] Meta: VCL/OpenGL tracker bug for 5.0+

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

Tor Lillqvist  changed:

   What|Removed |Added

 Depends on|95648   |

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


[Libreoffice-bugs] [Bug 95648] When OpenGL rendering is active-- Graphite font has black blocks when used in a justified paragraph

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

--- Comment #11 from Tor Lillqvist  ---
Let's concentrate in this bug on the problems that the sample doc shows for the
Graphite fonts, not the non-Graphite ones.

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


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

2015-12-17 Thread Miklos Vajna
 sc/source/ui/docshell/docsh.cxx|5 -
 sc/source/ui/inc/docsh.hxx |1 -
 sd/source/ui/docshell/docshell.cxx |9 -
 sd/source/ui/inc/DrawDocShell.hxx  |1 -
 sw/inc/docsh.hxx   |1 -
 sw/source/uibase/app/docsh.cxx |6 --
 6 files changed, 23 deletions(-)

New commits:
commit 5b44a9733a79decc2eebfc2360fdd837349b5759
Author: Miklos Vajna 
Date:   Thu Dec 17 09:15:44 2015 +0100

sw, sd, sc: clean up no longer necessary isTiledRendering() member functions

Change-Id: I508a29fd261865771d780b1c241841d9abfeb6ed

diff --git a/sc/source/ui/docshell/docsh.cxx b/sc/source/ui/docshell/docsh.cxx
index 2baa653..43f8756 100644
--- a/sc/source/ui/docshell/docsh.cxx
+++ b/sc/source/ui/docshell/docsh.cxx
@@ -3188,9 +3188,4 @@ void ScDocShell::libreOfficeKitCallback(int nType, const 
char* pPayload) const
 aDocument.GetDrawLayer()->libreOfficeKitCallback(nType, pPayload);
 }
 
-bool ScDocShell::isTiledRendering() const
-{
-return aDocument.GetDrawLayer() && 
aDocument.GetDrawLayer()->isTiledRendering();
-}
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sc/source/ui/inc/docsh.hxx b/sc/source/ui/inc/docsh.hxx
index a897c92..bf228f7 100644
--- a/sc/source/ui/inc/docsh.hxx
+++ b/sc/source/ui/inc/docsh.hxx
@@ -424,7 +424,6 @@ public:
 void SnapVisArea( Rectangle& rRect ) const;
 
 virtual void libreOfficeKitCallback(int nType, const char* pPayload) const 
override;
-bool isTiledRendering() const;
 };
 
 void UpdateAcceptChangesDialog();
diff --git a/sd/source/ui/docshell/docshell.cxx 
b/sd/source/ui/docshell/docshell.cxx
index c30436e..f47b0a7 100644
--- a/sd/source/ui/docshell/docshell.cxx
+++ b/sd/source/ui/docshell/docshell.cxx
@@ -470,15 +470,6 @@ void DrawDocShell::libreOfficeKitCallback(int nType, const 
char* pPayload) const
 mpDoc->libreOfficeKitCallback(nType, pPayload);
 }
 
-bool DrawDocShell::isTiledRendering() const
-{
-if (!mpDoc)
-return false;
-return mpDoc->isTiledRendering();
-}
-
-
-
 } // end of namespace sd
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sd/source/ui/inc/DrawDocShell.hxx 
b/sd/source/ui/inc/DrawDocShell.hxx
index 04a6564..b43f84b 100644
--- a/sd/source/ui/inc/DrawDocShell.hxx
+++ b/sd/source/ui/inc/DrawDocShell.hxx
@@ -204,7 +204,6 @@ public:
 voidClearUndoBuffer();
 
 virtual void libreOfficeKitCallback(int nType, const char* pPayload) const 
override;
-bool isTiledRendering() const;
 
 protected:
 
diff --git a/sw/inc/docsh.hxx b/sw/inc/docsh.hxx
index f7e7ec2..84774c17 100644
--- a/sw/inc/docsh.hxx
+++ b/sw/inc/docsh.hxx
@@ -310,7 +310,6 @@ public:
 virtual boolGetProtectionHash( /*out*/ css::uno::Sequence< sal_Int8 > 
 ) override;
 
 virtual void libreOfficeKitCallback(int nType, const char* pPayload) const 
override;
-bool isTiledRendering() const;
 };
 
 /** Find the right DocShell and create a new one:
diff --git a/sw/source/uibase/app/docsh.cxx b/sw/source/uibase/app/docsh.cxx
index 72533e5..48f8b05 100644
--- a/sw/source/uibase/app/docsh.cxx
+++ b/sw/source/uibase/app/docsh.cxx
@@ -1346,10 +1346,4 @@ void SwDocShell::libreOfficeKitCallback(int nType, const 
char* pPayload) const
 pDrawModel->libreOfficeKitCallback(nType, pPayload);
 }
 
-bool SwDocShell::isTiledRendering() const
-{
-SwDrawModel* pDrawModel = 
m_pDoc->getIDocumentDrawModelAccess().GetDrawModel();
-return pDrawModel->isTiledRendering();
-}
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 93529] Meta: VCL/OpenGL tracker bug for 5.0+

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

Tor Lillqvist  changed:

   What|Removed |Added

 Depends on||95648

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


[Libreoffice-bugs] [Bug 96553] Crash after modifying a gradient color for a text frame

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

--- Comment #1 from Maxim Monastirsky  ---
The gradient crash and the recovery issues are different problems. Please never
mix several problems (even if they're related somehow) in one bug report.

As for the gradient crash, it would be great to get a backtrace, but I suspect
it's the same crash that was fixed in Bug 93978 towards 5.0.5.

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


[Libreoffice-bugs] [Bug 96553] Crash after modifying a gradient color for a text frame

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

--- Comment #2 from Luke Kendall  ---
Sorry, the report about the recovery is already a separate bug
(https://bugs.documentfoundation.org/show_bug.cgi?id=95591).  I wasn't trying
to draw your attention to that.

But do you think that having two instances of LO open on the same document is
worth reporting as a separate bug?  That might be a separate, unreported
problem. May be 89925.

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


[Libreoffice-commits] core.git: include/tools vcl/inc vcl/osx vcl/source vcl/unx vcl/win

2015-12-17 Thread Caolán McNamara
 include/tools/wintypes.hxx|1 -
 vcl/inc/salframe.hxx  |2 --
 vcl/inc/unx/gtk/gtkframe.hxx  |3 +--
 vcl/osx/salframeview.mm   |2 --
 vcl/source/window/brdwin.cxx  |2 +-
 vcl/source/window/window.cxx  |4 +---
 vcl/unx/gtk/gtksalframe.cxx   |   11 +++
 vcl/unx/gtk3/gtk3gtkframe.cxx |9 ++---
 vcl/win/window/salframe.cxx   |4 ++--
 9 files changed, 10 insertions(+), 28 deletions(-)

New commits:
commit 016730421e5e58415170b464bf9d9ca47d6c3b4e
Author: Caolán McNamara 
Date:   Wed Dec 16 21:30:22 2015 +

remove newly unused WB_NEEDSFOCUS and fragile FLOAT_FOCUSABLE

Change-Id: Idce03318fbc01039a6c0638879785607970993c0
Reviewed-on: https://gerrit.libreoffice.org/20746
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 

diff --git a/include/tools/wintypes.hxx b/include/tools/wintypes.hxx
index 781865d..f7ebaa2 100644
--- a/include/tools/wintypes.hxx
+++ b/include/tools/wintypes.hxx
@@ -179,7 +179,6 @@ WinBits const WB_NOSHADOW = 
SAL_CONST_INT64(0x4);
 WinBits const WB_TOOLTIPWIN =   SAL_CONST_INT64(0x8);
 WinBits const WB_OWNERDRAWDECORATION =  SAL_CONST_INT64(0x20);
 WinBits const WB_DEFAULTWIN =   SAL_CONST_INT64(0x40);
-WinBits const WB_NEEDSFOCUS =   SAL_CONST_INT64(0x10);
 WinBits const WB_POPUP =SAL_CONST_INT64(0x2000);
 
 WinBits const WB_HSCROLL =  WB_HORZ;
diff --git a/vcl/inc/salframe.hxx b/vcl/inc/salframe.hxx
index dacf3fa..c08486f 100644
--- a/vcl/inc/salframe.hxx
+++ b/vcl/inc/salframe.hxx
@@ -74,8 +74,6 @@ enum class SalFrameStyleFlags
 INTRO   = 0x0100,
 // partial fullscreen: fullscreen on one monitor of a multimonitor display
 PARTIAL_FULLSCREEN  = 0x0080,
-// floating window that needs to be focusable
-FLOAT_FOCUSABLE = 0x0400,
 // system child window inside another SalFrame
 SYSTEMCHILD = 0x0800,
 // plugged system child window
diff --git a/vcl/inc/unx/gtk/gtkframe.hxx b/vcl/inc/unx/gtk/gtkframe.hxx
index 5c59dc8..972b241 100644
--- a/vcl/inc/unx/gtk/gtkframe.hxx
+++ b/vcl/inc/unx/gtk/gtkframe.hxx
@@ -278,8 +278,7 @@ class GtkSalFrame : public SalFrame, public 
X11WindowProvider
 return
 (m_nStyle & SalFrameStyleFlags::FLOAT) &&// only a 
float can be floatgrab
 !(m_nStyle & SalFrameStyleFlags::TOOLTIP) && // tool 
tips are not
-!(m_nStyle & SalFrameStyleFlags::OWNERDRAWDECORATION) && // 
toolbars are also not
-!(m_nStyle & SalFrameStyleFlags::FLOAT_FOCUSABLE);   // 
focusable floats are not
+!(m_nStyle & SalFrameStyleFlags::OWNERDRAWDECORATION);   // 
toolbars are also not
 }
 
 bool isChild( bool bPlug = true, bool bSysChild = true )
diff --git a/vcl/osx/salframeview.mm b/vcl/osx/salframeview.mm
index d163169..d4d37c8 100644
--- a/vcl/osx/salframeview.mm
+++ b/vcl/osx/salframeview.mm
@@ -242,8 +242,6 @@ static AquaSalFrame* getMouseContainerFrame()
 return YES;
 if( mpFrame->mbFullScreen )
 return YES;
-if( (mpFrame->mnStyle & SalFrameStyleFlags::FLOAT_FOCUSABLE) )
-return YES;
 return [super canBecomeKeyWindow];
 }
 
diff --git a/vcl/source/window/brdwin.cxx b/vcl/source/window/brdwin.cxx
index 0e844e2..1e27374 100644
--- a/vcl/source/window/brdwin.cxx
+++ b/vcl/source/window/brdwin.cxx
@@ -1738,7 +1738,7 @@ void ImplBorderWindow::ImplInit( vcl::Window* pParent,
 {
 // remove all unwanted WindowBits
 WinBits nOrgStyle = nStyle;
-WinBits nTestStyle = (WB_MOVEABLE | WB_SIZEABLE | WB_ROLLABLE | WB_PINABLE 
| WB_CLOSEABLE | WB_STANDALONE | WB_DIALOGCONTROL | WB_NODIALOGCONTROL | 
WB_SYSTEMFLOATWIN | WB_INTROWIN | WB_DEFAULTWIN | WB_TOOLTIPWIN | WB_NOSHADOW | 
WB_OWNERDRAWDECORATION | WB_SYSTEMCHILDWINDOW  | WB_NEEDSFOCUS | WB_POPUP);
+WinBits nTestStyle = (WB_MOVEABLE | WB_SIZEABLE | WB_ROLLABLE | WB_PINABLE 
| WB_CLOSEABLE | WB_STANDALONE | WB_DIALOGCONTROL | WB_NODIALOGCONTROL | 
WB_SYSTEMFLOATWIN | WB_INTROWIN | WB_DEFAULTWIN | WB_TOOLTIPWIN | WB_NOSHADOW | 
WB_OWNERDRAWDECORATION | WB_SYSTEMCHILDWINDOW  | WB_POPUP);
 if ( nTypeStyle & BORDERWINDOW_STYLE_APP )
 nTestStyle |= WB_APP;
 nStyle &= nTestStyle;
diff --git a/vcl/source/window/window.cxx b/vcl/source/window/window.cxx
index edbdbdd..cbfcc37 100644
--- a/vcl/source/window/window.cxx
+++ b/vcl/source/window/window.cxx
@@ -913,7 +913,7 @@ void Window::ImplInit( vcl::Window* pParent, WinBits 
nStyle, SystemParentData* p
 nBorderTypeStyle |= BORDERWINDOW_STYLE_FRAME;
 nStyle |= WB_BORDER;
 }
-VclPtrInstance pBorderWin( pParent, nStyle & 
(WB_BORDER | WB_DIALOGCONTROL | WB_NODIALOGCONTROL | WB_NEEDSFOCUS), 
nBorderTypeStyle );
+VclPtrInstance pBorderWin( pParent, nStyle & 
(WB_BORDER | 

[Libreoffice-bugs] [Bug 96541] dialog "About LibreOfficeDev" has lost its logo

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

Maxim Monastirsky  changed:

   What|Removed |Added

   Keywords||regression
 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #2 from Maxim Monastirsky  ---
Saw this too.

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

2015-12-17 Thread Michael Meeks
 vcl/opengl/gdiimpl.cxx |   16 
 1 file changed, 16 insertions(+)

New commits:
commit 2a46bd51fe94c19ab29cfd27ab75c80ac89a5737
Author: Michael Meeks 
Date:   Wed Dec 16 17:19:31 2015 +

tdf#96546 - Bitmap getTexture calls can crash too - enter GL zone earlier.

Change-Id: Idd095e0a3b5e5226eaf1db90bfb0a838bc51de19
Reviewed-on: https://gerrit.libreoffice.org/20750
Reviewed-by: Tor Lillqvist 
Tested-by: Tor Lillqvist 

diff --git a/vcl/opengl/gdiimpl.cxx b/vcl/opengl/gdiimpl.cxx
index f106872..ba480f2 100644
--- a/vcl/opengl/gdiimpl.cxx
+++ b/vcl/opengl/gdiimpl.cxx
@@ -1651,6 +1651,8 @@ void OpenGLSalGraphicsImpl::drawBitmap( const SalTwoRect& 
rPosAry, const SalBitm
 // check that carefully only in the debug mode
 assert(dynamic_cast());
 
+OpenGLZone aZone;
+
 const OpenGLSalBitmap& rBitmap = static_cast(rSalBitmap);
 OpenGLTexture& rTexture = rBitmap.GetTexture();
 
@@ -1665,6 +1667,8 @@ void OpenGLSalGraphicsImpl::drawBitmap(
 const SalBitmap& rSalBitmap,
 const SalBitmap& rMaskBitmap )
 {
+OpenGLZone aZone;
+
 const OpenGLSalBitmap& rBitmap = static_cast(rSalBitmap);
 const OpenGLSalBitmap& rMask = static_cast(rMaskBitmap);
 OpenGLTexture& rTexture( rBitmap.GetTexture() );
@@ -1681,6 +1685,8 @@ void OpenGLSalGraphicsImpl::drawMask(
 const SalBitmap& rSalBitmap,
 SalColor nMaskColor )
 {
+OpenGLZone aZone;
+
 const OpenGLSalBitmap& rBitmap = static_cast(rSalBitmap);
 OpenGLTexture& rTexture( rBitmap.GetTexture() );
 
@@ -1692,6 +1698,8 @@ void OpenGLSalGraphicsImpl::drawMask(
 
 SalBitmap* OpenGLSalGraphicsImpl::getBitmap( long nX, long nY, long nWidth, 
long nHeight )
 {
+OpenGLZone aZone;
+
 OpenGLSalBitmap* pBitmap = new OpenGLSalBitmap;
 VCL_GL_INFO( "::getBitmap " << nX << "," << nY <<
   " " << nWidth << "x" << nHeight );
@@ -1782,6 +1790,8 @@ bool OpenGLSalGraphicsImpl::blendBitmap(
 const SalTwoRect& rPosAry,
 const SalBitmap& rSalBitmap )
 {
+OpenGLZone aZone;
+
 const OpenGLSalBitmap& rBitmap = static_cast(rSalBitmap);
 OpenGLTexture& rTexture( rBitmap.GetTexture() );
 
@@ -1804,6 +1814,8 @@ bool OpenGLSalGraphicsImpl::blendAlphaBitmap(
 const SalBitmap& rSalMaskBitmap,
 const SalBitmap& rSalAlphaBitmap )
 {
+OpenGLZone aZone;
+
 const OpenGLSalBitmap& rSrcBitmap = static_cast(rSalSrcBitmap);
 const OpenGLSalBitmap& rMaskBitmap = static_cast(rSalMaskBitmap);
 const OpenGLSalBitmap& rAlphaBitmap = static_cast(rSalAlphaBitmap);
@@ -1835,6 +1847,8 @@ bool OpenGLSalGraphicsImpl::drawAlphaBitmap(
 const SalBitmap& rSalBitmap,
 const SalBitmap& rAlphaBitmap )
 {
+OpenGLZone aZone;
+
 const OpenGLSalBitmap& rBitmap = static_cast(rSalBitmap);
 const OpenGLSalBitmap& rAlpha = static_cast(rAlphaBitmap);
 OpenGLTexture& rTexture( rBitmap.GetTexture() );
@@ -1855,6 +1869,8 @@ bool OpenGLSalGraphicsImpl::drawTransformedBitmap(
 const SalBitmap& rSrcBitmap,
 const SalBitmap* pAlphaBitmap)
 {
+OpenGLZone aZone;
+
 const OpenGLSalBitmap& rBitmap = static_cast(rSrcBitmap);
 const OpenGLSalBitmap* pMaskBitmap = static_cast(pAlphaBitmap);
 OpenGLTexture& rTexture( rBitmap.GetTexture() );
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 93610] cannot flip .PNG properly in Writer and Draw with LXDE

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

--- Comment #18 from Viruch Hemapanpairo  ---
Testing the 3 newly built versions:

Version: 5.0.5.0.0+
Build ID: 58c8f4dc6c7d6897e36c0c754162035f70e3385f
TinderBox: Linux-rpm_deb-x86@45-TDF, Branch:libreoffice-5-0, Time:
2015-12-16_07:06:49
Locale: en-US (en_US.UTF-8)

Version: 5.1.0.1.0+
Build ID: 3b31d0dc86d75f8283951f3fd6a4f48ff649ed99
Threads 4; Ver: Linux 3.13; Render: default; 
TinderBox: Linux-rpm_deb-x86@71-TDF, Branch:libreoffice-5-1, Time:
2015-12-16_10:55:13
Locale: en-US (en_US.UTF-8)

Version: 5.2.0.0.alpha0+
Build ID: 0db3361527f799be6cadf5bedb8a37976fb0a39d
CPU Threads: 4; OS Version: Linux 3.13; UI Render: default; 
TinderBox: Linux-rpm_deb-x86@71-TDF, Branch:master, Time: 2015-12-16_11:47:30
Locale: en-US (en_US.UTF-8)

These all version produce the same problem of flipping image. While the stable
version (Version: 4.4.7.2 Build ID: f3153a8b245191196a4b6b9abd1d0da16eead600
Locale: en_US.UTF-8) can produce a perfect result.

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


[Libreoffice-bugs] [Bug 96432] FORMATTING: Crash when transparency is applied to an error bar

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

Beluga  changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #6 from Beluga  ---
No repro here. Tried repeated changes like in comment 4.

Win 7 Pro 64-bit, Version: 5.0.3.2 (x64)
Build ID: e5f16313668ac592c1bfb310f4390624e3dbfb75
Locale: fi-FI (fi_FI)

Ubuntu 15.10 64-bit 
Version: 5.0.3.2
Build ID: 1:5.0.3~rc2-0ubuntu1
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 91296] FILEOPEN: UI: GUI does not reflect actual Header And Footer Settings

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

Luke  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 81522] FILESAVE: can't save .docx after deleting header or footer

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

Luke  changed:

   What|Removed |Added

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

--- Comment #7 from Luke  ---
I know this is a regression, but it may be related to Bug 91296 - FILEOPEN: UI:
GUI does not reflect actual Header Setting of DOCX files.

-- 
You are receiving this mail because:
You 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: sfx2/uiconfig svx/uiconfig

2015-12-17 Thread Caolán McNamara
 sfx2/uiconfig/ui/floatingrecord.ui  |1 -
 svx/uiconfig/ui/colorwindow.ui  |1 -
 svx/uiconfig/ui/floatingundoredo.ui |1 -
 3 files changed, 3 deletions(-)

New commits:
commit dab2582f05979cd99a5937cb95a387cfed70bb8d
Author: Caolán McNamara 
Date:   Wed Dec 16 14:18:11 2015 +

gtk3+wayland: start floating windows hidden

once they are visible we can't move them under wayland, so
start then hidden, move them and then show

these floating windows are very delicate.

Change-Id: Ia233c23f25cec453df79ef70cab6210dbdd280a0

diff --git a/sfx2/uiconfig/ui/floatingrecord.ui 
b/sfx2/uiconfig/ui/floatingrecord.ui
index 653867a..9136b38 100644
--- a/sfx2/uiconfig/ui/floatingrecord.ui
+++ b/sfx2/uiconfig/ui/floatingrecord.ui
@@ -3,7 +3,6 @@
 
   
   
-True
 False
 True
 6
diff --git a/svx/uiconfig/ui/colorwindow.ui b/svx/uiconfig/ui/colorwindow.ui
index 71cda63..9482562 100644
--- a/svx/uiconfig/ui/colorwindow.ui
+++ b/svx/uiconfig/ui/colorwindow.ui
@@ -17,7 +17,6 @@
 1
   
   
-True
 False
 True
 True
diff --git a/svx/uiconfig/ui/floatingundoredo.ui 
b/svx/uiconfig/ui/floatingundoredo.ui
index 10491f8..66f30a6 100644
--- a/svx/uiconfig/ui/floatingundoredo.ui
+++ b/svx/uiconfig/ui/floatingundoredo.ui
@@ -3,7 +3,6 @@
 
   
   
-True
 False
 True
 True
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 96546] Crash on launching any application with OpenGL enabled

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

Commit Notification  changed:

   What|Removed |Added

 Whiteboard| target:5.2.0   | target:5.2.0
   ||target:5.1.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 96546] Crash on launching any application with OpenGL enabled

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

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

http://cgit.freedesktop.org/libreoffice/core/commit/?id=2a46bd51fe94c19ab29cfd27ab75c80ac89a5737=libreoffice-5-1

tdf#96546 - Bitmap getTexture calls can crash too - enter GL zone earlier.

It will be available in 5.1.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 96467] ODT does not contains borders information for character styles

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

Beluga  changed:

   What|Removed |Added

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

--- Comment #1 from Beluga  ---
Not reproduced.

Maybe you could test with 5.0.3.2. If you use Ubuntu:
http://www.webupd8.org/2015/08/install-libreoffice-50-in-ubuntu-or.html

Win 7 Pro 64-bit, Version: 5.0.3.2 (x64)
Build ID: e5f16313668ac592c1bfb310f4390624e3dbfb75
Locale: fi-FI (fi_FI)

Version: 5.2.0.0.alpha0+
Build ID: 014633f83e44ae8ba33087b6f38e8e253e281969
CPU Threads: 4; OS Version: Windows 6.1; UI Render: default; 
TinderBox: Win-x86@62-merge-TDF, Branch:MASTER, Time: 2015-12-15_06:21:44
Locale: fi-FI (fi_FI)

Ubuntu 15.10 64-bit 
Version: 5.0.3.2
Build ID: 1:5.0.3~rc2-0ubuntu1
Locale: en-US (en_US.UTF-8)

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 95648] When OpenGL rendering is active-- Graphite font has black blocks when used in a justified paragraph

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

--- Comment #13 from martin_hos...@sil.org ---
Yes it's fine to automatically include me on Graphite related bugs, since
that's probably the only way I'll find out about them.

Not sure how this is Graphite related. I notice that the image seems to show
Graphite justification behaviour that has now been fixed at least in master and
was supposed to have been pushed up to 5.1. cf bug tfd#95222.

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


[Libreoffice-bugs] [Bug 59448] Allow users to turn off automatic ICU breakiterator

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

--- Comment #10 from martin_hos...@sil.org ---
The patch has moved to 20748: Change-Id:
Iec71ad4918cd333f0a44d372017ecee300e3aca9.

In addition to providing a solution to handle ZWSP and WJ. The code has been
refactored to use a frequency based dictionary as per the CJK breaker. The
dictionary breaker also handles run edge breaks appropriately for enclosing
punctuation and whether word breaking (exclude enclosing punctuation) or line
breaking (include enclosing punctuation).

The change is a rather large patch set in external/icu. Hopefully we can agree
on things and push this up to ICU in due course.

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


[Libreoffice-bugs] [Bug 95648] When OpenGL rendering is active-- Graphite font has black blocks when used in a justified paragraph

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

--- Comment #14 from Tor Lillqvist  ---
Created attachment 121361
  --> https://bugs.documentfoundation.org/attachment.cgi?id=121361=edit
More minimal bugdoc for just the black box problem

This bugdoc only uses the letter 'm', and no diacritics.

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


[Libreoffice-bugs] [Bug 96375] Failure to acute accent, circumflex and other

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

Beluga  changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #4 from Beluga  ---
I tried to reproduce with the 15 minutes procedure, but nothing weird happened.
I don't have the extensions you listed installed.

Maybe you could try temporarily moving the extensions away from your profile or
renaming your whole profile to see, if the extensions are causing the problem:
https://wiki.documentfoundation.org/UserProfile#Resolving_corruption_in_the_user_profile

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


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

2015-12-17 Thread yogesh . bharate001
 sw/qa/extras/ooxmlexport/data/EmbeddedExcelChart.docx |binary
 sw/qa/extras/ooxmlexport/ooxmlexport4.cxx |   12 
 sw/source/filter/ww8/docxattributeoutput.cxx  |6 ++
 3 files changed, 18 insertions(+)

New commits:
commit e190f4c5899c302688e4600a128347356616da64
Author: yogesh.bharate001 
Date:   Wed Jul 15 15:57:58 2015 +0530

tdf#92754: Excel Chart content type is not exported properly.

Problem Description :
- Excel chart contenttype is not exported properly,
it exported the .xls file as .bin file.
- Due to this when we open the roundtrip file back in MS Office,
the embedded excel chart is not open and gives ERROR.

Solution : Added support for embedded .xls for docx file.

Change-Id: I16e18ffa4f6c72526665ff9d34d6c6053278c2c5
Reviewed-on: https://gerrit.libreoffice.org/17066
Tested-by: Jenkins 
Reviewed-by: Samuel Mehrbrodt 
(cherry picked from commit 0f64e580ff08a6f76327f0b77f79a044d009)
Signed-off-by: Michael Stahl 

diff --git a/sw/qa/extras/ooxmlexport/data/EmbeddedExcelChart.docx 
b/sw/qa/extras/ooxmlexport/data/EmbeddedExcelChart.docx
new file mode 100644
index 000..567660b
Binary files /dev/null and 
b/sw/qa/extras/ooxmlexport/data/EmbeddedExcelChart.docx differ
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport4.cxx 
b/sw/qa/extras/ooxmlexport/ooxmlexport4.cxx
index 4486502..9c158ed 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport4.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport4.cxx
@@ -800,7 +800,19 @@ DECLARE_OOXMLEXPORT_TEST(testSimpleSdts, 
"simple-sdts.docx")
 assertXPath(pXmlDoc, "/w:document/w:body/w:sdt/w:sdtPr/w:picture", 1);
 assertXPath(pXmlDoc, "/w:document/w:body/w:sdt/w:sdtPr/w:group", 1);
 assertXPath(pXmlDoc, "/w:document/w:body/w:p/w:sdt/w:sdtPr/w:citation", 1);
+}
 
+DECLARE_OOXMLEXPORT_TEST(testEmbeddedExcelChart, "EmbeddedExcelChart.docx")
+{
+xmlDocPtr pXmlDoc = parseExport("[Content_Types].xml");
+
+if (!pXmlDoc) // only test the export, not initial import
+   return;
+
+assertXPath(pXmlDoc,
+
"/ContentType:Types/ContentType:Override[@PartName='/word/embeddings/oleObject1.xls']",
+"ContentType",
+"application/vnd.ms-excel");
 }
 
 DECLARE_OOXMLEXPORT_TEST(testTdf83227, "tdf83227.docx")
diff --git a/sw/source/filter/ww8/docxattributeoutput.cxx 
b/sw/source/filter/ww8/docxattributeoutput.cxx
index 3f6fbcf..c728769 100644
--- a/sw/source/filter/ww8/docxattributeoutput.cxx
+++ b/sw/source/filter/ww8/docxattributeoutput.cxx
@@ -4763,6 +4763,12 @@ void DocxAttributeOutput::WriteOLE( SwOLENode& rNode, 
const Size& rSize, const S
 sRelationType = 
"http://schemas.openxmlformats.org/officeDocument/2006/relationships/oleObject;;
 sFileExtension = "doc";
 }
+else if( sProgID == "Excel.Chart.8" )
+{
+sMediaType = "application/vnd.ms-excel";
+sRelationType = 
"http://schemas.openxmlformats.org/officeDocument/2006/relationships/oleObject;;
+sFileExtension = "xls";
+}
 else
 {
 sMediaType = "application/vnd.openxmlformats-officedocument.oleObject";
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


<Burçin Akalın> license statement

2015-12-17 Thread Burçin Akalın
All of my past & future contributions to LibreOffice may be licensed under
the MPLv2/LGPLv3+ dual license.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 85548] slow FILESAVE and slow to exit from editing large chart; only when name for data series spans more than one cell (ie "Name In Range")

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

--- Comment #6 from Noel Grandin  ---
The problem here centers around building a property called "SequenceMapping"

There is an O(n^2) algorithm at sc/source/ui/unobj/chart2uno.cxx:1984 i.e. near
the bottom of ScChart2DataProvider::detectArguments

sw/source/core/unocore/unochart.cxx:1298 in method
SwChartDataProvider::detectArguments appears to implement a more efficient
version of the same algorithm.

However, the differences are too great for me too easily port it across.

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


[Libreoffice-bugs] [Bug 96431] PDF and PRINTING Problem, PNG with alpha transparency on LXDE based UI

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

--- Comment #9 from Viruch Hemapanpairo  ---
Testing the 3 newly built versions:

Version: 5.0.5.0.0+
Build ID: 58c8f4dc6c7d6897e36c0c754162035f70e3385f
TinderBox: Linux-rpm_deb-x86@45-TDF, Branch:libreoffice-5-0, Time:
2015-12-16_07:06:49
Locale: en-US (en_US.UTF-8)

Version: 5.1.0.1.0+
Build ID: 3b31d0dc86d75f8283951f3fd6a4f48ff649ed99
Threads 4; Ver: Linux 3.13; Render: default; 
TinderBox: Linux-rpm_deb-x86@71-TDF, Branch:libreoffice-5-1, Time:
2015-12-16_10:55:13
Locale: en-US (en_US.UTF-8)

Version: 5.2.0.0.alpha0+
Build ID: 0db3361527f799be6cadf5bedb8a37976fb0a39d
CPU Threads: 4; OS Version: Linux 3.13; UI Render: default; 
TinderBox: Linux-rpm_deb-x86@71-TDF, Branch:master, Time: 2015-12-16_11:47:30
Locale: en-US (en_US.UTF-8)

These all version produce the same defected pdf file. While the stable version
(Version: 4.4.7.2 Build ID: f3153a8b245191196a4b6b9abd1d0da16eead600 Locale:
en_US.UTF-8) can produce a perfect result.

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


[Libreoffice-bugs] [Bug 96469] FILESAVE: Data Point Color in Charts lost on DOCX/XLSX export

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

Beluga  changed:

   What|Removed |Added

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

--- Comment #4 from Beluga  ---
Reproduced.

Win 7 Pro 64-bit Version: 5.2.0.0.alpha0+
Build ID: 014633f83e44ae8ba33087b6f38e8e253e281969
CPU Threads: 4; OS Version: Windows 6.1; UI Render: default; 
TinderBox: Win-x86@62-merge-TDF, Branch:MASTER, Time: 2015-12-15_06:21:44
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 93529] Meta: VCL/OpenGL tracker bug for 5.0+

2015-12-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93529
Bug 93529 depends on bug 96546, which changed state.

Bug 96546 Summary: Crash on launching any application with OpenGL enabled
https://bugs.documentfoundation.org/show_bug.cgi?id=96546

   What|Removed |Added

 Status|UNCONFIRMED |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 96546] Crash on launching any application with OpenGL enabled

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

Michael Meeks  changed:

   What|Removed |Added

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

--- Comment #3 from Michael Meeks  ---
We should now crash just once =)

Trying to get my hands on an Intel HD 3000 through various devious means ;-)

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


[Libreoffice-bugs] [Bug 96375] Failure to acute accent, circumflex and other

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

Beluga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #5 from Beluga  ---
Forgot testing info.

Win 7 Pro 64-bit, Version: 5.0.3.2 (x64)
Build ID: e5f16313668ac592c1bfb310f4390624e3dbfb75
Locale: fi-FI (fi_FI)

Ubuntu 15.10 64-bit 
Version: 5.0.3.2
Build ID: 1:5.0.3~rc2-0ubuntu1
Locale: en-US (en_US.UTF-8)

I'll stick this to needinfo while I'm at it.

Set to NEEDINFO.
Change back to UNCONFIRMED after you have provided further testing information.

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


[Libreoffice-bugs] [Bug 96471] Reading documents and presentations with screen readers

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

Beluga  changed:

   What|Removed |Added

   Keywords||accessibility
 Status|UNCONFIRMED |NEW
 CC||todven...@suomi24.fi
  Component|contrib |LibreOffice
Version|unspecified |5.0.3.2 release
 Ever confirmed|0   |1

--- Comment #1 from Beluga  ---
Repro with NVDA 2015.4. It doesn't read what is in the slide.

Testers: you can use a disposable email to dl the setup:
http://www.nvaccess.org/download/
F.ex. https://www.guerrillamail.com/

Win 7 Pro 64-bit, Version: 5.0.3.2 (x64)
Build ID: e5f16313668ac592c1bfb310f4390624e3dbfb75
Locale: fi-FI (fi_FI)

Version: 5.2.0.0.alpha0+
Build ID: 014633f83e44ae8ba33087b6f38e8e253e281969
CPU Threads: 4; OS Version: Windows 6.1; UI Render: default; 
TinderBox: Win-x86@62-merge-TDF, Branch:MASTER, Time: 2015-12-15_06:21:44
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 96474] It would be helpful to be able to search *only* within comments

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

Beluga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org,
   ||todven...@suomi24.fi
  Component|Writer  |ux-advise
 Ever confirmed|0   |1

--- Comment #1 from Beluga  ---
I think it's a good idea, but not sure about the radio buttons. We need design
team input.

-- 
You are receiving this mail because:
You 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: scp2/source shell/Module_shell.mk shell/Package_scripts_gnome.mk shell/source sysui/desktop

2015-12-17 Thread Bryan Quigley
 scp2/source/ooo/file_ooo.scp   |7 ---
 shell/Module_shell.mk  |1 -
 shell/Package_scripts_gnome.mk |   14 --
 shell/source/unix/misc/gnome-open-url.sh   |4 
 shell/source/unix/misc/senddoc.sh  |2 --
 sysui/desktop/apparmor/program.senddoc |1 -
 sysui/desktop/apparmor/program.soffice.bin |1 -
 7 files changed, 30 deletions(-)

New commits:
commit eaa7f30102df4df01171e5daf83cdddae1bb0cda
Author: Bryan Quigley 
Date:   Wed Dec 2 00:02:59 2015 -0500

Remove gnome-open support

Gnome-open has been deprecate for some time.  xdg-open replaces it.

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

diff --git a/scp2/source/ooo/file_ooo.scp b/scp2/source/ooo/file_ooo.scp
index 9dc5038..ad78407 100644
--- a/scp2/source/ooo/file_ooo.scp
+++ b/scp2/source/ooo/file_ooo.scp
@@ -61,13 +61,6 @@ End
 
 #if defined UNX && ! defined MACOSX && ! defined LIBO_HEADLESS
 
-File gid_File_Bin_Gnome_Open_Url
-BIN_FILE_BODY;
-Dir = FILELIST_DIR;
-Name = "shell_scripts_gnome.filelist";
-Styles = (FILELIST, PACKED);
-End
-
 File gid_File_shell_scripts
 BIN_FILE_BODY;
 Dir = FILELIST_DIR;
diff --git a/shell/Module_shell.mk b/shell/Module_shell.mk
index 44d0a61..d0a3318 100644
--- a/shell/Module_shell.mk
+++ b/shell/Module_shell.mk
@@ -106,7 +106,6 @@ ifeq ($(USING_X11),TRUE)
 $(eval $(call gb_Module_add_targets,shell,\
Library_recentfile \
Package_scripts \
-   Package_scripts_gnome \
Package_scripts_kde \
Package_scripts_tde \
 ))
diff --git a/shell/Package_scripts_gnome.mk b/shell/Package_scripts_gnome.mk
deleted file mode 100644
index 794ed87..000
--- a/shell/Package_scripts_gnome.mk
+++ /dev/null
@@ -1,14 +0,0 @@
-# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
-#
-# This file is part of the LibreOffice project.
-#
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-#
-
-$(eval $(call 
gb_Package_Package,shell_scripts_gnome,$(SRCDIR)/shell/source/unix/misc))
-
-$(eval $(call 
gb_Package_add_file,shell_scripts_gnome,$(LIBO_BIN_FOLDER)/gnome-open-url,gnome-open-url.sh))
-
-# vim: set shiftwidth=4 tabstop=4 noexpandtab:
diff --git a/shell/source/unix/misc/gnome-open-url.sh 
b/shell/source/unix/misc/gnome-open-url.sh
deleted file mode 100755
index bffe6f2..000
--- a/shell/source/unix/misc/gnome-open-url.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-
-# use xdg-open or gnome-open if available, falling back to our own open-url
-xdg-open "$1" 2>/dev/null || gnome-open "$1" 2>/dev/null || `dirname 
"$0"`/open-url "$1" 2>/dev/null
diff --git a/shell/source/unix/misc/senddoc.sh 
b/shell/source/unix/misc/senddoc.sh
index a642546..169af25 100755
--- a/shell/source/unix/misc/senddoc.sh
+++ b/shell/source/unix/misc/senddoc.sh
@@ -389,8 +389,6 @@ case `basename "$MAILER" | sed 's/-.*$//'` in
 MAILER=${DESKTOP_LAUNCH}
 elif [ -n "$KDE_FULL_SESSION" -a -x /usr/bin/kde-open ] ; then
 MAILER=/usr/bin/kde-open
-elif [ -n "$GNOME_DESKTOP_SESSION_ID" -a -x /usr/bin/gnome-open ] ; 
then
-MAILER=/usr/bin/gnome-open
 elif [ -x /usr/bin/xdg-open ] ; then
 MAILER=/usr/bin/xdg-open
 else
diff --git a/sysui/desktop/apparmor/program.senddoc 
b/sysui/desktop/apparmor/program.senddoc
index deb1fff..f258114 100644
--- a/sysui/desktop/apparmor/program.senddoc
+++ b/sysui/desktop/apparmor/program.senddoc
@@ -26,7 +26,6 @@ profile libreoffice-senddoc 
INSTDIR-/usr/lib{,32,64}/libreoffice/program/senddoc
   /bin/grep rmix,
   /bin/unamermix,
   /usr/bin/xdg-open Cxr -> sanitized_helper,
-  /usr/bin/gnome-open   Cxr -> sanitized_helper,
   /dev/null rw,
   INSTDIR-program/uri-encode rmPUx,
   /usr/share/libreoffice/share/config/* r,
diff --git a/sysui/desktop/apparmor/program.soffice.bin 
b/sysui/desktop/apparmor/program.soffice.bin
index c74fcc6..bbb0100 100644
--- a/sysui/desktop/apparmor/program.soffice.bin
+++ b/sysui/desktop/apparmor/program.soffice.bin
@@ -122,7 +122,6 @@ profile libreoffice-soffice INSTDIR-program/soffice.bin {
   /usr/lib{,32,64}/jvm/**   r,
   INSTDIR-**ra,
   INSTDIR-**.so rm,
-  INSTDIR-program/gnome-open-urlrmPUx,  #This doesn't seem to be used on 
my install
   INSTDIR-program/soffice.bin   rmix,
   INSTDIR-program/xpdfimportrPx,
   INSTDIR-program/open-url  rPx,
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org

[Libreoffice-bugs] [Bug 96502] Formatting cell borders - last used border setting remaining on the button

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

raal  changed:

   What|Removed |Added

Summary|Formatting cell borders |Formatting cell borders -
   ||last used border setting
   ||remaining on the button

-- 
You are receiving this mail because:
You 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 'distro/collabora/cp-5.0' - sd/source

2015-12-17 Thread Henry Castro
 sd/source/ui/func/fuinsert.cxx |  127 -
 1 file changed, 77 insertions(+), 50 deletions(-)

New commits:
commit 3ecc2b1fb6353e51ed0498b0caac31c4eb804cf0
Author: Henry Castro 
Date:   Thu Dec 17 10:55:35 2015 -0400

sd: enable insert graphic when UNO command has URL file argument

When LOOL requires to insert a graphic, it uses UNO command 
".uno:InsertGraphic",
and the corresponding URL file image argument.

However Impress, ignores URL file image argument, and by default
pop up a dialog, so no image is inserted in LOOL.

Change-Id: I31dd1b1536307ef2dbb6b3d49812b310560c919f

diff --git a/sd/source/ui/func/fuinsert.cxx b/sd/source/ui/func/fuinsert.cxx
index 7691f2d..a5ceb28 100644
--- a/sd/source/ui/func/fuinsert.cxx
+++ b/sd/source/ui/func/fuinsert.cxx
@@ -113,69 +113,96 @@ rtl::Reference FuInsertGraphic::Create( 
ViewShell* pViewSh, ::sd::Window
 return xFunc;
 }
 
-void FuInsertGraphic::DoExecute( SfxRequest&  )
+void FuInsertGraphic::DoExecute( SfxRequest& rReq )
 {
-SvxOpenGraphicDialogaDlg(SdResId(STR_INSERTGRAPHIC));
+OUString aFileName;
+OUString aFilterName;
+Graphic aGraphic;
 
-if( aDlg.Execute() == GRFILTER_OK )
+bool bAsLink = false;
+int nError = GRFILTER_OPENERROR;
+
+const SfxItemSet* pArgs = rReq.GetArgs();
+const SfxPoolItem* pItem;
+
+if ( pArgs &&
+ pArgs->GetItemState( SID_INSERT_GRAPHIC, true,  ) == 
SfxItemState::SET )
 {
-Graphic aGraphic;
-int nError = aDlg.GetGraphic(aGraphic);
-if( nError == GRFILTER_OK )
+aFileName = static_cast(pItem)->GetValue();
+
+if ( pArgs->GetItemState( FN_PARAM_FILTER, true,  ) == 
SfxItemState::SET )
+aFilterName = static_cast(pItem)->GetValue();
+
+if ( pArgs->GetItemState( FN_PARAM_1, true,  ) == 
SfxItemState::SET )
+bAsLink = static_cast(pItem)->GetValue();
+
+nError = GraphicFilter::LoadGraphic( aFileName, aFilterName, aGraphic, 
::GetGraphicFilter() );
+}
+else
+{
+SvxOpenGraphicDialogaDlg(SdResId(STR_INSERTGRAPHIC));
+
+if( aDlg.Execute() == GRFILTER_OK )
 {
-if( mpViewShell && mpViewShell->ISA(DrawViewShell))
-{
-sal_Int8nAction = DND_ACTION_COPY;
-SdrObject* pPickObj;
-bool bSelectionReplaced(false);
+nError = aDlg.GetGraphic(aGraphic);
+bAsLink = aDlg.IsAsLink();
+aFileName = aDlg.GetPath();
+aFilterName = aDlg.GetCurrentFilter();
+}
+}
 
-if( ( pPickObj = mpView->GetSelectedSingleObject( 
mpView->GetPage() ) ) || ( pPickObj = mpView->GetEmptyPresentationObject( 
PRESOBJ_GRAPHIC ) ) )
-{
-nAction = DND_ACTION_LINK;
-}
-else if(1 == mpView->GetMarkedObjectCount())
-{
-pPickObj = mpView->GetMarkedObjectByIndex(0);
-nAction = DND_ACTION_MOVE;
-bSelectionReplaced = true;
-}
+if( nError == GRFILTER_OK )
+{
+if( mpViewShell && dynamic_cast< DrawViewShell *>( mpViewShell ) !=  
nullptr)
+{
+sal_Int8nAction = DND_ACTION_COPY;
+SdrObject* pPickObj;
+bool bSelectionReplaced(false);
 
-Point aPos;
-Rectangle aRect(aPos, mpWindow->GetOutputSizePixel() );
-aPos = aRect.Center();
-aPos = mpWindow->PixelToLogic(aPos);
-SdrGrafObj* pGrafObj = mpView->InsertGraphic(aGraphic, 
nAction, aPos, pPickObj, NULL);
+if( ( pPickObj = mpView->GetSelectedSingleObject( 
mpView->GetPage() ) ) || ( pPickObj = mpView->GetEmptyPresentationObject( 
PRESOBJ_GRAPHIC ) ) )
+{
+nAction = DND_ACTION_LINK;
+}
+else if(1 == mpView->GetMarkedObjectCount())
+{
+pPickObj = mpView->GetMarkedObjectByIndex(0);
+nAction = DND_ACTION_MOVE;
+bSelectionReplaced = true;
+}
 
-if(pGrafObj && aDlg.IsAsLink())
-{
-// really store as link only?
-if( SvtMiscOptions().ShowLinkWarningDialog() )
-{
-ScopedVclPtrInstance< SvxLinkWarningDialog > 
aWarnDlg(mpWindow,aDlg.GetPath());
-if( aWarnDlg->Execute() != RET_OK )
-return; // don't store as link
-}
+Point aPos;
+Rectangle aRect(aPos, mpWindow->GetOutputSizePixel() );
+aPos = aRect.Center();
+aPos = mpWindow->PixelToLogic(aPos);
+SdrGrafObj* pGrafObj = mpView->InsertGraphic(aGraphic, nAction, 
aPos, pPickObj, nullptr);
 
-// store 

[Libreoffice-bugs] [Bug 96494] Search Changes Navigation Mode

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

Beluga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1
   Severity|normal  |minor

--- Comment #1 from Beluga  ---
Repro. Next and prev element cycle between the words outside the table.

Win 7 Pro 64-bit Version: 5.2.0.0.alpha0+
Build ID: 014633f83e44ae8ba33087b6f38e8e253e281969
CPU Threads: 4; OS Version: Windows 6.1; UI Render: default; 
TinderBox: Win-x86@62-merge-TDF, Branch:MASTER, Time: 2015-12-15_06:21:44
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 96494] Search Changes Navigation Mode

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

Beluga  changed:

   What|Removed |Added

   Keywords||needsDevEval

-- 
You are receiving this mail because:
You 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 91820] Reorganization of the menu bar for Calc

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

--- Comment #32 from Cor Nouws  ---
(In reply to Rafael Strozi from comment #31)
> In my point of view, this kind of changes will be used by 'users' to
> complain us that "the product doesn't work", "I can't do that thing I used
> to do...".

Of course many will.
That does not mean that we do not have to make good changes.
And show users the changes (hoping they will read the information ;) )

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


[Libreoffice-bugs] [Bug 91820] Reorganization of the menu bar for Calc

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

--- Comment #32 from Cor Nouws  ---
(In reply to Rafael Strozi from comment #31)
> In my point of view, this kind of changes will be used by 'users' to
> complain us that "the product doesn't work", "I can't do that thing I used
> to do...".

Of course many will.
That does not mean that we do not have to make good changes.
And show users the changes (hoping they will read the information ;) )

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


[Libreoffice-bugs] [Bug 96540] Calc crashes with this file

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

raal  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 34002] EDITING - Add Reveal Codes feature like there is in WordPerfect.

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

MikeB  changed:

   What|Removed |Added

 CC||michaeljbrown...@gmail.com

--- Comment #11 from MikeB  ---
This is would be a fantastic feature to add. It was one of my favorites when I
used WordPerfect and everybody I know much prefered to over anything Microsoft
even remotely offered in their product. Would love to see this in LibreOffice.

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


[Libreoffice-ux-advise] [Bug 91820] Reorganization of the menu bar for Calc

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

V Stuart Foote  changed:

   What|Removed |Added

 CC||vstuart.fo...@utsa.edu

--- Comment #33 from V Stuart Foote  ---
Folks,

Other than Cor, and Eike and Sophie's very specific engagement on facets of
this reorganization of the calc menu UI--isn't the rest of this simply
"bikeshedding"?

This is an agreed to process--backed by what metrics were available--and a
strong consensus across the project that the work was required.

Jay, with full Design/UI team support, has lead the effort (and frankly done
most of the work)--with some heavy lifting from a number of the devs. Folks
simply have no idea just how tedious doing this correctly has been.  

Personally--Jay has my complete support, both for his vision and for his
attention to doing the task correctly!  Thank you! Keep going!

Stuart

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


[Libreoffice-bugs] [Bug 96556] New: crash when change font

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

Bug ID: 96556
   Summary: crash when change font
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Base
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: gjalong0...@gmail.com

when i chagne other font while typing document ofice is crashed then recover

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


[Libreoffice-bugs] [Bug 95648] When OpenGL rendering is active-- Graphite font has black blocks when used in a justified paragraph

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

--- Comment #15 from Commit Notification 
 ---
Tor Lillqvist committed a patch related to this issue.
It has been pushed to "master":

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

tdf#95648: Erase the OpenGLCompatibleDC to white before drawing text into it

It will be available in 5.2.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 95648] When OpenGL rendering is active-- Graphite font has black blocks when used in a justified paragraph

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

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|| target:5.2.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 96557] New: Opening a CSV on a different gnome virtual desktop causes open calc window to move to the virtual desktop

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

Bug ID: 96557
   Summary: Opening a CSV on a different gnome virtual desktop
causes open calc window to move to the virtual desktop
   Product: LibreOffice
   Version: 5.0.3.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: damonhttp...@gmail.com

I'm on Fedora 23, Gnome 3.18.2

Basically if I have spreadsheet open on Desktop 4 and I open a csv (using
'xdg-open' or Double Clicking) on Desktop 2 then both spreadsheets end up on
Desktop 2. 

My guess is the CSV options window where you select what delimiter to use and
has a preview of the file, is a subwindow of the last selected Calc window.
Therefore to open the csv on a different desktop the whole window is moved to
the current desktop and the options are displayed. If you open an ods document
on a different desktop this does not happen. 

To recreate:
1. Switch to Virtual Desktop 1
2. Open a ods/csv/xls/etc
3. Switch to Virtual Desktop 2
4. Open Files
5. Browse to where csv is stored
6. Double click on csv
7. The spreadsheet that was on Virtual Desktop 1 is now on Virtual Desktop 2

Just an annoyance. Thanks

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


[Libreoffice-bugs] [Bug 71459] No easy way to subtract two numbers (without snap-to-zero)

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

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|| target:5.2.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 71459] No easy way to subtract two numbers (without snap-to-zero)

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

--- Comment #12 from Commit Notification 
 ---
Eike Rathke committed a patch related to this issue.
It has been pushed to "master":

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

add RAWSUBTRACT spreadsheet function, tdf#71459

It will be available in 5.2.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 71459] No easy way to subtract two numbers (without snap-to-zero)

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

--- Comment #13 from Commit Notification 
 ---
Eike Rathke committed a patch related to this issue.
It has been pushed to "master":

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

handle varargs with first required and subsequent optional, tdf#71459 related

It will be available in 5.2.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 91820] Reorganization of the menu bar for Calc

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

V Stuart Foote  changed:

   What|Removed |Added

 CC||vstuart.fo...@utsa.edu

--- Comment #33 from V Stuart Foote  ---
Folks,

Other than Cor, and Eike and Sophie's very specific engagement on facets of
this reorganization of the calc menu UI--isn't the rest of this simply
"bikeshedding"?

This is an agreed to process--backed by what metrics were available--and a
strong consensus across the project that the work was required.

Jay, with full Design/UI team support, has lead the effort (and frankly done
most of the work)--with some heavy lifting from a number of the devs. Folks
simply have no idea just how tedious doing this correctly has been.  

Personally--Jay has my complete support, both for his vision and for his
attention to doing the task correctly!  Thank you! Keep going!

Stuart

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


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

2015-12-17 Thread Tor Lillqvist
 vcl/win/gdi/winlayout.cxx |   14 ++
 vcl/win/gdi/winlayout.hxx |6 +++---
 2 files changed, 13 insertions(+), 7 deletions(-)

New commits:
commit b7842c93dc06b831d3fa649410ed847358ce9d17
Author: Tor Lillqvist 
Date:   Thu Dec 17 15:14:49 2015 +0200

tdf#95648: Erase the OpenGLCompatibleDC to white before drawing text into it

For some reason this is needed in the case of GraphiteWinLayout and
OpenGL. Otherwise when a space glyph is "drawn" into a space that is
wider than the nominal width of the space glyph, we get two black
rectangles surrounding the white space "glyph".

Change-Id: Ifb4ea00d9e5f078518ac97d7dd18694088aa1cdf

diff --git a/vcl/win/gdi/winlayout.cxx b/vcl/win/gdi/winlayout.cxx
index 0bed284..a1cdf14 100644
--- a/vcl/win/gdi/winlayout.cxx
+++ b/vcl/win/gdi/winlayout.cxx
@@ -566,7 +566,7 @@ void WinLayout::DrawText(SalGraphics& rGraphics) const
 if (!mbUseOpenGL)
 {
 // no OpenGL, just classic rendering
-DrawTextImpl(hDC);
+DrawTextImpl(hDC, NULL);
 }
 else if (CacheGlyphs(rGraphics) &&
  DrawCachedGlyphs(rGraphics))
@@ -623,7 +623,7 @@ void WinLayout::DrawText(SalGraphics& rGraphics) const
 SetTextAlign(aDC.getCompatibleHDC(), nTextAlign);
 
 // the actual drawing
-DrawTextImpl(aDC.getCompatibleHDC());
+DrawTextImpl(aDC.getCompatibleHDC(), );
 
 COLORREF color = GetTextColor(hDC);
 SalColor salColor = MAKE_SALCOLOR(GetRValue(color), GetGValue(color), 
GetBValue(color));
@@ -1764,7 +1764,7 @@ void UniscribeLayout::Simplify( bool /*bIsBase*/ )
 }
 }
 
-void UniscribeLayout::DrawTextImpl(HDC hDC) const
+void UniscribeLayout::DrawTextImpl(HDC hDC, const Rectangle* /* pRectToErase 
*/) const
 {
 HFONT hOrigFont = DisableFontScaling();
 
@@ -2801,8 +2801,14 @@ void  GraphiteWinLayout::AdjustLayout(ImplLayoutArgs& 
rArgs)
 maImpl.AdjustLayout(rArgs);
 }
 
-void GraphiteWinLayout::DrawTextImpl(HDC hDC) const
+void GraphiteWinLayout::DrawTextImpl(HDC hDC, const Rectangle* pRectToErase) 
const
 {
+if (pRectToErase)
+{
+RECT aRect = { pRectToErase->Left(), pRectToErase->Top(), 
pRectToErase->Left()+pRectToErase->GetWidth(), 
pRectToErase->Top()+pRectToErase->GetHeight() };
+FillRect(hDC, , 
static_cast(GetStockObject(WHITE_BRUSH)));
+}
+
 HFONT hOrigFont = DisableFontScaling();
 maImpl.DrawBase() = WinLayout::maDrawBase;
 maImpl.DrawOffset() = WinLayout::maDrawOffset;
diff --git a/vcl/win/gdi/winlayout.hxx b/vcl/win/gdi/winlayout.hxx
index 545d267..db09d1e 100644
--- a/vcl/win/gdi/winlayout.hxx
+++ b/vcl/win/gdi/winlayout.hxx
@@ -53,7 +53,7 @@ public:
 virtual voidDrawText(SalGraphics&) const override;
 
 /// Draw to the provided HDC.
-virtual voidDrawTextImpl(HDC hDC) const = 0;
+virtual voidDrawTextImpl(HDC hDC, const Rectangle* pRectToErase) 
const = 0;
 
 virtual boolCacheGlyphs(SalGraphics& rGraphics) const = 0;
 virtual boolDrawCachedGlyphs(SalGraphics& rGraphics) const = 0;
@@ -75,7 +75,7 @@ public:
 
 virtual boolLayoutText( ImplLayoutArgs& ) override;
 virtual voidAdjustLayout( ImplLayoutArgs& ) override;
-virtual voidDrawTextImpl(HDC hDC) const override;
+virtual voidDrawTextImpl(HDC hDC, const Rectangle* pRectToErase) const 
override;
 virtual boolCacheGlyphs(SalGraphics& rGraphics) const override;
 virtual boolDrawCachedGlyphs(SalGraphics& rGraphics) const override;
 virtual int GetNextGlyphs( int nLen, sal_GlyphId* pGlyphs, Point& 
rPos, int&,
@@ -168,7 +168,7 @@ public:
 // used by upper layers
 virtual bool  LayoutText( ImplLayoutArgs& ) override;// first step of 
layout
 virtual void  AdjustLayout( ImplLayoutArgs& ) override;  // adjusting 
after fallback etc.
-virtual void  DrawTextImpl(HDC hDC) const override;
+virtual void  DrawTextImpl(HDC hDC, const Rectangle* pRectToErase) const 
override;
 virtual bool  CacheGlyphs(SalGraphics& rGraphics) const override;
 virtual bool  DrawCachedGlyphs(SalGraphics& rGraphics) const override;
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 96410] WEBDAV: old version opened after simultaneous open (read only)

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

--- Comment #6 from Tim Banchi  ---
Giuseppe,

in LO, I was opening the file from a mounted webdav share (mounted via the "map
network drive" in Windows). The path for the windows mount operation is
https://. 
In the LO Recent Documents, if I hover over the filename, I see
Z:\documents\test\ (thus getting the file from the mountpoint I assume).

In Word 2010 however, if I open the recent overview, I see the files with their
https://... link.

let me know if I can do something else.

Claus

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


[Libreoffice-bugs] [Bug 96420] Some unicode characters cause cursor misplacement in some fonts

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

raal  changed:

   What|Removed |Added

   Keywords||bibisected, bisected
 CC||r...@post.cz, t...@iki.fi

--- Comment #2 from raal  ---
This seems to have begun at the below commit.
Adding Cc: to Tor Lillqvist; Could you possibly take a look at this one? Thanks

7f0371ad242095657660bb4862bcdfa4a28b4e2c is the first bad commit
commit 7f0371ad242095657660bb4862bcdfa4a28b4e2c
Author: Norbert Thiebaud 
Date:   Tue Aug 11 23:27:51 2015 -0700

source sha:4667db065d34193d99bce82f7e8f3b20a03ecade

source sha:4667db065d34193d99bce82f7e8f3b20a03ecade

authorTor Lillqvist 2015-08-12 05:18:50 (GMT)
committerTor Lillqvist 2015-08-12 06:14:20 (GMT)
commit4667db065d34193d99bce82f7e8f3b20a03ecade (patch)
Drop SimpleWinLayout

-- 
You are receiving this mail because:
You 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 - formula/source include/formula reportdesign/source sc/inc sc/qa sc/source

2015-12-17 Thread Eike Rathke
 formula/source/core/resource/core_resource.src |7 +++
 formula/source/ui/dlg/FormulaHelper.cxx|1 
 formula/source/ui/dlg/parawin.cxx  |   20 +---
 include/formula/IFunctionDescription.hxx   |1 
 include/formula/compiler.hrc   |3 -
 include/formula/opcode.hxx |1 
 reportdesign/source/ui/inc/FunctionHelper.hxx  |1 
 reportdesign/source/ui/misc/FunctionHelper.cxx |   18 
 sc/inc/funcdesc.hxx|   10 
 sc/inc/helpids.h   |1 
 sc/qa/unit/ucalc.cxx   |1 
 sc/source/core/data/funcdesc.cxx   |   56 +++--
 sc/source/core/inc/interpre.hxx|1 
 sc/source/core/tool/interpr4.cxx   |1 
 sc/source/core/tool/interpr6.cxx   |   23 ++
 sc/source/filter/excel/xlformula.cxx   |3 -
 sc/source/filter/oox/formulabase.cxx   |3 -
 sc/source/ui/src/scfuncs.src   |   39 +
 18 files changed, 166 insertions(+), 24 deletions(-)

New commits:
commit 4eea9f214682008052424479a4b1f8cf90a79132
Author: Eike Rathke 
Date:   Thu Dec 17 15:12:06 2015 +0100

handle varargs with first required and subsequent optional, tdf#71459 
related

Change-Id: I56c66f516ba2a2e12cab4848c8c352315f27b3bb

diff --git a/formula/source/ui/dlg/FormulaHelper.cxx 
b/formula/source/ui/dlg/FormulaHelper.cxx
index 1e296f7..b2ff0c4 100644
--- a/formula/source/ui/dlg/FormulaHelper.cxx
+++ b/formula/source/ui/dlg/FormulaHelper.cxx
@@ -45,6 +45,7 @@ namespace formula
 virtual OUString getSignature() const override { return 
OUString(); }
 virtual OString getHelpId() const override { return ""; }
 virtual sal_uInt32 getParameterCount() const override { return 0; }
+virtual sal_uInt32 getVarArgsStart() const override { return 0; }
 virtual OUString getParameterName(sal_uInt32 ) const override { 
return OUString(); }
 virtual OUString getParameterDescription(sal_uInt32 ) const 
override { return OUString(); }
 virtual bool isParameterOptional(sal_uInt32 ) const override { 
return false; }
diff --git a/formula/source/ui/dlg/parawin.cxx 
b/formula/source/ui/dlg/parawin.cxx
index e32d257..ee09472 100644
--- a/formula/source/ui/dlg/parawin.cxx
+++ b/formula/source/ui/dlg/parawin.cxx
@@ -136,8 +136,9 @@ void ParaWin::UpdateArgDesc( sal_uInt16 nArg )
 aVisibleArgMapping[nPos] : aVisibleArgMapping.back());
 aArgDesc  = pFuncDesc->getParameterDescription(nRealArg);
 aArgName  = pFuncDesc->getParameterName(nRealArg);
-if ( nArg >= nFix )
-aArgName += OUString::number( nArg-nFix+1 );
+sal_uInt16 nVarArgsStart = pFuncDesc->getVarArgsStart();
+if ( nArg >= nVarArgsStart )
+aArgName += OUString::number( nArg-nVarArgsStart+1 );
 aArgName += " ";
 
 aArgName += (nArg > nFix || 
pFuncDesc->isParameterOptional(nRealArg)) ? m_sOptional : m_sRequired ;
@@ -154,8 +155,9 @@ void ParaWin::UpdateArgDesc( sal_uInt16 nArg )
 aVisibleArgMapping[nPos] : aVisibleArgMapping.back());
 aArgDesc  = pFuncDesc->getParameterDescription(nRealArg);
 aArgName  = pFuncDesc->getParameterName(nRealArg);
-if ( nArg >= nFix )
-aArgName += OUString::number( (nArg-nFix)/2 + 1 );
+sal_uInt16 nVarArgsStart = pFuncDesc->getVarArgsStart();
+if ( nArg >= nVarArgsStart )
+aArgName += OUString::number( (nArg-nVarArgsStart)/2 + 1 );
 aArgName += " ";
 
 aArgName += (nArg > (nFix+1) || 
pFuncDesc->isParameterOptional(nRealArg)) ? m_sOptional : m_sRequired ;
@@ -188,10 +190,11 @@ void ParaWin::UpdateArgInput( sal_uInt16 nOffset, 
sal_uInt16 i )
 SetArgNameFont( i,
 (nArg > nFix || pFuncDesc->isParameterOptional(nRealArg)) ?
 aFntLight : aFntBold );
-if ( nArg >= nFix )
+sal_uInt16 nVarArgsStart = pFuncDesc->getVarArgsStart();
+if ( nArg >= nVarArgsStart )
 {
 OUString aArgName( pFuncDesc->getParameterName(nRealArg) );
-aArgName += OUString::number(nArg-nFix+1);
+aArgName += OUString::number(nArg-nVarArgsStart+1);
 SetArgName( i, aArgName );
 }
 else
@@ -210,10 +213,11 @@ void ParaWin::UpdateArgInput( sal_uInt16 nOffset, 
sal_uInt16 i )
 SetArgNameFont( i,
 (nArg > (nFix+1) || pFuncDesc->isParameterOptional(nRealArg)) ?
 aFntLight : aFntBold );
-if ( nArg >= nFix )
+sal_uInt16 nVarArgsStart = pFuncDesc->getVarArgsStart();
+if ( nArg >= nVarArgsStart )
 {
 OUString aArgName( pFuncDesc->getParameterName(nRealArg) 

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

2015-12-17 Thread Samuel Mehrbrodt
 sfx2/source/appl/workwin.cxx |1 +
 1 file changed, 1 insertion(+)

New commits:
commit a7d0c00d7307d11d1a3019f5defa9225a07c2d2a
Author: Samuel Mehrbrodt 
Date:   Thu Dec 17 15:31:37 2015 +0100

Fix creation of infobar

Fallout from 7dd77a12713c0557c5826d3541e97ef6120e1d00

diff --git a/sfx2/source/appl/workwin.cxx b/sfx2/source/appl/workwin.cxx
index eb91b2c..0e9d3d6 100644
--- a/sfx2/source/appl/workwin.cxx
+++ b/sfx2/source/appl/workwin.cxx
@@ -1385,6 +1385,7 @@ void SfxWorkWindow::UpdateChildWindows_Impl()
 if ( ( !bIsFullScreen || pChildWin->GetAlignment() == 
SfxChildAlignment::NOALIGNMENT ) && bAllChildrenVisible )
 {
 // Update Mode is compatible; definitely enable it
+bCreate = true;
 if ( pCW->pCli )
 {
 // The window is a direct Child
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 96410] WEBDAV: old version opened after simultaneous open (read only)

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

--- Comment #7 from Giuseppe Castagno (aka beppec56) 
 ---
@Tim:

Can you repeat the tests using https:// proto in LO instead of the mounted
path?
This is to see if the LO WebDAV proto works with the WebDAV server you have.
The https:// should be the one Word showed in the recent file list.

You need to enable the LO native file pickers (in Tools > Options > General
pane) to use https.

In the tests you did LO used the local file system protocol, with the Windows
Web Client service playing the role of man-in-the-middle acting as the 'real'
WebDAV interface.

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


[Libreoffice-bugs] [Bug 93529] Meta: VCL/OpenGL tracker bug for 5.0+

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

Tor Lillqvist  changed:

   What|Removed |Added

 Depends on||96420

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


[Libreoffice-bugs] [Bug 96420] Some unicode characters cause cursor misplacement in some fonts

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

Tor Lillqvist  changed:

   What|Removed |Added

 Blocks||93529

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


[Libreoffice-bugs] [Bug 96477] vlookup array selection with mouse hanged Calc

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

Ari Latvala  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

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


[Libreoffice-bugs] [Bug 96502] Formatting cell borders

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

raal  changed:

   What|Removed |Added

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

--- Comment #1 from raal  ---
Valid enhancement

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


[Libreoffice-bugs] [Bug 96496] Help describes "Background" tab but this no longer exists

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

Beluga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||todven...@suomi24.fi
  Component|Writer  |Documentation
 Ever confirmed|0   |1

--- Comment #1 from Beluga  ---
Confirmed.

Win 7 Pro 64-bit, Version: 5.0.3.2 (x64)
Build ID: e5f16313668ac592c1bfb310f4390624e3dbfb75
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 71459] No easy way to subtract two numbers (without snap-to-zero)

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

Eike Rathke  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
   Hardware|Other   |All
Version|4.0.2.2 release |Inherited From OOo
 Resolution|--- |FIXED
   Assignee|libreoffice-b...@lists.free |er...@redhat.com
   |desktop.org |
   Severity|normal  |enhancement

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


[Libreoffice-bugs] [Bug 96477] vlookup array selection with mouse hanged Calc

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

Beluga  changed:

   What|Removed |Added

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

--- Comment #2 from Beluga  ---
Can we have a test file for Christmas?

Set to NEEDINFO.
Change back to UNCONFIRMED after you have provided the Christmas present.

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


[Libreoffice-bugs] [Bug 96495] Header And Footer Settings Ignored on imported ODT files

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

Beluga  changed:

   What|Removed |Added

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

--- Comment #2 from Beluga  ---
In my saved TestHeader2, not all the settings seem to affect the headers.
Same content on left/right works.
Same content on first page does not work - the content of the first page header
remains unique.

Win 7 Pro 64-bit Version: 5.2.0.0.alpha0+
Build ID: 014633f83e44ae8ba33087b6f38e8e253e281969
CPU Threads: 4; OS Version: Windows 6.1; UI Render: default; 
TinderBox: Win-x86@62-merge-TDF, Branch:MASTER, Time: 2015-12-15_06:21:44
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 96477] vlookup array selection with mouse hanged Calc

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

--- Comment #3 from Ari Latvala  ---
Created attachment 121364
  --> https://bugs.documentfoundation.org/attachment.cgi?id=121364=edit
test file

When selecting array with mouse for vlookup at "List" tab (all data on
"Inventory" tab, as shown on example at B2 cell), LibreOffice 5.0.3 hangs to
the point that only Alt+F4 and Force Quite with keyboard works. Mouse clicks
don't work any more for any application on Linux RHEL 6.7 64-bit. Machine is
Lenovo W530.

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

2015-12-17 Thread Eike Rathke
 formula/source/ui/dlg/parawin.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 221504d3a76d63e668c4cc287e0bd5580218020a
Author: Eike Rathke 
Date:   Thu Dec 17 15:41:31 2015 +0100

out-of-bounds arg mapping access, this was always wrong but never hit it 
seems

Change-Id: I15843b320ac8ddcefce8094da7aa7c6b81b42e4f
(cherry picked from commit 5b404cc2adcea04938c8159c0bc84a8cd44ec5df)

diff --git a/formula/source/ui/dlg/parawin.cxx 
b/formula/source/ui/dlg/parawin.cxx
index e32d257..fe41e6b 100644
--- a/formula/source/ui/dlg/parawin.cxx
+++ b/formula/source/ui/dlg/parawin.cxx
@@ -122,7 +122,7 @@ void ParaWin::UpdateArgDesc( sal_uInt16 nArg )
 
 if ( nArgs < VAR_ARGS )
 {
-sal_uInt16 nRealArg = (aVisibleArgMapping.size() < nArg) ? 
aVisibleArgMapping[nArg] : nArg;
+sal_uInt16 nRealArg = (nArg < aVisibleArgMapping.size()) ? 
aVisibleArgMapping[nArg] : nArg;
 aArgDesc  = pFuncDesc->getParameterDescription(nRealArg);
 aArgName  = pFuncDesc->getParameterName(nRealArg);
 aArgName += " ";
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 96502] Formatting cell borders - last used border setting remaining on the button

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

Maxim Monastirsky  changed:

   What|Removed |Added

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

--- Comment #2 from Maxim Monastirsky  ---


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

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


[Libreoffice-bugs] [Bug 58349] Turn Border button into a split button

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

Maxim Monastirsky  changed:

   What|Removed |Added

 CC||mil...@reprographic.co.in

--- Comment #12 from Maxim Monastirsky  ---
*** Bug 96502 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 96410] WEBDAV: old version opened after simultaneous open (read only)

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

--- Comment #5 from Giuseppe Castagno (aka beppec56) 
 ---
Tim Banchi:

I'd like to know what protocol was used to open the file in LO, that can be see
looking at the recent file list (e.g. was it file:// or http:// ).

IIRC Word 2010 has a recent file list as well, I'd like to know the protocol of
the file there, it this case it can be \\server-name\path (a UNC path) or
http://server-name/path.

At a first glance it seems there is something in common with bug 60381 and bug
94888, the two questions above will help me to understand what is.

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


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

2015-12-17 Thread Henry Castro
 sd/source/ui/func/fuinsert.cxx |  127 -
 1 file changed, 77 insertions(+), 50 deletions(-)

New commits:
commit 348d7f6170d6ab83c8086f097aed7bdb1b64930a
Author: Henry Castro 
Date:   Wed Dec 16 17:13:06 2015 -0400

sd: enable insert graphic when UNO command has URL file argument

When LOOL requires to insert a graphic, it uses UNO command 
".uno:InsertGraphic",
and the corresponding URL file image argument.

However Impress, ignores URL file image argument, and by default
pop up a dialog, so no image is inserted in LOOL.

Change-Id: If1939247f5df0bb4e7daf8816a2306e34419ae2f
Reviewed-on: https://gerrit.libreoffice.org/20747
Tested-by: Jenkins 
Reviewed-by: Henry Castro 

diff --git a/sd/source/ui/func/fuinsert.cxx b/sd/source/ui/func/fuinsert.cxx
index 2b510f1..be90f49 100644
--- a/sd/source/ui/func/fuinsert.cxx
+++ b/sd/source/ui/func/fuinsert.cxx
@@ -109,69 +109,96 @@ rtl::Reference FuInsertGraphic::Create( 
ViewShell* pViewSh, ::sd::Window
 return xFunc;
 }
 
-void FuInsertGraphic::DoExecute( SfxRequest&  )
+void FuInsertGraphic::DoExecute( SfxRequest& rReq )
 {
-SvxOpenGraphicDialogaDlg(SdResId(STR_INSERTGRAPHIC));
+OUString aFileName;
+OUString aFilterName;
+Graphic aGraphic;
 
-if( aDlg.Execute() == GRFILTER_OK )
+bool bAsLink = false;
+int nError = GRFILTER_OPENERROR;
+
+const SfxItemSet* pArgs = rReq.GetArgs();
+const SfxPoolItem* pItem;
+
+if ( pArgs &&
+ pArgs->GetItemState( SID_INSERT_GRAPHIC, true,  ) == 
SfxItemState::SET )
 {
-Graphic aGraphic;
-int nError = aDlg.GetGraphic(aGraphic);
-if( nError == GRFILTER_OK )
+aFileName = static_cast(pItem)->GetValue();
+
+if ( pArgs->GetItemState( FN_PARAM_FILTER, true,  ) == 
SfxItemState::SET )
+aFilterName = static_cast(pItem)->GetValue();
+
+if ( pArgs->GetItemState( FN_PARAM_1, true,  ) == 
SfxItemState::SET )
+bAsLink = static_cast(pItem)->GetValue();
+
+nError = GraphicFilter::LoadGraphic( aFileName, aFilterName, aGraphic, 
::GetGraphicFilter() );
+}
+else
+{
+SvxOpenGraphicDialogaDlg(SdResId(STR_INSERTGRAPHIC));
+
+if( aDlg.Execute() == GRFILTER_OK )
 {
-if( mpViewShell && dynamic_cast< DrawViewShell *>( mpViewShell ) 
!=  nullptr)
-{
-sal_Int8nAction = DND_ACTION_COPY;
-SdrObject* pPickObj;
-bool bSelectionReplaced(false);
+nError = aDlg.GetGraphic(aGraphic);
+bAsLink = aDlg.IsAsLink();
+aFileName = aDlg.GetPath();
+aFilterName = aDlg.GetCurrentFilter();
+}
+}
 
-if( ( pPickObj = mpView->GetSelectedSingleObject( 
mpView->GetPage() ) ) || ( pPickObj = mpView->GetEmptyPresentationObject( 
PRESOBJ_GRAPHIC ) ) )
-{
-nAction = DND_ACTION_LINK;
-}
-else if(1 == mpView->GetMarkedObjectCount())
-{
-pPickObj = mpView->GetMarkedObjectByIndex(0);
-nAction = DND_ACTION_MOVE;
-bSelectionReplaced = true;
-}
+if( nError == GRFILTER_OK )
+{
+if( mpViewShell && dynamic_cast< DrawViewShell *>( mpViewShell ) !=  
nullptr)
+{
+sal_Int8nAction = DND_ACTION_COPY;
+SdrObject* pPickObj;
+bool bSelectionReplaced(false);
 
-Point aPos;
-Rectangle aRect(aPos, mpWindow->GetOutputSizePixel() );
-aPos = aRect.Center();
-aPos = mpWindow->PixelToLogic(aPos);
-SdrGrafObj* pGrafObj = mpView->InsertGraphic(aGraphic, 
nAction, aPos, pPickObj, nullptr);
+if( ( pPickObj = mpView->GetSelectedSingleObject( 
mpView->GetPage() ) ) || ( pPickObj = mpView->GetEmptyPresentationObject( 
PRESOBJ_GRAPHIC ) ) )
+{
+nAction = DND_ACTION_LINK;
+}
+else if(1 == mpView->GetMarkedObjectCount())
+{
+pPickObj = mpView->GetMarkedObjectByIndex(0);
+nAction = DND_ACTION_MOVE;
+bSelectionReplaced = true;
+}
 
-if(pGrafObj && aDlg.IsAsLink())
-{
-// really store as link only?
-if( SvtMiscOptions().ShowLinkWarningDialog() )
-{
-ScopedVclPtrInstance< SvxLinkWarningDialog > 
aWarnDlg(mpWindow,aDlg.GetPath());
-if( aWarnDlg->Execute() != RET_OK )
-return; // don't store as link
-}
+Point aPos;
+Rectangle aRect(aPos, mpWindow->GetOutputSizePixel() );
+aPos = aRect.Center();
+ 

[Libreoffice-bugs] [Bug 91820] Reorganization of the menu bar for Calc

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

--- Comment #31 from Rafael Strozi  ---
In my point of view, this kind of changes will be used by 'users' to complain
us that "the product doesn't work", "I can't do that thing I used to do...".

It's the same MS did with his products: they just changed the places to do the
same, they hide things from users.

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


[Libreoffice-bugs] [Bug 96556] crash when change font

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

raal  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||r...@post.cz
 Ever confirmed|0   |1

--- Comment #1 from raal  ---
Hello,

Thank you for filing the bug. Please send us a sample document, as this makes
it easier for us to verify the bug. 
I have set the bug's status to 'NEEDINFO', so please do change it back to
'UNCONFIRMED' once you have attached a document.
(Please note that the attachment will be public, remove any sensitive
information before attaching it.)
How can I eliminate confidential data from a sample document?
https://wiki.documentfoundation.org/QA/FAQ#How_can_I_eliminate_confidential_data_from_a_sample_document.3F

Also please specify your version of LO.
Thank you

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


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

2015-12-17 Thread Eike Rathke
 formula/source/ui/dlg/parawin.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5b404cc2adcea04938c8159c0bc84a8cd44ec5df
Author: Eike Rathke 
Date:   Thu Dec 17 15:41:31 2015 +0100

out-of-bounds arg mapping access, this was always wrong but never hit it 
seems

Change-Id: I15843b320ac8ddcefce8094da7aa7c6b81b42e4f

diff --git a/formula/source/ui/dlg/parawin.cxx 
b/formula/source/ui/dlg/parawin.cxx
index ee09472..3c83b0a 100644
--- a/formula/source/ui/dlg/parawin.cxx
+++ b/formula/source/ui/dlg/parawin.cxx
@@ -122,7 +122,7 @@ void ParaWin::UpdateArgDesc( sal_uInt16 nArg )
 
 if ( nArgs < VAR_ARGS )
 {
-sal_uInt16 nRealArg = (aVisibleArgMapping.size() < nArg) ? 
aVisibleArgMapping[nArg] : nArg;
+sal_uInt16 nRealArg = (nArg < aVisibleArgMapping.size()) ? 
aVisibleArgMapping[nArg] : nArg;
 aArgDesc  = pFuncDesc->getParameterDescription(nRealArg);
 aArgName  = pFuncDesc->getParameterName(nRealArg);
 aArgName += " ";
___
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' - sfx2/source

2015-12-17 Thread Michael Stahl
 sfx2/source/dialog/dockwin.cxx |3 +++
 1 file changed, 3 insertions(+)

New commits:
commit a3eb2cfdb136ab2d20e21421f0400e2eeca4ff8f
Author: Michael Stahl 
Date:   Tue Dec 15 12:35:47 2015 +0100

sfx2: fix valgrind warning

==7727== Conditional jump or move depends on uninitialised value(s)
==7727==at 0x9121E24: SfxDockingWindow::Resize() (dockwin.cxx:451)
==7727==by 0x3CADFAC3: SmElementsDockingWindow::Resize()
(ElementsDockingWindow.cxx:753)

Change-Id: Ie6e8a61f6c295373e5ccad409e2557e7c2dd6c1a
(cherry picked from commit 8831281942b0ffe3dbdcea6febcda97a2ab665b3)
(cherry picked from commit 5d9a20b3ab3167242a41a6f5ea951d426677ec29)
Reviewed-on: https://gerrit.libreoffice.org/20756
Tested-by: Jenkins 
Reviewed-by: Miklos Vajna 

diff --git a/sfx2/source/dialog/dockwin.cxx b/sfx2/source/dialog/dockwin.cxx
index f376e52..811baf6 100644
--- a/sfx2/source/dialog/dockwin.cxx
+++ b/sfx2/source/dialog/dockwin.cxx
@@ -858,6 +858,7 @@ SfxDockingWindow::SfxDockingWindow( SfxBindings *pBindinx, 
SfxChildWindow *pCW,
 pImp->nLine = pImp->nDockLine = 0;
 pImp->nPos  = pImp->nDockPos = 0;
 pImp->bNewLine = false;
+pImp->SetDockAlignment(SfxChildAlignment::NOALIGNMENT);
 pImp->SetLastAlignment(SfxChildAlignment::NOALIGNMENT);
 pImp->aMoveIdle.SetPriority(SchedulerPriority::RESIZE);
 pImp->aMoveIdle.SetIdleHdl(LINK(this,SfxDockingWindow,TimerHdl));
@@ -903,6 +904,7 @@ SfxDockingWindow::SfxDockingWindow( SfxBindings *pBindinx, 
SfxChildWindow *pCW,
 pImp->nLine = pImp->nDockLine = 0;
 pImp->nPos  = pImp->nDockPos = 0;
 pImp->bNewLine = false;
+pImp->SetDockAlignment(SfxChildAlignment::NOALIGNMENT);
 pImp->SetLastAlignment(SfxChildAlignment::NOALIGNMENT);
 pImp->aMoveIdle.SetPriority(SchedulerPriority::RESIZE);
 pImp->aMoveIdle.SetIdleHdl(LINK(this,SfxDockingWindow,TimerHdl));
@@ -948,6 +950,7 @@ SfxDockingWindow::SfxDockingWindow( SfxBindings *pBindinx, 
SfxChildWindow *pCW,
 pImp->nLine = pImp->nDockLine = 0;
 pImp->nPos  = pImp->nDockPos = 0;
 pImp->bNewLine = false;
+pImp->SetDockAlignment(SfxChildAlignment::NOALIGNMENT);
 pImp->SetLastAlignment(SfxChildAlignment::NOALIGNMENT);
 pImp->aMoveIdle.SetPriority(SchedulerPriority::RESIZE);
 pImp->aMoveIdle.SetIdleHdl(LINK(this,SfxDockingWindow,TimerHdl));
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-ux-advise] [Bug 91820] Reorganization of the menu bar for Calc

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

--- Comment #34 from sophie  ---
(In reply to V Stuart Foote from comment #33)
> Folks,
> 
> Other than Cor, and Eike and Sophie's very specific engagement on facets of
> this reorganization of the calc menu UI--isn't the rest of this simply
> "bikeshedding"?
> 
> This is an agreed to process--backed by what metrics were available--and a
> strong consensus across the project that the work was required.
> 
> Jay, with full Design/UI team support, has lead the effort (and frankly done
> most of the work)--with some heavy lifting from a number of the devs. Folks
> simply have no idea just how tedious doing this correctly has been.  
> 
> Personally--Jay has my complete support, both for his vision and for his
> attention to doing the task correctly!  Thank you! Keep going!

+1 Jay (and the design team :) has my full support and my help when he needs it
Cheers
Sophie

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


[Libreoffice-bugs] [Bug 91820] Reorganization of the menu bar for Calc

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

--- Comment #34 from sophie  ---
(In reply to V Stuart Foote from comment #33)
> Folks,
> 
> Other than Cor, and Eike and Sophie's very specific engagement on facets of
> this reorganization of the calc menu UI--isn't the rest of this simply
> "bikeshedding"?
> 
> This is an agreed to process--backed by what metrics were available--and a
> strong consensus across the project that the work was required.
> 
> Jay, with full Design/UI team support, has lead the effort (and frankly done
> most of the work)--with some heavy lifting from a number of the devs. Folks
> simply have no idea just how tedious doing this correctly has been.  
> 
> Personally--Jay has my complete support, both for his vision and for his
> attention to doing the task correctly!  Thank you! Keep going!

+1 Jay (and the design team :) has my full support and my help when he needs it
Cheers
Sophie

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


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

2015-12-17 Thread Pranav Kant
 include/LibreOfficeKit/LibreOfficeKitGtk.h  |   10 +++--
 libreofficekit/qa/gtktiledviewer/gtktiledviewer.cxx |3 +
 libreofficekit/source/gtk/lokdocview.cxx|   35 ++--
 3 files changed, 42 insertions(+), 6 deletions(-)

New commits:
commit df4a196b8f1e97d8a45d1d517942e01bd13182e7
Author: Pranav Kant 
Date:   Thu Dec 17 21:03:47 2015 +0530

lokdocview: Return if no document is set

For example, when document has been destroyed using
lok_doc_view_destroy_document()

Change-Id: I531b85018ffa25bcf88fb101c912b9f11b489a97
Reviewed-on: https://gerrit.libreoffice.org/20779
Reviewed-by: David Tardon 
Tested-by: David Tardon 

diff --git a/include/LibreOfficeKit/LibreOfficeKitGtk.h 
b/include/LibreOfficeKit/LibreOfficeKitGtk.h
index 62d2e7f..911bbdf 100644
--- a/include/LibreOfficeKit/LibreOfficeKitGtk.h
+++ b/include/LibreOfficeKit/LibreOfficeKitGtk.h
@@ -125,7 +125,7 @@ gfloat lok_doc_view_get_zoom
   (LOKDocView*
  * @pDocView: The #LOKDocView instance
  *
  * Returns: Part refers to either individual sheets in a Calc, or slides in 
Impress,
- * and has no relevance for Writer.
+ * and has no relevance for Writer. Returns -1 if no document is set currently.
  */
 gint   lok_doc_view_get_parts  
(LOKDocView* pDocView);
 
@@ -133,7 +133,7 @@ gint   lok_doc_view_get_parts   
   (LOKDocView*
  * lok_doc_view_get_part:
  * @pDocView: The #LOKDocView instance
  *
- * Returns: Current part number of the document
+ * Returns: Current part number of the document. Returns -1 if no document is 
set currently.
  */
 gint   lok_doc_view_get_part   
(LOKDocView* pDocView);
 
@@ -150,7 +150,8 @@ void   lok_doc_view_set_part
   (LOKDocView*
  * @pDocView: The #LOKDocView instance
  * @nPart:
  *
- * Returns: Get current part name of loaded document
+ * Returns: Get current part name of loaded document. Returns null if no
+ * document is set, or document has been destroyed using 
lok_doc_view_destroy_document.
  */
 gchar* lok_doc_view_get_part_name  
(LOKDocView* pDocView,
 int nPart);
@@ -248,7 +249,8 @@ void   lok_doc_view_highlight_all   
   (LOKDocView*
  * @pUsedMimeType: (out): output parameter to inform about the determined 
format
  * (suggested or plain text).
  *
- * Returns: Selected text. The caller must free the returned buffer after use.
+ * Returns: Selected text. The caller must free the returned buffer after
+ * use. Returns null if no document is set.
  */
 gchar*  lok_doc_view_copy_selection
(LOKDocView* pDocView,
 const 
gchar* pMimeType,
diff --git a/libreofficekit/qa/gtktiledviewer/gtktiledviewer.cxx 
b/libreofficekit/qa/gtktiledviewer/gtktiledviewer.cxx
index e49b5a4..04d74d6 100644
--- a/libreofficekit/qa/gtktiledviewer/gtktiledviewer.cxx
+++ b/libreofficekit/qa/gtktiledviewer/gtktiledviewer.cxx
@@ -562,7 +562,10 @@ static void doCopy(GtkWidget* pButton, gpointer /*pItem*/)
 TiledWindow& rWindow = lcl_getTiledWindow(pButton);
 LOKDocView* pLOKDocView = LOK_DOC_VIEW(rWindow.m_pDocView);
 char* pUsedFormat = nullptr;
+// TODO: Should check `text-selection` signal before trying to copy
 char* pSelection = lok_doc_view_copy_selection(pLOKDocView, "text/html", 
);
+if (!pSelection)
+return;
 
 GtkClipboard* pClipboard = 
gtk_clipboard_get_for_display(gtk_widget_get_display(rWindow.m_pDocView), 
GDK_SELECTION_CLIPBOARD);
 std::string aUsedFormat(pUsedFormat);
diff --git a/libreofficekit/source/gtk/lokdocview.cxx 
b/libreofficekit/source/gtk/lokdocview.cxx
index 7d4e516..6b89955 100644
--- a/libreofficekit/source/gtk/lokdocview.cxx
+++ b/libreofficekit/source/gtk/lokdocview.cxx
@@ -341,6 +341,9 @@ doSearch(LOKDocView* pDocView, const char* pText, bool 
bBackwards, bool highligh
 cairo_rectangle_int_t cairoVisRect;
 int x, y;
 
+if (!priv->m_pDocument)
+return;
+
 cairo_region_get_rectangle(cairoVisRegion, 0, );
 x = pixelToTwip (cairoVisRect.x, priv->m_fZoom);
 y = pixelToTwip (cairoVisRect.y, priv->m_fZoom);
@@ -1629,8 +1632,6 @@ setClientZoomInThread(gpointer data)
 LOKDocViewPrivate& priv = getPrivate(pDocView);
 LOEvent* pLOEvent = static_cast(g_task_get_task_data(task));
 
-if (!priv->m_pDocument)
-return;
 priv->m_pDocument->pClass->setClientZoom(priv->m_pDocument,
  pLOEvent->m_nTilePixelWidth,
  pLOEvent->m_nTilePixelHeight,
@@ -2520,6 +2521,9 @@ SAL_DLLPUBLIC_EXPORT gint
 

[Libreoffice-bugs] [Bug 96560] arrows change when exporting to doc in Writer

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

--- Comment #2 from yuval aviel  ---
Created attachment 121368
  --> https://bugs.documentfoundation.org/attachment.cgi?id=121368=edit
the Draw file with an arrow

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


[Libreoffice-bugs] [Bug 96561] New: package:

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

Bug ID: 96561
   Summary: package:
   Product: LibreOffice
   Version: 5.0.3.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: filters and storage
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: f.rico...@olrsoft.com

Created attachment 121369
  --> https://bugs.documentfoundation.org/attachment.cgi?id=121369=edit
Sample file y cant import with LibreOffice Calc

Error importing csv, if some field contains \0 characteres.

In the sample file, the row 7 (8 if including header), contains \0 characters
at end of first field.

This is nos iterpreted properly, and the rows dont match.

This file, import properly in Excel (windows and mac), and in C# program, using
CsvHelper (nuget package)

The sample file is generated using CsvHelper

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


[Libreoffice-bugs] [Bug 91820] Reorganization of the menu bar for Calc

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

--- Comment #35 from kompilainenn <79045_79...@mail.ru> ---
I understand your support for the Jay, however, is not listening to anyone's
opinions but their own, you will soon encounter rejection users. Without
dialogue with the simple user, you will move the project into the abyss

-- 
You are receiving this mail because:
You 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' - comphelper/source include/comphelper include/sfx2 reportdesign/inc reportdesign/source sfx2/source svx/source sw/ooxmlexport_setup.mk sw/qa

2015-12-17 Thread Michael Stahl
 comphelper/source/container/embeddedobjectcontainer.cxx |   24 +---
 include/comphelper/embeddedobjectcontainer.hxx  |6 ++-
 include/sfx2/objsh.hxx  |2 +
 reportdesign/inc/ReportDefinition.hxx   |1 
 reportdesign/source/core/api/ReportDefinition.cxx   |5 ++
 sfx2/source/doc/objstor.cxx |6 +++
 svx/source/xml/xmleohlp.cxx |3 +
 sw/ooxmlexport_setup.mk |1 
 sw/qa/extras/ooxmlexport/ooxmlexport2.cxx   |   30 +---
 9 files changed, 65 insertions(+), 13 deletions(-)

New commits:
commit fe4c7f20c272cf7a984d0db79199fe74bd31fc86
Author: Michael Stahl 
Date:   Mon Dec 14 13:41:57 2015 +0100

fix missing BaseURL when loading embedded objects

When the object is edited in the UI, the m_xClient is set to a
SfxInPlaceClient and the DocumentBaseURL is retrieved from it.  But if
the object is not edited, it will be loaded during export via the API
and without a m_xClient; in this case the DocumentBaseURL must have been
set previously to be available during import.

There appears to be no way to get the URL of the document via the API
while it is being imported; SfxBaseModel's m_sURL is unfortunately only
initialized from SfxObjectShell::FinishedLoading().

During ODF import, the SvXMLEmbeddedObjectHelper creates the
embedded object, so let's make it pass in the parent's BaseURL.

The "DefaultParentBaseURL" parameter already exists but was unused
previously.

(cherry picked from commit b0fc09daf1086423a9bd457d9a2c043e7ff41451)
(cherry picked from commit 4118f8f4c20ae711b95ab3052656bde673aa8852)

sw: loading embedded ODF objects requires unordf component

(cherry picked from commit b3b7982f4690f4ac0f0e9680970ba544157c36dc)

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

diff --git a/comphelper/source/container/embeddedobjectcontainer.cxx 
b/comphelper/source/container/embeddedobjectcontainer.cxx
index 10a7551..34afd6f 100644
--- a/comphelper/source/container/embeddedobjectcontainer.cxx
+++ b/comphelper/source/container/embeddedobjectcontainer.cxx
@@ -296,7 +296,9 @@ OUString EmbeddedObjectContainer::GetEmbeddedObjectName( 
const ::com::sun::star:
 return OUString();
 }
 
-uno::Reference < embed::XEmbeddedObject > 
EmbeddedObjectContainer::GetEmbeddedObject( const OUString& rName )
+uno::Reference< embed::XEmbeddedObject>
+EmbeddedObjectContainer::GetEmbeddedObject(
+const OUString& rName, OUString const*const pBaseURL)
 {
 SAL_WARN_IF( rName.isEmpty(), "comphelper.container", "Empty object 
name!");
 
@@ -319,12 +321,15 @@ uno::Reference < embed::XEmbeddedObject > 
EmbeddedObjectContainer::GetEmbeddedOb
 if ( aIt != pImpl->maObjectContainer.end() )
 xObj = (*aIt).second;
 else
-xObj = Get_Impl( rName, uno::Reference < embed::XEmbeddedObject >() );
+xObj = Get_Impl(rName, uno::Reference(), 
pBaseURL);
 
 return xObj;
 }
 
-uno::Reference < embed::XEmbeddedObject > EmbeddedObjectContainer::Get_Impl( 
const OUString& rName, const uno::Reference < embed::XEmbeddedObject >& xCopy )
+uno::Reference EmbeddedObjectContainer::Get_Impl(
+const OUString& rName,
+const uno::Reference& xCopy,
+rtl::OUString const*const pBaseURL)
 {
 uno::Reference < embed::XEmbeddedObject > xObj;
 try
@@ -344,13 +349,20 @@ uno::Reference < embed::XEmbeddedObject > 
EmbeddedObjectContainer::Get_Impl( con
 // object was not added until now - should happen only by calling this 
method from "inside"
 //TODO/LATER: it would be good to detect an error when an object 
should be created already, but isn't (not an "inside" call)
 uno::Reference < embed::XEmbeddedObjectCreator > xFactory = 
embed::EmbeddedObjectCreator::create( 
::comphelper::getProcessComponentContext() );
-uno::Sequence< beans::PropertyValue > aObjDescr( xCopy.is() ? 2 : 1 );
+uno::Sequence< beans::PropertyValue > aObjDescr(1 + (xCopy.is() ? 1 : 
0) + (pBaseURL ? 1 : 0));
 aObjDescr[0].Name = "Parent";
 aObjDescr[0].Value <<= pImpl->m_xModel.get();
+sal_Int32 i = 1;
+if (pBaseURL)
+{
+aObjDescr[i].Name = "DefaultParentBaseURL";
+aObjDescr[i].Value <<= *pBaseURL;
+++i;
+}
 if ( xCopy.is() )
 {
-aObjDescr[1].Name = "CloneFrom";
-aObjDescr[1].Value <<= xCopy;
+aObjDescr[i].Name = "CloneFrom";
+aObjDescr[i].Value <<= xCopy;
 }
 
 uno::Sequence< beans::PropertyValue > aMediaDescr( 1 );
diff --git 

[Libreoffice-bugs] [Bug 96251] LO crashes with Address data source wizard

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

raal  changed:

   What|Removed |Added

   Keywords||regression
 CC||r...@post.cz

--- Comment #5 from raal  ---
No crash with 5.0.2.2, linux -> regression

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


[Libreoffice-bugs] [Bug 91820] Reorganization of the menu bar for Calc

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

--- Comment #36 from Joel Madero  ---
Couple points:

1) I specifically said feel free to ignore my opinion - understanding that the
doers have the ultimate power;

2) I *only* suggested that the doers might want to consider weighing the status
quo as having some value

3) I *only* said that *I* could not use the daily with these menus as they are
in my day-to-day work, this *only* affects the project as far as I can't report
bugs early as I'm not using master. If I am stuck using 5.0 indefinitely that's
not a terribly bad thing for me personally (it gets the job done for me) so as
far as that's concerned, not screaming from the rooftops to undo everything

4) I of course support doers doing - but I think the doers should be open
minded to suggestions

5) A "process" is not set in stone - nor should it be wholly dependent on a ton
of people having time in the middle of the day to join IRC chats, read lengthy
minutes, and go through hundreds of emails. A user should be encouraged to
offer suggestion for the doers to *consider* - this is clearly different from
*demanding* that the doers change

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


[Libreoffice-bugs] [Bug 96558] New: UI: Ruler does not take table border spacing into account

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

Bug ID: 96558
   Summary: UI: Ruler does not take table border spacing into
account
   Product: LibreOffice
   Version: 4.2.0.4 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Keywords: regression
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: mikekagan...@hotmail.com

Steps to reproduce:

1. Create a new Writer document
2. Insert a 1-cell table into it
3. In the table's properties, set borders spacing to a big value (e.g. 1 cm) to
make things evident
4. Place a tab stop pos for table cell's paragraph clicking on the ruler
5. Enter a tab (using ctrl+tab) in the cell

Expected result: the ruler should show borders, indents and tab stops according
to the cell's usable area (should take the spacing into account).

Actual result: the ruler shows borders, spacing and tab stops relative to
cell's borders, regardless of spacing. Tabs are not aligned with ruler's ticks.

Tested with:
Version: 4.2.0.4
Build ID: 05dceb5d363845f2cf968344d7adab8dcfb2ba71

Worked OK with:
Version: 4.1.0.4
Build ID: 89ea49ddacd9aa532507cbf852f2bb22b1ace28

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


[Libreoffice-bugs] [Bug 95648] When OpenGL rendering is active-- Graphite font has black blocks when used in a justified paragraph

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

--- Comment #16 from Commit Notification 
 ---
Tor Lillqvist committed a patch related to this issue.
It has been pushed to "libreoffice-5-1":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=b2087af1fff0b2d8a49aa9fd4341ffa7129819dd=libreoffice-5-1

tdf#95648: Erase the OpenGLCompatibleDC to white before drawing text into it

It will be available in 5.1.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 95648] When OpenGL rendering is active-- Graphite font has black blocks when used in a justified paragraph

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

Commit Notification  changed:

   What|Removed |Added

 Whiteboard| target:5.2.0   | target:5.2.0
   ||target:5.1.0.2

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


[Libreoffice-commits] core.git: config_host.mk.in configure.ac extensions/Executable_pluginapp.bin.mk extensions/Library_pl.mk extensions/Module_extensions.mk extensions/source extensions/StaticLibrar

2015-12-17 Thread Rene Engelhard
 Repository.mk |2 
 config_host.mk.in |3 
 configure.ac  |   78 
 extensions/Executable_pluginapp.bin.mk|   69 
 extensions/Library_pl.mk  |  120 -
 extensions/Module_extensions.mk   |   17 
 extensions/StaticLibrary_plugcon.mk   |   61 
 extensions/source/plugin/aqua/macmgr.mm   |  654 ---
 extensions/source/plugin/aqua/sysplug.mm  |  882 -
 extensions/source/plugin/base/context.cxx |  345 ---
 extensions/source/plugin/base/evtlstnr.cxx|   74 
 extensions/source/plugin/base/manager.cxx |  234 --
 extensions/source/plugin/base/multiplx.cxx|  333 ---
 extensions/source/plugin/base/nfuncs.cxx  |  644 ---
 extensions/source/plugin/base/plcom.cxx   |   80 
 extensions/source/plugin/base/plctrl.cxx  |  322 ---
 extensions/source/plugin/base/plmodel.cxx |  204 --
 extensions/source/plugin/base/service.cxx |   95 -
 extensions/source/plugin/base/xplugin.cxx | 1206 -
 extensions/source/plugin/inc/plugin/aqua/sysplug.hxx  |  156 -
 extensions/source/plugin/inc/plugin/impl.hxx  |  437 
 extensions/source/plugin/inc/plugin/model.hxx |  132 -
 extensions/source/plugin/inc/plugin/multiplx.hxx  |  169 -
 extensions/source/plugin/inc/plugin/plcom.hxx |   80 
 extensions/source/plugin/inc/plugin/plctrl.hxx|  181 --
 extensions/source/plugin/inc/plugin/unx/mediator.hxx  |  147 -
 extensions/source/plugin/inc/plugin/unx/plugcon.hxx   |  206 --
 extensions/source/plugin/inc/plugin/unx/sysplug.hxx   |   78 
 extensions/source/plugin/inc/plugin/win/sysplug.hxx   |  130 -
 extensions/source/plugin/pl.component |   37 
 extensions/source/plugin/unx/mediator.cxx |  337 ---
 extensions/source/plugin/unx/npnapi.cxx   |  949 --
 extensions/source/plugin/unx/nppapi.cxx   |  593 --
 extensions/source/plugin/unx/npwrap.cxx   |  495 -
 extensions/source/plugin/unx/npwrap.hxx   |   31 
 extensions/source/plugin/unx/plugcon.cxx  |  281 ---
 extensions/source/plugin/unx/sysplug.cxx  |  152 -
 extensions/source/plugin/unx/unxmgr.cxx   |  313 ---
 extensions/source/plugin/win/sysplug.cxx  |  441 
 extensions/source/plugin/win/winmgr.cxx   |  445 
 external/np_sdk/README|1 
 external/np_sdk/inc/LEGAL |   43 
 external/np_sdk/inc/LICENSE   |  567 --
 external/np_sdk/inc/npapi.h   |  879 -
 external/np_sdk/inc/npfunctions.h |  321 ---
 external/np_sdk/inc/npruntime.h   |  393 
 external/np_sdk/inc/nptypes.h |  111 -
 external/np_sdk/npsdk/LEGAL   |   43 
 external/np_sdk/npsdk/LICENSE |  567 --
 external/np_sdk/npsdk/README  |2 
 external/np_sdk/npsdk/jri.h   |  689 ---
 external/np_sdk/npsdk/jri_md.h|  545 --
 external/np_sdk/npsdk/jritypes.h  |  232 --
 external/np_sdk/npsdk/npupp.h | 1267 --
 offapi/UnoApi_offapi.mk   |   17 
 offapi/com/sun/star/mozilla/XPluginInstance.idl   |  109 -
 offapi/com/sun/star/mozilla/XPluginInstanceNotifySink.idl |   49 
 offapi/com/sun/star/mozilla/XPluginInstancePeer.idl   |  132 -
 offapi/com/sun/star/mozilla/XPluginInstanceSyncPeer.idl   |   54 
 offapi/com/sun/star/mozilla/XPluginWindowPeer.idl |   46 
 offapi/com/sun/star/plugin/PluginDescription.idl  |   47 
 offapi/com/sun/star/plugin/PluginException.idl|   46 
 offapi/com/sun/star/plugin/PluginManager.idl  |   38 
 offapi/com/sun/star/plugin/PluginMode.idl |   40 
 offapi/com/sun/star/plugin/PluginVariable.idl |   48 
 offapi/com/sun/star/plugin/XPlugin.idl|   67 
 offapi/com/sun/star/plugin/XPluginContext.idl |  177 -
 offapi/com/sun/star/plugin/XPluginManager.idl |  114 -
 offapi/type_reference/offapi.idl  |   79 
 69 files changed, 17936 deletions(-)

New commits:
commit 4c18af27bf95b332ee2006cfc0bbf469fb1a84d4
Author: Rene Engelhard 
Date:   Sat Dec 12 11:36:25 2015 +0100

tdf#96398 kill remaining 

[Libreoffice-bugs] [Bug 96398] pluginapp.bin & libpllo.so link against gtk+2

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

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|| target:5.2.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


  1   2   3   >