summaryrefslogtreecommitdiff
path: root/vcl/source/helper
AgeCommit message (Expand)AuthorFilesLines
2017-11-08Retrofit "KeepEmptyLinesAtTheStartOfBlocks: false" into .clang-formatStephan Bergmann1-43/+120
2017-11-03improve debug printing of ErrCodeNoel Grandin1-0/+85
2017-11-03Replace some lists by vectors (vcl)Julien Nabet1-5/+5
2017-10-30tdf#96505 Get rid of cargo cult long integer literalsudareechk1-1/+1
2017-10-23loplugin:includeform: vclStephan Bergmann3-5/+5
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist1-1/+1
2017-07-28loplugin:checkunusedparams more part1Noel Grandin1-2/+1
2017-07-18loplugin:constparams in vclNoel Grandin2-3/+3
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke1-1/+0
2017-06-17loplugin:unusedfields in vcl part1Noel Grandin1-3/+2
2017-05-12remove unused uno::Reference varsNoel Grandin1-2/+0
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna2-9/+9
2017-03-18vcl: have SolarThreadExecutor use osl::Condition, not oslConditionChris Sherlock1-13/+13
2017-02-24Remove the intermediate xModel variablesMaxim Monastirsky1-14/+8
2017-02-21loplugin:subtlezeroinit: vclStephan Bergmann1-1/+1
2017-02-21Formatting and remove unneeded declarationMaxim Monastirsky1-7/+6
2017-02-21Try to cut some costsMaxim Monastirsky1-17/+59
2017-02-21Ignore exceptions in identifyMaxim Monastirsky1-1/+9
2017-02-21Use module name when getting labelsMaxim Monastirsky1-65/+28
2017-02-21CommandInfoProvider can be a namespaceMaxim Monastirsky1-174/+163
2017-02-21tdf#95844 Refactor CommandInfoProviderRohan Kumar1-179/+56
2017-02-09remove ConnectionIdentifierType enumNoel Grandin1-13/+2
2017-02-08loplugin:unusedenumconstants read-only constants in vclNoel Grandin1-10/+0
2017-02-06Add missing #includesStephan Bergmann2-0/+4
2017-01-26Remove dynamic exception specificationsStephan Bergmann4-58/+51
2017-01-20split GetImageForCommand into GetBitmapForCommand and coCaolán McNamara1-9/+19
2016-12-30Use existing basegfx::fround()Khaled Hosny1-6/+2
2016-12-07vcl: add b2IPointFromPoint and b2IRectangleFromRectangleMichael Stahl1-0/+11
2016-12-02Extend ScopedBitmapAccess and modify various classes to use itMark Page1-7/+2
2016-11-23loplugin:unnecessaryoverride (dtors) in vclStephan Bergmann1-3/+1
2016-10-30tdf#95014 initial support for 32 px icons in toolbarTomaž Vajngerl1-3/+7
2016-10-26loplugin:expandablemethods in vclNoel Grandin1-1/+1
2016-10-18Make 'IsExperimental' property booleanSamuel Mehrbrodt1-3/+2
2016-10-14-Werror=maybe-uninitializedStephan Bergmann1-2/+2
2016-10-13Add IsExperimental method to CommandInfoProviderSamuel Mehrbrodt1-0/+30
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann2-2/+2
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl2-49/+49
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-07-27improve passstuffbyref return analysisNoel Grandin1-4/+4
2016-07-13Make TooltipLabel default to PopupLabelSamuel Mehrbrodt1-2/+8
2016-07-04merge vcl::DisplayConnectionDispatch with vcl::DisplayConnectionNoel Grandin1-11/+11
2016-06-17convert DBG_ASSERT in vclNoel Grandin1-1/+1
2016-06-12VCL: Move local methods to anonymous namespaceArnaud Versini1-1/+5
2016-05-26loplugin:unusedreturntypesNoel Grandin1-2/+1
2016-05-25Convert BMP_FORMAT to scoped enumNoel Grandin1-17/+17
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-2/+2
2016-04-15tdf#95845 Use CommandInfoProvider in formsSamuel Mehrbrodt1-4/+3
2016-03-21Need to get the shortcut of the real commandMaxim Monastirsky1-1/+4
2016-03-14tdf#95845 Use CommandInfoProvider to receive UNO command labelsSusobhan Ghosh1-0/+33
2016-03-08loplugin:constantparams in vclNoel Grandin1-2/+2