Age | Commit message (Collapse) | Author |
|
commit I6feb744712956a92d6140d079dc3a85ee8511930 (Stepwise
rebuild bitmap rendering from scratch to avoid rendering bugs)
missed horizontal and vertical flipping for images scaled down
by more than about 60%.
Change-Id: I68241792d2b43edde33f478c998d447debd8fd13
Reviewed-on: https://gerrit.libreoffice.org/1332
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
|
|
Patch by: Lin Yuan
Review by: mayongl
Reported by: Ji Yan
|
|
columns and chang. properties in a frame"
This reverts commit de1c42d9f552bc57b28d50f4313bc982c63b84d4.
|
|
|
|
undefined reference to `sal_detail_initialize'
Change-Id: I92074e108dc405e1484503cb39c8c46b2cf50ce0
|
|
Reverts commits:
76350361f386b78e1bc9edb75af89e7ff3afe356
67f899e1d2db0dccde4b9587a52b7157fe1fb0be
1d77d4eada214e14938336070b248c18705939ff
1d16f59023b1b19d01ca69b8c9735be6d3baf5d9
The bug has a great series of linked bugs and stack-traces; the
weakref / mixed tools & UNO lifecycle here is simply hideous.
|
|
I don't have a way to test it in Windows, so I hope it fixed now
Change-Id: I0f24aadb26c0d091fa95d9fcc655fa876c4b18db
|
|
This tri-state option is commonly ordered ask-always-never or
always-never-ask, but not always-ask-never, which is not very common.
Change-Id: Ie3a3d1b40397b5cd7d28e64948a2b946bb619b49
|
|
sometimes difficult to select custom shapes etc. created at non 100% zoom
levels. workaround was to use selection tool to select an area.
Change-Id: I112a60ebf37a37b16f6af5e70358853088e648a8
|
|
Change-Id: I52f8526f91b93420e2da6ad69e86ddbf70ad01bd
|
|
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, adapted some function
definitions in sal/osl/all/compat.cxx to avoid "must return a value" warnings.
Change-Id: Iac156b004464018225bbfda24f0a234f9ebcb19f
|
|
based on a script by Lubos Lunak
(http://article.gmane.org/gmane.comp.documentfoundation.libreoffice.devel/40210)
Change-Id: Ib32de8be8a57b3b430f4b5b298b7f417e5a02ccb
Reviewed-on: https://gerrit.libreoffice.org/1350
Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
Tested-by: Luboš Luňák <l.lunak@suse.cz>
|
|
Change-Id: If144ffa1c5d868f41f6303b0f99fbe2e4d23a6b8
|
|
a) fix up some entries in Wingdings for which we do have a suitable mapping
after all
b) on complete failure for mapping to OpenSymbol show a default
bullet, which is better than no glyph
c) document that the original tables were against StarSymbol which
had extra glyphs (and/or I thought it had)
Change-Id: I5e43cc0a5216e76d00b7df1a69967e08c3656e21
|
|
Change-Id: Ib04debaf3c2d06e694e965c1ece01d6cc7a43fa8
|
|
The STLport was only built for the benefit of old extensions on platforms that
once used it themselves (Linux x86, Solaris x86 and SPARC, Windows). We
deliberately break such old extensions for LO 4.0 by no longer shipping that
backwards-compatiblity cludge.
Keeps STLport listed in readlicense_oo/ because of
o3tl/inc/o3tl/compat_functionality.hxx.
Also removes GXX_INCLUDE_PATH, as that was only used by STLport (if at all?).
Removes a spurious #define MOVEFILE_REPLACE_EXISTING 0x01 from
l10ntools/inc/helpmerge.hxx that was once added with
854812584862d0609b695682d2bfea2667d75c00 "INTEGRATION: CWS extensionl10nfix01
(1.11.6); FILE MERGED: 2008/06/26 13:56:03 ihi 1.11.6.1: #i90987# windows rename
-> MoveFileEx" but now starts to cause trouble on Windows. Also disables
warning C4005 about redefinition of WB_LEFT/RIGHT macros (defined in both
tools/wintypes.hxx and the Windows API) in a number of places that include
windows.h -- however the old STLport caused those warnings to not show.
Change-Id: Ie138a219fbbc86fb5aaa7ea0b88cf349935d9829
|
|
Change-Id: Id5ca706aa3fd1831990db2310933c6b94ca376cb
|
|
which is currently also a synonym as shrinkable
so the listbox is shrunk to fit.
we do need to get around for forcing widgets to
stay within their available space in boxes (should
work fine in grids)
Change-Id: I38a570b2d59952f3457252c57399e2d6ab9e12c6
|
|
Change-Id: Ib7340d79fc29ef0d0c46083a6aac6c27aba2629b
|
|
Change-Id: Ie5a1da69c1282c518ec33835fefe723b0fdf3a40
|
|
Change-Id: I17139da65d0adbdaaa2c7bafb066fc6f74c42700
|
|
Change-Id: Ifb1fa41bef033b4f0624f46a945d5a5c47bada4a
|
|
Change-Id: I212bda7ac80c9903bb72ec919c4c8fc232a89cfc
|
|
Change-Id: I732a480e71c3f26ffde527c5e0eea36f814b8b03
|
|
This reverts commit c2e3d09bb740749e1a6e045ff08bf32e5812fa9e.
Quoting from my last revert of the exact same rc.exe -nologo:
commit a6e3c2b4800144df40e5f78f6f912cdc6a575a32
gbuild: Microsoft Resource Compiler does not do -nologo
At least the version 6.1.6723.1 that is in the Windows SDK 6.0A only
complains about "invalid option: -ologo".
Change-Id: Id6affdf4c833796691c903257dd515cc0d0e861e
|
|
This commit removes some ::rtl:: prefixes and macros in oox
Change-Id: I8b24535775df85cc5bb87cc808afcd338ec52df6
Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com>
Reviewed-on: https://gerrit.libreoffice.org/1334
Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br>
Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
|
|
I removed it because it only refers to the Western font and not the
two other categories. But apparently there's demand for it, so
better to restore it as misleading as it is for non-Western
Change-Id: I84c0cf858c16a9cadcba8d0c3993f0b0b7ad5a45
|
|
move svt::SelectableFixedText to vcl and implement
"selectable" GtkLabels by mapping to that vs
FixedText for standard GtkLabels
Change-Id: Ic114991cd2c2eb6673bcef634fa286dd7c67056f
|
|
Change-Id: I0f86c70f5068b32e2a1cf1ac605e32b7e5903e94
|
|
Previously textframes inside groupshapes were tried to be imported as
TextFrames, but then their addition to a GroupShape failed, so the text
simply ended up as a normal paragraph. Fix this by importing members of
groupshapes as drawinglayer objects, just like how the WW8 import does.
Also fix two testcases, which implicitely tested that the groupshape VML
element is ignored on import.
Change-Id: I1a9fba8a5fd532203a825e55b1d5996277ea12fa
|
|
Change-Id: I8fe2b267454a3a4c235e6de7f44aa127657d0429
|
|
the dialog itself that is, two of the pages are in .ui
format and the rest are pending conversion
Change-Id: I5a22cf1603abb0400272ce8969c0b43a00ed7739
|
|
Change-Id: I95266926801ab5cb63ec012b37cd35757ec541ef
|
|
rather than just for SfxTabDialog, do it for all TabControls
Change-Id: I29a19c51c7ce3baec428df716e2ee3595e496c39
|
|
and in the .ui builder set that name from the name of the
label widget matching that tab
which allows human understandable names to be used in looking
up the pageids for a given tab page rather than fragile
by_position so tab pages can be freely moved around without
busting the code
Change-Id: Ieaff1408b25545c561a0b28c51ec205af6e1400f
|
|
Change-Id: Ief4707613352b1382fb23e5914fd05f6c7618327
|
|
Change-Id: I3ba30e0745c8f2adac29a6c4ff15a8156cee4baf
|
|
none of these strings starts out before "Fill" longer than the size they are
asked to be filled to so there are no trailing unfilled bits to consider
all of which means that we can get rid of UniString::Fill now
Change-Id: I8da21e9787017da9243a2c1d7118d3fbcca2a7fb
|
|
Change-Id: I66fdf76c9e6aceca594bac6e1007676250ac7301
|
|
Change-Id: I70f2238021c79a34b97a6bdbcc374d8b1ffb2a31
|
|
Change-Id: Ifd8c5edd3711357374efb2aba0ed108a36d3c740
|
|
Change-Id: I08e6b49c9250d3542777f207e93f1d7b6d1a92a7
|
|
Change-Id: I66489516df4b363fd7ed61e90471efaeb1235333
|
|
Change-Id: I7102a1635329b3bcdd3bf6bc250555cc71e0977e
|
|
Change-Id: I3da8370930bafa6e1744291391c71871d203bb00
|
|
Change-Id: I48c3a6c621e5faa46eba9eb4f34428b2f947a86f
|
|
Project: translations c6cfd71c3d302bdb0999888f9c867d70acb40708
update translations for LibreOffice 4.0 beta2
|
|
Change-Id: Ied4259b1d08ae54fc0ba036239227ac897e11ebd
|
|
Change-Id: I7ed2cef99e989aba387917fdeb16a82debd1053f
|
|
Change-Id: I922d27f584ef39d543ee2bba997680dbea06d95f
|