summaryrefslogtreecommitdiff
path: root/cui/source/customize/cfg.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-01-30Introduce com.sun.star.ui.theModuleUIConfigurationManagerSupplier singleton.Matúš Kukan1-2/+2
2014-01-28bool improvementsStephan Bergmann1-124/+124
2014-01-28Introduce com.sun.star.frame.theUICommandDescription singleton.Matúš Kukan1-2/+2
2014-01-22bool improvementsStephan Bergmann1-9/+9
2014-01-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann1-2/+2
2014-01-14Dialog::Execute does not return boolStephan Bergmann1-29/+10
2014-01-06convert customize tab dialog to .uiCaolán McNamara1-40/+21
2013-12-17Remove unnecessary use of OUString constructor in + expressionsNoel Grandin1-2/+2
2013-11-20convert equalsAsciiL calls to startsWith callsNoel Grandin1-2/+2
2013-11-11remove unnecessary use of OUString constructorNoel Grandin1-8/+8
2013-10-31convert new/move menu to .uiCaolán McNamara1-72/+34
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin1-9/+9
2013-10-28windows: warning 4355 is disabled globally in com_MSC_defs.mkThomas Arnhold1-4/+0
2013-10-09fdo#63866 Remove checkbox also for new separatorsSamuel Mehrbrodt1-0/+1
2013-10-02-Werror,-Wunused-variableStephan Bergmann1-2/+0
2013-10-01convert CUI module from String to OUStringNoel Grandin1-38/+33
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-6/+6
2013-08-15convert GetName/Title/Description methods to OUStringIvan Timofeev1-5/+5
2013-06-28remove toolkit/unohlp.hxx hackThomas Arnhold1-1/+1
2013-06-07fdo#63866 Hid useless checkboxesJason Hulme1-0/+3
2013-05-14fdo#46808, Convert ui::ImageManager to new styleNoel Grandin1-6/+2
2013-05-13fdo#46808, Convert util::PathSettings service to new styleNoel Grandin1-17/+14
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-53/+52
2013-03-30Simplify a bit iterators stuffJulien Nabet1-6/+2
2013-03-08some further OUString cleanupThomas Arnhold1-2/+2
2013-03-02coverity#982967: fix memory leakMarkus Mohrhard1-0/+1
2013-02-24loplugin: unused variablesThomas Arnhold1-9/+2
2013-02-22adapt code to New Toolbar Dialog .ui conversionCaolán McNamara1-24/+16
2013-02-06Some cppcheck cleaningJulien Nabet1-2/+1
2013-01-21Changed SetText() / GetText() to take/return OUStringChr. Rossmanith1-1/+1
2012-12-21fdo#46808, Convert frame::Desktop to new style service.Noel Grandin1-21/+12
2012-12-17fdo#58362 do not crash on customize toolbarDavid Tardon1-1/+2
2012-12-13fdo#46808, use service constructor for ui::WindowStateConfigurationNoel Grandin1-15/+15
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens1-1/+0
2012-11-29Remove unused method & remove header include by using forward declaration.Kohei Yoshida1-0/+1
2012-11-29Pass pointer to view data entry to Paint() instead of its raw flag value.Kohei Yoshida1-4/+4
2012-11-28Fix various build breaks.Kohei Yoshida1-2/+2
2012-11-16Fix the Windows build breakage by reorganizing svtools headers.Kohei Yoshida1-0/+1
2012-10-19Merge SvListEntry and SvLBoxEntry into SvTreeListEntry.Kohei Yoshida1-52/+52
2012-10-11Merged SvTreeListBox and SvLBox.Kohei Yoshida1-1/+2
2012-10-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-09-29Use comphelper::getComponentContextStephan Bergmann1-8/+2
2012-09-19ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann1-3/+2
2012-09-06offapi: move css.ui.UICommandDescription to css.frame.UICommandDescription:Michael Stahl1-2/+3
2012-09-05Some clean up of previous commitStephan Bergmann1-27/+25
2012-09-05fdo#46808, Adapt frame::ModuleManager UNO service to new styleNoel Grandin1-11/+10
2012-09-03fdo#46808, Adapt UICommandDescription UNO service to new styleNoel Grandin1-5/+3
2012-09-03fdo#46808, Adapt ModuleUIConfigurationManagerSupplier UNO service to new styleNoel Grandin1-4/+3
2012-07-16There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET1-8/+7