Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-01-28 | unusedcode.easy: Removed unused code (basegfx::B2DHomPoint) | Alexander Bergmann | 3 | -508/+0 | |
2012-01-28 | mbHelpBtn is always false | Thomas Arnhold | 2 | -11/+0 | |
2012-01-28 | mbSound is always true | Thomas Arnhold | 2 | -3/+1 | |
2012-01-28 | remove some dead code | Thomas Arnhold | 2 | -47/+0 | |
2012-01-28 | vcl: Remove unused GetSymbolKeyName | Thomas Arnhold | 13 | -50/+1 | |
2012-01-28 | vcl: SalWM is unused | Thomas Arnhold | 2 | -17/+0 | |
2012-01-28 | vcl: Remove unused server vendors | Thomas Arnhold | 2 | -20/+0 | |
GetServerVendor() is only used to check for vendor_sun. Maybe remove this method later... | |||||
2012-01-28 | GtkSalGraphics: No extra handling for Blueprint theme | Thomas Arnhold | 2 | -50/+5 | |
2012-01-28 | Remove further code belonging to SalDisplay::GetKeyboardName | Thomas Arnhold | 5 | -364/+0 | |
2012-01-28 | Remove SalDisplay::GetKeyboardName | Thomas Arnhold | 4 | -104/+3 | |
This method seems to be useless. The return value (keyboard name) isn't used at any point. And I don't see any point in this method where some implicit call is done to refresh mappings... | |||||
2012-01-28 | Remove unused code as listed in unusedcode.easy | Santiago Martinez | 3 | -35/+0 | |
2012-01-28 | Actually apply substance of previous unused code removal | Alexander Bergmann | 4 | -187/+0 | |
2012-01-27 | svtools: LineListBox: fix handling of "none" style | Michael Stahl | 2 | -1/+5 | |
This was erroneously mapped to SOLID, thus effectively preventing the removal of borders via the list box. | |||||
2012-01-27 | SvxBorderTabPage: the minimal border width is 1 twip | Michael Stahl | 1 | -1/+1 | |
2012-01-27 | SvxColumnItem: fix buggy STL conversion: | Michael Stahl | 1 | -1/+0 | |
In the copy ctor, the vector must not be initialized with the constructor that takes an integer, because that causes it to have that many elements, which together with the loop that copies all source elements leads to a vector with twice as many elements. This causes a crash in writer when dragging the row separator line in a table, because that code doesn't expect the item to have more elements than the table has rows. (regression from d319387526870f34c49b3ef337b1b0d55767f3fe) | |||||
2012-01-27 | SvxBorderLine::GuessLinesWidths: use SAL_N_ELEMENTS | Michael Stahl | 1 | -4/+2 | |
2012-01-27 | unusedcode.easy: Removed unused code (basegfx::B3DPolygon, ↵ | Alexander Bergmann | 5 | -88/+4 | |
basegfx::B3DPolyPolygon) | |||||
2012-01-27 | unusedcode.easy: Removed unused code (basegfx::B2IVector) | Alexander Bergmann | 1 | -7/+0 | |
2012-01-27 | unusedcode.easy: Removed unused code (basegfx::B2ITuple) | Alexander Bergmann | 1 | -6/+0 | |
2012-01-27 | Fix for fdo43460 Part LIII getLength() to isEmpty() | Olivier Hallot | 16 | -40/+40 | |
Part LIII Modules xmloff (part 6) | |||||
2012-01-27 | Fix for fdo43460 Part LII getLength() to isEmpty() | Olivier Hallot | 7 | -85/+85 | |
Part LII Modules xmloff (part 5) | |||||
2012-01-27 | Skip Executable_soffice.bin for non-desktop OSes, hmm | Tor Lillqvist | 1 | -1/+1 | |
2012-01-27 | Thanks to sal/main.h need to compile main.c as Objective-C for iOS | Tor Lillqvist | 1 | -0/+6 | |
2012-01-27 | Skip Library_vbaswobj for iOS | Tor Lillqvist | 1 | -1/+8 | |
2012-01-27 | No thanks for non-desktop OSes | Tor Lillqvist | 1 | -0/+4 | |
2012-01-27 | Do deliver headers also for iOS even if we don't build the libs | Tor Lillqvist | 2 | -2/+8 | |
2012-01-27 | For iOS, filter out the sb and vbahelper libs that we don't build | Tor Lillqvist | 1 | -0/+7 | |
2012-01-27 | Deliver the static libneon built for iOS | Tor Lillqvist | 1 | -1/+2 | |
Actually libneon probably can't be used in an app distributed through the App Store thanks to its LGPL licensing, so eventually we either need a replacement, like AOO, or need to bypass code that uses neon for iOS. But for now let's keep building it... | |||||
2012-01-27 | WaE: Unused parameter | Tor Lillqvist | 1 | -0/+1 | |
2012-01-27 | Deliver the static libunotest.a built for iOS | Tor Lillqvist | 1 | -0/+1 | |
2012-01-27 | Fix bit-rot in the iOS "code" | Tor Lillqvist | 10 | -22/+27 | |
2012-01-27 | CppunitTests go in gb_Module_add_check_targets | Tor Lillqvist | 1 | -0/+3 | |
2012-01-27 | Bypass libwp? for iOS | Tor Lillqvist | 1 | -0/+6 | |
2012-01-27 | One more | Tor Lillqvist | 1 | -0/+1 | |
2012-01-27 | Bypass building BASIC and scripting related modules for iOS | Tor Lillqvist | 5 | -1/+24 | |
Any LO-based app distributed through the App Store can't have scripting or extendability anyway. Sure, this will break the build elsewhere because of missing headers. No big deal, I will take care of that eventually. It isn't as if there would anybody else building for iOS anyway, as far as I know. If there is, please make yourself heard. | |||||
2012-01-27 | Add the "all" cppunittesters for iOS | Tor Lillqvist | 1 | -0/+11 | |
Not that I recall exactly what that each one of these unit tests do any more, and how interesting they are. But they need to be mentioned here. | |||||
2012-01-27 | use the correct application icon of Writer/Web under Windows | Andras Timar | 1 | -1/+1 | |
2012-01-27 | Copy of index.html, with Google custom search. | Thorsten Behrens | 1 | -0/+249 | |
This is the file as seen on api.libreoffice.org. | |||||
2012-01-27 | add a file to list of known SAL_INFO areas | Luboš Luňák | 2 | -1/+49 | |
2012-01-27 | sal log area ".doc" -> "sw.ww8", to be consistent with the style | Luboš Luňák | 1 | -2/+2 | |
2012-01-27 | added [br-FR] date acceptance pattern "D/M" | Eike Rathke | 1 | -0/+1 | |
2012-01-27 | added [et-EE] date acceptance patterns "D.M", "D.M." and with spaces | Eike Rathke | 1 | -0/+4 | |
2012-01-27 | Unit test for updating formula cells that references into the pivot table. | Kohei Yoshida | 1 | -0/+31 | |
2012-01-27 | Replace SvtUndoOptions with (simplified) direct configuration access. | Stephan Bergmann | 22 | -341/+64 | |
Also, code in sw can be simplified under the premise that always /org.openoffice.Office.Common/Undo/Steps > 0. | |||||
2012-01-27 | Do not move nCurUndoAction < 0. | Stephan Bergmann | 1 | -1/+4 | |
(Could easily happen when max undo steps is set to 1.) | |||||
2012-01-27 | CppunitTest_sal_osl_file fails on Windows | Tor Lillqvist | 1 | -1/+2 | |
2012-01-27 | Decrease verbiage a little bit | Tor Lillqvist | 19 | -21/+57 | |
2012-01-27 | update unused list | Caolán McNamara | 1 | -0/+1 | |
2012-01-27 | SvGlobalName::GetctorName is now redundant | Caolán McNamara | 2 | -38/+0 | |
2012-01-27 | drop unnecessary include | Caolán McNamara | 2 | -11/+12 | |