summaryrefslogtreecommitdiffstats
path: root/cppcanvas/source
Commit message (Expand)AuthorAgeFilesLines
* Remove excess newlinesChris Sherlock2016-02-096-26/+0
* loplugin:fpcomparison in cppcanvas/Noel Grandin2016-02-041-2/+2
* vcl: take into account the font width is the average font widthChris Sherlock2016-02-042-5/+5
* remove B2DLineJoin::MiddleCaolán McNamara2016-02-021-2/+2
* tools: rename FontUnderline to FontLineStyleChris Sherlock2016-01-313-41/+41
* vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock2016-01-171-1/+1
* revert vcl patch series that brok Mac and WindowsNorbert Thiebaud2016-01-161-1/+1
* vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock2016-01-161-1/+1
* vcl: Create accessor and mutator for int and ext leading in FontMetricChris Sherlock2016-01-131-4/+4
* Some cleanup for sal_uIntPtr usageJohannes Hauf2016-01-071-1/+1
* cppcheck: allocaCalledCaolán McNamara2016-01-021-7/+8
* VirtualDevices either match another device depth, or are 1 bitCaolán McNamara2015-11-231-1/+1
* establish that Virtual Devices either match Physical Device depth or ...Caolán McNamara2015-11-231-1/+1
* loplugin:unusedfields in cppcanvasNoel Grandin2015-11-202-29/+0
* Seems more natural to pass a homogenous list by initializer_listStephan Bergmann2015-11-201-1/+1
* Add SvStream::ReadUtf16 (don't assume sal_Unicode is unsigned short)Stephan Bergmann2015-11-171-1/+1
* Namespace cleanup and disambiguationAshod Nakashian2015-11-121-1/+1
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-1014-64/+64
* Reduce scope of #include <tools/poly.hxx>Matteo Casalin2015-11-051-1/+0
* Replace boost::bind by lambdas in cppcanvas tree.Mario J. Rugiero2015-10-271-4/+1
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-1218-117/+117
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-128-13/+13
* boost->stdCaolán McNamara2015-09-148-30/+3
* tdf#93750 allow for EMF+ record padding up to 11 bytesMike Kaganski2015-08-311-10/+23
* Put Polygon from tools under tools:: namespaceNorbert Thiebaud2015-08-171-10/+10
* loplugin: defaultparamsNoel Grandin2015-08-111-1/+1
* stop inclduing canvas/verbosetraces.hxx and canvas/debug.hxxNorbert Thiebaud2015-08-114-10/+2
* loplugin:unusedmethodsNoel Grandin2015-08-0513-158/+0
* Whitespace cleanup / re-alignment.Thorsten Behrens2015-07-2815-58/+58
* com::sun::star->css in cppcanvasNoel Grandin2015-07-2819-136/+126
* tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-07-171-2/+2
* do not include boost/utility.hppMichael Stahl2015-07-107-7/+7
* this SAL_INFO uses brush which might be NULLCaolán McNamara2015-07-051-1/+1
* Fix typosAndrea Gelmini2015-06-281-1/+1
* Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2015-06-172-4/+4
* inline COMPHELPER_SERVICEDECL_ macroNoel Grandin2015-06-151-1/+6
* cppcheck: noExplicitConstructorCaolán McNamara2015-06-094-5/+5
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-082-3/+3
* convert B2DLineJoin to scoped enumNoel Grandin2015-06-041-4/+4
* Remove include stdio (part2)Julien Nabet2015-05-181-1/+0
* window ftbfs: MetaActionType::TRANSPARENT->MetaActionType::TransparentCaolán McNamara2015-05-152-5/+5
* convert META_*_ACTION constants to scoped enumNoel Grandin2015-05-153-117/+118
* Get rid of the initial :: for the vcl namespaceTor Lillqvist2015-04-308-60/+60
* Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks2015-04-282-12/+12
|\
| * Automated conversion of VclPtr construction to use Instance template.Michael Meeks2015-04-101-1/+1
| * first half of non-scriptable, Instance constructor conversion.Michael Meeks2015-04-101-2/+2
| * cure a lot of unfortunate ScopedVclPtrs.Michael Meeks2015-04-101-1/+1
| * start wrapping OutputDevice in VclPtrNoel Grandin2015-04-102-13/+13
* | loplugin:staticmethodsNoel Grandin2015-04-137-68/+27
|/
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-311-1/+1