- 23 Agu, 2012 39 kayıt (commit)
-
-
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ı
-
Miklos Vajna yazdı
The DOCX filter imports floating tables as frames containing a table. Word ignores the margins of paragraphs next to such a table, Writer does not. Add a compatibility flag the import filter can set that triggers this weird behaviour. Change-Id: Iaaa1d2a2e2f9d0eaea17832b2e418f9a845efffd
-
Markus Mohrhard yazdı
Change-Id: I7d8c637746d8f29704adf94b20559d539d0ec56c
-
Markus Mohrhard yazdı
Change-Id: I1aaca6676bdbba1e8f365081e3f427fb67fd873e
-
Tor Lillqvist yazdı
Change-Id: I82b4b59e868bb4f332cfe0e617c916a160cb549a
-
Tor Lillqvist yazdı
Change-Id: Id8787a04a3b1720490e7d79a254ca11835df242a
-
Andrzej J.R. Hunt yazdı
Change-Id: If5fae4166b2f935f5d7613799370dd0de28b498c
-
Tor Lillqvist yazdı
Change-Id: I66e97d73c410ac6f2e481ba9b2b22183f57438bd
-
Tor Lillqvist yazdı
Change-Id: Ia7e0a436d462fc98b458f80f2abae409419c11c1
-
Thomas Arnhold yazdı
Change-Id: Ia33e933d9c15c2afa25915b7e8d6a13b0c740d1c Reviewed-on: https://gerrit.libreoffice.org/426Reviewed-by:
Andras Timar <atimar@suse.com> Tested-by:
Andras Timar <atimar@suse.com>
-
Stephan Bergmann yazdı
This reverts commit 46a97708. It started to replace occurrences of "${...}" unknown to the installer with empty strings, instead of keeping them as-is. This caused the "${ORIGIN}" at the start of the value for URE_BOOTSTRAP to disappear from the soffice ini-file (cf. gid_Brand_Profileitem_Soffice_UreBootstrap in scp2/source/ooo/common_brand.scp), making soffice fail to start completely. Change-Id: Ia7a34179b78677a703fc487401e011073d14a176
-
Stephan Bergmann yazdı
Change-Id: Ie419c769c5d661d51c1b43b9808791dcf9e1725c
-
Noel Grandin yazdı
Change-Id: I86e2a8873e5646abd340015f500bf9e872e8e6c5 Signed-off-by:
Stephan Bergmann <sbergman@redhat.com>
-
Noel Grandin yazdı
XServiceInfo does not need to be declared as a supported sub-interface for services, it is always implicitly there. Also, for those services that now only contain one interface, convert them to new-style service IDL declarations. Change-Id: I325c27f287a02de6bdfc8bb6e5bf6c2a4ae0a753 Signed-off-by:
Stephan Bergmann <sbergman@redhat.com>
-
Cédric Bosdonnat yazdı
Clicking on the header/footer area will show the separator. Clicking on an empty header/footer area will add a temporary one that we try hard to remove when clicking outside Change-Id: I8f29f8fd80b2d808257636bf94ec4e2e46f6028e
-
Tor Lillqvist yazdı
Change-Id: Ifaa890d87021c7786c7392f52d4f29b0779a7668
-
Tor Lillqvist yazdı
Change-Id: I0fdc966a1dab68fb642ab581ad3f4eb6762363e0
-
Tim Retout yazdı
Change-Id: Idcb8be8882db8f487ba9bda2ae8947ccd9d99712 Reviewed-on: https://gerrit.libreoffice.org/462Reviewed-by:
Thomas Arnhold <thomas@arnhold.org> Tested-by:
Thomas Arnhold <thomas@arnhold.org>
-
Kohei Yoshida yazdı
Change-Id: I1be79ef0e6b7d0626d057a6d52950301ea4dd169
-
Kohei Yoshida yazdı
Change-Id: Iee2125204106c49e5b8670d9cba95f3dcf3571f8
-
Kohei Yoshida yazdı
Change-Id: I31ddd3eedc5a93103ae7efd7ce8698e4dc247937
-
Kohei Yoshida yazdı
Change-Id: I65fa22ceeba37a15b70fe41b1dee26f1dde7d759
-
Kohei Yoshida yazdı
This is the first step toward unit-testing the initialization code from the database source. Change-Id: I1a7882ba443fd71d4210fb2e2caa195fb71dab92
-
- 22 Agu, 2012 1 kayıt (commit)
-
-
Andrzej J.R. Hunt yazdı
Change-Id: Iea10ffdf6443a33c3dd6106b69c126945763b778
-