summaryrefslogtreecommitdiffstats
path: root/sd
Commit message (Collapse)AuthorAgeFilesLines
* Fix Prefer prefix ++/-- operators for non-primitive typesJulien Nabet2012-05-198-19/+19
| | | | Change-Id: I4ebb1027151c3bc34f81fb1e13de6c4c5cfed54d
* Remove "else if" dup small blockJulien Nabet2012-05-191-5/+0
| | | | | | Was there since 2008-04-03 (with a format changed 2012-04-06) Change-Id: Ib7fb741f5c39f3547002246706575ef0694009dd
* removed unused const rtl::OUStringTakeshi Abe2012-05-172-3/+0
| | | | Change-Id: I7c3409ac39e690fcf2f7e4085bf6857e6bd182fb
* fdo#49921 make sure all tab pages have the same dimensionsDavid Tardon2012-05-173-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
* removed unused constant rtl::OUStringTakeshi Abe2012-05-163-7/+0
| | | | Change-Id: I173275e0f8faa852500d108f65636080f79636c6
* removed useless codeTakeshi Abe2012-05-161-5/+0
| | | | Change-Id: If60124deaeb5b756c17c9f724ec150e909cc7373
* remove unneeded include of boost/bind.hppCaolán McNamara2012-05-165-6/+1
| | | | Change-Id: I5a254459a491b9547530d8e312260dceed21f25c
* WaE: unsafe mix of bool and sal_BoolCaolán McNamara2012-05-163-8/+8
| | | | Change-Id: I2caca314d87264261ccc4400b6f93bed960e8c6a
* convert GetUndoActionComment family to rtl::OUStringCaolán McNamara2012-05-151-2/+1
| | | | Change-Id: I36ccf62ee2e2769bcf1aef6d26d96bce6c7078f0
* convert GetComment family to rtl::OUStringCaolán McNamara2012-05-1411-21/+21
| | | | Change-Id: I563ab83a24ca4f839892548b350486e83dd071d3
* Add helpful instructions nearby encrypted CVE files.Michael Meeks2012-05-141-0/+7
|
* avoid recursion that can mess up DND setup (fdo#41996)Luboš Luňák2012-05-111-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
* Removing EXTENDED_DATE. There is really no such thing.Kohei Yoshida2012-05-111-1/+1
| | | | | | This can be safely substituted by the normal DATE. Change-Id: I I6b4ccfa342a8d7b638b013cdce64a0b7ff477ec0
* Better names for presentation specific field item types.Kohei Yoshida2012-05-111-3/+3
| | | | Change-Id: Ib9bea60e05f1dcdd9501a3320f3b1185d5890d17
* Resolves: rhbz#805743 a11y: call doShow after we have a valid viewCaolán McNamara2012-05-094-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
* Fix fdo#43619 Animating only 2nd level paragraphs hides 1st levelStephan Bergmann2012-05-092-8/+13
|
* Use the UNO field type values instead of the internal ones.Kohei Yoshida2012-05-051-4/+4
| | | | Change-Id: I43c374f549bbcddaa1a1bd63c1eb346130208b60
* removed unwanted/bad cast, fixes n#759178Radek Doulik2012-05-041-1/+1
| | | | Change-Id: I37d19086435a39c7090008158397e6e7fddee5ba
* make ResId::toString a non-static memberCaolán McNamara2012-04-308-20/+22
| | | | Change-Id: I756c0a19bea7b1cc0e290d9f382a04d655819bfb
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-1/+0
| | | | | | | | this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
* n#48778: Clicking on Master Pages crashes.Muthu Subramanian2012-04-271-1/+1
| | | | | * Opening the pptx file and clicking on 'Available for use' in the Master Pages pane (on the right) causes crash.
* refactor ImpSvtDataCaolán McNamara2012-04-251-1/+1
|
* String::CreateFromInt32->rtl::OUString::valueOfCaolán McNamara2012-04-256-10/+10
|
* fdo#42986 Add Presentationsize 16:9 WidescreenRob Snelders2012-04-236-2/+29
|
* WaE: -Werror=reorderCaolán McNamara2012-04-191-1/+1
|
* valgrind: Conditional jump or move depends on uninitialised valueCaolán McNamara2012-04-191-0/+1
|
* Remove deprecated Notes windows in Impress/DrawOlivier Hallot2012-04-1911-1423/+0
| | | | This code has not been built for a long time. I suspect it got replaced by the slides panel on the left of simpress main window.
* Revert "do not include contents of huge sc/sd/sw libs into tiny unittests"Luboš Luňák2012-04-193-4/+4
| | | | | | | | | | | | The need to export symbols for tests is apparently not considered worth the big extra disk space. This reverts commit 69d46dd7a6adfffd71da055bb65108c80d27395f. Conflicts: sd/CppunitTest_sd_uimpress.mk sw/CppunitTest_sw_swdoc_test.mk
* More RTL_CONSTASCII cleanupsOlivier Hallot2012-04-184-53/+51
|
* More RTL_CONSTASCII conversionsOlivier Hallot2012-04-182-23/+20
|
* More RTL_CONSTASCII_ cleanupOlivier Hallot2012-04-183-18/+17
|
* callcatcher: update unused code listCaolán McNamara2012-04-171-25/+0
|
* Remove unused code in sdSantiago Martinez2012-04-165-75/+0
|
* WaE: could not convert ... from 'const char*' to 'const rtl::OUString'David Tardon2012-04-164-14/+13
|
* Return by value instead of passing by reference to get data.Rafael Dominguez2012-04-168-16/+18
|
* Remove deprecated function.Rafael Dominguez2012-04-162-13/+0
|
* Make an out argument a pointer instead of a reference.Rafael Dominguez2012-04-167-21/+22
| | | | - Fix some style issues.
* animations is not api, it should be animations_inc packageMatúš Kukan2012-04-161-1/+4
|
* More RTL_CONSTASCII_USTRINGPARAM removalsOlivier Hallot2012-04-165-59/+48
| | | | sd/filter
* C++ overloading is clearly the best invention everMichael Stahl2012-04-161-1/+1
|
* More RTL_CONSTASCII_USTRINGPARAM removalsOlivier Hallot2012-04-163-117/+117
| | | | sd
* More RTL_CONSTASCII_USTRINGPARAM removalsOlivier Hallot2012-04-164-94/+95
| | | | /sd/.../grf and html
* More RTL_CONSTASCII_USTRINGPARAM removalsOlivier Hallot2012-04-1610-205/+197
| | | | sd ... filters
* More RTL_CONSTASCII_USTRINGPARAM removalsOlivier Hallot2012-04-1511-168/+139
| | | | /sd/../core
* Some Unistring removalsOlivier Hallot2012-04-154-7/+5
| | | | in sd/ui
* Slidesorter: Kill more useless cruft.Jan Holesovsky2012-04-146-48/+10
|
* Slidesorter: Kill useless ImageButton abstraction.Jan Holesovsky2012-04-142-77/+36
|
* Slidesorter: Kill more.Jan Holesovsky2012-04-142-6/+0
|
* Slidesorter: Font_Button unused.Jan Holesovsky2012-04-142-12/+1
|
* Slidesorter: Reduce some overengineering.Jan Holesovsky2012-04-147-71/+25
|