summaryrefslogtreecommitdiff
path: root/cui/source/customize
AgeCommit message (Expand)AuthorFilesLines
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi1-2/+2
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi3-11/+5
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2-15/+15
2012-03-30removed duplicate includes in cppcanvas / cppuhelper / cuiTakeshi Abe1-1/+0
2012-03-26need seen for seperate CUI_RESSSTRCaolán McNamara1-5/+5
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann4-11/+11
2012-02-13WaE: unreferenced local variableTor Lillqvist1-6/+6
2012-02-05Fixed cppcheck messages about rethrowing copy of exception.PKEuS1-2/+2
2012-02-05Some cppcheck cleaningJulien Nabet1-12/+12
2012-01-31Fix "Throwing a copy of the caught exception instead of rethrowing"Julien Nabet1-6/+6
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
2012-01-12move overlapped controlsIvan Timofeev1-1/+1
2012-01-10Remove _SVSTDARR_STRINGSISORTDTORAugust Sodora3-4/+0
2012-01-05add a comphelper::string::getTokenCountCaolán McNamara1-3/+4
2012-01-02Clean non English strings in the codeLior Kaplan1-61/+0
2011-12-20Fix for fdo43460 Part XI getLength() to isEmpty()Olivier Hallot5-30/+30
2011-12-13fdo#30714 Use different default key bindings for Hungarian localeMiklos Vajna1-0/+5
2011-12-08childs -> childrenMichael T. Whiteley3-13/+13
2011-12-03sfx2::FileDialogHelper ignores WB_3DLOOK, WB_STDMODALMichael Stahl1-2/+2
2011-12-03sfx2::FileDialogHelper: remove use of WB_OPENMichael Stahl1-1/+1
2011-11-14Removed comphelper -> unotools processfactory.hxx duplication.Stephan Bergmann2-3/+3
2011-11-11Heavily simplified utl::ConfigManager.Stephan Bergmann2-11/+5
2011-11-08callcatcher: some unused methodsCaolán McNamara1-56/+0
2011-08-24various createfromascii -> RTL_CONSTASCII_USTRINGPARAMCaolán McNamara2-15/+16
2011-08-21undo anything not wizard related in the previous merge-commitNorbert Thiebaud2-10/+12
2011-04-16gbuildize cuiDavid Tardon1-63/+0
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky14-1328/+597
2011-03-12mis-merge: mostly remove remaining tools typesNorbert Thiebaud1-1/+0
2011-03-12Move OSL_ENSURE(false,...) to OSL_FAIL(...)Thomas Arnhold1-1/+1
2011-03-09Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Norbert Thiebaud14-1327/+597
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold2-2/+2
2011-02-15accfixes: merged to m100Malte Timmermann [mt]10-872/+518
2011-02-12Remove precompiled header support.Joseph Powers6-16/+0
2011-02-07removetooltypes01: Rebase to DEV300m99Carsten Driesner8-473/+119
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-21Remove doubled headers.Thomas Arnhold1-1/+0
2011-01-20accfixes: added more accessibility information and fixed tab orders in multip...Malte Timmermann [mt]3-0/+25
2011-01-20Replace suitable equalsAscii calls with equalsAsciiL.Thomas Arnhold3-22/+22
2011-01-14removetooltypes01: #i112600# remove tooltypes from cuiMikhail Voytenko8-428/+428
2011-01-09cui: make it possible to bind F13/F14/F15/F16 to a functionMiklos Vajna1-0/+32
2010-12-27cppcheck prefix operator in componentsJulien Nabet4-68/+70
2010-12-23cppcheck: prefer prefix variantCaolán McNamara1-23/+23
2010-12-23cppcheck: can reduce the scope of these variablesCaolán McNamara1-2/+3
2010-12-23undoapi: merged after pulling DEV300_m96. Most probably still not buildable:A...Frank Schoenheit [fs]2-5/+3
2010-12-17CWS-TOOLING: integrate CWS gnumake2Hans-Joachim Lankenau2-5/+3
2010-12-06remove obsolete __FAR_DATAMichael Callahan2-3/+3
2010-12-05Replace all occured, occurance etc.Takeshi Abe3-4/+4
2010-11-29RTL_CONSTASCII_USTRINGPARAM in components 4Gert Faller1-11/+11