summaryrefslogtreecommitdiff
path: root/sc/inc/formulaopt.hxx
AgeCommit message (Collapse)AuthorFilesLines
2014-01-10SfxPoolItem::operator ==, != should return boolStephan Bergmann1-1/+1
...and SfxEnumItemInterface::HasBoolValue, too. Change-Id: Ia032e3d35a4c3b4c1efdc515ca36e466be03fc0a
2013-08-31fdo#62475 removed pointless commentsJelle van der Waa1-4/+0
Change-Id: Ifc9837e9f6e3c6a84e9f01c192f10271b184fb6d Reviewed-on: https://gerrit.libreoffice.org/5720 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2013-08-12Include <map> for std::map with MSVCTor Lillqvist1-0/+1
Change-Id: I88a36c7e4a795679519aa26387c7de8fd4ae007f
2013-08-12listen for formula related configuration changesNoel Power1-0/+3
Change-Id: Ia95dea3fab6bffeb1967096888a07e610b9bd858
2013-06-18String to OUString (SfxStringItem and related)Matteo Casalin1-1/+1
Change-Id: I390413e9ff3efee720a6423fb8695b4c655d7efa Reviewed-on: https://gerrit.libreoffice.org/4280 Reviewed-by: Noel Power <noel.power@suse.com> Tested-by: Noel Power <noel.power@suse.com>
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-12/+12
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
2012-12-20Add ODF recalc option bits to the UI and configuration.Kohei Yoshida1-0/+4
Change-Id: I2a72956f3e91b650b7434c676722d34b2f3394e4
2012-12-17Change the order of always, never, ask enumerations.Kohei Yoshida1-8/+0
This tri-state option is commonly ordered ask-always-never or always-never-ask, but not always-ask-never, which is not very common. Change-Id: Ie3a3d1b40397b5cd7d28e64948a2b946bb619b49
2012-12-11enum is not something that has external linkage, so no point in visibilityLuboš Luňák1-1/+1
and apple gcc-4.0.1 chokes on this Change-Id: I4799d66f483f10d9b633077a16d25208c8b595e0
2012-12-10improve the recalc dialog for ooxmlMarkus Mohrhard1-0/+13
Change-Id: I94ea2d52f86a340ce3802ea4b63642cfc637bd2d
2012-07-23Using ScCalcConfig throughout saves quite a bit of code.Kohei Yoshida1-3/+5
Change-Id: I697b03d603a99cdb58c31d78447bbed10230311e
2012-05-31Rename this option to make it sound more generic.Kohei Yoshida1-3/+3
There may be other functions other than INDIRECT that take a string reference. If so, we could re-use this option for those functions as well. Change-Id: I1e756298a094aa8197f578cb992904b7af5b2e4d
2012-05-30Use the new option when interpreting INDIRECT function.Kohei Yoshida1-2/+5
Change-Id: Ic9ba214e5bbee64287934437fcdb63117a1146f6
2012-04-10Grouping ScFormulaOptionsAlbert Thuswaldner1-0/+124