[Libreoffice-ux-advise] [Bug 119877] WRITER, NAVIGATOR -- easy access (right click) to "send outline to clipboard" functionality, PLZ

2018-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119877

Cor Nouws  changed:

   What|Removed |Added

 CC||c...@nouenoff.nl

--- Comment #4 from Cor Nouws  ---
(In reply to Heiko Tietze from comment #3)
> The context menu should not be used to promote functions (otherwise we would
> have to fill it up much more). But you can customize it yourself.

Agreeing with that. Context menu is for handling the stuff there.

> The Navigator is also not really suited for this so what remains, in my
> opinion, is to discuss a different position in the main menu.

I do not support the idea that it is extremely hard to find.
The File > Send menu should be reasonably well known, because it also holds
sending documents by email..

(In reply to peter josvai from comment #0)
> I have used this functionality before, but today, when I wanted to use it
> again, I couldn't... couldn't find it... I even went through the menus, like

It is on the same place since ages.. OOo 2.0 or so, or maybe earlier. So it
looks there is some confusion here ;)

-- 
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
https://lists.freedesktop.org/mailman/listinfo/libreoffice-ux-advise


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

2018-09-19 Thread Libreoffice Gerrit user
 include/svx/dlgctrl.hxx |   66 
 svx/source/accessibility/svxrectctaccessiblecontext.cxx | 1096 +---
 svx/source/dialog/dlgctrl.cxx   |  554 
 svx/source/inc/svxrectctaccessiblecontext.hxx   |  391 -
 4 files changed, 88 insertions(+), 2019 deletions(-)

New commits:
commit efd0a2dd23fbc069ac829167f7d9ed2e1ce88cfc
Author: Caolán McNamara 
AuthorDate: Tue Sep 18 14:52:33 2018 +0100
Commit: Caolán McNamara 
CommitDate: Wed Sep 19 16:59:27 2018 +0200

drop newly unused SvxRectCtl

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

diff --git a/include/svx/dlgctrl.hxx b/include/svx/dlgctrl.hxx
index b087b97e6dcc..3d9e1cb95fd5 100644
--- a/include/svx/dlgctrl.hxx
+++ b/include/svx/dlgctrl.hxx
@@ -76,75 +76,9 @@ namespace o3tl
 template<> struct typed_flags : is_typed_flags 
{};
 }
 
-class SvxRectCtlAccessibleContext;
 class RectCtlAccessibleContext;
 class SvxPixelCtlAccessible;
 
-class SAL_WARN_UNUSED SVX_DLLPUBLIC SvxRectCtl : public Control
-{
-private:
-SVX_DLLPRIVATE void InitSettings(vcl::RenderContext& 
rRenderContext);
-SVX_DLLPRIVATE void InitRectBitmap();
-SVX_DLLPRIVATE BitmapEx&GetRectBitmap();
-SVX_DLLPRIVATE void Resize_Impl();
-
-protected:
-rtl::Reference pAccContext;
-sal_uInt16 nBorderWidth;
-sal_uInt16 nRadius;
-Size aSize;
-Point aPtLT, aPtMT, aPtRT;
-Point aPtLM, aPtMM, aPtRM;
-Point aPtLB, aPtMB, aPtRB;
-Point aPtNew;
-RectPoint eRP, eDefRP;
-std::unique_ptr pBitmap;
-CTL_STATE m_nState;
-
-bool mbUpdateForeground : 1;
-bool mbUpdateBackground : 1;
-
-void MarkToResetSettings(bool bUpdateForeground, bool bUpdateBackground);
-
-RectPoint  GetRPFromPoint( Point, bool bRTL = false ) const;
-const Point&GetPointFromRP( RectPoint ) const;
-voidSetFocusRect();
-Point   SetActualRPWithoutInvalidate( RectPoint eNewRP );  // 
returns the last point
-
-virtual voidGetFocus() override;
-virtual voidLoseFocus() override;
-
-Point   GetApproxLogPtFromPixPt( const Point& rRoughPixelPoint 
) const;
-public:
-SvxRectCtl( vcl::Window* pParent, RectPoint eRpt = RectPoint::MM,
-sal_uInt16 nBorder = 200, sal_uInt16 nCircle = 80 );
-virtual ~SvxRectCtl() override;
-virtual void dispose() override;
-
-virtual voidPaint( vcl::RenderContext& rRenderContext, const 
tools::Rectangle& rRect ) override;
-virtual voidMouseButtonDown( const MouseEvent& rMEvt ) override;
-virtual voidKeyInput( const KeyEvent& rKeyEvt ) override;
-virtual voidStateChanged( StateChangedType nStateChange ) override;
-virtual voidDataChanged( const DataChangedEvent& rDCEvt ) override;
-virtual voidResize() override;
-virtual SizeGetOptimalSize() const override;
-
-voidReset();
-RectPoint   GetActualRP() const { return eRP;}
-voidSetActualRP( RectPoint eNewRP );
-
-voidSetState( CTL_STATE nState );
-
-static const sal_uInt8 NO_CHILDREN = 9;   // returns number of usable 
radio buttons
-
-tools::Rectangle   CalculateFocusRectangle() const;
-tools::Rectangle   CalculateFocusRectangle( RectPoint eRectPoint ) 
const;
-
-virtual css::uno::Reference< css::accessibility::XAccessible > 
CreateAccessible() override;
-
-RectPoint  GetApproxRPFromPixPt( const css::awt::Point& 
rPixelPoint ) const;
-};
-
 class SAL_WARN_UNUSED SVX_DLLPUBLIC RectCtl : public 
weld::CustomWidgetController
 {
 private:
diff --git a/svx/source/accessibility/svxrectctaccessiblecontext.cxx 
b/svx/source/accessibility/svxrectctaccessiblecontext.cxx
index a92bdacbc632..106f639a9bbf 100644
--- a/svx/source/accessibility/svxrectctaccessiblecontext.cxx
+++ b/svx/source/accessibility/svxrectctaccessiblecontext.cxx
@@ -98,15 +98,9 @@ static long PointToIndex( RectPoint ePoint )
 return nRet;
 }
 
-SvxRectCtlAccessibleContext::SvxRectCtlAccessibleContext(
-const Reference< XAccessible >& rxParent,
-SvxRectCtl& rRepr ) :
-
-SvxRectCtlAccessibleContext_Base( m_aMutex ),
-mxParent( rxParent ),
-mpRepr(  ),
-mnClientId( 0 ),
-mnSelectedChild( NOCHILDSELECTED )
+RectCtlAccessibleContext::RectCtlAccessibleContext(RectCtl* pRepr)
+: mpRepr(pRepr)
+, mnSelectedChild(NOCHILDSELECTED)
 {
 {
 ::SolarMutexGuard aSolarGuard;
@@ -117,91 +111,37 @@ SvxRectCtlAccessibleContext::SvxRectCtlAccessibleContext(
 mvChildren.resize(MAX_NUM_OF_CHILDREN);
 }
 
-
-SvxRectCtlAccessibleContext::~SvxRectCtlAccessibleContext()
-{
-
-if( IsAlive() )
-{
- 

[Libreoffice-bugs] [Bug 119981] DOCX FILESAVE Chart Border Style created and modified with Writer disappears

2018-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119981

--- Comment #2 from Gabor Kelemen  ---
Created attachment 145016
  --> https://bugs.documentfoundation.org/attachment.cgi?id=145016=edit
Screenshot of the file in odt and docx in LO

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


[Libreoffice-bugs] [Bug 119981] DOCX FILESAVE Chart Border Style created and modified with Writer disappears

2018-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119981

--- Comment #1 from Gabor Kelemen  ---
Created attachment 145015
  --> https://bugs.documentfoundation.org/attachment.cgi?id=145015=edit
Example file with custom border style

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


[Libreoffice-ux-advise] [Bug 119898] Provisions/strategies for Enriching the Default Dictionaries.

2018-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119898

Cor Nouws  changed:

   What|Removed |Added

 CC||c...@nouenoff.nl
Version|6.0.3.2 release |unspecified

-- 
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
https://lists.freedesktop.org/mailman/listinfo/libreoffice-ux-advise


[Libreoffice-bugs] [Bug 119898] Provisions/strategies for Enriching the Default Dictionaries.

2018-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119898

Cor Nouws  changed:

   What|Removed |Added

 CC||c...@nouenoff.nl
Version|6.0.3.2 release |unspecified

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


[Libreoffice-ux-advise] [Bug 119847] Autoselect font size to change it quicker

2018-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119847

Cor Nouws  changed:

   What|Removed |Added

Version|6.0.1.1 release |unspecified
 CC||c...@nouenoff.nl

-- 
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
https://lists.freedesktop.org/mailman/listinfo/libreoffice-ux-advise


[Libreoffice-bugs] [Bug 119847] Autoselect font size to change it quicker

2018-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119847

Cor Nouws  changed:

   What|Removed |Added

Version|6.0.1.1 release |unspecified
 CC||c...@nouenoff.nl

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


[Libreoffice-commits] online.git: net/FakeSocket.cpp

2018-09-19 Thread Libreoffice Gerrit user
 net/FakeSocket.cpp |2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 9c57ffd3b36196ba94a213eee451b8820f67692a
Author: Tor Lillqvist 
AuthorDate: Wed Sep 19 17:03:52 2018 +0300
Commit: Tor Lillqvist 
CommitDate: Wed Sep 19 17:55:14 2018 +0300

Avoid potential deadlock

diff --git a/net/FakeSocket.cpp b/net/FakeSocket.cpp
index 99480dc4d..384c0ab3d 100644
--- a/net/FakeSocket.cpp
+++ b/net/FakeSocket.cpp
@@ -398,6 +398,8 @@ int fakeSocketAccept4(int fd, int flags)
 while (pair.connectingFd == -1)
 cv.wait(cvLock);
 
+cvLock.unlock();
+
 assert(pair.connectingFd >= 0 && pair.connectingFd/2 < fds.size());
 
 FakeSocketPair& pair2 = fds[pair.connectingFd/2];
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2018-09-19 Thread Libreoffice Gerrit user
 cui/source/dialogs/cuigrfflt.cxx |   22 +++---
 cui/source/factory/dlgfact.cxx   |   16 
 cui/source/factory/dlgfact.hxx   |7 +++
 cui/source/inc/cuigrfflt.hxx |   16 
 4 files changed, 30 insertions(+), 31 deletions(-)

New commits:
commit 785060b22ded6e5d8d6edfdcf4aceb59e0d88e78
Author: Caolán McNamara 
AuthorDate: Tue Sep 18 14:45:09 2018 +0100
Commit: Caolán McNamara 
CommitDate: Wed Sep 19 16:53:20 2018 +0200

rename to original names

Change-Id: I1f4f57b77982a71f9be7cb5cd61116c9aa77189e
Reviewed-on: https://gerrit.libreoffice.org/60713
Tested-by: Jenkins
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 

diff --git a/cui/source/dialogs/cuigrfflt.cxx b/cui/source/dialogs/cuigrfflt.cxx
index 1299c6a33d87..4850bd6927ca 100644
--- a/cui/source/dialogs/cuigrfflt.cxx
+++ b/cui/source/dialogs/cuigrfflt.cxx
@@ -125,29 +125,29 @@ void CuiGraphicPreviewWindow::Resize()
 ScaleImageToFit();
 }
 
-GraphicFilterDialogController::GraphicFilterDialogController(weld::Window* 
pParent,
+GraphicFilterDialog::GraphicFilterDialog(weld::Window* pParent,
 const OUString& rUIXMLDescription, const OString& rID,
 const Graphic& rGraphic)
 : GenericDialogController(pParent, rUIXMLDescription, rID)
-, maModifyHdl(LINK(this, GraphicFilterDialogController, ImplModifyHdl))
+, maModifyHdl(LINK(this, GraphicFilterDialog, ImplModifyHdl))
 , mxPreview(new weld::CustomWeld(*m_xBuilder, "preview", maPreview))
 {
 bIsBitmap = rGraphic.GetType() == GraphicType::Bitmap;
 
-maTimer.SetInvokeHandler(LINK(this, GraphicFilterDialogController, 
ImplPreviewTimeoutHdl));
+maTimer.SetInvokeHandler(LINK(this, GraphicFilterDialog, 
ImplPreviewTimeoutHdl));
 maTimer.SetTimeout(5);
 
 maPreview.init(, maModifyHdl);
 }
 
-IMPL_LINK_NOARG(GraphicFilterDialogController, ImplPreviewTimeoutHdl, Timer *, 
void)
+IMPL_LINK_NOARG(GraphicFilterDialog, ImplPreviewTimeoutHdl, Timer *, void)
 {
 maTimer.Stop();
 maPreview.SetPreview(GetFilteredGraphic(maPreview.GetScaledOriginal(),
 maPreview.GetScaleX(), maPreview.GetScaleY()));
 }
 
-IMPL_LINK_NOARG(GraphicFilterDialogController, ImplModifyHdl, LinkParamNone*, 
void)
+IMPL_LINK_NOARG(GraphicFilterDialog, ImplModifyHdl, LinkParamNone*, void)
 {
 if (bIsBitmap)
 {
@@ -158,7 +158,7 @@ IMPL_LINK_NOARG(GraphicFilterDialogController, 
ImplModifyHdl, LinkParamNone*, vo
 
 GraphicFilterMosaic::GraphicFilterMosaic(weld::Window* pParent, const Graphic& 
rGraphic,
  sal_uInt16 nTileWidth, sal_uInt16 
nTileHeight, bool bEnhanceEdges)
-: GraphicFilterDialogController(pParent, "cui/ui/mosaicdialog.ui", 
"MosaicDialog", rGraphic)
+: GraphicFilterDialog(pParent, "cui/ui/mosaicdialog.ui", "MosaicDialog", 
rGraphic)
 , mxMtrWidth(m_xBuilder->weld_metric_spin_button("width", FUNIT_PIXEL))
 , mxMtrHeight(m_xBuilder->weld_metric_spin_button("height", FUNIT_PIXEL))
 , mxCbxEdges(m_xBuilder->weld_check_button("edges"))
@@ -225,7 +225,7 @@ Graphic GraphicFilterMosaic::GetFilteredGraphic( const 
Graphic& rGraphic,
 }
 
 GraphicFilterSmooth::GraphicFilterSmooth(weld::Window* pParent, const Graphic& 
rGraphic, double nRadius)
-: GraphicFilterDialogController(pParent, "cui/ui/smoothdialog.ui", 
"SmoothDialog", rGraphic)
+: GraphicFilterDialog(pParent, "cui/ui/smoothdialog.ui", "SmoothDialog", 
rGraphic)
 , mxMtrRadius(m_xBuilder->weld_spin_button("radius"))
 {
 mxMtrRadius->set_value(nRadius * 10);
@@ -267,7 +267,7 @@ Graphic GraphicFilterSmooth::GetFilteredGraphic( const 
Graphic& rGraphic, double
 
 GraphicFilterSolarize::GraphicFilterSolarize(weld::Window* pParent, const 
Graphic& rGraphic,
  sal_uInt8 cGreyThreshold, bool 
bInvert)
-: GraphicFilterDialogController(pParent, "cui/ui/solarizedialog.ui", 
"SolarizeDialog", rGraphic)
+: GraphicFilterDialog(pParent, "cui/ui/solarizedialog.ui", 
"SolarizeDialog", rGraphic)
 , mxMtrThreshold(m_xBuilder->weld_metric_spin_button("value", 
FUNIT_PERCENT))
 , mxCbxInvert(m_xBuilder->weld_check_button("invert"))
 {
@@ -323,7 +323,7 @@ Graphic GraphicFilterSolarize::GetFilteredGraphic( const 
Graphic& rGraphic, doub
 
 GraphicFilterSepia::GraphicFilterSepia(weld::Window* pParent, const Graphic& 
rGraphic,
sal_uInt16 nSepiaPercent)
-: GraphicFilterDialogController(pParent, "cui/ui/agingdialog.ui", 
"AgingDialog", rGraphic)
+: GraphicFilterDialog(pParent, "cui/ui/agingdialog.ui", "AgingDialog", 
rGraphic)
 , mxMtrSepia(m_xBuilder->weld_metric_spin_button("value", FUNIT_PERCENT))
 {
 mxMtrSepia->set_value(nSepiaPercent, FUNIT_PERCENT);
@@ -360,7 +360,7 @@ Graphic GraphicFilterSepia::GetFilteredGraphic( const 
Graphic& rGraphic, double,
 
 GraphicFilterPoster::GraphicFilterPoster(weld::Window* pParent, const Graphic& 
rGraphic,

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

2018-09-19 Thread Libreoffice Gerrit user
 cui/source/dialogs/cuigrfflt.cxx   |  146 -
 cui/source/factory/dlgfact.cxx |6 -
 cui/source/factory/dlgfact.hxx |6 -
 cui/source/inc/cuigrfflt.hxx   |   59 --
 extras/source/glade/libreoffice-catalog.xml.in |3 
 5 files changed, 220 deletions(-)

New commits:
commit 82289b3a122378133ca6ccf2e8b20c76d5219a8a
Author: Caolán McNamara 
AuthorDate: Tue Sep 18 14:43:20 2018 +0100
Commit: Caolán McNamara 
CommitDate: Wed Sep 19 16:52:53 2018 +0200

drop newly unused code

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

diff --git a/cui/source/dialogs/cuigrfflt.cxx b/cui/source/dialogs/cuigrfflt.cxx
index f489112798c4..1299c6a33d87 100644
--- a/cui/source/dialogs/cuigrfflt.cxx
+++ b/cui/source/dialogs/cuigrfflt.cxx
@@ -32,104 +32,6 @@
 #include 
 #include 
 
-
-GraphicPreviewWindow::GraphicPreviewWindow(vcl::Window* pParent,
-const WinBits nStyle)
-: Control(pParent, nStyle)
-, mpOrigGraphic(nullptr)
-, mfScaleX(0.0)
-, mfScaleY(0.0)
-{
-}
-
-VCL_BUILDER_FACTORY_CONSTRUCTOR(GraphicPreviewWindow, WB_TABSTOP)
-
-Size GraphicPreviewWindow::GetOptimalSize() const
-{
-return LogicToPixel(Size(81, 73), MapMode(MapUnit::MapAppFont));
-}
-
-
-void GraphicPreviewWindow::Paint(vcl::RenderContext& rRenderContext, const 
::tools::Rectangle& rRect)
-{
-Control::Paint(rRenderContext, rRect);
-
-const Size aOutputSize(GetOutputSizePixel());
-
-if (maPreview.IsAnimated())
-{
-const Size 
aGraphicSize(rRenderContext.LogicToPixel(maPreview.GetPrefSize(), 
maPreview.GetPrefMapMode()));
-const Point aGraphicPosition((aOutputSize.Width()  - 
aGraphicSize.Width()  ) >> 1,
- (aOutputSize.Height() - 
aGraphicSize.Height() ) >> 1);
-maPreview.StartAnimation(, aGraphicPosition, 
aGraphicSize);
-}
-else
-{
-const Size  aGraphicSize(maPreview.GetSizePixel());
-const Point aGraphicPosition((aOutputSize.Width()  - 
aGraphicSize.Width())  >> 1,
- (aOutputSize.Height() - 
aGraphicSize.Height()) >> 1);
-maPreview.Draw(, aGraphicPosition, aGraphicSize);
-}
-}
-
-
-void GraphicPreviewWindow::SetPreview(const Graphic& rGraphic)
-{
-maPreview = rGraphic;
-Invalidate();
-}
-
-void GraphicPreviewWindow::ScaleImageToFit()
-{
-if (!mpOrigGraphic)
-return;
-
-maScaledOrig = *mpOrigGraphic;
-
-const Size  aPreviewSize( GetOutputSizePixel() );
-Size aSizePixel(LogicToPixel(mpOrigGraphic->GetPrefSize(),
-mpOrigGraphic->GetPrefMapMode()));
-Size aGrfSize(aSizePixel);
-
-if( mpOrigGraphic->GetType() == GraphicType::Bitmap &&
-aPreviewSize.Width() && aPreviewSize.Height() &&
-aGrfSize.Width() && aGrfSize.Height() )
-{
-const double fGrfWH = static_cast(aGrfSize.Width()) / 
aGrfSize.Height();
-const double fPreWH = static_cast(aPreviewSize.Width()) / 
aPreviewSize.Height();
-
-if( fGrfWH < fPreWH )
-{
-aGrfSize.setWidth( static_cast( aPreviewSize.Height() * 
fGrfWH ) );
-aGrfSize.setHeight( aPreviewSize.Height() );
-}
-else
-{
-aGrfSize.setWidth( aPreviewSize.Width() );
-aGrfSize.setHeight( static_cast( aPreviewSize.Width() / 
fGrfWH ) );
-}
-
-mfScaleX = static_cast(aGrfSize.Width()) / aSizePixel.Width();
-mfScaleY = static_cast(aGrfSize.Height()) / 
aSizePixel.Height();
-
-if( !mpOrigGraphic->IsAnimated() )
-{
-BitmapEx aBmpEx( mpOrigGraphic->GetBitmapEx() );
-
-if( aBmpEx.Scale( aGrfSize ) )
-maScaledOrig = aBmpEx;
-}
-}
-
-maModifyHdl.Call(nullptr);
-}
-
-void GraphicPreviewWindow::Resize()
-{
-Control::Resize();
-ScaleImageToFit();
-}
-
 CuiGraphicPreviewWindow::CuiGraphicPreviewWindow()
 : mpOrigGraphic(nullptr)
 , mfScaleX(0.0)
@@ -223,54 +125,6 @@ void CuiGraphicPreviewWindow::Resize()
 ScaleImageToFit();
 }
 
-GraphicFilterDialog::GraphicFilterDialog(vcl::Window* pParent,
-const OUString& rID, const OUString& rUIXMLDescription,
-const Graphic& rGraphic)
-: ModalDialog(pParent, rID, rUIXMLDescription)
-, maModifyHdl(LINK( this, GraphicFilterDialog, ImplModifyHdl))
-, maSizePixel(LogicToPixel(rGraphic.GetPrefSize(),
-rGraphic.GetPrefMapMode()))
-{
-bIsBitmap = rGraphic.GetType() == GraphicType::Bitmap;
-
-maTimer.SetInvokeHandler( LINK( this, GraphicFilterDialog, 
ImplPreviewTimeoutHdl ) );
-maTimer.SetTimeout( 5 );
-
-get(mpPreview, "preview");
-mpPreview->init(, maModifyHdl);
-}
-
-
-GraphicFilterDialog::~GraphicFilterDialog()
-{
-disposeOnce();
-}
-
-
-void GraphicFilterDialog::dispose()
-{
-

[Libreoffice-bugs] [Bug 119981] New: DOCX FILESAVE Chart Border Style created and modified with Writer disappears

2018-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119981

Bug ID: 119981
   Summary: DOCX FILESAVE Chart Border Style created and modified
with Writer disappears
   Product: LibreOffice
   Version: 6.2.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: kelem...@ubuntu.com
CC: christo...@gmail.com, nem...@numbertext.org

Chart Border Style in DOCX documents created and modified with LibreOffice
Writer 6.2.0.0.alpha0+ disappears when the document is opened in LibreOffice
Writer 6.2.0.0.alpha0+.
This is side effect of the fixes for bug #108064 - previously the line style
was not saved at all. Now it is, but there is no correct mapping between the
default LO and MSO styles.

Steps to reproduce:

1. Open the attached document in Writer.
2. Change the Style of Chart Border to Fine Dotted
3. Save the file as DOCX
4. Reload the file
5. Open the original file in LibreOffice Writer 
6. Compare the original and the created file opened in Writer

Actual results:
On the Data Series Window Border Style disappears when the document is opened
in LibreOffice Writer 6.2.0.0.alpha0+.
Expected results:
Chart Border should have the same style as the original file when the document
is opened in LibreOffice Writer 6.2.0.0.alpha0+.

LibreOffice details:
Version: 6.2.0.0.alpha0+
Build ID: e2a525b00c9ea15408fb64dcb6749405739f58ab
CPU threads: 4; OS: Windows 6.1; UI render: default; 
TinderBox: Win-x86@42, Branch:master, Time: 2018-09-18_03:37:59
Locale: hu-HU (hu_HU); Calc: threaded

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


[Libreoffice-commits] core.git: cui/source cui/uiconfig include/svx svx/source

2018-09-19 Thread Libreoffice Gerrit user
 cui/source/dialogs/cuigrfflt.cxx |   35 ---
 cui/source/factory/dlgfact.cxx   |5 ++---
 cui/source/factory/dlgfact.hxx   |2 +-
 cui/source/inc/cuigrfflt.hxx |   13 +
 cui/uiconfig/ui/posterdialog.ui  |   29 ++---
 include/svx/svxdlg.hxx   |2 +-
 svx/source/dialog/grfflt.cxx |2 +-
 7 files changed, 44 insertions(+), 44 deletions(-)

New commits:
commit 65b5fc8f66eb2facaed5d35b61a2836b3390fb01
Author: Caolán McNamara 
AuthorDate: Tue Sep 18 14:12:21 2018 +0100
Commit: Caolán McNamara 
CommitDate: Wed Sep 19 16:51:32 2018 +0200

weld GraphicFilterPoster

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

diff --git a/cui/source/dialogs/cuigrfflt.cxx b/cui/source/dialogs/cuigrfflt.cxx
index 0ba79e581a0a..0a0c9f718dce 100644
--- a/cui/source/dialogs/cuigrfflt.cxx
+++ b/cui/source/dialogs/cuigrfflt.cxx
@@ -522,44 +522,25 @@ Graphic GraphicFilterSepia::GetFilteredGraphic( const 
Graphic& rGraphic, double,
 return aRet;
 }
 
-
-GraphicFilterPoster::GraphicFilterPoster(vcl::Window* pParent, const Graphic& 
rGraphic,
+GraphicFilterPoster::GraphicFilterPoster(weld::Window* pParent, const Graphic& 
rGraphic,
   sal_uInt16 nPosterCount)
-: GraphicFilterDialog(pParent, "PosterDialog",
-"cui/ui/posterdialog.ui", rGraphic)
+: GraphicFilterDialogController(pParent, "cui/ui/posterdialog.ui", 
"PosterDialog", rGraphic)
+, mxNumPoster(m_xBuilder->weld_spin_button("value"))
 {
-get(mpNumPoster, "value");
-
-mpNumPoster->SetFirst( 2 );
-mpNumPoster->SetLast( rGraphic.GetBitmapEx().GetBitCount() );
-mpNumPoster->SetValue( nPosterCount );
-mpNumPoster->SetModifyHdl( LINK(this, GraphicFilterPoster, EditModifyHdl) 
);
+mxNumPoster->set_range(2, rGraphic.GetBitmapEx().GetBitCount());
+mxNumPoster->set_value(nPosterCount);
+mxNumPoster->connect_value_changed(LINK(this, GraphicFilterPoster, 
EditModifyHdl));
 }
 
-
-IMPL_LINK_NOARG(GraphicFilterPoster, EditModifyHdl, Edit&, void)
+IMPL_LINK_NOARG(GraphicFilterPoster, EditModifyHdl, weld::SpinButton&, void)
 {
 GetModifyHdl().Call(nullptr);
 }
 
-
-GraphicFilterPoster::~GraphicFilterPoster()
-{
-disposeOnce();
-}
-
-
-void GraphicFilterPoster::dispose()
-{
-mpNumPoster.clear();
-GraphicFilterDialog::dispose();
-}
-
-
 Graphic GraphicFilterPoster::GetFilteredGraphic( const Graphic& rGraphic, 
double, double )
 {
 Graphic  aRet;
-const sal_uInt16 nPosterCount = 
static_cast(mpNumPoster->GetValue());
+const sal_uInt16 nPosterCount = 
static_cast(mxNumPoster->get_value());
 
 if( rGraphic.IsAnimated() )
 {
diff --git a/cui/source/factory/dlgfact.cxx b/cui/source/factory/dlgfact.cxx
index 108ac73ca14d..d8240ce678e9 100644
--- a/cui/source/factory/dlgfact.cxx
+++ b/cui/source/factory/dlgfact.cxx
@@ -1285,11 +1285,10 @@ VclPtr 
AbstractDialogFactory_Impl::CreateGraphicFil
 return 
VclPtr::Create(o3tl::make_unique(pParent,
 rGraphic, RectPoint::MM));
 }
 
-VclPtr 
AbstractDialogFactory_Impl::CreateGraphicFilterPoster(vcl::Window* pParent,
+VclPtr 
AbstractDialogFactory_Impl::CreateGraphicFilterPoster(weld::Window* pParent,
 const Graphic& rGraphic)
 {
-VclPtrInstance pDlg( pParent, rGraphic, 16 );
-return VclPtr::Create( pDlg );
+return 
VclPtr::Create(o3tl::make_unique(pParent,
 rGraphic, 16));
 }
 
 VclPtr 
AbstractDialogFactory_Impl::CreateGraphicFilterSepia(weld::Window* pParent,
diff --git a/cui/source/factory/dlgfact.hxx b/cui/source/factory/dlgfact.hxx
index d26d30fa1dce..753b12bd150d 100644
--- a/cui/source/factory/dlgfact.hxx
+++ b/cui/source/factory/dlgfact.hxx
@@ -755,7 +755,7 @@ public:
 const 
Link& lnkContextSupplier) override;
 virtual VclPtr   
CreateGraphicFilterEmboss(weld::Window* pParent,
 const Graphic& rGraphic) 
override;
-virtual VclPtr   
CreateGraphicFilterPoster(vcl::Window* pParent,
+virtual VclPtr   
CreateGraphicFilterPoster(weld::Window* pParent,
 const Graphic& rGraphic) 
override;
 virtual VclPtr   
CreateGraphicFilterSepia(weld::Window* pParent,
 const Graphic& rGraphic) 
override;
diff --git a/cui/source/inc/cuigrfflt.hxx b/cui/source/inc/cuigrfflt.hxx
index 3ba2b75148e5..c202a189a95c 100644
--- a/cui/source/inc/cuigrfflt.hxx
+++ b/cui/source/inc/cuigrfflt.hxx
@@ -209,17 +209,14 @@ public:
 virtual Graphic GetFilteredGraphic( const Graphic& rGraphic, double 
fScaleX, double fScaleY ) override;
 };
 
-class GraphicFilterPoster : public GraphicFilterDialog
+class GraphicFilterPoster : public 

[Libreoffice-commits] core.git: cui/source cui/uiconfig include/svx svx/source

2018-09-19 Thread Libreoffice Gerrit user
 cui/source/dialogs/cuigrfflt.cxx |   34 --
 cui/source/factory/dlgfact.cxx   |5 ++---
 cui/source/factory/dlgfact.hxx   |2 +-
 cui/source/inc/cuigrfflt.hxx |   11 ---
 cui/uiconfig/ui/smoothdialog.ui  |   30 ++
 include/svx/svxdlg.hxx   |2 +-
 svx/source/dialog/grfflt.cxx |   14 +++---
 7 files changed, 49 insertions(+), 49 deletions(-)

New commits:
commit d6cee8ad86ded54004f0dc87b390e43b20560390
Author: Caolán McNamara 
AuthorDate: Tue Sep 18 14:31:16 2018 +0100
Commit: Caolán McNamara 
CommitDate: Wed Sep 19 16:51:58 2018 +0200

weld GraphicFilterSmooth

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

diff --git a/cui/source/dialogs/cuigrfflt.cxx b/cui/source/dialogs/cuigrfflt.cxx
index 0a0c9f718dce..f489112798c4 100644
--- a/cui/source/dialogs/cuigrfflt.cxx
+++ b/cui/source/dialogs/cuigrfflt.cxx
@@ -370,42 +370,24 @@ Graphic GraphicFilterMosaic::GetFilteredGraphic( const 
Graphic& rGraphic,
 return aRet;
 }
 
-
-GraphicFilterSmooth::GraphicFilterSmooth( vcl::Window* pParent, const Graphic& 
rGraphic, double nRadius)
-: GraphicFilterDialog(pParent, "SmoothDialog",
-"cui/ui/smoothdialog.ui", rGraphic)
+GraphicFilterSmooth::GraphicFilterSmooth(weld::Window* pParent, const Graphic& 
rGraphic, double nRadius)
+: GraphicFilterDialogController(pParent, "cui/ui/smoothdialog.ui", 
"SmoothDialog", rGraphic)
+, mxMtrRadius(m_xBuilder->weld_spin_button("radius"))
 {
-get(mpMtrRadius, "radius");
-
-mpMtrRadius->SetValue( nRadius* 10  );
-mpMtrRadius->SetModifyHdl( LINK(this, GraphicFilterSmooth, EditModifyHdl) 
);
-mpMtrRadius->GrabFocus();
+mxMtrRadius->set_value(nRadius * 10);
+mxMtrRadius->connect_value_changed(LINK(this, GraphicFilterSmooth, 
EditModifyHdl));
+mxMtrRadius->grab_focus();
 }
 
-
-IMPL_LINK_NOARG(GraphicFilterSmooth, EditModifyHdl, Edit&, void)
+IMPL_LINK_NOARG(GraphicFilterSmooth, EditModifyHdl, weld::SpinButton&, void)
 {
 GetModifyHdl().Call(nullptr);
 }
 
-
-GraphicFilterSmooth::~GraphicFilterSmooth()
-{
-disposeOnce();
-}
-
-
-void GraphicFilterSmooth::dispose()
-{
-mpMtrRadius.clear();
-GraphicFilterDialog::dispose();
-}
-
-
 Graphic GraphicFilterSmooth::GetFilteredGraphic( const Graphic& rGraphic, 
double, double )
 {
 Graphic aRet;
-double  nRadius = mpMtrRadius->GetValue() / 10.0;
+double  nRadius = mxMtrRadius->get_value() / 10.0;
 
 if( rGraphic.IsAnimated() )
 {
diff --git a/cui/source/factory/dlgfact.cxx b/cui/source/factory/dlgfact.cxx
index d8240ce678e9..c6cc366e97a1 100644
--- a/cui/source/factory/dlgfact.cxx
+++ b/cui/source/factory/dlgfact.cxx
@@ -1297,11 +1297,10 @@ VclPtr 
AbstractDialogFactory_Impl::CreateGraphicFil
 return 
VclPtr::Create(o3tl::make_unique(pParent,
 rGraphic, 10));
 }
 
-VclPtr 
AbstractDialogFactory_Impl::CreateGraphicFilterSmooth(vcl::Window* pParent,
+VclPtr 
AbstractDialogFactory_Impl::CreateGraphicFilterSmooth(weld::Window* pParent,
 const Graphic& rGraphic, double 
nRadius)
 {
-VclPtrInstance pDlg( pParent, rGraphic, nRadius );
-return VclPtr::Create( pDlg );
+return 
VclPtr::Create(o3tl::make_unique(pParent,
 rGraphic, nRadius));
 }
 
 VclPtr 
AbstractDialogFactory_Impl::CreateGraphicFilterSolarize(weld::Window* pParent,
diff --git a/cui/source/factory/dlgfact.hxx b/cui/source/factory/dlgfact.hxx
index 753b12bd150d..59b9dd574de8 100644
--- a/cui/source/factory/dlgfact.hxx
+++ b/cui/source/factory/dlgfact.hxx
@@ -759,7 +759,7 @@ public:
 const Graphic& rGraphic) 
override;
 virtual VclPtr   
CreateGraphicFilterSepia(weld::Window* pParent,
 const Graphic& rGraphic) 
override;
-virtual VclPtr   CreateGraphicFilterSmooth 
(vcl::Window* pParent,
+virtual VclPtr   
CreateGraphicFilterSmooth(weld::Window* pParent,
 const Graphic& rGraphic, 
double nRadius) override;
 virtual VclPtr  
CreateGraphicFilterSolarize(weld::Window* pParent,
 const Graphic& rGraphic) 
override;
diff --git a/cui/source/inc/cuigrfflt.hxx b/cui/source/inc/cuigrfflt.hxx
index c202a189a95c..48ee3f3b25de 100644
--- a/cui/source/inc/cuigrfflt.hxx
+++ b/cui/source/inc/cuigrfflt.hxx
@@ -151,18 +151,15 @@ public:
 virtual Graphic GetFilteredGraphic(const Graphic& rGraphic, double 
fScaleX, double fScaleY) = 0;
 };
 
-class GraphicFilterSmooth : public GraphicFilterDialog
+class GraphicFilterSmooth : public GraphicFilterDialogController
 {
 private:
-VclPtr   mpMtrRadius;
-DECL_LINK(EditModifyHdl, Edit&, void);
+std::unique_ptr mxMtrRadius;
+

[Libreoffice-commits] core.git: cui/source cui/uiconfig include/svx svx/source

2018-09-19 Thread Libreoffice Gerrit user
 cui/source/dialogs/cuigrfflt.cxx |   58 ---
 cui/source/factory/dlgfact.cxx   |5 +--
 cui/source/factory/dlgfact.hxx   |2 -
 cui/source/inc/cuigrfflt.hxx |   21 ++
 cui/uiconfig/ui/mosaicdialog.ui  |   50 ++---
 include/svx/svxdlg.hxx   |2 -
 svx/source/dialog/grfflt.cxx |4 +-
 7 files changed, 74 insertions(+), 68 deletions(-)

New commits:
commit d85d206077bd400162157dadd1a36184e4851dbf
Author: Caolán McNamara 
AuthorDate: Tue Sep 18 14:02:30 2018 +0100
Commit: Caolán McNamara 
CommitDate: Wed Sep 19 16:51:09 2018 +0200

weld GraphicFilterMosaic

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

diff --git a/cui/source/dialogs/cuigrfflt.cxx b/cui/source/dialogs/cuigrfflt.cxx
index 3fd751a953cf..0ba79e581a0a 100644
--- a/cui/source/dialogs/cuigrfflt.cxx
+++ b/cui/source/dialogs/cuigrfflt.cxx
@@ -302,63 +302,43 @@ IMPL_LINK_NOARG(GraphicFilterDialogController, 
ImplModifyHdl, LinkParamNone*, vo
 }
 }
 
-GraphicFilterMosaic::GraphicFilterMosaic( vcl::Window* pParent, const Graphic& 
rGraphic,
-  sal_uInt16 nTileWidth, sal_uInt16 
nTileHeight, bool bEnhanceEdges )
-: GraphicFilterDialog(pParent, "MosaicDialog",
-"cui/ui/mosaicdialog.ui", rGraphic)
+GraphicFilterMosaic::GraphicFilterMosaic(weld::Window* pParent, const Graphic& 
rGraphic,
+ sal_uInt16 nTileWidth, sal_uInt16 
nTileHeight, bool bEnhanceEdges)
+: GraphicFilterDialogController(pParent, "cui/ui/mosaicdialog.ui", 
"MosaicDialog", rGraphic)
+, mxMtrWidth(m_xBuilder->weld_metric_spin_button("width", FUNIT_PIXEL))
+, mxMtrHeight(m_xBuilder->weld_metric_spin_button("height", FUNIT_PIXEL))
+, mxCbxEdges(m_xBuilder->weld_check_button("edges"))
 {
-get(mpMtrWidth, "width");
-get(mpMtrHeight, "height");
-get(mpCbxEdges, "edges");
+mxMtrWidth->set_value(nTileWidth, FUNIT_PIXEL);
+mxMtrWidth->set_max(GetGraphicSizePixel().Width(), FUNIT_PIXEL);
+mxMtrWidth->connect_value_changed(LINK(this, GraphicFilterMosaic, 
EditModifyHdl));
 
-mpMtrWidth->SetValue( nTileWidth );
-mpMtrWidth->SetLast( GetGraphicSizePixel().Width() );
-mpMtrWidth->SetModifyHdl( LINK(this, GraphicFilterMosaic, EditModifyHdl) );
+mxMtrHeight->set_value(nTileHeight, FUNIT_PIXEL);
+mxMtrHeight->set_max(GetGraphicSizePixel().Height(), FUNIT_PIXEL);
+mxMtrHeight->connect_value_changed(LINK(this, GraphicFilterMosaic, 
EditModifyHdl));
 
-mpMtrHeight->SetValue( nTileHeight );
-mpMtrHeight->SetLast( GetGraphicSizePixel().Height() );
-mpMtrHeight->SetModifyHdl( LINK(this, GraphicFilterMosaic, EditModifyHdl) 
);
+mxCbxEdges->set_active(bEnhanceEdges);
+mxCbxEdges->connect_toggled(LINK(this, GraphicFilterMosaic, 
CheckBoxModifyHdl));
 
-mpCbxEdges->Check( bEnhanceEdges );
-mpCbxEdges->SetToggleHdl( LINK(this, GraphicFilterMosaic, 
CheckBoxModifyHdl) );
-
-mpMtrWidth->GrabFocus();
+mxMtrWidth->grab_focus();
 }
 
-
-IMPL_LINK_NOARG(GraphicFilterMosaic, CheckBoxModifyHdl, CheckBox&, void)
+IMPL_LINK_NOARG(GraphicFilterMosaic, CheckBoxModifyHdl, weld::ToggleButton&, 
void)
 {
 GetModifyHdl().Call(nullptr);
 }
 
-
-IMPL_LINK_NOARG(GraphicFilterMosaic, EditModifyHdl, Edit&, void)
+IMPL_LINK_NOARG(GraphicFilterMosaic, EditModifyHdl, weld::MetricSpinButton&, 
void)
 {
 GetModifyHdl().Call(nullptr);
 }
 
-
-GraphicFilterMosaic::~GraphicFilterMosaic()
-{
-disposeOnce();
-}
-
-
-void GraphicFilterMosaic::dispose()
-{
-mpMtrWidth.clear();
-mpMtrHeight.clear();
-mpCbxEdges.clear();
-GraphicFilterDialog::dispose();
-}
-
-
 Graphic GraphicFilterMosaic::GetFilteredGraphic( const Graphic& rGraphic,
  double fScaleX, double 
fScaleY )
 {
 Graphic aRet;
-longnTileWidth = static_cast(mpMtrWidth->GetValue());
-longnTileHeight = static_cast(mpMtrHeight->GetValue());
+longnTileWidth = 
static_cast(mxMtrWidth->get_value(FUNIT_PIXEL));
+longnTileHeight = 
static_cast(mxMtrHeight->get_value(FUNIT_PIXEL));
 const Size  aSize( std::max( FRound( nTileWidth * fScaleX ), 1L ),
std::max( FRound( nTileHeight * fScaleY ), 1L ) );
 
diff --git a/cui/source/factory/dlgfact.cxx b/cui/source/factory/dlgfact.cxx
index 40863a65d543..108ac73ca14d 100644
--- a/cui/source/factory/dlgfact.cxx
+++ b/cui/source/factory/dlgfact.cxx
@@ -1311,11 +1311,10 @@ VclPtr 
AbstractDialogFactory_Impl::CreateGraphicFil
 return 
VclPtr::Create(o3tl::make_unique(pParent,
 rGraphic, 128, false /*bInvert*/));
 }
 
-VclPtr 
AbstractDialogFactory_Impl::CreateGraphicFilterMosaic (vcl::Window* pParent,
+VclPtr 

[Libreoffice-commits] core.git: cui/source cui/uiconfig include/svx

2018-09-19 Thread Libreoffice Gerrit user
 cui/source/dialogs/cuigrfflt.cxx |   30 --
 cui/source/factory/dlgfact.cxx   |5 ++---
 cui/source/factory/dlgfact.hxx   |2 +-
 cui/source/inc/cuigrfflt.hxx |   12 +---
 cui/uiconfig/ui/agingdialog.ui   |   33 -
 include/svx/svxdlg.hxx   |2 +-
 6 files changed, 45 insertions(+), 39 deletions(-)

New commits:
commit b5f67308c6d19fd8bce1515312fb3fcd0eb28af4
Author: Caolán McNamara 
AuthorDate: Tue Sep 18 13:43:46 2018 +0100
Commit: Caolán McNamara 
CommitDate: Wed Sep 19 16:50:50 2018 +0200

weld GraphicFilterSepia

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

diff --git a/cui/source/dialogs/cuigrfflt.cxx b/cui/source/dialogs/cuigrfflt.cxx
index c8268ac38f02..3fd751a953cf 100644
--- a/cui/source/dialogs/cuigrfflt.cxx
+++ b/cui/source/dialogs/cuigrfflt.cxx
@@ -505,38 +505,24 @@ Graphic GraphicFilterSolarize::GetFilteredGraphic( const 
Graphic& rGraphic, doub
 return aRet;
 }
 
-GraphicFilterSepia::GraphicFilterSepia( vcl::Window* pParent, const Graphic& 
rGraphic,
-sal_uInt16 nSepiaPercent )
-: GraphicFilterDialog(pParent, "AgingDialog",
-"cui/ui/agingdialog.ui", rGraphic)
+GraphicFilterSepia::GraphicFilterSepia(weld::Window* pParent, const Graphic& 
rGraphic,
+   sal_uInt16 nSepiaPercent)
+: GraphicFilterDialogController(pParent, "cui/ui/agingdialog.ui", 
"AgingDialog", rGraphic)
+, mxMtrSepia(m_xBuilder->weld_metric_spin_button("value", FUNIT_PERCENT))
 {
-get(mpMtrSepia, "value");
-
-mpMtrSepia->SetValue( nSepiaPercent );
-mpMtrSepia->SetModifyHdl( LINK(this, GraphicFilterSepia, EditModifyHdl) );
+mxMtrSepia->set_value(nSepiaPercent, FUNIT_PERCENT);
+mxMtrSepia->connect_value_changed(LINK(this, GraphicFilterSepia, 
EditModifyHdl));
 }
 
-IMPL_LINK_NOARG(GraphicFilterSepia, EditModifyHdl, Edit&, void)
+IMPL_LINK_NOARG(GraphicFilterSepia, EditModifyHdl, weld::MetricSpinButton&, 
void)
 {
 GetModifyHdl().Call(nullptr);
 }
 
-GraphicFilterSepia::~GraphicFilterSepia()
-{
-disposeOnce();
-}
-
-void GraphicFilterSepia::dispose()
-{
-mpMtrSepia.clear();
-GraphicFilterDialog::dispose();
-}
-
-
 Graphic GraphicFilterSepia::GetFilteredGraphic( const Graphic& rGraphic, 
double, double )
 {
 Graphic aRet;
-sal_uInt16  nSepiaPct = sal::static_int_cast< sal_uInt16 
>(mpMtrSepia->GetValue());
+sal_uInt16  nSepiaPct = sal::static_int_cast< sal_uInt16 
>(mxMtrSepia->get_value(FUNIT_PERCENT));
 
 if( rGraphic.IsAnimated() )
 {
diff --git a/cui/source/factory/dlgfact.cxx b/cui/source/factory/dlgfact.cxx
index 0534e2e006f8..40863a65d543 100644
--- a/cui/source/factory/dlgfact.cxx
+++ b/cui/source/factory/dlgfact.cxx
@@ -1292,11 +1292,10 @@ VclPtr 
AbstractDialogFactory_Impl::CreateGraphicFil
 return VclPtr::Create( pDlg );
 }
 
-VclPtr 
AbstractDialogFactory_Impl::CreateGraphicFilterSepia (vcl::Window* pParent,
+VclPtr 
AbstractDialogFactory_Impl::CreateGraphicFilterSepia(weld::Window* pParent,
 const Graphic& rGraphic)
 {
-VclPtrInstance pDlg( pParent, rGraphic, 10 );
-return VclPtr::Create( pDlg );
+return 
VclPtr::Create(o3tl::make_unique(pParent,
 rGraphic, 10));
 }
 
 VclPtr 
AbstractDialogFactory_Impl::CreateGraphicFilterSmooth(vcl::Window* pParent,
diff --git a/cui/source/factory/dlgfact.hxx b/cui/source/factory/dlgfact.hxx
index 968685e8994c..ec2a4285182e 100644
--- a/cui/source/factory/dlgfact.hxx
+++ b/cui/source/factory/dlgfact.hxx
@@ -757,7 +757,7 @@ public:
 const Graphic& rGraphic) 
override;
 virtual VclPtr   
CreateGraphicFilterPoster(vcl::Window* pParent,
 const Graphic& rGraphic) 
override;
-virtual VclPtr   CreateGraphicFilterSepia 
(vcl::Window* pParent,
+virtual VclPtr   
CreateGraphicFilterSepia(weld::Window* pParent,
 const Graphic& rGraphic) 
override;
 virtual VclPtr   CreateGraphicFilterSmooth 
(vcl::Window* pParent,
 const Graphic& rGraphic, 
double nRadius) override;
diff --git a/cui/source/inc/cuigrfflt.hxx b/cui/source/inc/cuigrfflt.hxx
index 1d369d560fcd..9ff9c2b6a29a 100644
--- a/cui/source/inc/cuigrfflt.hxx
+++ b/cui/source/inc/cuigrfflt.hxx
@@ -199,16 +199,14 @@ public:
 boolIsInvert() const { return mxCbxInvert->get_active(); }
 };
 
-class GraphicFilterSepia : public GraphicFilterDialog
+class GraphicFilterSepia : public GraphicFilterDialogController
 {
 private:
-VclPtrmpMtrSepia;
-DECL_LINK(EditModifyHdl, Edit&, void);
+std::unique_ptr mxMtrSepia;
+DECL_LINK(EditModifyHdl, 

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

2018-09-19 Thread Libreoffice Gerrit user
 sw/source/core/doc/DocumentRedlineManager.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6f5dd32f05da716369ecb1b5a3765cd8af661731
Author: Andrea Gelmini 
AuthorDate: Wed Sep 19 15:39:37 2018 +0200
Commit: Adolfo Jayme Barrientos 
CommitDate: Wed Sep 19 16:46:03 2018 +0200

Fix typo

Change-Id: I644fed22dd46458623a1f99f7eefbdc2a7b31fc1
Reviewed-on: https://gerrit.libreoffice.org/60770
Reviewed-by: Adolfo Jayme Barrientos 
Tested-by: Adolfo Jayme Barrientos 

diff --git a/sw/source/core/doc/DocumentRedlineManager.cxx 
b/sw/source/core/doc/DocumentRedlineManager.cxx
index a29a8da34d54..a5407a511def 100644
--- a/sw/source/core/doc/DocumentRedlineManager.cxx
+++ b/sw/source/core/doc/DocumentRedlineManager.cxx
@@ -83,7 +83,7 @@ using namespace com::sun::star;
 {
 // check for empty redlines
 // note: these can destroy sorting in SwTextNode::Update()
-// if there's another one wihout mark on the same pos.
+// if there's another one without mark on the same pos.
 OSL_ENSURE( ( *(j->GetPoint()) != *(j->GetMark()) ) ||
 ( j->GetContentIdx() != nullptr ),
 ERROR_PREFIX "empty redline" );
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 32743] Wrong layout when paste thousands calc cells in Writer

2018-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=32743

--- Comment #11 from Thomas Lendo  ---
Still reproducible.

Version: 6.2.0.0.alpha0+ (x64)
Build ID: 18c5089df091bddeb8c2dc339776671964389040
CPU threads: 8; OS: Windows 10.0; UI render: GL; 
TinderBox: Win-x86_64@42, Branch:master, Time: 2018-09-12_23:24:12
Locale: de-AT (de_AT); Calc: CL

Paste special's 'Calc8' is named 'LibreOfficeXYZ Spreadsheet' now.
Same result with normal paste command (ctrl + v).

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


[Libreoffice-bugs] [Bug 55495] Recent fonts list only updated on mouse click and not on Enter key

2018-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=55495

--- Comment #10 from Thomas Lendo  ---
Still reproducible.

Version: 6.2.0.0.alpha0+ (x64)
Build ID: 18c5089df091bddeb8c2dc339776671964389040
CPU threads: 8; OS: Windows 10.0; UI render: GL; 
TinderBox: Win-x86_64@42, Branch:master, Time: 2018-09-12_23:24:12
Locale: de-AT (de_AT); Calc: CL

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


[Libreoffice-bugs] [Bug 119962] FireBird: Auto-Increase after copy table: Error inserting new data item.

2018-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119962

--- Comment #3 from Julien Nabet  ---
Function isAutoIncrement returns a sal_bool value (sal_True or sal_False), see
https://opengrok.libreoffice.org/xref/core/connectivity/source/drivers/firebird/ResultSetMetaData.cxx#186

According to
https://github.com/FirebirdSQL/firebird/blob/master/doc/sql.extensions/README.identity_columns.txt,
each identity column is associated with a generator (RDB$GENERATOR_NAME). This
generator provide s a number and stores it.
But it seems no mechanism exists in copy process to retrieve its state (or
missed it).


Still with this same doc, notice too that the test lines 206/207 is wrong
206  if(iType == 1) // IDENTITY
207  return true;
it should be:
206  if(iType == 0 || iType == 1) // IDENTITY
207  return true;
Since 0 is for GENERATED ALWAYS (you can't override the identiy column in
Insert statements - insert/update/...) and 1 for GENERATED BY DEFAULT
Now perhaps it's because construct method
https://opengrok.libreoffice.org/xref/core/connectivity/source/drivers/firebird/Column.cxx#28
uses "GENERATED BY DEFAULT AS IDENTITY" but it's another story.

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


[Libreoffice-commits] core.git: cui/source cui/uiconfig include/svx svx/source

2018-09-19 Thread Libreoffice Gerrit user
 cui/source/dialogs/cuigrfflt.cxx  |   44 ++
 cui/source/factory/dlgfact.cxx|5 +---
 cui/source/factory/dlgfact.hxx|2 -
 cui/source/inc/cuigrfflt.hxx  |   22 +++
 cui/uiconfig/ui/embossdialog.ui   |1 
 cui/uiconfig/ui/solarizedialog.ui |   33 
 include/svx/svxdlg.hxx|2 -
 svx/source/dialog/grfflt.cxx  |2 -
 8 files changed, 55 insertions(+), 56 deletions(-)

New commits:
commit 4b743a2cc1b6d29404873205a25432baf4f9c933
Author: Caolán McNamara 
AuthorDate: Tue Sep 18 12:10:37 2018 +0100
Commit: Caolán McNamara 
CommitDate: Wed Sep 19 16:19:43 2018 +0200

weld GraphicFilterSolarize

Change-Id: If729ea1688e9dc15372a59d75c972ee37511f76e
Reviewed-on: https://gerrit.libreoffice.org/60680
Tested-by: Jenkins
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 

diff --git a/cui/source/dialogs/cuigrfflt.cxx b/cui/source/dialogs/cuigrfflt.cxx
index f8f2b76bc4a5..c8268ac38f02 100644
--- a/cui/source/dialogs/cuigrfflt.cxx
+++ b/cui/source/dialogs/cuigrfflt.cxx
@@ -449,53 +449,33 @@ Graphic GraphicFilterSmooth::GetFilteredGraphic( const 
Graphic& rGraphic, double
 return aRet;
 }
 
-
-GraphicFilterSolarize::GraphicFilterSolarize( vcl::Window* pParent, const 
Graphic& rGraphic,
-  sal_uInt8 cGreyThreshold, bool 
bInvert )
-: GraphicFilterDialog(pParent, "SolarizeDialog",
-"cui/ui/solarizedialog.ui", rGraphic)
+GraphicFilterSolarize::GraphicFilterSolarize(weld::Window* pParent, const 
Graphic& rGraphic,
+ sal_uInt8 cGreyThreshold, bool 
bInvert)
+: GraphicFilterDialogController(pParent, "cui/ui/solarizedialog.ui", 
"SolarizeDialog", rGraphic)
+, mxMtrThreshold(m_xBuilder->weld_metric_spin_button("value", 
FUNIT_PERCENT))
+, mxCbxInvert(m_xBuilder->weld_check_button("invert"))
 {
-get(mpMtrThreshold, "value");
-get(mpCbxInvert, "invert");
-
-mpMtrThreshold->SetValue( FRound( cGreyThreshold / 2.55 ) );
-mpMtrThreshold->SetModifyHdl( LINK(this, GraphicFilterSolarize, 
EditModifyHdl) );
+mxMtrThreshold->set_value(FRound(cGreyThreshold / 2.55), FUNIT_PERCENT);
+mxMtrThreshold->connect_value_changed(LINK(this, GraphicFilterSolarize, 
EditModifyHdl));
 
-mpCbxInvert->Check( bInvert );
-mpCbxInvert->SetToggleHdl( LINK(this, GraphicFilterSolarize, 
CheckBoxModifyHdl) );
+mxCbxInvert->set_active(bInvert);
+mxCbxInvert->connect_toggled(LINK(this, GraphicFilterSolarize, 
CheckBoxModifyHdl));
 }
 
-
-IMPL_LINK_NOARG(GraphicFilterSolarize, CheckBoxModifyHdl, CheckBox&, void)
+IMPL_LINK_NOARG(GraphicFilterSolarize, CheckBoxModifyHdl, weld::ToggleButton&, 
void)
 {
 GetModifyHdl().Call(nullptr);
 }
 
-
-IMPL_LINK_NOARG(GraphicFilterSolarize, EditModifyHdl, Edit&, void)
+IMPL_LINK_NOARG(GraphicFilterSolarize, EditModifyHdl, weld::MetricSpinButton&, 
void)
 {
 GetModifyHdl().Call(nullptr);
 }
 
-
-GraphicFilterSolarize::~GraphicFilterSolarize()
-{
-disposeOnce();
-}
-
-
-void GraphicFilterSolarize::dispose()
-{
-mpMtrThreshold.clear();
-mpCbxInvert.clear();
-GraphicFilterDialog::dispose();
-}
-
-
 Graphic GraphicFilterSolarize::GetFilteredGraphic( const Graphic& rGraphic, 
double, double )
 {
 Graphic aRet;
-sal_uInt8   nGreyThreshold = static_cast(FRound( 
mpMtrThreshold->GetValue() * 2.55 ));
+sal_uInt8   nGreyThreshold = 
static_cast(FRound(mxMtrThreshold->get_value(FUNIT_PERCENT) * 2.55));
 
 if( rGraphic.IsAnimated() )
 {
diff --git a/cui/source/factory/dlgfact.cxx b/cui/source/factory/dlgfact.cxx
index 63868ad23534..0534e2e006f8 100644
--- a/cui/source/factory/dlgfact.cxx
+++ b/cui/source/factory/dlgfact.cxx
@@ -1306,11 +1306,10 @@ VclPtr 
AbstractDialogFactory_Impl::CreateGraphicFil
 return VclPtr::Create( pDlg );
 }
 
-VclPtr 
AbstractDialogFactory_Impl::CreateGraphicFilterSolarize (vcl::Window* pParent,
+VclPtr 
AbstractDialogFactory_Impl::CreateGraphicFilterSolarize(weld::Window* pParent,
 const Graphic& rGraphic)
 {
-VclPtrInstance pDlg( pParent, rGraphic, 128, 
false/*bInvert*/ );
-return VclPtr::Create( pDlg );
+return 
VclPtr::Create(o3tl::make_unique(pParent,
 rGraphic, 128, false /*bInvert*/));
 }
 
 VclPtr 
AbstractDialogFactory_Impl::CreateGraphicFilterMosaic (vcl::Window* pParent,
diff --git a/cui/source/factory/dlgfact.hxx b/cui/source/factory/dlgfact.hxx
index 6df50a3b0f52..968685e8994c 100644
--- a/cui/source/factory/dlgfact.hxx
+++ b/cui/source/factory/dlgfact.hxx
@@ -761,7 +761,7 @@ public:
 const Graphic& rGraphic) 
override;
 virtual VclPtr   CreateGraphicFilterSmooth 
(vcl::Window* pParent,
 const Graphic& rGraphic, 
double nRadius) override;
-virtual VclPtr  

[Libreoffice-bugs] [Bug 119771] Wrong and enlarged PDF export of image

2018-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119771

--- Comment #12 from Pierre C  ---
It seems to be an OpenGL problem
With OpenGL disabled PDF export is fine.
With Safe mode, PDF export is fine (but OpenGL is disabled)

Graphic card is a NVidia GTX960 with latest drivers

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


[Libreoffice-bugs] [Bug 108226] [META] PPTX (OOXML) bug tracker

2018-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108226

Thomas Lendo  changed:

   What|Removed |Added

 Depends on|50265   |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=50265
[Bug 50265] Bad charts showing PowerPoint presentation
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 50265] Bad charts showing PowerPoint presentation

2018-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=50265

Thomas Lendo  changed:

   What|Removed |Added

 Blocks|108226  |

--- Comment #11 from Thomas Lendo  ---
(In reply to Timur from comment #10)
> @Thomas:
> In bugs like these, I think you should triage and test them first prior to
> adding some meta bug.
Timur, you'r right here. This bug is too document based and should have been
replaced by specific bugs for single issues and I shouldn't have overlooked
that. I remove the blocking bug to not overfill the meta with mindless bugs.
But in general I can't test every bug, be it because of hardware or software
restrictions or because of limited time. In this special case I saw the QA
message in comment 9 but hadn't a LibO installation at hand. My thought was
that another one also can test it.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108226
[Bug 108226] [META] PPTX (OOXML) bug tracker
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-commits] core.git: cui/source cui/uiconfig extras/source include/svx svx/source

2018-09-19 Thread Libreoffice Gerrit user
 cui/source/dialogs/cuigrfflt.cxx   |  163 -
 cui/source/factory/dlgfact.cxx |   15 +-
 cui/source/factory/dlgfact.hxx |   16 ++
 cui/source/inc/cuigrfflt.hxx   |   83 +++-
 cui/uiconfig/ui/embossdialog.ui|   51 ++-
 extras/source/glade/libreoffice-catalog.xml.in |3 
 include/svx/svxdlg.hxx |2 
 svx/source/dialog/grfflt.cxx   |2 
 8 files changed, 281 insertions(+), 54 deletions(-)

New commits:
commit 3a87fb18241e803f7ebffedfc59648782f560f4e
Author: Caolán McNamara 
AuthorDate: Mon Sep 17 16:53:23 2018 +0100
Commit: Caolán McNamara 
CommitDate: Wed Sep 19 15:51:43 2018 +0200

weld GraphicFilterEmboss

Change-Id: Ic3c816ddd7d5df9c5ced14600fffd6ca59f0096e
Reviewed-on: https://gerrit.libreoffice.org/60594
Tested-by: Jenkins
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 

diff --git a/cui/source/dialogs/cuigrfflt.cxx b/cui/source/dialogs/cuigrfflt.cxx
index e9f84d1789ef..f8f2b76bc4a5 100644
--- a/cui/source/dialogs/cuigrfflt.cxx
+++ b/cui/source/dialogs/cuigrfflt.cxx
@@ -79,7 +79,6 @@ void GraphicPreviewWindow::SetPreview(const Graphic& rGraphic)
 Invalidate();
 }
 
-
 void GraphicPreviewWindow::ScaleImageToFit()
 {
 if (!mpOrigGraphic)
@@ -125,13 +124,105 @@ void GraphicPreviewWindow::ScaleImageToFit()
 maModifyHdl.Call(nullptr);
 }
 
-
 void GraphicPreviewWindow::Resize()
 {
 Control::Resize();
 ScaleImageToFit();
 }
 
+CuiGraphicPreviewWindow::CuiGraphicPreviewWindow()
+: mpOrigGraphic(nullptr)
+, mfScaleX(0.0)
+, mfScaleY(0.0)
+{
+}
+
+void CuiGraphicPreviewWindow::SetDrawingArea(weld::DrawingArea* pDrawingArea)
+{
+CustomWidgetController::SetDrawingArea(pDrawingArea);
+OutputDevice  = pDrawingArea->get_ref_device();
+maOutputSizePixel = rDevice.LogicToPixel(Size(81, 73), 
MapMode(MapUnit::MapAppFont));
+pDrawingArea->set_size_request(maOutputSizePixel.Width(), 
maOutputSizePixel.Height());
+}
+
+void CuiGraphicPreviewWindow::Paint(vcl::RenderContext& rRenderContext, const 
::tools::Rectangle&)
+{
+
rRenderContext.SetBackground(Wallpaper(Application::GetSettings().GetStyleSettings().GetDialogColor()));
+rRenderContext.Erase();
+
+const Size aOutputSize(GetOutputSizePixel());
+
+if (maPreview.IsAnimated())
+{
+const Size 
aGraphicSize(rRenderContext.LogicToPixel(maPreview.GetPrefSize(), 
maPreview.GetPrefMapMode()));
+const Point aGraphicPosition((aOutputSize.Width()  - 
aGraphicSize.Width()  ) >> 1,
+ (aOutputSize.Height() - 
aGraphicSize.Height() ) >> 1);
+maPreview.StartAnimation(, aGraphicPosition, 
aGraphicSize);
+}
+else
+{
+const Size  aGraphicSize(maPreview.GetSizePixel());
+const Point aGraphicPosition((aOutputSize.Width()  - 
aGraphicSize.Width())  >> 1,
+ (aOutputSize.Height() - 
aGraphicSize.Height()) >> 1);
+maPreview.Draw(, aGraphicPosition, aGraphicSize);
+}
+}
+
+void CuiGraphicPreviewWindow::SetPreview(const Graphic& rGraphic)
+{
+maPreview = rGraphic;
+Invalidate();
+}
+
+void CuiGraphicPreviewWindow::ScaleImageToFit()
+{
+if (!mpOrigGraphic)
+return;
+
+maScaledOrig = *mpOrigGraphic;
+
+const Size aPreviewSize(GetOutputSizePixel());
+Size aGrfSize(maOrigGraphicSizePixel);
+
+if( mpOrigGraphic->GetType() == GraphicType::Bitmap &&
+aPreviewSize.Width() && aPreviewSize.Height() &&
+aGrfSize.Width() && aGrfSize.Height() )
+{
+const double fGrfWH = static_cast(aGrfSize.Width()) / 
aGrfSize.Height();
+const double fPreWH = static_cast(aPreviewSize.Width()) / 
aPreviewSize.Height();
+
+if( fGrfWH < fPreWH )
+{
+aGrfSize.setWidth( static_cast( aPreviewSize.Height() * 
fGrfWH ) );
+aGrfSize.setHeight( aPreviewSize.Height() );
+}
+else
+{
+aGrfSize.setWidth( aPreviewSize.Width() );
+aGrfSize.setHeight( static_cast( aPreviewSize.Width() / 
fGrfWH ) );
+}
+
+mfScaleX = static_cast(aGrfSize.Width()) / 
maOrigGraphicSizePixel.Width();
+mfScaleY = static_cast(aGrfSize.Height()) / 
maOrigGraphicSizePixel.Height();
+
+if( !mpOrigGraphic->IsAnimated() )
+{
+BitmapEx aBmpEx( mpOrigGraphic->GetBitmapEx() );
+
+if( aBmpEx.Scale( aGrfSize ) )
+maScaledOrig = aBmpEx;
+}
+}
+
+maModifyHdl.Call(nullptr);
+}
+
+void CuiGraphicPreviewWindow::Resize()
+{
+maOutputSizePixel = GetOutputSizePixel();
+ScaleImageToFit();
+}
+
 GraphicFilterDialog::GraphicFilterDialog(vcl::Window* pParent,
 const OUString& rID, const OUString& rUIXMLDescription,
 const Graphic& rGraphic)
@@ -180,6 +271,36 @@ IMPL_LINK_NOARG(GraphicFilterDialog, ImplModifyHdl, 

[Libreoffice-bugs] [Bug 112248] UI: OLE Object embedded editing mode requires a resize to render properly

2018-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112248

Dereck Wonnacott  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 119980] New: COUNTIF function doesn't return values when Criteria is set to a cell

2018-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119980

Bug ID: 119980
   Summary: COUNTIF function doesn't return values when Criteria
is set to a cell
   Product: LibreOffice
   Version: 6.1.1.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: christopher.d@gmail.com

Example:

A1 = 3
A2 = 3
A3 = 5

COUNTIF(A1:A3,"3") will return 2.  However, if I populate a cell with 3 (i.e.
B1) and call COUNTIF(A1:A3,B1), this returns 0.

Also, the documentation for this function says the syntax should be
COUNTIF(;) but when I use this format, Calc changes the syntax
to a comma delimiting the RANGE and CRITERIA.

i.e. enter COUNTIF(A1:A3;"3") and Calc returns COUNTIF(A1:A3,"3")

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


[Libreoffice-bugs] [Bug 119843] Thick black borders shown on sheet upon opening, cell selection not shown and Writer selection only shows outline

2018-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119843

Armin Le Grand (CIB)  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |armin.le.gr...@me.com
   |desktop.org |

--- Comment #10 from Armin Le Grand (CIB)  ---
ALG: Seems to be the selection visualization - if you start calc, A1 is
selected -> frame is top-left. If you select A2, frame goes lower. Zooms/scales
with the view - seems to get a wrong transformation...
Grepping task...

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


[Libreoffice-bugs] [Bug 119843] Thick black borders shown on sheet upon opening, cell selection not shown and Writer selection only shows outline

2018-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119843

--- Comment #9 from Armin Le Grand (CIB)  ---
ALG: Seems to have to do with buffering filled PolyPolygons. Taking a look...

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


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

2018-09-19 Thread Libreoffice Gerrit user
 sw/qa/extras/odfexport/data/tdf118502.odt  |binary
 sw/qa/extras/odfexport/odfexport.cxx   |   10 ++
 xmloff/source/core/xmlmultiimagehelper.cxx |4 
 3 files changed, 14 insertions(+)

New commits:
commit 088af44063c3e2d1d0e7744a9f9bd7b37ff58a75
Author: Samuel Mehrbrodt 
AuthorDate: Wed Sep 19 12:51:00 2018 +0200
Commit: Samuel Mehrbrodt 
CommitDate: Wed Sep 19 15:04:05 2018 +0200

tdf#118502 Fix loading of eps images with replacement graphic

Change-Id: Iaf9c8e2ed72115e1f82d2541ae2a1d4803795a46
Reviewed-on: https://gerrit.libreoffice.org/60752
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt 

diff --git a/sw/qa/extras/odfexport/data/tdf118502.odt 
b/sw/qa/extras/odfexport/data/tdf118502.odt
new file mode 100644
index ..f006d607ac3b
Binary files /dev/null and b/sw/qa/extras/odfexport/data/tdf118502.odt differ
diff --git a/sw/qa/extras/odfexport/odfexport.cxx 
b/sw/qa/extras/odfexport/odfexport.cxx
index 4727f2266750..e130d754b9d2 100644
--- a/sw/qa/extras/odfexport/odfexport.cxx
+++ b/sw/qa/extras/odfexport/odfexport.cxx
@@ -2113,6 +2113,16 @@ DECLARE_ODFEXPORT_TEST(tdf101856, "tdf101856.odt")
 CPPUNIT_ASSERT_EQUAL(true, getProperty(xBookmark5, 
UNO_NAME_BOOKMARK_HIDDEN));
 }
 
+DECLARE_ODFEXPORT_TEST(tdf118502, "tdf118502.odt")
+{
+uno::Reference xShape = getShape(1);
+// Make sure the replacement graphic is still there
+// (was gone because the original graphic was not recognized during load)
+auto xReplacementGraphic
+= getProperty>(xShape, 
"ReplacementGraphic");
+CPPUNIT_ASSERT(xReplacementGraphic.is());
+}
+
 #endif
 
 CPPUNIT_PLUGIN_IMPLEMENT();
diff --git a/xmloff/source/core/xmlmultiimagehelper.cxx 
b/xmloff/source/core/xmlmultiimagehelper.cxx
index 474e796c9ad8..36b65fdd7449 100644
--- a/xmloff/source/core/xmlmultiimagehelper.cxx
+++ b/xmloff/source/core/xmlmultiimagehelper.cxx
@@ -74,6 +74,10 @@ namespace
 {
 return 1020;
 }
+if (rMimeType == "image/x-eps")
+{
+return 1025;
+}
 if (rMimeType == "application/pdf")
 {
 return 1030;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 113333] [META] EPS (Encapsulated PostScript) bugs and enhancements

2018-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=11
Bug 11 depends on bug 118502, which changed state.

Bug 118502 Summary: eps images systematically get rasterized to bitmap
https://bugs.documentfoundation.org/show_bug.cgi?id=118502

   What|Removed |Added

 Status|ASSIGNED|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
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 119356] Hovering over Input list field should make mouse cursor turn into a hand

2018-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119356

--- Comment #5 from Buovjaga  ---
Created attachment 145014
  --> https://bugs.documentfoundation.org/attachment.cgi?id=145014=edit
Example file with an Input list

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


[Libreoffice-bugs] [Bug 119356] Hovering over Input list field should make mouse cursor turn into a hand

2018-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119356

Buovjaga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Keywords||bibisected, bisected,
   ||regression
 CC||glo...@fbihome.de
   Severity|normal  |trivial
Summary|After placing the mouse |Hovering over Input list
   |pointer on the „Input list” |field should make mouse
   |field (CTRL + F2 -  |cursor turn into a hand
   |Function), the appearance   |
   |of this indicator on the|
   |hand symbol does not change |
 Ever confirmed|0   |1
 OS|Windows (All)   |All
Version|6.0.6.2 release |4.4.0.3 release

--- Comment #4 from Buovjaga  ---
Bibisected on Ubuntu 14.04 with bibisect-44max to
https://cgit.freedesktop.org/libreoffice/core/commit/?id=21470afc81cd7d4c0bd165ff2877ae69f1bfc89a

Change inline-edit mouse input handling

Adding Cc: to Jan-Marek Glogowski

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


[Libreoffice-bugs] [Bug 119964] At increase in scale more than 180% the brace in a formula disappears

2018-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119964

alexc...@ya.ru changed:

   What|Removed |Added

 Attachment #145012|Reproduse problem in|Reproduce problem in
description|scratch formula document|scratch formula document
   |180%|180%

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


[Libreoffice-bugs] [Bug 119964] At increase in scale more than 180% the brace in a formula disappears

2018-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119964

--- Comment #9 from alexc...@ya.ru ---
Created attachment 145013
  --> https://bugs.documentfoundation.org/attachment.cgi?id=145013=edit
Reproduce problem in scratch formula document 280%

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


[Libreoffice-bugs] [Bug 119964] At increase in scale more than 180% the brace in a formula disappears

2018-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119964

--- Comment #8 from alexc...@ya.ru ---
Created attachment 145012
  --> https://bugs.documentfoundation.org/attachment.cgi?id=145012=edit
Reproduse problem in scratch formula document 180%

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


[Libreoffice-bugs] [Bug 119960] EDITING: Font metrics mixed up for RTL insets in a LTR context in Calc

2018-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119960

Adolfo Jayme  changed:

   What|Removed |Added

   See Also||https://launchpad.net/bugs/
   ||1793127

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


[Libreoffice-bugs] [Bug 119356] After placing the mouse pointer on the „Input list” field (CTRL + F2 - Function), the appearance of this indicator on the hand symbol does not change

2018-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119356

Dieter Praas  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

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


[Libreoffice-bugs] [Bug 84913] Repagination on PDF export changes page number in master document with hidden sections

2018-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=84913

--- Comment #30 from Drew Jensen  ---
(In reply to QA Administrators from comment #29)
> ** Please read this message in its entirety before responding **
> 
> To make sure we're focusing on the bugs that affect our users today,
> LibreOffice QA is asking bug reporters and confirmers to retest open,
> confirmed bugs which have not been touched for over a year.
> 


This anomaly was mentioned in a recent post on the documentation mailing list
as having bit during the production of the 6.0 Getting Started Guide.

The files with the hidden sections, and the resulting master document, are
still available for testing. If not on the TDF nextcloud server still then in a
local zip file on my (and others) machine.

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


[Libreoffice-bugs] [Bug 118663] Remote Files dialog asking for unnecessary PIN

2018-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118663

Xisco Faulí  changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |FIXED

--- Comment #5 from Xisco Faulí  ---
Closing as RESOLVED FIXED ->
https://cgit.freedesktop.org/libreoffice/core/commit/?id=33f7485dedea90e0f80c6348fa8ac5f27c5052e0

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


[Libreoffice-bugs] [Bug 97926] Infobar should have an UNO API

2018-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97926

--- Comment #2 from Samuel Mehrbrodt (CIB)  ---
WIP patch here: https://gerrit.libreoffice.org/#/c/29816/

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


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

2018-09-19 Thread Libreoffice Gerrit user
 comphelper/source/xml/xmltools.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8c7e64cd3854a912ef33b5a717a9f36856925c7c
Author: Samuel Mehrbrodt 
AuthorDate: Wed Sep 19 08:16:42 2018 +0200
Commit: Samuel Mehrbrodt 
CommitDate: Wed Sep 19 14:12:37 2018 +0200

generateGUIDString: Fix incorrect string length

This bug caused signature line IDs in OOXML to be written
with an appended "_x_".

Change-Id: If219279a5d5177ec5fac2d9dd747dc015c16b6bc
Reviewed-on: https://gerrit.libreoffice.org/60736
Reviewed-by: Noel Grandin 
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt 

diff --git a/comphelper/source/xml/xmltools.cxx 
b/comphelper/source/xml/xmltools.cxx
index e9df23c73e1e..24919ae35044 100644
--- a/comphelper/source/xml/xmltools.cxx
+++ b/comphelper/source/xml/xmltools.cxx
@@ -102,7 +102,7 @@ namespace comphelper
 aSeq[0], aSeq[1], aSeq[2], aSeq[3], aSeq[4], aSeq[5], 
aSeq[6], aSeq[7], aSeq[8],
 aSeq[9], aSeq[10], aSeq[11], aSeq[12], aSeq[13], aSeq[14], 
aSeq[15]);
 
-return OString(str, SAL_N_ELEMENTS(str));
+return OString(str);
 }
 }
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 119356] After placing the mouse pointer on the „Input list” field (CTRL + F2 - Function), the appearance of this indicator on the hand symbol does not change

2018-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119356

--- Comment #3 from Jerzy Moruś  ---
I need to verify my problem.
I think the field identification method should be as follows:
The mouse pointer located in the field area should have a changed shape and
this shape would inform you that we are pointing the field. Currently, the
mouse pointer has a standard shape.
The hint (baloon) should display the name of the field, not its content,
because this content visible in the document anyway. As a result, the hint
shows the same as what is already written, and after disappearing the hint, the
user has no information that indicates the Writer program field.
In the current version (6.0.6 x64), the mouse pointer pointing to the "Input
list" field does not display any hints (baloon). And because the shape of the
mouse is not changed either, there is no signaling that there is a field in
this place.

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


[Libreoffice-bugs] [Bug 119978] Save dialog incorrectly selects first document in directory and pre-fills the filename with it

2018-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119978

--- Comment #1 from Owen Savill  ---
The text "The first docx file" should probably read "The first document file"
as it pre-fills the name box with this filename before you select the file
format.

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


[Libreoffice-bugs] [Bug 119978] Save dialog incorrectly selects first document in directory and pre-fills the filename with it

2018-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119978

Owen Savill  changed:

   What|Removed |Added

Summary|Save dialog incorrectly |Save dialog incorrectly
   |selects first document in   |selects first document in
   |directory when changing |directory and pre-fills the
   |save format.|filename with it

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


[Libreoffice-bugs] [Bug 118663] Remote Files dialog asking for unnecessary PIN

2018-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118663

--- Comment #4 from beimaginativeegr...@gmail.com ---
Yes, that links seems to confirm the issue I'm having. It also links to a
Gerrit request that has been merged so the bug can be considered fixed. What is
the next step for this report?

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


[Libreoffice-bugs] [Bug 119739] EDITING : Date format of a field not respected

2018-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119739

--- Comment #4 from Vincent Bamps  ---
It is still a problem.
I should be able to put 6th of September 2018 in french format (06/09/2018).
When I put this date it is immediately converted into 09/06/18 (9th June 2018).
(06/09/2018) should remain as is.

Same problem occurs on Microsoft Windows 7 enterprise 64-bit.

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


[Libreoffice-bugs] [Bug 99146] Duplication of footer

2018-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99146

--- Comment #9 from i.am.stack+libreoff...@gmail.com ---
Greetings,
I can confirm that in every version I've used since, this frustrating bug still
exists. I do not have the time at the moment to test on the absolute latest
version, however, I do have two versions of Ubuntu that I can easily test on.
The bug exists on both.

16.04
Version: 5.1.6.2
Build ID: 1:5.1.6~rc2-0ubuntu1~xenial4
CPU Threads: 4; OS Version: Linux 4.4; UI Render: default; 
Locale: en-US (en_US.UTF-8); Calc: group


18.04
Version: 6.0.3.2
Build ID: 1:6.0.3-0ubuntu1
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: x11; 
Locale: en-US (en_US.UTF-8); Calc: group

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


[Libreoffice-bugs] [Bug 119445] When switching to a new paragraph in a big document, the display of the current paragraph style in the sidebar updates with a lag

2018-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119445

--- Comment #4 from Buovjaga  ---
Aha, well, I hope you can at some point verify that the problem still exists in
a master version as lots have happened since 5.4.
Master does have an annyoing bug, bug 119843, right now, so you might want to
wait until it is fixed.

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


[Libreoffice-bugs] [Bug 94461] Predefined Templates and Template Folders are not Deletable in Template Manager

2018-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94461

Michael  changed:

   What|Removed |Added

   Hardware|Other   |x86-64 (AMD64)
Version|4.4.0.0.alpha0+ Master  |5.4.6.2 release

--- Comment #8 from Michael  ---
For me, Harald Koesters proposals are the preferable solution! 

The actual situation is simply a mess and we can't work with this. Having
several templates for myself, my wife, my company and another company I'm
working for, I'd like to have such a selection first and after that a second
selection distinguishing between text, spreadsheet, presentation etc. Even for
text-documents for one client (f.e. my wife), there are several templates like
official letter, personal letter, invoice, order for certain material etc.
Could you imagine, how confusing it would be, to start a document having all
the standard templates shwon first, even we are never using them.

At least should be possible, to ban all that standard templates into a new
Category like "LibreOfficeSTANDARD" and to delete all the standard categories!

Actually, based on this issue, we don't use the LO-Starter but created an own
one as well on LINUX as on WINDOWS, using the file-manager referencing to "our"
categories.

Please improve that messy situation soon.

Thank you and best regards
Michael

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


[Libreoffice-bugs] [Bug 119936] Documentation: LibreOffice Calc Wiki page should have column for macOS keyboard usage

2018-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119936

Olivier Hallot  changed:

   What|Removed |Added

 Blocks||80430


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=80430
[Bug 80430] [META] LOCALHELP: Features x Documentation gap
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 80430] [META] LOCALHELP: Features x Documentation gap

2018-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=80430

Olivier Hallot  changed:

   What|Removed |Added

 Depends on||119936


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=119936
[Bug 119936] Documentation: LibreOffice Calc Wiki page should have column for
macOS keyboard usage
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 119936] Documentation: LibreOffice Calc Wiki page should have column for macOS keyboard usage

2018-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119936

--- Comment #4 from Olivier Hallot  ---
The page referred is now

https://help.libreoffice.org/6.2/en-US/text/scalc/guide/move_dragdrop.html?System=MAC=CALC#bm_id3155686

Note that the contents changes when call is from a macOS computer
(?System=MAC).

Please check if the contents are correct now and, if not, please provide the
equivalent contents changes in the page above, including current valid keyboard
shortcuts for macOS in a simple document or comment here and I'll make it go to
the help page above.

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


[Libreoffice-commits] core.git: Branch 'libreoffice-6-1' - sw/uiconfig

2018-09-19 Thread Libreoffice Gerrit user
 sw/uiconfig/swriter/ui/watermarkdialog.ui |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 01abe2764f1778ad03cf643e799f0f387bd397e8
Author: Adolfo Jayme Barrientos 
AuthorDate: Wed Sep 19 05:04:14 2018 -0500
Commit: Adolfo Jayme Barrientos 
CommitDate: Wed Sep 19 13:30:59 2018 +0200

tdf#112356 follow-up: Make the Help button work

Change-Id: I7181e07f8d817dd402eec8bd98e8526503455f5e
(cherry picked from commit fee5b79543de5e35299b1e3576209c77ef64a4d6)
Reviewed-on: https://gerrit.libreoffice.org/60751
Reviewed-by: Xisco Faulí 
Tested-by: Adolfo Jayme Barrientos 

diff --git a/sw/uiconfig/swriter/ui/watermarkdialog.ui 
b/sw/uiconfig/swriter/ui/watermarkdialog.ui
index 60450a06b10d..8035c6b9d47f 100644
--- a/sw/uiconfig/swriter/ui/watermarkdialog.ui
+++ b/sw/uiconfig/swriter/ui/watermarkdialog.ui
@@ -247,6 +247,7 @@
 
   ok
   cancel
+  help
 
   
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 119962] FireBird: Auto-Increase after copy table: Error inserting new data item.

2018-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119962

--- Comment #2 from Alex Thurgood  ---
So, it would appear that the code which manages the ID generator doesn't get
the correct count, and causes the subsequent insertion errors.

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


[Libreoffice-bugs] [Bug 119843] Thick black borders shown on sheet upon opening, cell selection not shown and Writer selection only shows outline

2018-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119843

Xisco Faulí  changed:

   What|Removed |Added

   Priority|high|highest
   Severity|major   |critical
  Component|Calc|LibreOffice

--- Comment #8 from Xisco Faulí  ---
let's put it to critical. It's almost impossible to work with calc in master

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


[Libreoffice-bugs] [Bug 119962] FireBird: Auto-Increase after copy table: Error inserting new data item.

2018-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119962

Alex Thurgood  changed:

   What|Removed |Added

 OS|Windows (All)   |All

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


[Libreoffice-bugs] [Bug 119962] FireBird: Auto-Increase after copy table: Error inserting new data item.

2018-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119962

Alex Thurgood  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW

--- Comment #1 from Alex Thurgood  ---
(In reply to Eigil Wiwe from comment #0)

> Do the following: '
> 
> Copy "Letters" to Letters4. (Definition and data)
> Open Letter4 and try adding a new letter. It gives the above error message.
> Repeat the experiment until fifth succession succeeds.
> Delete the fifth line again.
> Delete Letters4
> 

Confirming with

Version: 6.1.1.2
Build ID: 5d19a1bfa650b796764388cd8b33a5af1f5baa1b
Threads CPU : 8; OS : Mac OS X 10.13.6; UI Render : par défaut; 
Locale : fr-FR (fr_FR.UTF-8); Calc: group threaded

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


[Libreoffice-bugs] [Bug 119445] When switching to a new paragraph in a big document, the display of the current paragraph style in the sidebar updates with a lag

2018-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119445

Xisco Faulí  changed:

   What|Removed |Added

 CC||xiscofa...@libreoffice.org

--- Comment #3 from Xisco Faulí  ---
Does it work find in safe mode ? Help - Restart in Safe mode

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


[Libreoffice-bugs] [Bug 119761] NY Times crosswords wont print

2018-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119761

Xisco Faulí  changed:

   What|Removed |Added

 CC||xiscofa...@libreoffice.org

--- Comment #9 from Xisco Faulí  ---
(In reply to Art Melnick from comment #8)
> It's Windows 7.  It's your bug because it's caused by your install program.

So, Do you confirm it works again if you remove LibreOffice ?

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


[Libreoffice-bugs] [Bug 64264] FILEOPEN: Table in docx not rendering correctly due "repeat heading"

2018-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=64264

László Németh  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |nem...@numbertext.org
   |desktop.org |
 Status|REOPENED|ASSIGNED

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


[Libreoffice-bugs] [Bug 104444] [META] DOCX (OOXML) table-related issues

2018-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=10
Bug 10 depends on bug 64264, which changed state.

Bug 64264 Summary: FILEOPEN: Table in docx not rendering correctly due "repeat 
heading"
https://bugs.documentfoundation.org/show_bug.cgi?id=64264

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 64264] FILEOPEN: Table in docx not rendering correctly due "repeat heading"

2018-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=64264

László Németh  changed:

   What|Removed |Added

 Resolution|DUPLICATE   |---
 CC||mikekagan...@hotmail.com
 Status|RESOLVED|REOPENED

--- Comment #11 from László Németh  ---
It seems, this is not the duplicate of Bug 58944. Here the problem is the bad
handling of the OOXML standard related to the single tblHeader settings within
the table without previous tblHeader settings.

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


[Libreoffice-bugs] [Bug 119903] 6.1.1 calc Format Cellule (SPREADSHEET FORMATTING CELL)

2018-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119903

--- Comment #5 from Xisco Faulí  ---
(In reply to aetr.lacour from comment #4)
> Created attachment 144982 [details]
> how I find the bug wth screen images
> 
> the file "Fichier Test.ods" is in attachment of Bug-report.pdf

Hi,
Please attach the .ods file as well...

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


[Libreoffice-bugs] [Bug 101376] Wordcount Beanshell macro execution causes deadlock / hang requiring forced kill

2018-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101376

--- Comment #15 from Alex Thurgood  ---
Created attachment 145011
  --> https://bugs.documentfoundation.org/attachment.cgi?id=145011=edit
Apple stacktrace after LO hangs

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


[Libreoffice-bugs] [Bug 101376] Wordcount Beanshell macro execution causes deadlock / hang requiring forced kill

2018-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101376

--- Comment #14 from Alex Thurgood  ---
Testing with

Version: 6.1.1.2
Build ID: 5d19a1bfa650b796764388cd8b33a5af1f5baa1b
Threads CPU : 8; OS : Mac OS X 10.13.6; UI Render : par défaut; 
Locale : fr-FR (fr_FR.UTF-8); Calc: group threaded

causes an immediate closure of the Writer window, and the soffice process
hangs, see enclosed Apple stack trace. A force kill is required to release the
hung instance.

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


[Libreoffice-bugs] [Bug 119936] Documentation: LibreOffice Calc Wiki page should have column for macOS keyboard usage

2018-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119936

Xisco Faulí  changed:

   What|Removed |Added

Version|6.1.1.2 release |Inherited From OOo

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


[Libreoffice-bugs] [Bug 119936] Documentation: LibreOffice Calc Wiki page should have column for macOS keyboard usage

2018-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119936

Xisco Faulí  changed:

   What|Removed |Added

 CC||olivier.hallot@documentfoun
   ||dation.org,
   ||xiscofa...@libreoffice.org
  Component|Calc|Documentation

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


[Libreoffice-bugs] [Bug 118910] In an left-to-right comment, inserting bolded right-to-left text (e.g., Hebrew) messes up the spacing

2018-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118910

Xisco Faulí  changed:

   What|Removed |Added

Version|6.1.1.2 release |5.4.7.2 release

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


[Libreoffice-bugs] [Bug 102322] Incorrect Text Field appearance in exported PDF files

2018-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102322

Xisco Faulí  changed:

   What|Removed |Added

Version|6.1.1.2 release |5.1.5.2 release
 CC||xiscofa...@libreoffice.org

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


[Libreoffice-bugs] [Bug 103748] Google Drive login doesn't work with SSO

2018-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103748

Xisco Faulí  changed:

   What|Removed |Added

Version|6.1.1.2 release |5.2.2.2 release
 CC||xiscofa...@libreoffice.org

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


[Libreoffice-bugs] [Bug 119373] 5.XX & 6.XX - Save Background Image & Set Background Image

2018-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119373

Xisco Faulí  changed:

   What|Removed |Added

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

--- Comment #1 from Xisco Faulí  ---
Thank you for reporting the bug.
Unfortunately without clear steps to reproduce it, we cannot track down the
origin of the problem.
Please provide a clearer set of step-by-step instructions on how to reproduce
the problem.
I have set the bug's status to 'NEEDINFO'. Please change it back to
'UNCONFIRMED' once the steps are provided

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


Re: can't build libreoffice !

2018-09-19 Thread Rahul Gurung
Sorry, I got it, I had actually changed the name of the directory from
libreoffice to lo for easy (fast) access, is there a way to configure it,
or I have to rename it back to libreoffice?



On 19 September 2018 at 16:33, Rahul Gurung  wrote:

> Hey,
>
>
> I can't build LibreOffice running make build-nocheck gives me this error
>
>
> warning: tag INPUT: input source `/home/gurungrahul2/
> libreoffice/odk/docs/cpp/main.dox' does not exist
> warning: tag INPUT: input source `/home/gurungrahul2/
> libreoffice/include/sal/log-areas.dox' does not exist
> warning: tag INPUT: input source `/home/gurungrahul2/
> libreoffice/instdir/sdk/include/sal' does not exist
> warning: tag INPUT: input source `/home/gurungrahul2/
> libreoffice/instdir/sdk/include/salhelper' does not exist
> warning: tag INPUT: input source `/home/gurungrahul2/
> libreoffice/instdir/sdk/include/rtl' does not exist
> warning: tag INPUT: input source `/home/gurungrahul2/
> libreoffice/instdir/sdk/include/osl' does not exist
> warning: tag INPUT: input source `/home/gurungrahul2/
> libreoffice/instdir/sdk/include/typelib' does not exist
> warning: tag INPUT: input source `/home/gurungrahul2/
> libreoffice/instdir/sdk/include/uno' does not exist
> warning: tag INPUT: input source `/home/gurungrahul2/
> libreoffice/instdir/sdk/include/cppu' does not exist
> warning: tag INPUT: input source `/home/gurungrahul2/
> libreoffice/instdir/sdk/include/cppuhelper' does not exist
> warning: tag INPUT: input source `/home/gurungrahul2/
> libreoffice/instdir/sdk/include/com/sun/star/uno/Any.h' does not exist
> warning: tag INPUT: input source `/home/gurungrahul2/
> libreoffice/instdir/sdk/include/com/sun/star/uno/Any.hxx' does not exist
> warning: tag INPUT: input source `/home/gurungrahul2/
> libreoffice/instdir/sdk/include/com/sun/star/uno/genfunc.h' does not exist
> warning: tag INPUT: input source `/home/gurungrahul2/
> libreoffice/instdir/sdk/include/com/sun/star/uno/genfunc.hxx' does not
> exist
> warning: tag INPUT: input source `/home/gurungrahul2/
> libreoffice/instdir/sdk/include/com/sun/star/uno/Reference.h' does not
> exist
> warning: tag INPUT: input source `/home/gurungrahul2/
> libreoffice/instdir/sdk/include/com/sun/star/uno/Reference.hxx' does not
> exist
> warning: tag INPUT: input source `/home/gurungrahul2/
> libreoffice/instdir/sdk/include/com/sun/star/uno/Sequence.h' does not
> exist
> warning: tag INPUT: input source `/home/gurungrahul2/
> libreoffice/instdir/sdk/include/com/sun/star/uno/Sequence.hxx' does not
> exist
> warning: tag INPUT: input source `/home/gurungrahul2/
> libreoffice/instdir/sdk/include/com/sun/star/uno/Type.h' does not exist
> warning: tag INPUT: input source `/home/gurungrahul2/
> libreoffice/instdir/sdk/include/com/sun/star/uno/Type.hxx' does not exist
> error: tag OUTPUT_DIRECTORY: Output directory `/home/gurungrahul2/
> libreoffice/workdir/CustomTarget/odk/docs/cpp/ref' does not exist and
> cannot be created
> /home/gurungrahul2/lo/odk/CustomTarget_doxygen.mk:56: recipe for target
> '/home/gurungrahul2/lo/workdir/CustomTarget/odk/docs/cpp/doxygen.log'
> failed
> make[1]: *** 
> [/home/gurungrahul2/lo/workdir/CustomTarget/odk/docs/cpp/doxygen.log]
> Error 1
> make[1]: *** Deleting file '/home/gurungrahul2/lo/
> workdir/CustomTarget/odk/docs/cpp/doxygen.log'
> make[1]: *** Waiting for unfinished jobs
> Makefile:286: recipe for target 'build' failed
> make: *** [build] Error 2
>
>
> Thanks,
> Rahul Gurung.
>
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 83353] OSX - Impress only supports MP4 AAC audio playback - no other audio formats will work

2018-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=83353

Alex Thurgood  changed:

   What|Removed |Added

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

--- Comment #7 from Alex Thurgood  ---
With 

Version: 6.1.1.2
Build ID: 5d19a1bfa650b796764388cd8b33a5af1f5baa1b
Threads CPU : 8; OS : Mac OS X 10.13.6; UI Render : par défaut; 
Locale : fr-FR (fr_FR.UTF-8); Calc: group threaded

I can now play :

MP3 (preview/fullscreen)
AIF (preview/fullscreen)
WAV (preview/fullscreen)

finally !! 

Closing as WFM

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


[Libreoffice-bugs] [Bug 119945] Impress/Draw hangs when exiting while editing formula

2018-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119945

Xisco Faulí  changed:

   What|Removed |Added

 CC||glo...@fbihome.de

--- Comment #6 from Xisco Faulí  ---
@Jan-Marek, I thought you could be interested in this issue...

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


can't build libreoffice !

2018-09-19 Thread Rahul Gurung
Hey,


I can't build LibreOffice running make build-nocheck gives me this error


warning: tag INPUT: input source
`/home/gurungrahul2/libreoffice/odk/docs/cpp/main.dox' does not exist
warning: tag INPUT: input source
`/home/gurungrahul2/libreoffice/include/sal/log-areas.dox' does not exist
warning: tag INPUT: input source
`/home/gurungrahul2/libreoffice/instdir/sdk/include/sal' does not exist
warning: tag INPUT: input source
`/home/gurungrahul2/libreoffice/instdir/sdk/include/salhelper' does not
exist
warning: tag INPUT: input source
`/home/gurungrahul2/libreoffice/instdir/sdk/include/rtl' does not exist
warning: tag INPUT: input source
`/home/gurungrahul2/libreoffice/instdir/sdk/include/osl' does not exist
warning: tag INPUT: input source
`/home/gurungrahul2/libreoffice/instdir/sdk/include/typelib' does not exist
warning: tag INPUT: input source
`/home/gurungrahul2/libreoffice/instdir/sdk/include/uno' does not exist
warning: tag INPUT: input source
`/home/gurungrahul2/libreoffice/instdir/sdk/include/cppu' does not exist
warning: tag INPUT: input source
`/home/gurungrahul2/libreoffice/instdir/sdk/include/cppuhelper' does not
exist
warning: tag INPUT: input source
`/home/gurungrahul2/libreoffice/instdir/sdk/include/com/sun/star/uno/Any.h'
does not exist
warning: tag INPUT: input source
`/home/gurungrahul2/libreoffice/instdir/sdk/include/com/sun/star/uno/Any.hxx'
does not exist
warning: tag INPUT: input source
`/home/gurungrahul2/libreoffice/instdir/sdk/include/com/sun/star/uno/genfunc.h'
does not exist
warning: tag INPUT: input source
`/home/gurungrahul2/libreoffice/instdir/sdk/include/com/sun/star/uno/genfunc.hxx'
does not exist
warning: tag INPUT: input source
`/home/gurungrahul2/libreoffice/instdir/sdk/include/com/sun/star/uno/Reference.h'
does not exist
warning: tag INPUT: input source
`/home/gurungrahul2/libreoffice/instdir/sdk/include/com/sun/star/uno/Reference.hxx'
does not exist
warning: tag INPUT: input source
`/home/gurungrahul2/libreoffice/instdir/sdk/include/com/sun/star/uno/Sequence.h'
does not exist
warning: tag INPUT: input source
`/home/gurungrahul2/libreoffice/instdir/sdk/include/com/sun/star/uno/Sequence.hxx'
does not exist
warning: tag INPUT: input source
`/home/gurungrahul2/libreoffice/instdir/sdk/include/com/sun/star/uno/Type.h'
does not exist
warning: tag INPUT: input source
`/home/gurungrahul2/libreoffice/instdir/sdk/include/com/sun/star/uno/Type.hxx'
does not exist
error: tag OUTPUT_DIRECTORY: Output directory
`/home/gurungrahul2/libreoffice/workdir/CustomTarget/odk/docs/cpp/ref' does
not exist and cannot be created
/home/gurungrahul2/lo/odk/CustomTarget_doxygen.mk:56: recipe for target
'/home/gurungrahul2/lo/workdir/CustomTarget/odk/docs/cpp/doxygen.log' failed
make[1]: ***
[/home/gurungrahul2/lo/workdir/CustomTarget/odk/docs/cpp/doxygen.log] Error
1
make[1]: *** Deleting file
'/home/gurungrahul2/lo/workdir/CustomTarget/odk/docs/cpp/doxygen.log'
make[1]: *** Waiting for unfinished jobs
Makefile:286: recipe for target 'build' failed
make: *** [build] Error 2


Thanks,
Rahul Gurung.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 119945] Impress/Draw hangs when exiting while editing formula

2018-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119945

Xisco Faulí  changed:

   What|Removed |Added

Summary|Impress hangs when exiting  |Impress/Draw hangs when
   |while editing formula   |exiting while editing
   ||formula

--- Comment #5 from Xisco Faulí  ---
Same behaviour with Draw, but not with Writer

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


[Libreoffice-bugs] [Bug 119979] New: FORMATTING, PRINTING: Border lines not printing between two rows.

2018-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119979

Bug ID: 119979
   Summary: FORMATTING, PRINTING: Border lines not printing
between two rows.
   Product: LibreOffice
   Version: 6.1.0.3 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: chrisret...@yahoo.com

Description:
When adding cell borders via Format Cells > Borders the default width is set at
0.75pt. If using the Borders tool bar the default width is set to .05pt.
Shouldn't they be the same?

I normally use the Borders Tool to create cell borders. Until a couple of
versions ago, this what not a problem. The 0.05pt with is causing a problem
with one spreadsheet I have with four sheets. The line between row 23 and 24 is
not printing. It is visible with Print Preview and the preview show on the
print dialog. I have tried several things to fix this, including creating a new
sheet, copying the text (Text Only) over, then creating the lines using the
Borders Tool. The line between row 23 and 24 still does not print. All the
other lines do print. This happens only on two sheets in the spreadsheet. I
created a new spreadsheet, copied the text over (Text Only) in this case the
line no printed was between row 22 & 23. Then created a new spreadsheet, did
nothing to it except add lines for a cells from to row 41 and to column G, the
line is missing when printed between row 31 and 32. I also did this in
Safe-Mode and the problem persist.

This problem is solved by using Format Cells > Borders and increasing Width to
the next value from 0.05pt to 0.25pt.

I have a number of spreadsheets, all border lines have been created the same
way using the Borders Tool. The all print okay. It's just this one that
doesn't. 

Steps to Reproduce:
1. Create a new spreadsheet
2. Add lines from row 1 to row 40, column A to G using the Border Tool lower
right tool.
3. Print.

Actual Results:
The line between row 32 and 33 does not print.

Expected Results:
The line between row 32 and 33 should print. 


Reproducible: Always


User Profile Reset: Yes



Additional Info:
I did not actually reset my profile, I did follow the instructions and since
the problem persisted in Safe-Mode.

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


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

2018-09-19 Thread Libreoffice Gerrit user
 sw/source/uibase/utlui/content.cxx |   87 +
 1 file changed, 40 insertions(+), 47 deletions(-)

New commits:
commit d36ff576c875c79706511194e72bb38c435c49a2
Author: Noel Grandin 
AuthorDate: Tue Sep 18 14:48:21 2018 +0200
Commit: Noel Grandin 
CommitDate: Wed Sep 19 12:56:51 2018 +0200

convert SwContentArr to sorted_vector>

Change-Id: I97b9c143bf5e1aefc4324609b6c69e2fb07b8d00
Reviewed-on: https://gerrit.libreoffice.org/60739
Tested-by: Jenkins
Reviewed-by: Noel Grandin 

diff --git a/sw/source/uibase/utlui/content.cxx 
b/sw/source/uibase/utlui/content.cxx
index 2e15c8a083d3..a0de7d4f3cfa 100644
--- a/sw/source/uibase/utlui/content.cxx
+++ b/sw/source/uibase/utlui/content.cxx
@@ -106,11 +106,9 @@ using namespace ::com::sun::star::container;
 #define NAVI_BOOKMARK_DELIM u'\x0001'
 
 class SwContentArr
-: public o3tl::sorted_vector,
+: public o3tl::sorted_vector, 
o3tl::less_uniqueptr_to,
 o3tl::find_partialorder_ptrequals>
 {
-public:
-~SwContentArr() { DeleteAndDestroyAll(); }
 };
 
 bool SwContentTree::bIsInDrag = false;
@@ -159,15 +157,15 @@ namespace
 for( SwGetINetAttrs::size_type n = 0; n < nCount; ++n )
 {
 SwGetINetAttr* p = [ n ];
-SwURLFieldContent* pCnt = new SwURLFieldContent(
+std::unique_ptr pCnt(new SwURLFieldContent(
 pCntType,
 p->sText,
 INetURLObject::decode(
 p->rINetAttr.GetINetFormat().GetValue(),
 
INetURLObject::DecodeMechanism::Unambiguous ),
 >rINetAttr,
-n );
-pMember->insert( pCnt );
+n ));
+pMember->insert( std::move(pCnt) );
 }
 return nCount;
 }
@@ -373,15 +371,15 @@ void SwContentType::Init(bool* pbInvalidateWindow)
 pParentFormat = pParentFormat->GetParent();
 }
 
-SwContent* pCnt = new SwRegionContent(this, rSectionName,
+std::unique_ptr pCnt(new SwRegionContent(this, 
rSectionName,
 nLevel,
-pFormat->FindLayoutRect( false,  ).Top());
+pFormat->FindLayoutRect( false,  ).Top()));
 
 SwPtrMsgPoolItem aAskItem( RES_CONTENT_VISIBLE, nullptr );
 if( !pFormat->GetInfo( aAskItem ) &&
 !aAskItem.pObject ) // not visible
 pCnt->SetInvisible();
-pMember->insert(pCnt);
+pMember->insert(std::move(pCnt));
 }
 }
 nMemberCount = pMember->size();
@@ -401,7 +399,6 @@ void SwContentType::Init(bool* pbInvalidateWindow)
 *pMember);
 }
 
-pOldMember->DeleteAndDestroyAll();
 delete pOldMember;
 }
 }
@@ -424,8 +421,8 @@ void SwContentType::Init(bool* pbInvalidateWindow)
 nMemberCount = 0;
 if(!pMember)
 pMember.reset( new SwContentArr );
-else if(!pMember->empty())
-pMember->DeleteAndDestroyAll();
+else
+pMember->clear();
 
 nMemberCount = lcl_InsertURLFieldContent(pMember.get(), pWrtShell, 
this);
 
@@ -439,8 +436,8 @@ void SwContentType::Init(bool* pbInvalidateWindow)
 nMemberCount = 0;
 if(!pMember)
 pMember.reset( new SwContentArr );
-else if(!pMember->empty())
-pMember->DeleteAndDestroyAll();
+else
+pMember->clear();
 
 SwPostItMgr* aMgr = pWrtShell->GetView().GetPostItMgr();
 if (aMgr)
@@ -454,12 +451,12 @@ void SwContentType::Init(bool* pbInvalidateWindow)
 {
 OUString sEntry = 
pFormatField->GetField()->GetPar2();
 sEntry = RemoveNewline(sEntry);
-SwPostItContent* pCnt = new SwPostItContent(
+std::unique_ptr pCnt(new 
SwPostItContent(
 this,
 sEntry,
 pFormatField,
-nMemberCount);
-pMember->insert(pCnt);
+nMemberCount));
+pMember->insert(std::move(pCnt));
 nMemberCount++;
 }
 }
@@ -509,7 +506,7 @@ const SwContent* SwContentType::GetMember(size_t nIndex)
 FillMemberList();
 }
 

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

2018-09-19 Thread Libreoffice Gerrit user
 xmloff/source/style/XMLFontAutoStylePool.cxx |   19 +++
 1 file changed, 7 insertions(+), 12 deletions(-)

New commits:
commit e4920a076f100489b229b8926064bb26a03dc55b
Author: Noel Grandin 
AuthorDate: Wed Sep 19 09:13:48 2018 +0200
Commit: Noel Grandin 
CommitDate: Wed Sep 19 12:56:29 2018 +0200

convert XMLFontAutoStylePool_Impl to sorted_vector>

Change-Id: Ic9fcefd3a2d64aa01349ae6eec81d3ae49c5e069
Reviewed-on: https://gerrit.libreoffice.org/60741
Tested-by: Jenkins
Reviewed-by: Noel Grandin 

diff --git a/xmloff/source/style/XMLFontAutoStylePool.cxx 
b/xmloff/source/style/XMLFontAutoStylePool.cxx
index 95f0394e16f7..9a8454897e66 100644
--- a/xmloff/source/style/XMLFontAutoStylePool.cxx
+++ b/xmloff/source/style/XMLFontAutoStylePool.cxx
@@ -112,8 +112,8 @@ inline 
XMLFontAutoStylePoolEntry_Impl::XMLFontAutoStylePoolEntry_Impl(
 
 struct XMLFontAutoStylePoolEntryCmp_Impl {
 bool operator()(
-XMLFontAutoStylePoolEntry_Impl* const& r1,
-XMLFontAutoStylePoolEntry_Impl* const& r2 ) const
+std::unique_ptr const& r1,
+std::unique_ptr const& r2 ) const
 {
 bool bEnc1(r1->GetEncoding() != RTL_TEXTENCODING_SYMBOL);
 bool bEnc2(r2->GetEncoding() != RTL_TEXTENCODING_SYMBOL);
@@ -134,13 +134,8 @@ struct XMLFontAutoStylePoolEntryCmp_Impl {
 }
 };
 
-class XMLFontAutoStylePool_Impl : public 
o3tl::sorted_vector
+class XMLFontAutoStylePool_Impl : public 
o3tl::sorted_vector, 
XMLFontAutoStylePoolEntryCmp_Impl>
 {
-public:
-~XMLFontAutoStylePool_Impl()
-{
-DeleteAndDestroyAll();
-}
 };
 
 XMLFontAutoStylePool::XMLFontAutoStylePool(SvXMLExport& rExp, bool 
bTryToEmbedFonts) :
@@ -201,10 +196,10 @@ OUString XMLFontAutoStylePool::Add(
 }
 }
 
-XMLFontAutoStylePoolEntry_Impl *pEntry =
+std::unique_ptr pEntry(
 new XMLFontAutoStylePoolEntry_Impl( sName, rFamilyName, rStyleName,
-nFamily, nPitch, eEnc );
-m_pFontAutoStylePool->insert( pEntry );
+nFamily, nPitch, eEnc ));
+m_pFontAutoStylePool->insert( std::move(pEntry) );
 m_aNames.insert(sName);
 }
 
@@ -403,7 +398,7 @@ void XMLFontAutoStylePool::exportXML()
 
 for (sal_uInt32 i = 0; i < nCount; i++)
 {
-const XMLFontAutoStylePoolEntry_Impl* pEntry = 
(*m_pFontAutoStylePool)[i];
+const XMLFontAutoStylePoolEntry_Impl* pEntry = 
(*m_pFontAutoStylePool)[i].get();
 
 GetExport().AddAttribute(XML_NAMESPACE_STYLE, XML_NAME, 
pEntry->GetName());
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 105145] UI - icons in grid form controls no longer transparent and visual effect is zoom dependent

2018-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105145

--- Comment #19 from Alex Thurgood  ---
Note that as soon as you drop the page magnification of the form below 100%,
e.g. 90%, then the background colour of the icon adopts the background colour
of the form page...

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


[Libreoffice-commits] core.git: Branch 'libreoffice-6-1' - sfx2/source

2018-09-19 Thread Libreoffice Gerrit user
 sfx2/source/view/viewfrm.cxx |5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

New commits:
commit c11a2c0e42add67785413bbb0afc79e7ab92161f
Author: Christian Lohmaier 
AuthorDate: Tue Sep 18 20:15:43 2018 +0200
Commit: Adolfo Jayme Barrientos 
CommitDate: Wed Sep 19 12:53:44 2018 +0200

add locale to joinus link so hub can redirect to language specific pages

Change-Id: Ibed6f899ad0219bf0211ac50c0595484ddba8c92
Reviewed-on: https://gerrit.libreoffice.org/60696
Tested-by: Jenkins
Reviewed-by: Christian Lohmaier 
(cherry picked from commit 17d981d795f18422e1435180d42baeba509c1280)
Reviewed-on: https://gerrit.libreoffice.org/60742
Reviewed-by: Adolfo Jayme Barrientos 

diff --git a/sfx2/source/view/viewfrm.cxx b/sfx2/source/view/viewfrm.cxx
index e2194d6ba9c1..b0b972a4f572 100644
--- a/sfx2/source/view/viewfrm.cxx
+++ b/sfx2/source/view/viewfrm.cxx
@@ -91,6 +91,8 @@
 
 #include 
 
+#include 
+
 using namespace ::com::sun::star;
 using namespace ::com::sun::star::uno;
 using namespace ::com::sun::star::ucb;
@@ -1371,7 +1373,8 @@ IMPL_LINK_NOARG(SfxViewFrame, GetInvolvedHandler, 
Button*, void)
 {
 try
 {
-sfx2::openUriExternally("https://hub.libreoffice.org/joinus;, false);
+OUString sURL("https://hub.libreoffice.org/joinus/?LOlocale=; + 
utl::ConfigManager::getLocale());
+sfx2::openUriExternally(sURL, false);
 }
 catch (const Exception&)
 {
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 105145] UI - icons in grid form controls no longer transparent and visual effect is zoom dependent

2018-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105145

--- Comment #18 from Alex Thurgood  ---
Still reproducible in

Version: 6.1.1.2
Build ID: 5d19a1bfa650b796764388cd8b33a5af1f5baa1b
Threads CPU : 8; OS : Mac OS X 10.13.6; UI Render : par défaut; 
Locale : fr-FR (fr_FR.UTF-8); Calc: group threaded

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


[Libreoffice-bugs] [Bug 118502] eps images systematically get rasterized to bitmap

2018-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118502

Samuel Mehrbrodt (CIB)  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |s.mehrbr...@gmail.com
   |desktop.org |

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


[Libreoffice-bugs] [Bug 59253] shift-drag does not add to selection

2018-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=59253

--- Comment #14 from Alex Thurgood  ---
Still reproducible with
Version: 6.1.1.2
Build ID: 5d19a1bfa650b796764388cd8b33a5af1f5baa1b
Threads CPU : 8; OS : Mac OS X 10.13.6; UI Render : par défaut; 
Locale : fr-FR (fr_FR.UTF-8); Calc: group threaded

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


[Libreoffice-bugs] [Bug 119886] DOCX: Spacing of font "Open Sans" differs from Word

2018-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119886

Xisco Faulí  changed:

   What|Removed |Added

 CC||xiscofa...@libreoffice.org
Version|6.2.0.0.alpha0+ Master  |5.2 all versions

--- Comment #8 from Xisco Faulí  ---
Also reproduced in

Version: 5.2.0.0.alpha0+
Build ID: 3ca42d8d51174010d5e8a32b96e9b4c0b3730a53
Threads 4; Ver: 4.15; Render: default;

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


[Libreoffice-bugs] [Bug 119885] DOCX: Horizontal spacing of font "Open Sans" differs from Word

2018-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119885

Xisco Faulí  changed:

   What|Removed |Added

Version|6.2.0.0.alpha0+ Master  |Inherited From OOo
 CC||xiscofa...@libreoffice.org

--- Comment #8 from Xisco Faulí  ---
Reproduced back to 

LibreOffice 3.3.0 
OOO330m19 (Build:6)
tag libreoffice-3.3.0.4

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


[Libreoffice-bugs] [Bug 64641] EDITING: Filtering in Mac-Addressbook is not possible

2018-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=64641

--- Comment #21 from Alex Thurgood  ---
Still broken in 

Version: 6.1.1.2
Build ID: 5d19a1bfa650b796764388cd8b33a5af1f5baa1b
Threads CPU : 8; OS : Mac OS X 10.13.6; UI Render : par défaut; 
Locale : fr-FR (fr_FR.UTF-8); Calc: group threaded

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


[Libreoffice-bugs] [Bug 119424] Some shapes drift away after consecutive reopening in Draw

2018-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119424

Epo Nym  changed:

   What|Removed |Added

Version|5.1.6.2 release |6.1.1.2 release

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


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

2018-09-19 Thread Libreoffice Gerrit user
 sc/source/ui/unoobj/servuno.cxx |4 
 1 file changed, 4 insertions(+)

New commits:
commit d48eb7255dad05c3baff5194dc3151683893d56c
Author: Tor Lillqvist 
AuthorDate: Wed Sep 19 13:37:47 2018 +0300
Commit: Tor Lillqvist 
CommitDate: Wed Sep 19 13:37:47 2018 +0300

Avoid unused function in the !HAVE_FEATURE_SCRIPTING case

Change-Id: I5ef5c1ce2be3de7390322a4f4f7b78a484fd7396

diff --git a/sc/source/ui/unoobj/servuno.cxx b/sc/source/ui/unoobj/servuno.cxx
index d64abd57fb53..969c93dd69c9 100644
--- a/sc/source/ui/unoobj/servuno.cxx
+++ b/sc/source/ui/unoobj/servuno.cxx
@@ -71,6 +71,8 @@
 
 using namespace ::com::sun::star;
 
+#if HAVE_FEATURE_SCRIPTING
+
 static bool isInVBAMode( ScDocShell& rDocSh )
 {
 uno::Reference xLibContainer = 
rDocSh.GetBasicContainer();
@@ -80,6 +82,8 @@ static bool isInVBAMode( ScDocShell& rDocSh )
 return false;
 }
 
+#endif
+
 class ScVbaObjectForCodeNameProvider : public ::cppu::WeakImplHelper< 
container::XNameAccess >
 {
 uno::Any maWorkbook;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 119424] Some shapes drift away after consecutive reopening in Draw

2018-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119424

Epo Nym  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

--- Comment #2 from Epo Nym  ---
Tested with LibreOffice 6.1.1 on Ubuntu 18.04 with exact same result.

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


[Libreoffice-bugs] [Bug 119976] Allow scrolling with mouse wheel while LibreOffice doesn't have focus

2018-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119976

Manuel Vögele  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

--- Comment #2 from Manuel Vögele  ---
I'm using KDE Plasma 5.13 under Arch Linux. I haven't enabled any backend
explicitly.

The About-Dialog of my LO shows the following information:

Version: 6.1.1.2
Build-ID: 6.1.1-2
CPU-Threads: 4; BS: Linux 4.18; UI-Render: Standard; VCL: gtk3_kde5; 
Gebietsschema: de-DE (de_DE.UTF-8); Calc: group threaded

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


[Libreoffice-bugs] [Bug 86456] Libre Office corrupts boolean columns importing xlsx file

2018-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=86456

Alex Thurgood  changed:

   What|Removed |Added

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

--- Comment #10 from Alex Thurgood  ---
This is WFM with

Version: 6.1.1.2
Build ID: 5d19a1bfa650b796764388cd8b33a5af1f5baa1b
Threads CPU : 8; OS : Mac OS X 10.13.6; UI Render : par défaut; 
Locale : fr-FR (fr_FR.UTF-8); Calc: group threaded

although the cell values display 1 and 0 for True/False respectively, they can
be formatted as "logical values" to show true/false instead.

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


[Libreoffice-ux-advise] [Bug 54990] Feature request: Ability to create line hops/jumps for crossing lines

2018-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=54990

Adolfo Jayme  changed:

   What|Removed |Added

   Priority|medium  |high
Version|4.0.0.0.alpha0+ Master  |Inherited From OOo
 CC||f...@libreoffice.org

-- 
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
https://lists.freedesktop.org/mailman/listinfo/libreoffice-ux-advise


[Libreoffice-bugs] [Bug 54990] Feature request: Ability to create line hops/jumps for crossing lines

2018-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=54990

Adolfo Jayme  changed:

   What|Removed |Added

   Priority|medium  |high
Version|4.0.0.0.alpha0+ Master  |Inherited From OOo
 CC||f...@libreoffice.org

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


[Libreoffice-bugs] [Bug 119945] Impress hangs when exiting while editing formula

2018-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119945

Xisco Faulí  changed:

   What|Removed |Added

   Keywords|bibisectRequest |bibisected, bisected
 CC||kshitijpatha...@gmail.com

--- Comment #4 from Xisco Faulí  ---
Regression introduced by:

https://cgit.freedesktop.org/libreoffice/core/commit/?id=2c317751c4b7661c10bd9eb11094febeccd1b816

author  Kshitij Pathania 2018-06-24 01:57:11
+0530
committer   Szymon Kłos  2018-06-24 20:19:56
+0200
commit  2c317751c4b7661c10bd9eb11094febeccd1b816 (patch)
tree017a52106ac34573896d8a9a45d760cd60fb04ab
parent  a7af4bbbc0793fb78aea6a89f8fb6dc052710a11 (diff)
Notebookbar:Disabled appearence of context toolbars

Bisected with: bibisect-win32-6.2

Adding Cc: to Kshitij Pathania

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


[Libreoffice-commits] core.git: 3 commits - configure.ac filter/source sfx2/source

2018-09-19 Thread Libreoffice Gerrit user
 configure.ac   |4 ++--
 filter/source/msfilter/msvbahelper.cxx |8 
 sfx2/source/doc/sfxbasemodel.cxx   |3 +++
 sfx2/source/view/viewfrm.cxx   |4 
 4 files changed, 17 insertions(+), 2 deletions(-)

New commits:
commit b6fa941a62c1f301982732f4d7ec1b42f9330af0
Author: Tor Lillqvist 
AuthorDate: Wed Sep 19 13:21:56 2018 +0300
Commit: Tor Lillqvist 
CommitDate: Wed Sep 19 13:21:56 2018 +0300

Avoid unused functions in the !HAVE_FEATURE_SCRIPTING case

Change-Id: I4b3cb1d696adb7f9a6f35b8529e49d55bd5d957b

diff --git a/filter/source/msfilter/msvbahelper.cxx 
b/filter/source/msfilter/msvbahelper.cxx
index 6e611824e163..33ec4e3ce63a 100644
--- a/filter/source/msfilter/msvbahelper.cxx
+++ b/filter/source/msfilter/msvbahelper.cxx
@@ -78,6 +78,8 @@ static OUString trimMacroName( const OUString& rMacroName )
 return aMacroName;
 }
 
+#if HAVE_FEATURE_SCRIPTING
+
 static SfxObjectShell* findShellForUrl( const OUString& sMacroURLOrPath )
 {
 SfxObjectShell* pFoundShell=nullptr;
@@ -224,6 +226,8 @@ static bool hasMacro( SfxObjectShell const * pShell, const 
OUString& sLibrary, O
 return bFound;
 }
 
+#endif
+
 OUString getDefaultProjectName( SfxObjectShell const * pShell )
 {
 OUString aPrjName;
@@ -236,6 +240,8 @@ OUString getDefaultProjectName( SfxObjectShell const * 
pShell )
 return aPrjName;
 }
 
+#if HAVE_FEATURE_SCRIPTING
+
 static void parseMacro( const OUString& sMacro, OUString& sContainer, 
OUString& sModule, OUString& sProcedure )
 {
 sal_Int32 nMacroDot = sMacro.lastIndexOf( '.' );
@@ -257,6 +263,8 @@ static void parseMacro( const OUString& sMacro, OUString& 
sContainer, OUString&
sProcedure = sMacro;
 }
 
+#endif
+
 OUString resolveVBAMacro( SfxObjectShell const * pShell, const OUString& 
rLibName, const OUString& rModuleName, const OUString& rMacroName )
 {
 #if !HAVE_FEATURE_SCRIPTING
commit 83dd72cb85dc8bcd797e62d7a28b8ec2cfdb700a
Author: Tor Lillqvist 
AuthorDate: Wed Sep 19 13:07:05 2018 +0300
Commit: Tor Lillqvist 
CommitDate: Wed Sep 19 13:19:23 2018 +0300

Avoid unused function in the !HAVE_FEATURE_SCRIPTING case

Change-Id: Ic41be9447a8ac068d9616252ad3b17451234956e

diff --git a/sfx2/source/doc/sfxbasemodel.cxx b/sfx2/source/doc/sfxbasemodel.cxx
index 76b24debb328..d1629aff7e8d 100644
--- a/sfx2/source/doc/sfxbasemodel.cxx
+++ b/sfx2/source/doc/sfxbasemodel.cxx
@@ -579,6 +579,7 @@ Sequence< sal_Int8 > SAL_CALL 
SfxBaseModel::getImplementationId()
 
 //  XStarBasicAccess
 
+#if HAVE_FEATURE_SCRIPTING
 
 static Reference< script::XStarBasicAccess > implGetStarBasicAccess( 
SfxObjectShell const * pObjectShell )
 {
@@ -596,6 +597,8 @@ static Reference< script::XStarBasicAccess > 
implGetStarBasicAccess( SfxObjectSh
 return xRet;
 }
 
+#endif
+
 Reference< container::XNameContainer > SAL_CALL 
SfxBaseModel::getLibraryContainer()
 {
 #if !HAVE_FEATURE_SCRIPTING
diff --git a/sfx2/source/view/viewfrm.cxx b/sfx2/source/view/viewfrm.cxx
index 32665471a75c..da991c1ee635 100644
--- a/sfx2/source/view/viewfrm.cxx
+++ b/sfx2/source/view/viewfrm.cxx
@@ -2400,6 +2400,8 @@ void SfxViewFrame::Resize( bool bForce )
 }
 }
 
+#if HAVE_FEATURE_SCRIPTING
+
 #define LINE_SEP 0x0A
 
 static void CutLines( OUString& rStr, sal_Int32 nStartLine, sal_Int32 nLines )
@@ -2443,6 +2445,8 @@ static void CutLines( OUString& rStr, sal_Int32 
nStartLine, sal_Int32 nLines )
 }
 }
 
+#endif
+
 /*
 add new recorded dispatch macro script into the application global basic
 lib container. It generates a new unique id for it and insert the macro
commit 4a827917373377a99b2207bdb39ac266257215c4
Author: Tor Lillqvist 
AuthorDate: Wed Sep 19 12:44:29 2018 +0300
Commit: Tor Lillqvist 
CommitDate: Wed Sep 19 13:19:22 2018 +0300

iOS SDK 12.0 is the current now

Also, I don't see why we would want to use -miphoneos-version-min=12.0
just because we build against the 12.0 SDK. Use 11.0 as the minimum
runtime iOS version for now.

Change-Id: I36b9696ce367249e7e8d0a51ee61791e32972390

diff --git a/configure.ac b/configure.ac
index 45773e34e15e..ec9d8b34d416 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2946,13 +2946,13 @@ dnl 
===
 
 if test $_os = iOS; then
 AC_MSG_CHECKING([what iOS SDK to use])
-current_sdk_ver=11.4
+current_sdk_ver=12.0
 if test "$enable_ios_simulator" = "yes"; then
 platform=iPhoneSimulator
 versionmin=-mios-simulator-version-min=$current_sdk_ver
 else
 platform=iPhoneOS
-versionmin=-miphoneos-version-min=$current_sdk_ver
+versionmin=-miphoneos-version-min=11.0
 fi
 xcode_developer=`xcode-select -print-path`
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 119976] Allow scrolling with mouse wheel while LibreOffice doesn't have focus

2018-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119976

Jean-Baptiste Faure  changed:

   What|Removed |Added

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

--- Comment #1 from Jean-Baptiste Faure  ---
It works for me with LO 6.1.1 under Ubuntu 18.04 x86-64 with Gnome-shell and
the GTK3 backend.
What is your window manager? 

My version: Version: 6.1.1.2
Build ID: 1:6.1.1~rc2-0ubuntu0.18.04.1~lo3
Threads CPU : 4; OS : Linux 4.15; UI Render : par défaut; VCL: gtk3; 
Locale : fr-FR (fr_FR.UTF-8); Calc: threaded

Status set to NEEDINFO, please set it back to UNCONFIRMED once requested
informations are provided.

Best regards. JBF

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


[Libreoffice-bugs] [Bug 119739] EDITING : Date format of a field not respected

2018-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119739

--- Comment #3 from Drew Jensen  ---
OS = Ubuntu 18.04
OS/LibreOffice = English

Open that table and enter a new record with the date:
12/15/2018

Enter that and it is changed to 
15/12/2018

Which is what you want it to do, right, that is the French format?

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


[Libreoffice-bugs] [Bug 119881] get_desktop_environment() doesn't work correctly if $XDG_CURRENT_DESKTOP contains a colon-separated list of strings

2018-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119881

Adolfo Jayme  changed:

   What|Removed |Added

   See Also||https://launchpad.net/bugs/
   ||1589215

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


<    1   2   3   4   5   >