summaryrefslogtreecommitdiff
path: root/sd/source/ui/tools
AgeCommit message (Expand)Author
2015-08-03new loplugin: refcountingNoel Grandin
2015-07-10vcl: remove boost/signal2/signal.hpp from headerMichael Stahl
2015-06-02loplugin:loopvartoosmallNoel Grandin
2015-05-20convert DRAWMODE constants to scoped enumNoel Grandin
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin
2015-05-06convert BMP_SCALE constant to scoped enumNoel Grandin
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann
2015-05-05loplugin:staticmethodsNoel Grandin
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-30Get rid of initial :: for the sdr namespaceTor Lillqvist
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-20sd: convert new to ::Create.Noel Grandin
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-03-25WaE: potentially uninitialized local variableCaolán McNamara
2015-03-25convert EE_CNTRL constants to enum classNoel Grandin
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann
2015-01-08Fraction fiasco: avoid assert on clicking "master pages" in impress sidebarCaolán McNamara
2015-01-07fdo#84938: convert VCL_INPUT_ #defines to 'enum class'Noel Grandin
2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca
2014-10-01sd: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-10-01fdo#82577: Handle TimeNoel Grandin
2014-09-30fdo#82577: Handle RegionNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin
2014-06-25remove whitespacesMarkus Mohrhard
2014-06-13loplugin:staticcallStephan Bergmann
2014-04-14typo: arround -> aroundThomas Arnhold
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-02-07coverity#708813 unused pointer valueNoel Grandin
2014-01-17bool improvementsStephan Bergmann
2014-01-06Resolves: #i123817# prepare codebase for updating to boost 1.55Herbert Dürr
2013-10-22vcl: mark more Image constructors as "explicit"Michael Stahl
2013-09-02String->OUStringIvan Timofeev
2013-06-10Resolves: #i121224# Corrected to use the ApplicationDocumentColor...Armin Le Grand
2013-06-05use uno::Reference#clear() method...Noel Grandin
2013-05-09Resolves: #i121233# Added bitmap scaling methods BMP_SCALE_SUPERArmin Le Grand
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2012-12-09Reformat code in PreviewRenderer.Tomaž Vajngerl
2012-11-28re-base on ALv2 code. Includes:Michael Meeks