- 23 Agu, 2012 40 kayıt (commit)
-
-
Andras Timar yazdı
Change-Id: I3af89440ce6305e24941b905c67d18b769b46a21
-
Rene Engelhard yazdı
Change-Id: I5e84cf342ab9a7017bf61dbb455548105b867e50
-
Tor Lillqvist yazdı
Reduces shared library count by one... This is tedious. Change-Id: I3bdc0a5c4ee4cabf9bbcedc469ca6e94d0103d6b
-
Tor Lillqvist yazdı
Change-Id: I5bf5dd2708de103a1f4eb48ef2cb1a28b5e4cd29
-
Tor Lillqvist yazdı
Change-Id: If58adf2558c2baac51f91d621b75f2d37f935dfd
-
Tor Lillqvist yazdı
Change-Id: Ieba3c29cd28f14e2fb5eac827f245edbed053298
-
Andrzej J.R. Hunt yazdı
Change-Id: Ia46eccb8c7ace05054e952f49e2a2c65a462b83f
-
Dave yazdı
Change-Id: I19416bdef0e046102b78953d4663feaffa153722
-
Luboš Luňák yazdı
Introduced by b95d203b . Change-Id: I2497ee7cd55776fbd801d07470968e5aa47e971a
-
Ivan Timofeev yazdı
Change-Id: Ie8322b93745c48970766c2033a23cca2c710a516
-
Miklos Vajna yazdı
Change-Id: Idafd1b7506dac77307190df275fb8ed35d40e5e5
-
Jan Holesovsky yazdı
Change-Id: Ic3c3e71a79ea8bf73a51fc7f001833d6ccedcb76
-
Jan Holesovsky yazdı
Change-Id: Ic463f6829f7faa6d9667656f42f844a12d85518e
-
Jan Holesovsky yazdı
It is not necessary now; where it was necessary previously, we visually distinguish the viewshell from the rest by other means. Change-Id: I24f3ed1916c0886683bf8b770ce3bf22a5e9ec7a
-
Jan Holesovsky yazdı
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
-
Jan Holesovsky yazdı
Change-Id: I146123149bd32223f9321b1bf4b49e71805aa37e
-
Jan Holesovsky yazdı
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
-
Jan Holesovsky yazdı
This reverts commit 51fdf273. 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
-
Kohei Yoshida yazdı
Change-Id: I4dc7dc689af5d2e9d49584157171202aef873688
-
Daniel Bankston yazdı
Will evaluate later if further conversion is useful here Change-Id: I6af5296b95075066335783e371d87be15f09f112
-
Daniel Bankston yazdı
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
-
Daniel Bankston yazdı
Change-Id: Ib82a72d257772b3dcdf9368c4ee5850a6f411d6e
-
Daniel Bankston yazdı
Thanks to Eike Rathke for pointing this out. Change-Id: Ie2ce2ebe54cd290a7bf1c55d58790e21833b1105
-
Miklos Vajna yazdı
Change-Id: Id68df67e1301d0eed74c3bdcaabc7c601d72770b
-
Miklos Vajna yazdı
This is similar to 89f208c0, but here the direct right margin reset the left/first margin, inherited from the numbering style. Change-Id: I2d238740c24db7607719dcefb17565656592be44
-
Luboš Luňák yazdı
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
-
Markus Mohrhard yazdı
-
Stephan Bergmann yazdı
Change-Id: I98b20e2ef7f0ec8f609464980398ca09847b40e9
-
Andras Timar yazdı
Change-Id: I5d754099ca0ce2a82d1d89df4ab2b146b1cc2f4e
-
Caolán McNamara yazdı
Change-Id: I18f823b99349002bb148d474a6a9aabdf2d419ef
-
Andrzej J.R. Hunt yazdı
Change-Id: Ifad2a206e3ddbb46094be6638581358484522695
-
Joel Madero yazdı
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>
-
Stephan Bergmann yazdı
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
-
Michael Stahl yazdı
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 6dcb3d4e, partially revert that) Change-Id: I3a063ebfed1012aeb27ec3076cdd5ca545f918a2
-
Michael Stahl yazdı
Change-Id: I400559c531382f90626b72b2c8702d670fa5a40b
-
Michael Stahl yazdı
obsolete remnant of obsolete dmake build system Change-Id: Ief3f6bde9bbaeac5fe9b25d025b9b076b9a6ef3e
-
Fridrich Štrba yazdı
Change-Id: Ie6a4750ebd04e3b1ed8ad0985e141b6ff2e65e98
-
Brennan Vincent yazdı
Change-Id: I6d954ac1233f98a3744449555043e8f82a1d2083
-
Luboš Luňák yazdı
For some reason older gcc versions don't manage to dynamic_cast to the necessary cast. I'm not quite sure why, forcing sal/osl/unx/module.cxx to always use RTLD_GLOBAL does not seem to help. Most probably compiler bug. Changing the cast to two simpler ones helps.
-
Markus Mohrhard yazdı
-