summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Expand)AuthorFilesLines
2017-05-05Fix typosAndrea Gelmini2-2/+2
2017-05-05fix spelling, methode -> methodNoel Grandin1-1/+1
2017-05-03remove empty commentsNoel Grandin2-12/+0
2017-05-02loplugin:checkunusedparams in frameworkNoel Grandin15-47/+32
2017-04-28loplugin:salunicodeliteral: frameworkStephan Bergmann1-1/+1
2017-04-27fwk_services.src doesn't existCaolán McNamara1-3/+0
2017-04-27remove svx bitmaps from .src filesCaolán McNamara2-5/+26
2017-04-27Use ToolBox::GetImageSizeMaxim Monastirsky1-6/+1
2017-04-27Fix the copy-pasteMaxim Monastirsky1-5/+3
2017-04-26remove framework bitmaps from .src filesCaolán McNamara4-22/+23
2017-04-26use strong_int for LanguageTypeNoel Grandin1-1/+1
2017-04-25errinf.hxx moved out of tools and into vcl moduleChris Sherlock6-6/+6
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2-0/+2
2017-04-23Replace GetImage with CommandInfoProvider::GetImageForCommandMaxim Monastirsky1-14/+2
2017-04-23tdf#95845 Use CommandInfoProviderMaxim Monastirsky2-3/+0
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky6-6/+0
2017-04-21remove some old MSVC workaroundsNoel Grandin5-6/+4
2017-04-20convert EDynamicMenuType to scoped enumNoel Grandin1-1/+1
2017-04-20loplugin:unusedmethodsNoel Grandin5-5/+0
2017-04-19clang-tidy readability-simplify-boolean-expr in dbaccess..frameworkNoel Grandin5-30/+9
2017-04-19remove freshly unused menu support from src filesCaolán McNamara2-1/+1
2017-04-19convert over weird hidden RID_FMSHELL_CONVERSIONMENU use to new .uiCaolán McNamara2-60/+39
2017-04-15Fix typosAndrea Gelmini1-4/+4
2017-04-14rework POPUPMENU_TOOLBAR_QUICKCUSTOMIZATIONCaolán McNamara3-101/+108
2017-04-13Removed duplicated includesAndrea Gelmini1-1/+0
2017-04-12update test to pass now that .ui files are foundCaolán McNamara1-1/+1
2017-04-04make UNO enums scoped for internal LO codeNoel Grandin6-65/+65
2017-04-01Replace OSL_FAIL by SAL_WARN_IFJulien Nabet1-15/+2
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna7-68/+68
2017-03-31spelling in comments: minmal -> minimalJustin Luth1-2/+2
2017-03-30remove type decorations on char literalsJochen Nitschke2-6/+6
2017-03-30tdf#39468 Translate German commentsJens Carl1-1/+1
2017-03-29loplugin:unusedmethodsNoel Grandin2-45/+0
2017-03-26Fix sub-toolbar tearoff for .uno:ChooseControlsMaxim Monastirsky1-1/+0
2017-03-25Fix typosAndrea Gelmini17-19/+19
2017-03-24convert ViewShellId to o3tl::strong_intNoel Grandin1-1/+1
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin3-11/+11
2017-03-22loplugin:redundantcast find redundant c-style enum castsNoel Grandin2-6/+6
2017-03-19TyposJulien Nabet1-1/+1
2017-03-19TyposJulien Nabet1-1/+1
2017-03-19Fix typos + some German translationsAndrea Gelmini2-2/+2
2017-03-17remove unused defines from HRC files in variousNoel Grandin2-18/+0
2017-03-13More ToolBox sal_uInt16 -> ImplToolItems::size_type clean-upStephan Bergmann1-1/+1
2017-03-13Clean up integer types representing positions in ToolBox's item vectorStephan Bergmann4-35/+42
2017-03-11Fix typosAndrea Gelmini11-17/+17
2017-03-06tdf#106224 Support extra large savemodified iconMaxim Monastirsky3-2/+12
2017-03-03Remove redundant 'inline' keywordStephan Bergmann3-5/+5
2017-03-03Fix typosAndrea Gelmini17-24/+24
2017-02-28new loplugin unoanyNoel Grandin19-85/+85
2017-02-27Use WeakImplHelper to implement MenuBarManagerStephan Bergmann2-43/+10