summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Collapse)Author
2015-03-02convert SVX_SEARCHAPP_ constants to enum classNoel Grandin
Change-Id: I2b9d379e56e0af655aa06afb5391140de952b9d6
2015-03-02replace SVX_SEARCHCMD_ constants with enum classNoel Grandin
Change-Id: I675c488742219cc19624a21d1fc8e5033e7cbefa
2015-03-02HiDPI: increase connection markersTomaž Vajngerl
Change-Id: I93f1c758a7fdca3f04ccaf0b09ca7b9018067b51
2015-03-02HiDPI: increase size of handles including anchorTomaž Vajngerl
Change-Id: I9692c0674d8cb56dab6dd65e48a868aaf7b38e38
2015-03-02HiDPI: increase table selection border depending on scale factorTomaž Vajngerl
Change-Id: I78d5d7c83be9ec136341d202a73cf3194a301e32
2015-03-02cleanup tableBorderHdl::CreateB2dIAObjectTomaž Vajngerl
Change-Id: I1cdcf23fd64c3a445a3c8dddea8684013113a04e
2015-03-01-Werror,-Wunused-private-fieldStephan Bergmann
Change-Id: Idaa0d4a22b97e477ce3cde6a978ea0ab99367190
2015-03-01WaE: rewrite call of rtl::OUString::operator= with empty string constant ...Tor Lillqvist
... argument as call of rtl::OUString::clear. Change-Id: I3877a7034edc2cff0509c8a57170228fa1c68685
2015-03-01initialize iterator at constructionDavid Tardon
Change-Id: I8ec59c89b3b8d44b99d3e1296fe217a1630607b4
2015-03-01tdf#87820 Images not displayed properly in CalcHenry Castro
Fixed. After opening, images were not displayed properly in Calc 4.3 and 4.4 Change-Id: I1f0dd7e9d332889df81be84a6c1e28a09f509733 Reviewed-on: https://gerrit.libreoffice.org/14505 Reviewed-by: Zolnai Tamás <zolnaitamas2000@gmail.com> Tested-by: Zolnai Tamás <zolnaitamas2000@gmail.com>
2015-03-01tdf#84002 Add support for .ase color palettesChris Laplante
CMYK, RGB, and gray color models are supported. LAB colors are replaced by just black since the conversion to RGB is very complicated. Change-Id: I689e6ce972cd7b7f03725f99be4761dea4a81743 Reviewed-on: https://gerrit.libreoffice.org/14661 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> Tested-by: Tomaž Vajngerl <quikee@gmail.com>
2015-02-28TyposJulien Nabet
Change-Id: I151957e415eff793e3d054050526b7d6892d28d4
2015-02-25convert SFX_CHILDWIN constants to enum classNoel Grandin
Change-Id: I8eb0c9bda0883bc08aed3acd7eaa72480848c6f3
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin
.. in favour of just using the underlying constants from css::util::NumberFormat Change-Id: I0c6b128b66c91b268f5ae300f9c17c7792df5e99
2015-02-25convert SFX_SLOT_ constants to enum classNoel Grandin
Change-Id: Icc3aad14d9d0c59c1c1c8f124f0626a9f947b93f
2015-02-24TyposJulien Nabet
Change-Id: I5f2577dd1f047331a58d33e05684b673e6dbd11e
2015-02-23sd::ViewShell -> SdrModel for LOK callbackMiklos Vajna
One one hand, this fixes missing invalidations after typing characters in editeng on Android. Previously it was assumed that there is only one sd::ViewShell for one Impress document, but that's obviously not true. On the other hand, this will be handy when later svx code wants to invoke the LOK callback as well, when it was stored in sd, that wasn't possible. Change-Id: Id467be01ad008aecaaabdd85b2a6b29a14f1eb86
2015-02-23Use SdrModel::isTiledRendering()Miklos Vajna
It turns out that in case the is-tiled-rendering flag is part of the sdr model, then that's enough for all the places where so far used a flag on the output device for this purpose, so change the two users of that method to use SdrModel::isTiledRendering(), and clean up the now unused one. Change-Id: Ife6d3d7e093c04b707497d9588942b38bcd8742d
2015-02-23ImpEditEngine::UpdateViews: need to go via Invalidate() for tiled renderingMiklos Vajna
This makes typed characters appear as you type it (and not only after the editing of the shape text is finished) in Impress. Change-Id: Id47efe8223ddfdbad36f436366c9c8c8e0cb45f4
2015-02-23svx: paint TextEdit to the output device in case of tiled renderingMiklos Vajna
With this, we still miss invalidations when the user types characters into a TextEdit, but at least when manually triggering a full redraw we gets the typed characters without finishing the editing. Change-Id: I3ab8991a86c99fe3910ddc5e4f795b802c07c9a9
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin
found with $ git grep -lP 'return\s*\(\s*\w+\s*\)\s*;' Change-Id: Ic51606877a9edcadeb647c5bf17bc928b69ab60e
2015-02-22Simplify erase iterator management (charmap.cxx)Julien Nabet
Change-Id: I36b4b9895e83007d3b1f9ea4463a97c0fdd9a341
2015-02-22Simplify erase iterator managementJulien Nabet
Change-Id: I3822566e01d3c8f5e880264f4dba495d6e467e02
2015-02-21TyposJulien Nabet
Change-Id: I8d6e9b20c478e649e35eca16f39692a9ce42b3c5
2015-02-21Typo: udate->updateJulien Nabet
Change-Id: I264092f4b3887faab791bf6a963816b4e2826af4
2015-02-21Various typosJulien Nabet
Change-Id: I61d6a92e5301e07c9180d94dafec23ef1a06e0ef
2015-02-21Typo: "window" not "widow" hereJulien Nabet
Change-Id: I68fc6c2f6564ea61fd83bb610813a5476dcced39
2015-02-19svx: nViewAnz -> nViewCountMiklos Vajna
Change-Id: I76e7f2b29c6583c32a3c2b49f3365688f8f81bce
2015-02-19loplugin:externandnotdefinedStephan Bergmann
Change-Id: I94271681ea4ec7617eaf706fb443ebb9d1b0bc15
2015-02-18TyposJulien Nabet
Change-Id: I845a85e1aad4a0708f2b43f7d94606b4b5513ee4
2015-02-18Resolves: rhbz#1193971 clear hard-coded char props in table cells...Caolán McNamara
like we do already for shapes. So now when attempting to set replacement char properties on the entire cell, clear any hard-coded sub ranges within the existing paragraphs. This extends the effort of commit a217f3cb2dce71a4322f78ceb45edb6f171b2b65 Author: Matúš Kukan <matus.kukan@collabora.com> Date: Tue Aug 26 10:16:34 2014 +0200 bnc#770711: Make changing table text color in impress always work to encompass all character properties, not just color Change-Id: If8b426c3531b4678868d8351426db32c3c558650
2015-02-18nParaAnz -> nParaCountMiklos Vajna
Change-Id: Iab409aedb445decfbe0af1e9b70dc158696c65b4
2015-02-17boost->stdCaolán McNamara
Change-Id: I8371b942d915f777a29ca01cd0aed674db0ca853
2015-02-17translatable="no" for some .ui placeholdersAndras Timar
Change-Id: I89fe5532b5a8305f94b4c70aac2df7737e691ab5
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara
Change-Id: I9219619b538b6530a89f5932ac51eb3b62eb396a
2015-02-16add GetSelectEntryData to ListBox and ComboBoxNoel Grandin
to reduce code clutter like pLbSelect->GetEntryData(pLbSelect->GetSelectEntryPos()) since this is a fairly frequent operation. Change-Id: I41daf30fdeda2442ad1ac829e12f553233bae184 Reviewed-on: https://gerrit.libreoffice.org/14472 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-02-14Typo: avalaible->availableJulien Nabet
Change-Id: I8976671fa0c1c090c0af1030e3ef8df3f3701b60
2015-02-14related tdf#89004 move to std:set instead of std::vectorUrsache Vladimir
Conflicts: sc/source/core/data/document10.cxx sw/source/core/doc/docfmt.cxx Change-Id: I1312f476607ea3a78b162a7e59323b0a142f6629
2015-02-13set edit selection only if necessaryEike Rathke
No visible effect, just that it's unnecessary in other cases. Change-Id: I4f40dbaea5ea647347f7e20f8e233837f7dbd8cb
2015-02-13tdf#60910 don't lose fontwork objectsDavid Tardon
This reverts commit 0685b2e73e48adb84cd01355d45551ab478ebcd5.
2015-02-13Resolves: tdf#81429 select corresponding listbox entry if not currentEike Rathke
Change-Id: Ib475a43601ee22d33677ac45cd6ef9dba7e7c431
2015-02-12Fix null pointer dereferenceStephan Bergmann
...when FindTextToolbarController instance is immediately disposed after creation (as will happen in to-be-updated CppunitTest_services). Change-Id: I459f2b2ac3eecc728b45e8493c3f8988a6c121a1
2015-02-12DBG_ASSERT->SAL_WARNCaolán McNamara
Change-Id: I77646432f38cf65f487ff2f81c333be7a626be39
2015-02-12fdo#39468 translated german commentsDaniel Sikeler
also translated some error messages Change-Id: I22ef6b6cc01ba310d1ca694c7fcbf0d968a2fdf8 Reviewed-on: https://gerrit.libreoffice.org/14432 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-02-10rearrange this a little, no logic changeCaolán McNamara
Change-Id: Ia5dd68ab8b7e4fe93caf0e79a27922abf02b97b6
2015-02-10set ok button as fontwork gallery dialog as the default buttonCaolán McNamara
Change-Id: I965405ab5821e86b2fa93b42db50e36dc9dbd0ad
2015-02-09fdo#39468 translated german commentsDaniel Sikeler
also tranlated some error messages Change-Id: Ia5035c7c2f5379a0b419fc5514a288368e687c83 Reviewed-on: https://gerrit.libreoffice.org/14382 Tested-by: Michael Stahl <mstahl@redhat.com> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2015-02-09tdf#47577 Zoom slider should only react to full clickRodolfo Ribeiro Gomes
Change-Id: If859754c956a634a96066ac407b70d6dd2759d53 Signed-off-by: Rodolfo Ribeiro Gomes <libo@rodolfo.eng.br> Reviewed-on: https://gerrit.libreoffice.org/14265 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2015-02-07loplugin:deletedspecialStephan Bergmann
Change-Id: I1ffc6af694367f0ff70b7598c093203f1f68882c
2015-02-07Fixup --without-x buildRiccardo Magliocchetti
Accept gl linkage in hope of future offscreen mesa support. Avoid linking with GLX though. Change-Id: I4e666f60e74fe34075a8da9eeba95807cf8fe38c Signed-off-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/13452 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>