summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Collapse)AuthorFilesLines
2012-11-05Related: fdo#51247 bandaid to not crashCaolán McNamara1-0/+5
Change-Id: I1f98a6a1e5ede6fcd9a3570788969edcb251384b (cherry picked from commit 63f00d37a20169743d9709977b382c379560ef9e) Reviewed-on: https://gerrit.libreoffice.org/918 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2012-10-15avoid writing empty p:childTnLst elements, fixes rest of fdo#41992Radek Doulik1-8/+9
Change-Id: Idc09103bb8e4dbd580b5ae53f7929b4700f2c818
2012-08-08fdo#51324 lp#1017125 rhbz#806236 rhbz#823272: erase on invalid iteratorsBjoern Michaelsen1-2/+1
* the iterators returned by equal_range are invalidated by modification (which deleting them clearly is) * possibly only a partial fix as there is more abuse of equal_range in that file Change-Id: Ie9ba01e91cb449a32d77a69590bda2125f0924e1 Signed-off-by: Michael Meeks <michael.meeks@suse.com>
2012-08-08fdo#36138: sd: fix undo in text objectsIvan Timofeev1-0/+2
Change-Id: I44e9b5154939f3b150d3115085204361248e9b6d Signed-off-by: Petr Mladek <pmladek@suse.cz>
2012-08-02fdo#51231 Revert "Slidesorter: Show the buttons on the opposite side..."Ivan Timofeev4-55/+15
This reverts commit 4866b20ec6205b04cd21077fd00d68c4d4bb2c1b. (cherry picked from commit e995824285cf6697a355d567abc8cd2df2b38b72) Change-Id: If7ddcbbee142a384375c29c9b9389077e077b963 Signed-off-by: Stefan Knorr <heinzlesspam@gmail.com> Signed-off-by: Jan Holesovsky <kendy@suse.cz>
2012-08-02sd, sfx2, writerfilter, xmloff: fix some warningsMichael Stahl2-4/+4
Signed-off-by: Petr Mladek <pmladek@suse.cz>
2012-07-16fdo#45260: Objects having line thickness misplaced while pasting.Muthu Subramanian1-1/+3
Even with the proposed fix of commit id d999ae10 it still seems to be broken with reference to i#112978 . Maybe a better way of fixing it. Hence reverting this patch partially to fix fdo#45260 Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-07-10fdo#51179: SearchAscii() is equal to indexOf(), not match()Korrawit Pruegsanusak1-7/+11
regression from 8adec08d56a9ad46d3550e43b115e916c4cf783f Change-Id: Ic1c3160be1c61162f6a62a7e14c4efb7bedccdcc
2012-07-04replace enum SvxBorderStyle with css::table::BorderLineSyleMichael Stahl1-1/+2
Change-Id: I1dadb53f46b23f92d34061ef78dda872bdbcda67 (cherry picked from commit 8b4593948582c3b5b3d013bd751bb19ffd37a31b)
2012-07-04Remove duplication of License/Credits informationStefan Knorr (astron)2-2/+0
A bit differently this time around: + remove Credits menu item from menu + remove License button from the About dialog Conflicts: cui/source/dialogs/about.cxx Change-Id: I07c1e115aa209ef1d69458f5b188d73caaae4294
2012-06-29fdo#51543: fix incomplete slide number info in status barIvan Timofeev1-2/+2
Change-Id: I73cdd236a9e167fb812b0e2c0922df5bd3e2537b (cherry picked from commit bb7f52e9fc4fc692f14d76aee6e0a141ad864a3b)
2012-06-22use generic names rather than specific algorithm names when scalingLuboš Luňák5-5/+5
The Lanczos scaling is of very good quality, but it's rather slow, which can be very noticeable with large images, so it's not a very good default for everything. And in general, it's not good to refer to a specific algorithm when all one usually wants is fast/default/best. Some of these changes are a bit of a guess between default/best, but the general logic is that best should be used only for images that won't be large or where the possible waiting does not matter. Conflicts: svtools/source/graphic/grfmgr2.cxx Change-Id: I53765507ecb7ed167890f6dd05e73fe53ffd0231
2012-06-17Get rid of GRADIENT_* defines, they conflict with Windows GDI types.Jan Holesovsky1-3/+3
Change-Id: Ia0bc37f81b7213b20fc5093beb46d7a05b1ac931 Signed-off-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2012-06-07n753458: changing the keyboard of the Slide Show buttonFelix Zhang1-1/+1
- to avoid C-w shortcut to run slideshow, which colides with more common fshortcut to close window
2012-06-05Use BMP_SCALE_LANCZOS instead of BMP_SCALE_INTERPOLATE.Jan Holesovsky5-5/+5
Where we explicitly ask for better quality, use BMP_SCALE_LANCZOS, instead of BMP_SCALE_INTERPOLATE. Change-Id: I28ddf3290204532a8660e09ee9ab0949b6ce1c73
2012-06-05XubString->rtl::OUStringBufferCaolán McNamara1-9/+7
Change-Id: I8304092154b74727a67e197a673949e18d6a1ab4
2012-06-05ditch some XubStringsCaolán McNamara1-2/+2
Change-Id: I5f8b8b71b2ea1ce6041796efa70b338608aece17
2012-06-05reduce scope of iCaolán McNamara1-3/+2
Change-Id: I41e1c0ae2aabbf760e5f8b3142190f82fd6698c2
2012-06-05fix use of local resource string ids in global contextCaolán McNamara6-47/+44
possibly a regression since 227113bbf16f2feda4d3e41bb9aff7dc100ede17 Take the opportunity to give them more useful names while I'm at it Change-Id: I175b656ac611b78ebaa21b53778085113632095e
2012-06-05Navigator menu entry is checkableCaolán McNamara1-0/+1
Change-Id: I5e1758e68bda856603132b78af69c7470712b507
2012-06-05Unify ODF extended vs. ODF1.2 handlingThorsten Behrens1-1/+1
Make "export extended ODF" consistently mean "version > ODF1.2". Future ODF versions need manual review anyway, of the various changes/additions we ship. Change-Id: I0f6c1646b306e18f0abcdd1a1802fece821b2e93
2012-06-04fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin4-32/+14
Update calls to factories to use new ::create methods Change-Id: I01d4417820f52718836c92faf3c2fae0dc96b30d Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
2012-06-02targeted string re-workNorbert Thiebaud3-6/+6
Change-Id: Ie65e17698cc11301873e964868c4c8f4d8dc953c
2012-06-02These should be set as checkable menu entriesCaolán McNamara1-0/+6
So use Checkable = TRUE Change-Id: I13ca3cec05ed6fddb00b142bc70c892a75cd45ec
2012-06-01targetted reversion of minor SAL_N_ELEMENTS tweakMichael Meeks1-3/+3
Change-Id: I4f907aecd72f55091184aa1509506a46010f1061
2012-06-01nuke unused namespaceTakeshi Abe1-2/+0
Change-Id: Ic00cdfce4172af0a2f0aa1aa33ef5e386d407976
2012-05-30sdext: cleanup presenter screen handling pwrt. namingMichael Meeks5-11/+11
Change-Id: I9400ca0a704cfdeb7f333be704ec5690bedcf0c6
2012-05-31nuke unused typedefTakeshi Abe1-1/+0
Change-Id: I8848d0e687c3b19be1a8bc1f41c2a0c94e13bbbf
2012-05-28status bar: Standardize the size of modification status to '9' everywhere.Jan Holesovsky2-4/+4
Change-Id: Ic5f8473fb5edaa84cdcd5a6cb563c6a5c4fadea3
2012-05-24Removed unused SfxMedium::bDirectStephan Bergmann8-13/+11
See the TODO comment in sfx2/inc/sfx2/docfile.hxx about a temporary SfxMedium ctor overload to find not yet adapted uses of another overload, to be removed again in due time. Change-Id: Ie22c33c32f8870ce6ebf6d500abc7a4e33d97183
2012-05-22convert GetSurroundingText family to OUStringCaolán McNamara4-15/+8
Change-Id: Ifbb21fc26eedfde4afe2e3faf637346554f63d94
2012-05-21removed unused #definesTakeshi Abe1-5/+0
Change-Id: I2aeba0342e46c3a4bd50f49b8a43ebb125269dfa
2012-05-19Fix Prefer prefix ++/-- operators for non-primitive typesJulien Nabet8-19/+19
Change-Id: I4ebb1027151c3bc34f81fb1e13de6c4c5cfed54d
2012-05-19Remove "else if" dup small blockJulien Nabet1-5/+0
Was there since 2008-04-03 (with a format changed 2012-04-06) Change-Id: Ib7fb741f5c39f3547002246706575ef0694009dd
2012-05-17removed unused const rtl::OUStringTakeshi Abe2-3/+0
Change-Id: I7c3409ac39e690fcf2f7e4085bf6857e6bd182fb
2012-05-17fdo#49921 make sure all tab pages have the same dimensionsDavid Tardon3-4/+9
The reason is that they can be combined arbitrarily in dialogs, so changing, e.g., height of one tab can lead to "interesting" results. Cf. commits 8631dbf85fb5ed56d225e32ea5a9c36c96b0d649 and 29042d096a2c5812ae179e1553367afd21b0f71e that were the cause of the problem described fdo#49921. Change-Id: I9995002a2bd5c3604bdfa06dc817916ce61c558d
2012-05-16removed unused constant rtl::OUStringTakeshi Abe3-7/+0
Change-Id: I173275e0f8faa852500d108f65636080f79636c6
2012-05-16removed useless codeTakeshi Abe1-5/+0
Change-Id: If60124deaeb5b756c17c9f724ec150e909cc7373
2012-05-16remove unneeded include of boost/bind.hppCaolán McNamara5-6/+1
Change-Id: I5a254459a491b9547530d8e312260dceed21f25c
2012-05-16WaE: unsafe mix of bool and sal_BoolCaolán McNamara3-8/+8
Change-Id: I2caca314d87264261ccc4400b6f93bed960e8c6a
2012-05-15convert GetUndoActionComment family to rtl::OUStringCaolán McNamara1-2/+1
Change-Id: I36ccf62ee2e2769bcf1aef6d26d96bce6c7078f0
2012-05-14convert GetComment family to rtl::OUStringCaolán McNamara11-21/+21
Change-Id: I563ab83a24ca4f839892548b350486e83dd071d3
2012-05-14Add helpful instructions nearby encrypted CVE files.Michael Meeks1-0/+7
2012-05-11avoid recursion that can mess up DND setup (fdo#41996)Luboš Luňák1-14/+31
The way too smart ctor for the DND handler started drag immediately, causing a race condition that could recurse to setting a handler again before the first one was actually set, thus immediately again causing the DND to be stopped, and then possibly later again started, depending on how the race condition turned out. Use delayed initialization to avoid this. Change-Id: I528eddbdc7c52a19675997e4c866506c662cff19
2012-05-11Removing EXTENDED_DATE. There is really no such thing.Kohei Yoshida1-1/+1
This can be safely substituted by the normal DATE. Change-Id: I I6b4ccfa342a8d7b638b013cdce64a0b7ff477ec0
2012-05-11Better names for presentation specific field item types.Kohei Yoshida1-3/+3
Change-Id: Ib9bea60e05f1dcdd9501a3320f3b1185d5890d17
2012-05-09Resolves: rhbz#805743 a11y: call doShow after we have a valid viewCaolán McNamara4-6/+5
Basically a regression from ec240eafe9b25620383aa54015f5c55e0f64227a but things were broken before that too. enable a11y (for gnome 3 this is gsettings set org.gnome.desktop.interface toolkit-accessibility true), and run the smoketest with dbg-util before touching this stuff Change-Id: I I55f4e22d8ac61c7ac3ccc37b82794604b28a8f14
2012-05-09Fix fdo#43619 Animating only 2nd level paragraphs hides 1st levelStephan Bergmann2-8/+13
2012-05-05Use the UNO field type values instead of the internal ones.Kohei Yoshida1-4/+4
Change-Id: I43c374f549bbcddaa1a1bd63c1eb346130208b60
2012-05-04removed unwanted/bad cast, fixes n#759178Radek Doulik1-1/+1
Change-Id: I37d19086435a39c7090008158397e6e7fddee5ba