dbtools were added in 01089138cc only to
create dependency and fix the build.
This creates circular dependency for libmerged, dbtools is not that
common library.
It's better to create real dependency in connectivity_inc package.
To avoid another circular dependency gb_YaccTarget_get_header_target
must not depend on external headers target.
Change-Id: I536376303de5330addd2dbf85bdfea8b9a23301c
It is not necessary now; where it was necessary previously, we visually
distinguish the viewshell from the rest by other means.
Change-Id: I24f3ed1916c0886683bf8b770ce3bf22a5e9ec7a
In fact, it is not a off-by-one, just the scrollbars do not align with the
splitters; so adjust it to fit better.
Change-Id: I062b5da6baf4c20bedbf69301066547dcd1ace20
This makes the status bar optically one pixel smaller; which is correct,
because the new icons used there are one pixel smaller too ;-)
This also kills IsTopBorder() and IsBottomBorder(), as they always returned
'false' anyway.
Change-Id: I94c87e8d4ac1ff3c4df57b17e530f3b087efa1e1
This reverts commit 51fdf273e9.
In order to be able to draw the toolbars docked on the left or on the right
nicely and reliably, we have to avoid any border in the shell; instead, the
docking areas will draw the separating lines (when finished).
Change-Id: I74c18a7e471a66ac0a436c2bf01f5be016280d22
oox import filter was spending a lot of time in ScFormulaCell::Notify()
because of unnecessary broadcasts.
Now the oox import filter will use the same approach
that the xml import filter uses to prevent this from happening which
results in shorter import time.
Change-Id: I65e86919f352de0b22916a8d57d3166af0a58984
This is similar to 89f208c, but here the direct right margin reset the
left/first margin, inherited from the numbering style.
Change-Id: I2d238740c24db7607719dcefb17565656592be44
There are few small things that do not survive the roundtrip completely
accurately, they should be checked somewhen when there's time. But it's
better to have these as actual tests rather than just documents somewhere.
Change-Id: Ic3732ab8450376820867950438d89e324f391eeb
Embedding graphics in a report builder report is not implemented,
so do not propose it to the user.
It already was not proposed the dialog raised by
"Insert->Picture->From File"
This commit disables embedding the UI when selecting
an image for an already existing Graphic control
(as opposed to inserting a new graphic control).
Change-Id: I107bc59bef8bb29a75140542cc5c2779a37ed113
Signed-off-by: Lionel Elie Mamane <lionel@mamane.lu>
On Mac OS X, it apparently suffices to execute "new java.awt.Dimension()" to run
into "Apple AWT Java VM was loaded on first thread -- can't start AWT" (see
<http://developer.apple.com/library/mac/#technotes/tn2005/tn2147.html> "JNI
Development on Mac OS X - Thread-Safe JNI Programming - Calling AWT/Swing From
AppKit").
The solution here is simple, in that uses of java.awt.Dimension can be replaced
with com.sun.star.awt.Size without loss of functionality. However, there are
still occurrences of java.awt.Image and java.awt.Toolkit lurking
(reportbuilder/java/com/sun/star/report/SOImageService.java,
reportbuilder/java/com/sun/star/report/pentaho/output/ImageProducer.java,
reportbuilder/java/com/sun/star/report/pentaho/output/OfficeDocumentReportTarget.java)
for which it might be sheer luck that they do not seem to cause trouble yet.
Change-Id: I33e9f74c50ebddc11bd1d9a48c55dc8f8700345d
An "archive" installer contains one empty share/extensions/dict-XY/
directory for every dictionary (except the 3 default ones), causing
numerous assertions about missing META-INF/manifest.xml and an extension
manager cluttered; this is due to overzealous removal of extension
"prereg" code. (regression from
6dcb3d4ef4, partially revert that)
Change-Id: I3a063ebfed1012aeb27ec3076cdd5ca545f918a2