summaryrefslogtreecommitdiff
path: root/sc/inc/calcconfig.hxx
AgeCommit message (Collapse)Author
2013-09-19store the opencl device id and propagate it from the ui to opencl codeMarkus Mohrhard
Change-Id: I47ed4add16c804e598feebd84ae823a45d2f8dd9
2013-09-19store opencl auto select setting in configurationMarkus Mohrhard
Change-Id: I687b31959b2932cc1b5f7ce6daea8d7bbbe85ee5
2013-06-25cleanup options dialog, and add an option for formula grouping.Michael Meeks
Change-Id: I3cb19fb24028bc07d24b56786b6573dc79911bda
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2012-12-17Change the order of always, never, ask enumerations.Kohei Yoshida
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-07-23Add new formula config option in the UI for "treat empty string as zero."Kohei Yoshida
Change-Id: I116857ee8b377c80707efbc76fcfa06c3e46201d
2012-05-31Rename this option to make it sound more generic.Kohei Yoshida
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-30Reset the calc settings to default when the 'Default' button is checked.Kohei Yoshida
Change-Id: Ia7eda2d9ff29b5997654fef1a01d637f474b06cc
2012-05-30Create a common struct for interpreter config options.Kohei Yoshida
And use it both in the core interpreter and the configuration UI. Change-Id: Ia2a16fcb53025840d906864b564255cd3c53e8e9