summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-11-26Improve error reportingStephan Bergmann1-2/+2
2012-11-26WaE: use of logical '&&' with constant operandTor Lillqvist1-0/+18
2012-11-26get textencoding tests working againCaolán McNamara4-1251/+1135
2012-11-26fix unicode to dingbats conversionCaolán McNamara1-5/+5
2012-11-26Varnisch localize.cxxZolnai Tamás2-205/+176
2012-11-26Missing dependency on lng.componentStephan Bergmann1-0/+1
2012-11-26make presentation spanning all screens work (bnc#758138)Luboš Luňák2-17/+23
2012-11-26Remove useless comment.jailletc361-2/+2
2012-11-26use correct PyString_Size for python2Rene Engelhard1-2/+1
2012-11-26Revert "Skip a bunch of files in the disable-export case"Tor Lillqvist1-7/+6
2012-11-26Indent consistentlyTor Lillqvist1-58/+58
2012-11-26Make ~Window more robustStephan Bergmann2-39/+50
2012-11-26we can now update formulas in cond formats correctly, fdo#48970Markus Mohrhard1-2/+10
2012-11-26removal of ISCII code left a bogus hole in tableCaolán McNamara1-0/+8
2012-11-26Clarify --disable-export meaningTor Lillqvist1-2/+3
2012-11-26sal_Bool to boolTakeshi Abe10-88/+88
2012-11-26Fold boost crc-shadow-warning.patch into 6397.warnings.patchStephan Bergmann3-23/+21
2012-11-26WaE: some additional warningsCaolán McNamara1-3/+16
2012-11-26WaE: comparison of char to EOF always false on ppcCaolán McNamara3-3/+6
2012-11-26Add Emacs mode linesTor Lillqvist33-0/+33
2012-11-26Skip a bunch of files in the disable-export caseTor Lillqvist1-6/+7
2012-11-26More DISABLE_EXPORT tweaksTor Lillqvist3-14/+17
2012-11-26fdo#37954, #i18737# accept capitalized lowercase custom wordsLászló Németh2-3/+76
2012-11-26error: declaration of ‘bit_count’ shadows a previous localStephan Bergmann2-0/+23
2012-11-26android: make this a bit more readableMiklos Vajna1-2/+6
2012-11-26android: extract duplicated casts to helper methodsMiklos Vajna1-5/+15
2012-11-26Sprinkle some DISABLE_EXPORT, saves 100K of code in an Android view-only appTor Lillqvist1-0/+35
2012-11-26Let's not break "make clean install"Tor Lillqvist1-1/+1
2012-11-26It's an emulator, not simulatorTor Lillqvist1-1/+1
2012-11-26sw/qa/extras: default style change name changedMiklos Vajna4-12/+14
2012-11-26Typo in commentLionel Elie Mamane1-1/+1
2012-11-26Assert that length of bookmark has not changed after editing lineLionel Elie Mamane1-0/+2
2012-11-26rearrange controls on table data view navigation barLionel Elie Mamane1-40/+43
2012-11-26fix fdo#56596 - FILESAVE: huge excesses of white space in xhtml...Peter Jentsch2-4/+9
2012-11-25fix fdo#56595 - FILESAVE: ToC links broken in xhtml exportPeter Jentsch1-0/+4
2012-11-25fix: fdo#55610 - FILESAVE: CRASH when exporting particular .odt to XHTMLPeter Jentsch1-32/+8
2012-11-25Apply Style: Fix the styles preview on Windows.Jan Holesovsky1-1/+1
2012-11-25Fix doxygen comment.Jan Holesovsky1-1/+1
2012-11-25"Default Style" is better name than just "Default" for page styles too.Jan Holesovsky1-1/+1
2012-11-25New try to fix pystring sizeJulien Nabet1-1/+1
2012-11-25fixup trailing token error.Michael Meeks1-1/+1
2012-11-25Updated corePeter Jentsch1-0/+0
2012-11-25attempted blind fix for pystring size.Michael Meeks1-1/+2
2012-11-25German comment translationsMarkus Maier32-229/+205
2012-11-25Add newlineTor Lillqvist1-1/+1
2012-11-25Make the android_version_setup work betterTor Lillqvist1-6/+5
2012-11-25scripting: Capitalise.py example: fix Python 3 syntax errorsMichael Stahl1-4/+4
2012-11-25scripting: pythonscript.py: adapt to Python 3Michael Stahl1-27/+48
2012-11-25pyuno: fix handling of "str", "unicode", "bytes" types:Michael Stahl7-61/+104
2012-11-25pyuno: adjust uno.ByteSequence to work with "bytes"Michael Stahl2-5/+11