summaryrefslogtreecommitdiff
path: root/cppcanvas/source/mtfrenderer/implrenderer.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock1-4/+4
2016-02-02remove B2DLineJoin::MiddleCaolán McNamara1-2/+2
2016-01-31tools: rename FontUnderline to FontLineStyleChris Sherlock1-1/+1
2016-01-17vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock1-1/+1
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud1-1/+1
2016-01-16vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock1-1/+1
2016-01-07Some cleanup for sal_uIntPtr usageJohannes Hauf1-1/+1
2015-11-12Namespace cleanup and disambiguationAshod Nakashian1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-7/+7
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud1-10/+10
2015-08-11stop inclduing canvas/verbosetraces.hxx and canvas/debug.hxxNorbert Thiebaud1-4/+2
2015-07-28com::sun::star->css in cppcanvasNoel Grandin1-3/+3
2015-06-28Fix typosAndrea Gelmini1-1/+1
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-2/+2
2015-06-09cppcheck: noExplicitConstructorCaolán McNamara1-2/+2
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-2/+2
2015-06-04convert B2DLineJoin to scoped enumNoel Grandin1-4/+4
2015-05-15window ftbfs: MetaActionType::TRANSPARENT->MetaActionType::TransparentCaolán McNamara1-4/+4
2015-05-15convert META_*_ACTION constants to scoped enumNoel Grandin1-65/+66
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist1-39/+39
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-6/+6
2015-04-13loplugin:staticmethodsNoel Grandin1-4/+4
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-1/+1
2015-04-10cure a lot of unfortunate ScopedVclPtrs.Michael Meeks1-1/+1
2015-04-10start wrapping OutputDevice in VclPtrNoel Grandin1-6/+6
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-2/+2
2014-10-31Removed duplicated includesAndrea Gelmini1-1/+0
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin1-18/+18
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin1-2/+2
2014-09-30cppcanvas: std::auto_ptr -> std::unique_ptrStephan Bergmann1-2/+3
2014-09-18fdo#82577: Handle FontNoel Grandin1-4/+4
2014-08-21vcl: convert push flags to type-safe enum-like classNoel Grandin1-1/+1
2014-08-20vcl: use enum for complex text layout constantsNoel Grandin1-15/+7
2014-07-20vcl consitent use of long for corrdinateNorbert Thiebaud1-6/+6
2014-07-20bnc#881024 Handle 0 font height just like outdev & drawinglayerTomaž Vajngerl1-1/+12
2014-05-10Blind fix for red Tinderboxes, followingJulien Nabet1-2/+2
2014-05-09'!= false' is redundant, and confusing - kill it.Jan Holesovsky1-1/+1
2014-04-28coverity#738576 Uninitialized pointer fieldCaolán McNamara1-6/+20
2014-03-18Find places where OUString and OString are passed by value.Noel Grandin1-1/+1
2014-02-25Remove visual noise from cppcanvasAlexander Wilms1-5/+5
2014-02-23Remove unneccessary commentsAlexander Wilms1-9/+9
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-4/+4
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin1-2/+2
2014-02-04convert specialised SvStream::operator>> methods to ReadXXX methodsNoel Grandin1-2/+2
2014-01-14longparas: remove now broken STRING_LEN usesCaolán McNamara1-7/+9
2014-01-13longparas: convert ValidateKashidas to sal_Int32Caolán McNamara1-0/+1
2013-11-22remove unnecessary RTL_CONSTASCII_STRINGPARAM in OString::equalsIgnoreAsciiLNoel Grandin1-2/+2
2013-11-21remove unnecessary RTL_CONSTASCII_STRINGPARAM in OUString::equalsLNoel Grandin1-3/+3
2013-11-20Revert "remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL calls"Noel Grandin1-3/+3
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL callsNoel Grandin1-3/+3