summaryrefslogtreecommitdiff
path: root/cui/source/customize/cfg.cxx
AgeCommit message (Expand)Author
2014-04-16cui: sal_Bool->boolNoel Grandin
2014-04-10It's "its", not "it's"Tor Lillqvist
2014-04-08use TriState instead of sal_Bool as there's three possibilitiesCaolán McNamara
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-29coverity#982292 Logically dead codeCaolán McNamara
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-27sfx2: sal_Bool->boolNoel Grandin
2014-03-25svtools: sal_Bool->boolNoel Grandin
2014-03-07convert customize menu page to .uiCaolán McNamara
2014-02-26Remove visual noise from cuiAlexander Wilms
2014-02-23coverity#704595 Dereference after null checkCaolán McNamara
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-02-14cid#704597 dereference after null checkNoel Grandin
2014-02-14cid#704596 dereference after null checkNoel Grandin
2014-02-06Introduce com.sun.star.ui.theWindowStateConfiguration singleton.Matúš Kukan
2014-02-06Introduce com.sun.star.util.thePathSettings singleton.Matúš Kukan
2014-02-04Simplify showKeyConfigTabPageStephan Bergmann
2014-01-30Introduce com.sun.star.ui.theModuleUIConfigurationManagerSupplier singleton.Matúš Kukan
2014-01-28bool improvementsStephan Bergmann
2014-01-28Introduce com.sun.star.frame.theUICommandDescription singleton.Matúš Kukan
2014-01-22bool improvementsStephan Bergmann
2014-01-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann
2014-01-14Dialog::Execute does not return boolStephan Bergmann
2014-01-06convert customize tab dialog to .uiCaolán McNamara
2013-12-17Remove unnecessary use of OUString constructor in + expressionsNoel Grandin
2013-11-20convert equalsAsciiL calls to startsWith callsNoel Grandin
2013-11-11remove unnecessary use of OUString constructorNoel Grandin
2013-10-31convert new/move menu to .uiCaolán McNamara
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin
2013-10-28windows: warning 4355 is disabled globally in com_MSC_defs.mkThomas Arnhold
2013-10-09fdo#63866 Remove checkbox also for new separatorsSamuel Mehrbrodt
2013-10-02-Werror,-Wunused-variableStephan Bergmann
2013-10-01convert CUI module from String to OUStringNoel Grandin
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-08-15convert GetName/Title/Description methods to OUStringIvan Timofeev
2013-06-28remove toolkit/unohlp.hxx hackThomas Arnhold
2013-06-07fdo#63866 Hid useless checkboxesJason Hulme
2013-05-14fdo#46808, Convert ui::ImageManager to new styleNoel Grandin
2013-05-13fdo#46808, Convert util::PathSettings service to new styleNoel Grandin
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-30Simplify a bit iterators stuffJulien Nabet
2013-03-08some further OUString cleanupThomas Arnhold
2013-03-02coverity#982967: fix memory leakMarkus Mohrhard
2013-02-24loplugin: unused variablesThomas Arnhold
2013-02-22adapt code to New Toolbar Dialog .ui conversionCaolán McNamara
2013-02-06Some cppcheck cleaningJulien Nabet
2013-01-21Changed SetText() / GetText() to take/return OUStringChr. Rossmanith