Age | Commit message (Collapse) | Author |
|
Change-Id: I6b276690043c202f82d5bf7e955b0534a3f9f6b1
|
|
Change-Id: Ia09c147a084765072f5457d799fccad61adad017
|
|
Change-Id: I4921c437a6a410e67ea937029b53a1df93e48674
|
|
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.
|
|
This reverts commit 416435e1dcbc175787a5a9e03142f7f766b6a648.
|
|
Conflicts:
sd/source/ui/view/DocumentRenderer.cxx
|
|
|
|
Conflicts:
sd/source/ui/dlg/present.cxx
|
|
|
|
|
|
|
|
Conflicts:
sd/source/ui/dlg/present.cxx
sd/source/ui/slideshow/slideshow.cxx
|
|
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
|
|
|
|
previously registered.
|
|
|
|
Change-Id: Ide2bda72aafaa3d1e38436cfe625c0d84885301f
|
|
- 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
|
|
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
|
|
Change-Id: Id12226af5e537b1eeacbb062ad937a3551e245c0
|
|
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
|
|
Change-Id: If6ad17fa9e274beff7ba872a095ced65438962af
|
|
Change-Id: Ida82837f6eaca1a59e85f5e9798084096d07b1a3
|
|
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
|
|
Change-Id: Iafec5485d0a097f386070370b989d5e77f631d99
|
|
Project: translations 94b27f6e07ae87637c4f6cb0dd1af3c9c6210e97
Move extension.po Translation file to here
|
|
Since commit 800f388206b15db545d8b96d5546b766a4fc7b32 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
|
|
Change-Id: I7a5be1963e41dfba1394291becb53318cf4ae8f2
|
|
Change-Id: Iceed183de77a33652c1adb21e4d4146b65a44ec7
|
|
Change-Id: I8eefa129a481e47659d488cbe57f9624d3cdb19e
|
|
Change-Id: Ica5e55881389a4f83081c41418ea7aa03c633f55
|
|
Change-Id: Iac990e65e3af852a527e67154c66e8ad39ce4767
|
|
Change-Id: I55895a1b55696ed20e3fcdcafa919879bf304398
|
|
Change-Id: I63c88bcb41a48142f8b3c20ff4d66ae28811411b
|
|
Change-Id: Ib08f5ab8e6155f1b9be100377657678b8c480060
|
|
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/1165
Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
|
|
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
|
|
Change-Id: I848ac4d934ffde0ae9c4b8b674fcb46c7bd17769
|
|
Change-Id: I47e206350331e3edeef9edcb0514eacb66db7c07
|
|
It added code that already was there.
Change-Id: I766184e4996a4abcd3f2b383c1aae3b558954fbd
|
|
Change-Id: Iff20613231058db92d65cfecc5e4b16dd5395589
|
|
Change-Id: Iebf4017ce4c2c48389716eac1bbf7f386ac7a296
|
|
Change-Id: I7d64d117183738b86d1869ed629d73675de9c679
|
|
Change-Id: Ie02dc3511e262a3b13df38ddbe0b3136f291ac9e
|
|
Change-Id: If11b8752c3aa21554c3ee06de07d63639695e284
|
|
Change-Id: I20f080b76b864208f0706bef9e87cb299f3845aa
|
|
Change-Id: I7e107c37c43a8c9d868b579a2c389de558594a77
|
|
Change-Id: Ib4d9175ce4661140a147962b8f45be40f800d85a
|
|
Change-Id: Ifcdca197bd2f99a9dddacd82e77ec07d18519a23
|
|
Change-Id: I3c445a20e2c8d17c4fc68360dd896d902be46e56
|