summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Collapse)AuthorFilesLines
2016-09-19tdf#96453, tdf#100793 rework transfer of data between cond format dlgsMarkus Mohrhard15-255/+299
The xml based transfer of information was a bad idea from the start. It can obviously not transport the temporary conditional format information from the manager dialog. Therefore the whole handling here was completely broken and deleted formats came back, changed formats were not saved and added formats got applied directly to the document. Now the document fornat list and the one from the manager are indepedent again and as long as the manager has not been closed with ok nothing is written to the document. Change-Id: I9802be11cd15c2d2d877e55c91d836735fe0e0ff Reviewed-on: https://gerrit.libreoffice.org/28995 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2016-09-19add BETA.DIST test caseZdeněk Crhonek1-0/+4141
Change-Id: I514e06585fac3c16a40318f8d51d389fd13c9c5a Reviewed-on: https://gerrit.libreoffice.org/28997 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2016-09-19add FTEST test caseZdeněk Crhonek1-0/+5338
Change-Id: Icae9ed5dee0f9b230e4629b47d9a3eaff0328534 Reviewed-on: https://gerrit.libreoffice.org/28988 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2016-09-19Use localized name for pivot groups created via APITamás Zolnai1-2/+2
Same string used in ScDBFunc::GroupDataPilot() method. Change-Id: I5b4d1b32af039caee76121fc534418a05a0882e0
2016-09-18extract the code to get the max key id to own methodMarkus Mohrhard3-8/+15
Change-Id: I56bd53e03a7ea97b15895528ec02a09a73d877b6 Reviewed-on: https://gerrit.libreoffice.org/28994 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2016-09-18fix indentationMarkus Mohrhard1-3/+2
Change-Id: Iab226c47b63253bc8d0876af861e3e4731ff1ce2 Reviewed-on: https://gerrit.libreoffice.org/28993 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2016-09-18make sure that we are not trying to load the filter lib in ucalcMarkus Mohrhard6-18/+38
This casues crashes on exit as the ucalc lib loads the filter lib which is linked against the sclo lib. The sclo lib is statically linked into the ucalc code so that this causes the symbols to be two times in the program. Change-Id: I93e5a9b4dffa7c4b797ffef91b91f5f29f65348e
2016-09-18place the calc default style file in the share folderMarkus Mohrhard3-33/+21
Change-Id: I1b8bfee1abf82c5a55cbfc5c1674b115cdfe63b8
2016-09-18Enable cell alignment test in orcus interfaceJaskaran Singh2-3/+3
Change-Id: I1078e29d6fa0c51a4457b43806340eaf10096a92
2016-09-18Add test for cell align in orcus interface(currently disabled)Jaskaran Singh2-1/+19
Change-Id: Icbb139cc520e4afd84986d245fab5f157431fc4e
2016-09-18Correct initial values for cell align in orcus interfaceJaskaran Singh1-2/+2
Change-Id: I54b7def1d1d1a5b518abc6774495dd371a928ef3
2016-09-18Add test for strikeout in orcus interfaceJaskaran Singh2-3/+32
Change-Id: I72e917934919ddf5cc2cdd188a692c3fba94433e
2016-09-18Add test for font in orcus interfaceJaskaran Singh2-5/+45
Change-Id: Ibe2b5ef344a8f1ca27d3b59be9ac53e2c6f5b3b0
2016-09-18Add test for cell protection in orcus interfaceJaskaran Singh2-7/+42
Change-Id: I952b5897bf3f728d103c43d93cadeffb92d1c3a9
2016-09-18Add diagonal border test for orcus interfaceJaskaran Singh2-4/+51
Change-Id: I762e3b5f634b96664a3687e89b1a117895265bee
2016-09-18Fix a bug in border import in orcus interfaceJaskaran Singh1-1/+1
Change-Id: Ic058787b1779f7731c0fe60d73b221011abe2b6c
2016-09-18Fix a typo in border style import in orcus interfaceJaskaran Singh1-2/+2
Change-Id: Ib8dcf0cb031ed39987b14706026f658bbea0a080
2016-09-18Initialize border attributes in orcus interfaceJaskaran Singh2-0/+10
Change-Id: I99994147830e96bea07f52fc6f2575f05cb0a40f
2016-09-18Disable printing default protection in imported stylesJaskaran Singh1-1/+1
Change-Id: Iba85a8a401542496f2313af576344d8ffdf768fe
2016-09-18Make sc/res/xml/styles.xml install on every buildJaskaran Singh3-0/+60
Change-Id: I1656a24057d9aae513cd9e7e736bfb7b258ba733
2016-09-18Add Test File for Orcus ODF styles importJaskaran Singh1-0/+43
Change-Id: I3131fe598b1af4731214d02e1ef09e7ab10f4761
2016-09-18Add test for orcus style importJaskaran Singh1-0/+61
Change-Id: I4731ed1854f854651b828ae4cb27e6b040660bdf
2016-09-18Change the way url is handled for orcus style importJaskaran Singh3-17/+40
Change-Id: I6d5f9059f8a83ae5b148ff0498d8af0777acfac8
2016-09-18Link orcus headers and libs to subsequent filters testJaskaran Singh1-0/+13
Change-Id: If036666f16dec23539e0e5a78f3a28d9cdc8be53
2016-09-18Export ScStyleSheetPool Symbol out of its libJaskaran Singh1-2/+2
Change-Id: I7fe0842be5e3c07b3d0b8936b276d3107e8daa14
2016-09-18Add facility for cell alignment to orcus interfaceJaskaran Singh2-3/+54
Change-Id: If073c34bc9898f2a069815892431a2db22f43d3a
2016-09-18Reform orcus interface to set border widthJaskaran Singh2-3/+3
Change-Id: Ic93b334205221548e4bd7920551034b1ccee4fa8
2016-09-18Add odf strikeout to orcus interfaceJaskaran Singh2-10/+85
Change-Id: Ibf8d1e7b0272fe4112fda0249eafef1aa5438d9a
2016-09-18Reform orcus unit warningJaskaran Singh1-1/+2
Change-Id: Iec221f019a65fcb42281f76b724ea306587f66c8
2016-09-18Fix reorder and overflow warning in orcus interfaceJaskaran Singh1-4/+5
Change-Id: I700463434a99a87e485b61bac78513a286f507cd
2016-09-18Remove unused variable from orcus interfaceJaskaran Singh1-2/+0
Change-Id: I3883b5361824838a3cb802cb9c577d4d39c070b2
2016-09-18fix assert in number format orcus importMarkus Mohrhard1-1/+1
Change-Id: Ib0a8ce074c9245fa8ba66008524887f015c7bf76
2016-09-18use ScDocument's number formatterMarkus Mohrhard2-5/+5
Change-Id: Iff04869b8e8ba73575bd5d336db42f1e08cec5d8
2016-09-18fix assert when opening a calc document in new orcus styles importMarkus Mohrhard1-2/+3
Change-Id: I6e62ddaeb20687bf3ad3e7de86f749e1047363b9
2016-09-18Reform function to apply protection in orcus interfaceJaskaran Singh1-16/+2
Change-Id: Idb25283fbd504d64c3518b1a4b742e9e50f6ccff
2016-09-18Add diagonal borders to calc orcus interfaceJaskaran Singh1-5/+23
Change-Id: Ia0d41baa4e4d6fdb5872c8ec3f462ff02a32f518
2016-09-18Add call to import ODF styles when spreadsheet is created or loadedJaskaran Singh2-0/+21
Change-Id: If2f6843337f554829a321cfbe0b7dfdba90dca48
2016-09-18Implement Interface for Importing Styles via OrcusJaskaran Singh2-21/+123
Change-Id: I2ec4cb1ad358e2e4a49e82e916a54fae81558937
2016-09-18Add a method to import ODF styles via orcusJaskaran Singh3-1/+47
Change-Id: Id76593bbb9982ec6745737ade800ae669e8e4471
2016-09-18Add to a method to check if stlpool already has standard stylesJaskaran Singh2-0/+5
Change-Id: I9173b0232d466a27cf8a7b35e0a9f0567b398115
2016-09-18Add functions for cell protection in orcus interfaceJaskaran Singh2-6/+15
Change-Id: I86111e9584e9d629d5fbb6a17c8936de719d190b
2016-09-18Add functions for border width and style to orcus interfaceJaskaran Singh2-5/+48
Change-Id: Ia707c7bf110f67f6537841999d0b1504fb24eab5
2016-09-18Fix getDirection for border in orcus interfaceJaskaran Singh1-3/+3
Change-Id: I43077c6b61d883826476ab1234d6b70abadcae0a
2016-09-18Implement orcus interface for font underlineJaskaran Singh2-9/+77
Change-Id: I35e0c6cf472877007244dc32f749ba621e9c3c9a
2016-09-18Declare font, border, protection orcus interface methodsJaskaran Singh2-0/+48
Change-Id: I486d861ba3c2c763964cdc3af2312661ef1a533d
2016-09-17Reduce scope of soma local variablesTamás Zolnai1-4/+2
Change-Id: I6e8938fa76e6afe0763610266b25ebf5ffe48d56
2016-09-17Fix build with DEBUG_PIVOT_TABLE macroTamás Zolnai3-7/+7
Change-Id: Ia2e38469ab8df268c6e03d77cae76e16e454ad76
2016-09-16tdf#101541 function WORKDAY.INTL not working properlyWinfried Donkers1-17/+13
When holidays are adjacent to weekend days, wrong results occurred. Change-Id: I9ec86e00f1a62ea941ff70617a1b448601aff9cc Reviewed-on: https://gerrit.libreoffice.org/28771 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2016-09-16Revert "Revert "add MOD test case""Eike Rathke1-0/+3714
This reverts commit 9dc3356f1499a2b90078be86ca7470eb2e96aba8. Should not fail now since commit b9a27d5856f60688456762bfcc29c38670009254 Date: Wed Sep 14 12:56:31 2016 +0200 sc: disable function test documents for 32-bit PLATFORMID=linux_x86
2016-09-16Revert "Revert "add CUMPRINC test case""Eike Rathke1-0/+1739
This reverts commit 9532f45ff009f67940c77dccd463f3088866b75e. Should not fail now since commit b9a27d5856f60688456762bfcc29c38670009254 Date: Wed Sep 14 12:56:31 2016 +0200 sc: disable function test documents for 32-bit PLATFORMID=linux_x86