summaryrefslogtreecommitdiff
path: root/sc/source/ui/optdlg
AgeCommit message (Expand)AuthorFilesLines
2013-07-26targetted clean of redundant header piece from 62badf3828Michael Meeks2-6/+0
2013-05-16Resolves: #i117782# convert calculate page to .ui formatCaolán McNamara1-85/+73
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-23/+4
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks4-84/+20
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák5-25/+23
2013-03-08fdo#60691 add modelines to *.src and *.hrc filesBorim1-0/+3
2013-02-06Remove useless function calls.jailletc361-4/+0
2013-01-30Let's stick with just one variant of ScDocument::GetString()...Kohei Yoshida1-2/+2
2013-01-24Change GetSavedValue() to return OUStringChr. Rossmanith2-3/+3
2013-01-21Changed SetText() / GetText() to take/return OUStringChr. Rossmanith4-5/+5
2012-12-20Add ODF recalc option bits to the UI and configuration.Kohei Yoshida1-30/+16
2012-12-17Change the order of always, never, ask enumerations.Kohei Yoshida1-4/+4
2012-12-17Re-arranged formula options page to make room for re-calc option.Kohei Yoshida1-4/+6
2012-12-10improve the recalc dialog for ooxmlMarkus Mohrhard1-1/+36
2012-12-04re-base on ALv2 code. Includes:Michael Meeks6-141/+84
2012-11-29Pass pointer to view data entry to Paint() instead of its raw flag value.Kohei Yoshida1-2/+2
2012-11-16Fix the Windows build breakage by reorganizing svtools headers.Kohei Yoshida1-0/+1
2012-10-19Merge SvLBoxTreeList and SvTreeList.Kohei Yoshida1-3/+3
2012-10-19Merge SvListEntry and SvLBoxEntry into SvTreeListEntry.Kohei Yoshida1-6/+6
2012-10-17write the custom sort list info into the item set, fdo#53870Markus Mohrhard1-0/+2
2012-10-11Merged SvTreeListBox and SvLBox.Kohei Yoshida1-2/+2
2012-08-27Quick indentation fix on closing brace.Kohei Yoshida1-1/+1
2012-08-25The label size is computed from the length of the string it containsJean-Baptiste FAURE1-5/+12
2012-07-23More helpful description for this option.Kohei Yoshida1-1/+1
2012-07-23Unused parameter.Kohei Yoshida2-2/+2
2012-07-23Let's not forget to set the description for this option.Kohei Yoshida1-0/+1
2012-07-23Using ScCalcConfig throughout saves quite a bit of code.Kohei Yoshida1-3/+3
2012-07-23Add new formula config option in the UI for "treat empty string as zero."Kohei Yoshida4-34/+188
2012-06-19typo: paramters, paramaters -> parametersAndras Timar1-1/+1
2012-06-19fix license header for new files.Michael Meeks1-26/+6
2012-06-11remove EraseLeadingChars and EraseTrailingCharsCaolán McNamara1-5/+2
2012-05-31Rename this option to make it sound more generic.Kohei Yoshida5-18/+18
2012-05-30Share common localized strings: Calc A1, Excel A1, and Excel R1C1.Kohei Yoshida3-6/+17
2012-05-30Reset the calc settings to default when the 'Default' button is checked.Kohei Yoshida1-0/+6
2012-05-30Localize a string & more efficient list value update.Kohei Yoshida4-19/+42
2012-05-30Get the sub dialog functional.Kohei Yoshida4-23/+90
2012-05-30Pass the config data to the sub-dialog.Kohei Yoshida3-4/+9
2012-05-30Create a common struct for interpreter config options.Kohei Yoshida1-4/+9
2012-05-30Update the buttons for calc settings on various events.Kohei Yoshida1-1/+29
2012-05-30Get the current decimal separator from ScGlobal.Kohei Yoshida1-7/+1
2012-05-30Allow editing of enumerated option value.Kohei Yoshida4-12/+44
2012-05-30Added options list and other misc stuff.Kohei Yoshida4-4/+149
2012-05-30New skeleton dialog for detailed calculation settings.Kohei Yoshida5-0/+189
2012-05-30New controls in formula option page to change calculation settings.Kohei Yoshida1-0/+4
2012-04-18Use global constants for initial tab count bounds checkingAlbert Thuswaldner1-7/+4
2012-04-13Moved ScDefaultsOptions from ScDocOptions to separate classAlbert Thuswaldner1-21/+26
2012-04-10Grouping ScFormulaOptionsAlbert Thuswaldner1-74/+79
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann3-3/+3
2012-02-27Fixed up several issues with the new formula options handler.Kohei Yoshida1-63/+70
2012-02-27Moving misplaced Formula options from ScDocOptions to ScAppOptionsAlbert Thuswaldner1-37/+51