summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-11-28Make all-screen presentation work again.Thorsten Behrens
Change-Id: I6b276690043c202f82d5bf7e955b0534a3f9f6b1
2012-11-28Remove commented code.Thorsten Behrens
Change-Id: Ia09c147a084765072f5457d799fccad61adad017
2012-11-28Fix a warningThorsten Behrens
Change-Id: I4921c437a6a410e67ea937029b53a1df93e48674
2012-11-28re-base on ALv2 code. Includes:Michael Meeks
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.
2012-11-28Revert part of "impress210: check readonly"Michael Meeks
This reverts commit 416435e1dcbc175787a5a9e03142f7f766b6a648.
2012-11-28impress210: #i110321# check if pages exists for last pageOcke.Janssen
Conflicts: sd/source/ui/view/DocumentRenderer.cxx
2012-11-28impress211: #i110990# Fixed 64bit compiler problem.Andre Fische
2012-11-28impress211: #i110990# Fixed remaining problems with display ids and indices.Andre Fische
Conflicts: sd/source/ui/dlg/present.cxx
2012-11-28impress211: fix a warningPhilipp Lohmann [pl]
2012-11-28impress211: fix a warningPhilipp Lohmann [pl]
2012-11-28impress211: fix some warnings, typesPhilipp Lohmann [pl]
2012-11-28impress211: #i110990# Fixed slide show spanning multiple displays on Windows.Andre Fische
Conflicts: sd/source/ui/dlg/present.cxx sd/source/ui/slideshow/slideshow.cxx
2012-11-28impress211: #i88880# Fixed dragging of slides from navigator to slide sorter.Andre Fische
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
2012-11-28impress211: #i116339# Added call to Reschedule to compensate for missing yield.Andre Fische
2012-11-28impress211: #i114732# Revoke comphelper notification client only when it was ↵Andre Fische
previously registered.
2012-11-28impress211: #i115688# Forwarding result of ::Window::Notify().Andre Fische
2012-11-28I suppose we need to move Collator from noheader to idlfiles to buildCaolán McNamara
Change-Id: Ide2bda72aafaa3d1e38436cfe625c0d84885301f
2012-11-28use snap rectangle instead of logic rectangleRadek Doulik
- 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
2012-11-28bigendian utext mixup triggering regression test failureCaolán McNamara
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
2012-11-28fdo#46808, use service constructor for sdbc::ConnectionPoolNoel Grandin
Change-Id: Id12226af5e537b1eeacbb062ad937a3551e245c0
2012-11-28fdo#46808, Adapt reflection::ProxyFactory UNO service to new styleNoel Grandin
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
2012-11-28fdo#46808, use service constructor for i18n::CollatorNoel Grandin
Change-Id: If6ad17fa9e274beff7ba872a095ced65438962af
2012-11-28fdo#46808, remove some more XMultiServiceFactory fieldsNoel Grandin
Change-Id: Ida82837f6eaca1a59e85f5e9798084096d07b1a3
2012-11-28fix first run of shader-using 3D transitionsDavid Tardon
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
2012-11-28fix 3D slide trans. initializationDavid Tardon
Change-Id: Iafec5485d0a097f386070370b989d5e77f631d99
2012-11-28Updated coreAbdulmajeed Al-Abaulrazzaq
Project: translations 94b27f6e07ae87637c4f6cb0dd1af3c9c6210e97 Move extension.po Translation file to here
2012-11-28gbuild: UnoApiTarget: fix spurious rebuilds:Michael Stahl
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
2012-11-28writerfilter: remove copy&pasteMiklos Vajna
Change-Id: I7a5be1963e41dfba1394291becb53318cf4ae8f2
2012-11-28oops. mixed-up OString and OUStringNorbert Thiebaud
Change-Id: Iceed183de77a33652c1adb21e4d4146b65a44ec7
2012-11-28fdo#46808, use service constructor for ucb::SortedDynamicResultSetFactoryNoel Grandin
Change-Id: I8eefa129a481e47659d488cbe57f9624d3cdb19e
2012-11-28get autoreconf to succeed under RHEL-5Caolán McNamara
Change-Id: Ica5e55881389a4f83081c41418ea7aa03c633f55
2012-11-28defuzz patches to squeak by RHEL-5 patchCaolán McNamara
Change-Id: Iac990e65e3af852a527e67154c66e8ad39ce4767
2012-11-28Make it possible to tab-complete "solv" to "solver"...Tor Lillqvist
Change-Id: I55895a1b55696ed20e3fcdcafa919879bf304398
2012-11-28Add vbaswobj and writerfilter componentsTor Lillqvist
Change-Id: I63c88bcb41a48142f8b3c20ff4d66ae28811411b
2012-11-28De-duplicate _ReadFieldParamsTor Lillqvist
Change-Id: Ib08f5ab8e6155f1b9be100377657678b8c480060
2012-11-28fdo#34897 numbers were wrong, code unnecessaryLennard
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>
2012-11-28fix misuse of toAscii(Lower|Upper)CaseNorbert Thiebaud
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
2012-11-28clean-up a lone lost 'String' in writerperfectNorbert Thiebaud
Change-Id: I848ac4d934ffde0ae9c4b8b674fcb46c7bd17769
2012-11-28De-fuzzTor Lillqvist
Change-Id: I47e206350331e3edeef9edcb0514eacb66db7c07
2012-11-28icu4c.8320.freeserif.crash.patch is already in the ICU we useTor Lillqvist
It added code that already was there. Change-Id: I766184e4996a4abcd3f2b383c1aae3b558954fbd
2012-11-28fix windows miss in svl OUString workNorbert Thiebaud
Change-Id: Iff20613231058db92d65cfecc5e4b16dd5395589
2012-11-27remove legacy String svl's Put*Entry family of function and convert usersNorbert Thiebaud
Change-Id: Iebf4017ce4c2c48389716eac1bbf7f386ac7a296
2012-11-27String=>OUString in svl's inettype and fall-outNorbert Thiebaud
Change-Id: I7d64d117183738b86d1869ed629d73675de9c679
2012-11-27OUString has a matchIgnoreAsciiCase but no compareTo version of itNorbert Thiebaud
Change-Id: Ie02dc3511e262a3b13df38ddbe0b3136f291ac9e
2012-11-27String->OUString in svl urifilter and restrictedpathsNorbert Thiebaud
Change-Id: If11b8752c3aa21554c3ee06de07d63639695e284
2012-11-27String => OUString in svl numfmuno + clean-up legacy of GetPreviewStringNorbert Thiebaud
Change-Id: I20f080b76b864208f0706bef9e87cb299f3845aa
2012-11-27String => OUString conversion of svl's PasswordHelperNorbert Thiebaud
Change-Id: I7e107c37c43a8c9d868b579a2c389de558594a77
2012-11-27String=>OUString of svl's urihelperNorbert Thiebaud
Change-Id: Ib4d9175ce4661140a147962b8f45be40f800d85a
2012-11-27String => OUString for svl's zforfindNorbert Thiebaud
Change-Id: Ifcdca197bd2f99a9dddacd82e77ec07d18519a23
2012-11-27cosmetic prep work on zforfindNorbert Thiebaud
Change-Id: I3c445a20e2c8d17c4fc68360dd896d902be46e56