- 28 Kas, 2012 40 kayıt (commit)
-
-
Thorsten Behrens yazdı
Change-Id: I4921c437a6a410e67ea937029b53a1df93e48674
-
Michael Meeks yazdı
Patches contributed by Armin Le-Grand #118898# Adapted ImpGraphic::ImplGetBitmap to correctly convert metafiles... http://svn.apache.org/viewvc?view=revision&revision=1293316 #118485# - Styles for OLEs are not saved. http://svn.apache.org/viewvc?view=revision&revision=1182166 Patches contributed by Andre Fischer http://svn.apache.org/viewvc?view=revision&revision=1172128 http://svn.apache.org/viewvc?view=revision&revision=1172133 Patch contributed by Ariel Constenla-Haile i#118505# - Remove MN_OLE_OBJECT menu item from Draw/Impress contextmenu - CWS contextmenu1 http://svn.apache.org/viewvc?view=revision&revision=1182915 Patch contributed by Zhang Jian Fang #118876#, Add check if the OutlinerParaObject is created successfully http://svn.apache.org/viewvc?view=revision&revision=1243381 restore a re-based rdbedit.
-
Michael Meeks yazdı
This reverts commit 416435e1.
-
Ocke.Janssen yazdı
Conflicts: sd/source/ui/view/DocumentRenderer.cxx
-
Andre Fische yazdı
-
Andre Fische yazdı
Conflicts: sd/source/ui/dlg/present.cxx
-
Philipp Lohmann [pl] yazdı
-
Philipp Lohmann [pl] yazdı
-
Philipp Lohmann [pl] yazdı
-
Andre Fische yazdı
Conflicts: sd/source/ui/dlg/present.cxx sd/source/ui/slideshow/slideshow.cxx
-
Andre Fische yazdı
Conflicts: sd/source/ui/app/sdxfer.cxx sd/source/ui/dlg/sdtreelb.cxx sd/source/ui/slidesorter/controller/SlsClipboard.cxx sd/source/ui/slidesorter/controller/makefile.mk sd/source/ui/slidesorter/inc/controller/SlsClipboard.hxx
-
Andre Fische yazdı
-
Andre Fische yazdı
-
Andre Fische yazdı
-
Caolán McNamara yazdı
Change-Id: Ide2bda72aafaa3d1e38436cfe625c0d84885301f
-
Radek Doulik yazdı
- so that pictures inserted into rotated placeholders are placed in the transformed rectangle and don't endup at wrong position e.g. outside of slide Change-Id: I2f3d206b43639c094f7dfb1d25e42b9cbf7dd102
-
Caolán McNamara yazdı
text takes a pointer to a sal_uInt8 buffer but utext takes a pointer to a sal_Unicode buffer passing a sal_uInt8 sequence of e.g. "\x0D\x00" to utext only happens to work on little endian machines to represent 0x000D, its 0x0D00 on bigendian. for more excitement text and utext do not share the same logic! Various special chars are treated different in text vs utext so we can't simply blindly change utext() calls to text() calls and get the same behaviour without reworking those. So keep the text()/utext() calls as they are, but change what's passed to be the right thing. Change-Id: I66696530c4a9482690c461146bdcf0a507b39b68
-
Noel Grandin yazdı
Change-Id: Id12226af5e537b1eeacbb062ad937a3551e245c0
-
Noel Grandin yazdı
The service is deprecated, but we still have a handful of in-tree users, and converting it lets me thread XComponentContext through a bunch of classes. Change-Id: Iffdfe537ada6b9e4a89f9b3c8dd82ca85f4bfaba
-
Noel Grandin yazdı
Change-Id: If6ad17fa9e274beff7ba872a095ced65438962af
-
Noel Grandin yazdı
Change-Id: Ida82837f6eaca1a59e85f5e9798084096d07b1a3
-
David Tardon yazdı
The slideshow engine emits viewChanged() immediately after the transition has been initialized. Because the ShaderTransition data were not fully reset in finishTransition_, no transition texture would be generated on the re-initialization in viewChanged(), thus there would be no transition on the first slide. Change-Id: I04fef9a6c09537995d83889be2fe15569a1ddc2c
-
David Tardon yazdı
Change-Id: Iafec5485d0a097f386070370b989d5e77f631d99
-
Project: translations 94b27f6e07ae87637c4f6cb0dd1af3c9c6210e97 Move extension.po Translation file to here
-
Michael Stahl yazdı
Since commit 800f3882 there are spurious rebuilds when a IDL file is rebuilt, because the rule for the idlc invocation was changed to rebuild all IDL files, but the dummy rule for .urd files only touched that when its own IDL file changes; this means that the header target is not seen as outdated in this make run, but it will be outdated in the next make run because then the .urd file timestamp is checked and is newer. The dummy rule for .urd files must touch the .urd file if and only if the rule for the .done file re-builds that .urd file. Change-Id: I37938aef0621c7d46809e02a06d22248de28271b
-
Miklos Vajna yazdı
Change-Id: I7a5be1963e41dfba1394291becb53318cf4ae8f2
-
Norbert Thiebaud yazdı
Change-Id: Iceed183de77a33652c1adb21e4d4146b65a44ec7
-
Noel Grandin yazdı
Change-Id: I8eefa129a481e47659d488cbe57f9624d3cdb19e
-
Caolán McNamara yazdı
Change-Id: Ica5e55881389a4f83081c41418ea7aa03c633f55
-
Caolán McNamara yazdı
Change-Id: Iac990e65e3af852a527e67154c66e8ad39ce4767
-
Tor Lillqvist yazdı
Change-Id: I55895a1b55696ed20e3fcdcafa919879bf304398
-
Tor Lillqvist yazdı
Change-Id: I63c88bcb41a48142f8b3c20ff4d66ae28811411b
-
Tor Lillqvist yazdı
Change-Id: Ib08f5ab8e6155f1b9be100377657678b8c480060
-
Lennard yazdı
Text flow is perhaps not intended to specify rotation, created data may misbehave on other applications, and there is no reason for this unnecessary special case. (Especially obvious because there is no text flow that causes 180 deg rotation.) Theoretically, you could delete all three if-cases as in the earlier version of this patch, but that ?could? come at the cost of backwards compatibility. Change-Id: I0b1cac78e549c2126d7e45298629e28fc76ac95d Signed-off-by:
Lennard <Wasserthal@nefkom.net> Reviewed-on: https://gerrit.libreoffice.org/1165Reviewed-by:
Bosdonnat Cedric <cedric.bosdonnat@free.fr> Tested-by:
Bosdonnat Cedric <cedric.bosdonnat@free.fr>
-
Norbert Thiebaud yazdı
OUString are immutable so these api, contrary to what happen with String, do not change the object but create a new copy Change-Id: Ib48a8d11e485d4b8556f4427880aaaca32d4e82c
-
Norbert Thiebaud yazdı
Change-Id: I848ac4d934ffde0ae9c4b8b674fcb46c7bd17769
-
Tor Lillqvist yazdı
Change-Id: I47e206350331e3edeef9edcb0514eacb66db7c07
-
Tor Lillqvist yazdı
It added code that already was there. Change-Id: I766184e4996a4abcd3f2b383c1aae3b558954fbd
-
Norbert Thiebaud yazdı
Change-Id: Iff20613231058db92d65cfecc5e4b16dd5395589
-
Norbert Thiebaud yazdı
Change-Id: Iebf4017ce4c2c48389716eac1bbf7f386ac7a296
-