Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-28 | status bar: Standardize the size of modification status to '9' everywhere. | Jan Holesovsky | |
Change-Id: Ic5f8473fb5edaa84cdcd5a6cb563c6a5c4fadea3 | |||
2012-05-24 | Removed unused SfxMedium::bDirect | Stephan Bergmann | |
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-22 | convert GetSurroundingText family to OUString | Caolán McNamara | |
Change-Id: Ifbb21fc26eedfde4afe2e3faf637346554f63d94 | |||
2012-05-21 | removed unused #defines | Takeshi Abe | |
Change-Id: I2aeba0342e46c3a4bd50f49b8a43ebb125269dfa | |||
2012-05-19 | Fix Prefer prefix ++/-- operators for non-primitive types | Julien Nabet | |
Change-Id: I4ebb1027151c3bc34f81fb1e13de6c4c5cfed54d | |||
2012-05-19 | Remove "else if" dup small block | Julien Nabet | |
Was there since 2008-04-03 (with a format changed 2012-04-06) Change-Id: Ib7fb741f5c39f3547002246706575ef0694009dd | |||
2012-05-17 | removed unused const rtl::OUString | Takeshi Abe | |
Change-Id: I7c3409ac39e690fcf2f7e4085bf6857e6bd182fb | |||
2012-05-17 | fdo#49921 make sure all tab pages have the same dimensions | David Tardon | |
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-16 | removed unused constant rtl::OUString | Takeshi Abe | |
Change-Id: I173275e0f8faa852500d108f65636080f79636c6 | |||
2012-05-16 | removed useless code | Takeshi Abe | |
Change-Id: If60124deaeb5b756c17c9f724ec150e909cc7373 | |||
2012-05-16 | remove unneeded include of boost/bind.hpp | Caolán McNamara | |
Change-Id: I5a254459a491b9547530d8e312260dceed21f25c | |||
2012-05-16 | WaE: unsafe mix of bool and sal_Bool | Caolán McNamara | |
Change-Id: I2caca314d87264261ccc4400b6f93bed960e8c6a | |||
2012-05-15 | convert GetUndoActionComment family to rtl::OUString | Caolán McNamara | |
Change-Id: I36ccf62ee2e2769bcf1aef6d26d96bce6c7078f0 | |||
2012-05-14 | convert GetComment family to rtl::OUString | Caolán McNamara | |
Change-Id: I563ab83a24ca4f839892548b350486e83dd071d3 | |||
2012-05-14 | Add helpful instructions nearby encrypted CVE files. | Michael Meeks | |
2012-05-11 | avoid recursion that can mess up DND setup (fdo#41996) | Luboš Luňák | |
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-11 | Removing EXTENDED_DATE. There is really no such thing. | Kohei Yoshida | |
This can be safely substituted by the normal DATE. Change-Id: I I6b4ccfa342a8d7b638b013cdce64a0b7ff477ec0 | |||
2012-05-11 | Better names for presentation specific field item types. | Kohei Yoshida | |
Change-Id: Ib9bea60e05f1dcdd9501a3320f3b1185d5890d17 | |||
2012-05-09 | Resolves: rhbz#805743 a11y: call doShow after we have a valid view | Caolán McNamara | |
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-09 | Fix fdo#43619 Animating only 2nd level paragraphs hides 1st level | Stephan Bergmann | |
2012-05-05 | Use the UNO field type values instead of the internal ones. | Kohei Yoshida | |
Change-Id: I43c374f549bbcddaa1a1bd63c1eb346130208b60 | |||
2012-05-04 | removed unwanted/bad cast, fixes n#759178 | Radek Doulik | |
Change-Id: I37d19086435a39c7090008158397e6e7fddee5ba | |||
2012-04-30 | make ResId::toString a non-static member | Caolán McNamara | |
Change-Id: I756c0a19bea7b1cc0e290d9f382a04d655819bfb | |||
2012-04-29 | make gbuild the default assumption of build.pl | Bjoern Michaelsen | |
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 | |||
2012-04-27 | n#48778: Clicking on Master Pages crashes. | Muthu Subramanian | |
* Opening the pptx file and clicking on 'Available for use' in the Master Pages pane (on the right) causes crash. | |||
2012-04-25 | refactor ImpSvtData | Caolán McNamara | |
2012-04-25 | String::CreateFromInt32->rtl::OUString::valueOf | Caolán McNamara | |
2012-04-23 | fdo#42986 Add Presentationsize 16:9 Widescreen | Rob Snelders | |
2012-04-19 | WaE: -Werror=reorder | Caolán McNamara | |
2012-04-19 | valgrind: Conditional jump or move depends on uninitialised value | Caolán McNamara | |
2012-04-19 | Remove deprecated Notes windows in Impress/Draw | Olivier Hallot | |
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. | |||
2012-04-19 | Revert "do not include contents of huge sc/sd/sw libs into tiny unittests" | Luboš Luňák | |
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 | |||
2012-04-18 | More RTL_CONSTASCII cleanups | Olivier Hallot | |
2012-04-18 | More RTL_CONSTASCII conversions | Olivier Hallot | |
2012-04-18 | More RTL_CONSTASCII_ cleanup | Olivier Hallot | |
2012-04-17 | callcatcher: update unused code list | Caolán McNamara | |
2012-04-16 | Remove unused code in sd | Santiago Martinez | |
2012-04-16 | WaE: could not convert ... from 'const char*' to 'const rtl::OUString' | David Tardon | |
2012-04-16 | Return by value instead of passing by reference to get data. | Rafael Dominguez | |
2012-04-16 | Remove deprecated function. | Rafael Dominguez | |
2012-04-16 | Make an out argument a pointer instead of a reference. | Rafael Dominguez | |
- Fix some style issues. | |||
2012-04-16 | animations is not api, it should be animations_inc package | Matúš Kukan | |
2012-04-16 | More RTL_CONSTASCII_USTRINGPARAM removals | Olivier Hallot | |
sd/filter | |||
2012-04-16 | C++ overloading is clearly the best invention ever | Michael Stahl | |
2012-04-16 | More RTL_CONSTASCII_USTRINGPARAM removals | Olivier Hallot | |
sd | |||
2012-04-16 | More RTL_CONSTASCII_USTRINGPARAM removals | Olivier Hallot | |
/sd/.../grf and html | |||
2012-04-16 | More RTL_CONSTASCII_USTRINGPARAM removals | Olivier Hallot | |
sd ... filters | |||
2012-04-15 | More RTL_CONSTASCII_USTRINGPARAM removals | Olivier Hallot | |
/sd/../core | |||
2012-04-15 | Some Unistring removals | Olivier Hallot | |
in sd/ui | |||
2012-04-14 | Slidesorter: Kill more useless cruft. | Jan Holesovsky | |