summaryrefslogtreecommitdiff
path: root/cui/source/customize/cfg.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2012-06-09Do what the TODO said: Remove unused member and inclusion of vcl/virdev.hxxTor Lillqvist1-0/+1
2012-06-04fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin1-15/+7
2012-06-02targeted string re-workNorbert Thiebaud1-93/+84
2012-05-16removed unused constant rtl::OUStringTakeshi Abe1-1/+0
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-3/+1
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-12/+12
2012-03-26need seen for seperate CUI_RESSSTRCaolán McNamara1-5/+5
2012-02-05Fixed cppcheck messages about rethrowing copy of exception.PKEuS1-2/+2
2012-01-17Replaced SAL_INFO with SAL_WARN were applicable.Marcel Metz1-2/+2
2012-01-16Replaced DBG_ERRORFILE with SAL_INFO.Marcel Metz1-2/+2
2011-12-20Fix for fdo43460 Part XI getLength() to isEmpty()Olivier Hallot1-13/+13
2011-11-11Heavily simplified utl::ConfigManager.Stephan Bergmann1-7/+3
2011-11-08callcatcher: some unused methodsCaolán McNamara1-56/+0
2011-08-24various createfromascii -> RTL_CONSTASCII_USTRINGPARAMCaolán McNamara1-11/+12
2011-03-09Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Norbert Thiebaud1-515/+278
2011-02-15accfixes: merged to m100Malte Timmermann [mt]1-254/+253
2011-02-12Remove precompiled header support.Joseph Powers1-3/+0
2011-02-07removetooltypes01: Rebase to DEV300m99Carsten Driesner1-1/+0
2011-02-06move components to boost unordered containersFridrich Štrba1-3/+3
2011-01-27WaE: gcc 4.6.0 various warningsCaolán McNamara1-1/+0
2011-01-20accfixes: added more accessibility information and fixed tab orders in multip...Malte Timmermann [mt]1-0/+12
2011-01-20Replace suitable equalsAscii calls with equalsAsciiL.Thomas Arnhold1-16/+16
2011-01-14removetooltypes01: #i112600# remove tooltypes from cuiMikhail Voytenko1-253/+253
2010-12-27cppcheck prefix operator in componentsJulien Nabet1-45/+45
2010-12-23cppcheck: prefer prefix variantCaolán McNamara1-23/+23
2010-12-23cppcheck: can reduce the scope of these variablesCaolán McNamara1-2/+3