summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/defaultsoptions.cxx
AgeCommit message (Collapse)AuthorFilesLines
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-23/+4
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-1/+0
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
2013-03-04RTL_CONSTASCII_USTRINGPARAM and ::rtl:: removalsKrisztian Pinter1-2/+2
Change-Id: Ica78f316d481130c28da83f92561206518342eaa Reviewed-on: https://gerrit.libreoffice.org/2483 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2012-07-03ditch String::CreateFromAsciiCaolán McNamara1-1/+1
Change-Id: I2b482bd323ac510629c5ee31868010b7cd6ce691
2012-05-31Revert "Revert "fdo#50183 Use one sheet as default in Calc""Stephan Bergmann1-1/+1
This reverts commit 3e07bdfce6ef700a94868ccc03268aa005c295b8. The problems with the tests still assuming three sheets by default have now been addressed.
2012-05-29Revert "fdo#50183 Use one sheet as default in Calc"Stephan Bergmann1-1/+1
This reverts commit 9a7d3d47d9b4d57b0c7380eadb294add4245ba3a. It caused various tests in sc/JunitTest_sc_complex and sc/JunitTest_sc_unoapi to fail, which apparently implicitly depend on three instead of one sheets per default in Calc.
2012-05-25fdo#50183 Use one sheet as default in CalcStefan Knorr (astron)1-1/+1
Change-Id: I031b6ef17d4113194c246bd1081268fa27810517
2012-04-26No need for these warnings.Kohei Yoshida1-1/+0
Property values can be legitimately missing when the values have never been changed from the default ones. Change-Id: I3cfb6fdb41ce0012ee8af61e0566d2f8b5df78e3
2012-04-15Fix 2 "scope of the variable can be reduced"Julien Nabet1-1/+1
2012-04-13Moved ScDefaultsOptions from ScDocOptions to separate classAlbert Thuswaldner1-0/+209