summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-12-20hidpi: Make many places Hi-DPI aware.Keith Curtis22-75/+269
2013-12-20sw: drawingml export of text frame back color transparencyMiklos Vajna1-13/+28
2013-12-20Prevent occasional crashTor Lillqvist1-1/+2
2013-12-20Resolves: fdo#72682 text field doesn't horizontally expandCaolán McNamara1-8/+12
2013-12-20Add tool to generate native-code.cxx for Android.Matúš Kukan8-161/+104
2013-12-20Updated coreCaolán McNamara1-0/+0
2013-12-20convert solver no solution dialog to .uiCaolán McNamara9-120/+103
2013-12-20Don't need Base, Calc, Draw and Math functionality here for nowTor Lillqvist2-8/+0
2013-12-20Avoid unnecessary library re-building in the DISABLE_DYNLOADING caseTor Lillqvist1-2/+19
2013-12-20Updated coreCaolán McNamara1-0/+0
2013-12-20oox: import textframe border line width from drawingmlMiklos Vajna1-0/+2
2013-12-20convert row/col height/width dialogs to .uiCaolán McNamara15-408/+658
2013-12-20Resolves: #i121943# apply patch for PenWidth attributeJürgen Schmidt1-0/+6
2013-12-20oox: import textframe shadow from drawingmlMiklos Vajna1-0/+51
2013-12-20Resolves: #i120065# apply patch for Enabled property in grid modelJürgen Schmidt7-5/+56
2013-12-20Improve the tiles per second calculationTor Lillqvist1-19/+28
2013-12-20WaE: statement aligned ... [loplugin]Tor Lillqvist2-2/+2
2013-12-20Remaining -Werror=unused-variable fixes to get sc build againMiklos Vajna1-58/+0
2013-12-20-Werror=unused-variableMiklos Vajna3-102/+0
2013-12-20-Werror=shadowMiklos Vajna1-5/+5
2013-12-20added bool bForExport parameter to XMLPropertySetMapper ctorEike Rathke34-109/+137
2013-12-20prepared XMLPropertyMapEntry with mbImportOnly flagEike Rathke12-42/+53
2013-12-20just beautify this a littleEike Rathke1-7/+7
2013-12-20reordered member variables for 4 byte alignmentEike Rathke2-3/+3
2013-12-20Fix typo: Stroage -> StorageTakeshi Abe3-3/+3
2013-12-20Add tiles per second counter (averaged over last five seconds)Tor Lillqvist3-2/+80
2013-12-19GPU Calc: Optimized TESTshiming zhang2-61/+62
2013-12-19GPU Calc: unit test cases for besseljshiming zhang2-0/+27
2013-12-19GPU Calc: implemented besseljshiming zhang4-0/+239
2013-12-19GPU Calc: unit test cases for SUMIFfengzeng3-0/+25
2013-12-19GPU Calc: implemented SUMIFfengzeng3-0/+162
2013-12-19GPU Calc: Fix bug of TRUNCfengzeng1-6/+9
2013-12-19GPU Calc: Fixed accuracy bug of CEILINGyangzhang1-10/+5
2013-12-19GPU Calc: Fixed accuracy bug of BitAndyangzhang1-1/+1
2013-12-19GPU Calc: unit test cases for SERIESSUMyangzhang2-0/+24
2013-12-19GPU Calc: implemented SERIESSUMyangzhang3-0/+150
2013-12-19GPU Calc: unit test cases for QUOTIENTyangzhang2-0/+27
2013-12-19GPU Calc: implemented QUOTIENTyangzhang3-1/+46
2013-12-19GPU Calc:Fix the accuracy problem of 'Harmean'mingli1-19/+30
2013-12-19GPU Calc: unit test cases for MROUNDmulei2-0/+25
2013-12-19GPU Calc: implemented MROUNDmulei3-0/+87
2013-12-19GPU Calc: unit test cases for SECHmulei3-0/+26
2013-12-19GPU Calc: implemented SECHmulei3-1/+39
2013-12-19GPU Calc: unit test cases for SECmulei3-0/+26
2013-12-19GPU Calc: implemented SECmulei3-1/+38
2013-12-19GPU Calc: unit test cases for STDEVPAshiming zhang3-5/+27
2013-12-19GPU Calc: implemented STDEVPAshiming zhang3-0/+435
2013-12-19GPU Calc: unit test cases for STDEVAshiming zhang3-0/+29
2013-12-19GPU Calc: implemented STDEVAshiming zhang3-0/+434
2013-12-19GPU Calc: unit test cases for VARPAshiming zhang3-0/+31