summaryrefslogtreecommitdiff
path: root/sc/source/ui/optdlg
AgeCommit message (Expand)Author
2014-08-13warning C4242: 'initializing' : conversion from 'size_t' to 'sal_uInt16'Thomas Arnhold
2014-06-25remove whitespaceMarkus Mohrhard
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-06-11Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann
2014-06-11Change SfxTabPage::Reset param from ref to pointerStephan Bergmann
2014-06-10Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann
2014-06-06Bin ugly (ab)use of preprocessor in headers (final part)Thomas Arnhold
2014-05-11fix-includes.pl: scThomas Arnhold
2014-05-08use new VCL IsValueChangedFromSaved methodNoel Grandin
2014-04-23sc: sal_Bool->boolNoel Grandin
2014-04-22remove missing sc.hrcThomas Arnhold
2014-04-22clean up hrc filesThomas Arnhold
2014-04-19fixincludeguards.sh: scThomas Arnhold
2014-04-06whitespace cleanup in scMarkus Mohrhard
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-27sfx2: sal_Bool->boolNoel Grandin
2014-03-14user selectable string conversion models, related fdo#37132 fdo#74622Eike Rathke
2014-03-14SvxCheckListBox/SvTreeList/ListBox position types nitpickEike Rathke
2014-03-10coverity#1103674 Unchecked dynamic_castCaolán McNamara
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke
2014-03-03Remove visual noise from scAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-19unotools: sal_Bool -> boolStephan Bergmann
2014-02-19sal_Bool->boolNoel Grandin
2014-01-28bool improvementsStephan Bergmann
2014-01-08fdo#73408: Make the software interpreter selection stick in the UI.Kohei Yoshida
2014-01-06avoid out of bounds string accessCaolán McNamara
2013-12-17Remove unnecessary use of OUString constructor in + expressionsNoel Grandin
2013-11-05convert xub_StrLen to sal_Int32Noel Grandin
2013-11-05convert xub_StrLen to sal_Int32Noel Grandin
2013-11-04fdo#40788: Allow manual breaks in Calc to be forcedEilidh McAdam
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin
2013-10-29cppcheck: Array index is used before limits checkJulien Nabet
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-10-18convert remaining String in SC to OUStringNoel Grandin
2013-10-08convert sc/source/ui/optdlg/*.cxx from String to OUStringNoel Grandin
2013-10-04convert sc/inc/r*.hxx from String to OUStringNoel Grandin
2013-10-04convert sc/inc/view*.hxx from String to OUStringNoel Grandin
2013-10-04convert sc/.../inc/tpusrlst.hxx from String to OUStringNoel Grandin
2013-09-19select maximum one opencl deviceMarkus Mohrhard
2013-09-19select the correct entry when opening the dialogMarkus Mohrhard
2013-09-19add the software interpreter to the listMarkus Mohrhard
2013-09-19store the opencl device id and propagate it from the ui to opencl codeMarkus Mohrhard
2013-09-19Avoid having build-time dependency on scopencl.Kohei Yoshida
2013-09-19show compute units, frequency and memory for opencl devicesMarkus Mohrhard
2013-09-19fix some updating problems in the opencl auto select dialogMarkus Mohrhard
2013-09-19enable the opencl device selection also after enabling opencl againMarkus Mohrhard
2013-09-19store opencl auto select setting in configurationMarkus Mohrhard