summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-01-28unusedcode.easy: Removed unused code (basegfx::B2DHomPoint)Alexander Bergmann3-508/+0
2012-01-28mbHelpBtn is always falseThomas Arnhold2-11/+0
2012-01-28mbSound is always trueThomas Arnhold2-3/+1
2012-01-28remove some dead codeThomas Arnhold2-47/+0
2012-01-28vcl: Remove unused GetSymbolKeyNameThomas Arnhold13-50/+1
2012-01-28vcl: SalWM is unusedThomas Arnhold2-17/+0
2012-01-28vcl: Remove unused server vendorsThomas Arnhold2-20/+0
GetServerVendor() is only used to check for vendor_sun. Maybe remove this method later...
2012-01-28GtkSalGraphics: No extra handling for Blueprint themeThomas Arnhold2-50/+5
2012-01-28Remove further code belonging to SalDisplay::GetKeyboardNameThomas Arnhold5-364/+0
2012-01-28Remove SalDisplay::GetKeyboardNameThomas Arnhold4-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-28Remove unused code as listed in unusedcode.easySantiago Martinez3-35/+0
2012-01-28Actually apply substance of previous unused code removalAlexander Bergmann4-187/+0
2012-01-27svtools: LineListBox: fix handling of "none" styleMichael Stahl2-1/+5
This was erroneously mapped to SOLID, thus effectively preventing the removal of borders via the list box.
2012-01-27SvxBorderTabPage: the minimal border width is 1 twipMichael Stahl1-1/+1
2012-01-27SvxColumnItem: fix buggy STL conversion:Michael Stahl1-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-27SvxBorderLine::GuessLinesWidths: use SAL_N_ELEMENTSMichael Stahl1-4/+2
2012-01-27unusedcode.easy: Removed unused code (basegfx::B3DPolygon, ↵Alexander Bergmann5-88/+4
basegfx::B3DPolyPolygon)
2012-01-27unusedcode.easy: Removed unused code (basegfx::B2IVector)Alexander Bergmann1-7/+0
2012-01-27unusedcode.easy: Removed unused code (basegfx::B2ITuple)Alexander Bergmann1-6/+0
2012-01-27Fix for fdo43460 Part LIII getLength() to isEmpty()Olivier Hallot16-40/+40
Part LIII Modules xmloff (part 6)
2012-01-27Fix for fdo43460 Part LII getLength() to isEmpty()Olivier Hallot7-85/+85
Part LII Modules xmloff (part 5)
2012-01-27Skip Executable_soffice.bin for non-desktop OSes, hmmTor Lillqvist1-1/+1
2012-01-27Thanks to sal/main.h need to compile main.c as Objective-C for iOSTor Lillqvist1-0/+6
2012-01-27Skip Library_vbaswobj for iOSTor Lillqvist1-1/+8
2012-01-27No thanks for non-desktop OSesTor Lillqvist1-0/+4
2012-01-27Do deliver headers also for iOS even if we don't build the libsTor Lillqvist2-2/+8
2012-01-27For iOS, filter out the sb and vbahelper libs that we don't buildTor Lillqvist1-0/+7
2012-01-27Deliver the static libneon built for iOSTor Lillqvist1-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-27WaE: Unused parameterTor Lillqvist1-0/+1
2012-01-27Deliver the static libunotest.a built for iOSTor Lillqvist1-0/+1
2012-01-27Fix bit-rot in the iOS "code"Tor Lillqvist10-22/+27
2012-01-27CppunitTests go in gb_Module_add_check_targetsTor Lillqvist1-0/+3
2012-01-27Bypass libwp? for iOSTor Lillqvist1-0/+6
2012-01-27One moreTor Lillqvist1-0/+1
2012-01-27Bypass building BASIC and scripting related modules for iOSTor Lillqvist5-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-27Add the "all" cppunittesters for iOSTor Lillqvist1-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-27use the correct application icon of Writer/Web under WindowsAndras Timar1-1/+1
2012-01-27Copy of index.html, with Google custom search.Thorsten Behrens1-0/+249
This is the file as seen on api.libreoffice.org.
2012-01-27add a file to list of known SAL_INFO areasLuboš Luňák2-1/+49
2012-01-27sal log area ".doc" -> "sw.ww8", to be consistent with the styleLuboš Luňák1-2/+2
2012-01-27added [br-FR] date acceptance pattern "D/M"Eike Rathke1-0/+1
2012-01-27added [et-EE] date acceptance patterns "D.M", "D.M." and with spacesEike Rathke1-0/+4
2012-01-27Unit test for updating formula cells that references into the pivot table.Kohei Yoshida1-0/+31
2012-01-27Replace SvtUndoOptions with (simplified) direct configuration access.Stephan Bergmann22-341/+64
Also, code in sw can be simplified under the premise that always /org.openoffice.Office.Common/Undo/Steps > 0.
2012-01-27Do not move nCurUndoAction < 0.Stephan Bergmann1-1/+4
(Could easily happen when max undo steps is set to 1.)
2012-01-27CppunitTest_sal_osl_file fails on WindowsTor Lillqvist1-1/+2
2012-01-27Decrease verbiage a little bitTor Lillqvist19-21/+57
2012-01-27update unused listCaolán McNamara1-0/+1
2012-01-27SvGlobalName::GetctorName is now redundantCaolán McNamara2-38/+0
2012-01-27drop unnecessary includeCaolán McNamara2-11/+12