On Thu, 2013-07-04 at 12:44 +0200, Krisztian Pinter wrote:
And here are some patches where I maimed the code:
https://gerrit.libreoffice.org/#/c/4502/
https://gerrit.libreoffice.org/#/c/4605/
With those two applied locally, this additional attached patch will make
it work. Hope that helps.
C.
From c50eb6800e90009e8268703353ee2ad5e5edb000 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= <caolanm@redhat.com>
Date: Thu, 4 Jul 2013 13:19:09 +0100
Subject: [PATCH] make ui-enabled backing window set layout allocation
Change-Id: I909d034ef23730f6a888b02ed1ec0c132cb105fb
---
framework/source/services/backingwindow.cxx | 2 ++
1 file changed, 2 insertions(+)
diff --git a/framework/source/services/backingwindow.cxx
b/framework/source/services/backingwindow.cxx
index a5144d4..6e6d2c9 100644
--- a/framework/source/services/backingwindow.cxx
+++ b/framework/source/services/backingwindow.cxx
@@ -613,6 +613,8 @@ void BackingWindow::setOwningFrame( const com::sun::star::uno::Reference< com::s
void BackingWindow::Resize()
{
+ if (isLayoutEnabled(this))
+ VclContainer::setLayoutAllocation(*GetWindow(WINDOW_FIRSTCHILD), Point(0, 0),
GetOutputSizePixel());
// maToolbox.calcMinSize();
/*
Size aTBSize( maToolbox.getMinSize() );
--
1.8.3.1
Context
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.