summaryrefslogtreecommitdiff
path: root/include/toolkit
AgeCommit message (Expand)AuthorFilesLines
2019-11-15make some classes module-privateNoel Grandin7-10/+10
2019-11-04move VCLXProgressBar to toolkitCaolán McNamara1-0/+43
2019-11-03find symbols that can be privateNoel Grandin1-1/+1
2019-10-30loplugin:finalclasses frameworkNoel Grandin20-146/+102
2019-10-08use cppu::WeakImplHelper in VCLXRegionNoel Grandin1-14/+4
2019-10-08use cppu::WeakImplHelper in VCLXBitmapNoel Grandin1-16/+5
2019-10-07use cppu::WeakImplHelper in VCLXGraphicsNoel Grandin1-14/+4
2019-10-07use cppu::WeakImplHelper in VCLXDeviceNoel Grandin1-15/+5
2019-10-07use cppu::WeakImplHelper in VCLXFontNoel Grandin1-14/+5
2019-09-18tdf#42949 Fix IWYU warnings in toolkit/Gabor Kelemen2-1/+1
2019-09-06TyposAndrea Gelmini1-1/+1
2019-08-23tdf#39593 extract UnoTunnelId comparison to template functionArkadiy Illarionov1-1/+1
2019-08-22loplugin:constmethod in toolkitNoel Grandin1-2/+2
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): toolkitStephan Bergmann1-1/+1
2019-07-19Fix typosAndrea Gelmini1-1/+1
2019-06-04tdf#39593 remove IMPL_XUNOTUNNEL* macrosArkadiy Illarionov9-51/+16
2019-05-19tdf#125207 [API CHANGE] extend css.awt.PrinterServer: XPrinterServer2brinzing1-3/+4
2019-05-10an uno -> a unoCaolán McNamara2-4/+4
2019-05-09tdf#124400 a11y: add accessible IDSamuel Thibault1-0/+2
2019-05-03The -fvisibility-ms-compat hack is no longer needed for UBSan on Linux...Stephan Bergmann1-4/+4
2019-03-07log nice exception messages whereever possibleNoel Grandin1-7/+8
2019-03-01expand out IMPL_XTYPEPROVIDER_START macroNoel Grandin2-15/+0
2019-02-27loplugin:unnecessaryoverride look for more patternsNoel Grandin2-12/+0
2019-02-22loplugin:unusedfields in toolkitNoel Grandin1-3/+0
2019-02-13Pointer is pointlessNoel Grandin1-3/+3
2019-01-23Replace macro with templateStephan Bergmann1-7/+6
2019-01-15tdf#42949 Fix IWYU warnings in include/toolkit/*Gabor Kelemen36-163/+56
2018-11-21weld SwCondCollPageCaolán McNamara2-0/+16
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin1-3/+3
2018-10-06make scrollabledialog.hxx a private headerCaolán McNamara1-67/+0
2018-10-02Silence new Clang trunk -Wdefaulted-function-deletedStephan Bergmann1-6/+6
2018-09-28Fix mbRefeshingPeer -> mbRefreshingPeerAndrea Gelmini1-1/+1
2018-09-27loplugin:constfields in toolkitNoel Grandin1-1/+1
2018-09-24tdf#42949 Fix IWYU warnings in include/comphelper/[a-l]*Gabor Kelemen1-0/+1
2018-09-18loplugin:useuniqueptr in StdTabController::autoTabOrderNoel Grandin1-8/+0
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen1-0/+1
2018-08-31tdf#42949 Fix IWYU warnings: boost/optional in include/Gabor Kelemen1-1/+1
2018-07-30Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-27toolkit: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann1-0/+15
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke1-1/+0
2018-04-15remove some unused comphelper includesJochen Nitschke1-1/+0
2018-04-12make ControlModelContainerBase::Clone return by rtl::ReferenceNoel Grandin10-29/+30
2018-03-16drop support for GraphicObject URLs in toolkitTomaž Vajngerl1-2/+0
2018-02-08Different approach for tdf#115227Maxim Monastirsky1-17/+0
2018-01-25tdf#115227 svtools: suppress UNO notifications for color selectorsMiklos Vajna1-0/+17
2018-01-17loplugin:useuniqueptr in VCLXWindowNoel Grandin1-1/+2
2018-01-17loplugin:useuniqueptr in VCLXGraphicsNoel Grandin1-1/+2
2017-12-16clang-tidy modernize-use-equals-default in toolkitJochen Nitschke1-3/+0
2017-12-13DELETEZ->std::unique_ptr in toolkit,unotoolsNoel Grandin2-2/+4
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1