summaryrefslogtreecommitdiff
path: root/vcl/inc/sallayout.hxx
AgeCommit message (Expand)AuthorFilesLines
2016-06-10tdf#96099 Remove various smart pointer typedefs in vclMark Page1-2/+1
2016-02-26loplugin:unuseddefaultparam in vcl/Noel Grandin1-1/+1
2016-02-19new loplugin: find write-only fieldsNoel Grandin1-6/+1
2016-01-27vcl: put back std headers into sallayout.hxxChris Sherlock1-2/+4
2016-01-27vcl: _TOOLS_LANG_HXX is never, ever definedChris Sherlock1-2/+0
2016-01-27vcl: remove unnecessary header includes from sallayout.hxxChris Sherlock1-5/+2
2016-01-25vcl: remove vcl/inc/magic.hChris Sherlock1-1/+2
2016-01-18loplugin: unused return values in vcl/Noel Grandin1-1/+1
2015-12-21These functions can be voidTor Lillqvist1-6/+6
2015-12-15Get rid of :: prefix for basegfx in include/vcl and vclTor Lillqvist1-2/+2
2015-11-24It's "incomplete", not "in complete"Tor Lillqvist1-2/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-6/+6
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-21/+21
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-6/+6
2015-10-07afl-eventtesting: creating OUString from super long sal_Unicode* is slowCaolán McNamara1-4/+3
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin1-1/+0
2015-07-08loplugin:unusedmethods vclNoel Grandin1-1/+0
2015-06-09loplugin:unnecessaryvirtualsNoel Grandin1-1/+1
2015-05-20convert SAL_LAYOUT flags to scoped enumNoel Grandin1-4/+4
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann1-0/+1
2015-04-01loplugin:staticfunctionNoel Grandin1-1/+1
2015-03-31tdf#89666: vcl: speed up HbLayoutEngine with cache in SwTxtFormatInfoMichael Stahl1-1/+11
2015-03-28Revert "tdf#89666: vcl: speed up HbLayoutEngine with cache in SwTxtFormatInfo"Norbert Thiebaud1-11/+1
2015-03-28tdf#89666: vcl: speed up HbLayoutEngine with cache in SwTxtFormatInfoMichael Stahl1-1/+11
2015-03-19loplugin:constantfunction: vclNoel Grandin1-3/+2
2015-02-07loplugin:deletedspecialStephan Bergmann1-9/+6
2015-02-04coverity#708576 Uninitialized scalar fieldCaolán McNamara1-0/+1
2015-02-04coverity#1268025 Uninitialized scalar fieldCaolán McNamara1-0/+1
2015-02-04coverity#1268025 mnOrigHeight and mnNewHeight is unused nowCaolán McNamara1-4/+1
2015-01-30vcl: add GenericSalLayout::GetTextRect()Chris Sherlock1-1/+10
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin1-3/+3
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin1-6/+6
2014-09-12Revert "vcl: use DeviceCoordinate for GetCaretPositions in sallayout"Norbert Thiebaud1-3/+3
2014-09-12vcl: use DeviceCoordinate for GetCaretPositions in sallayoutNorbert Thiebaud1-3/+3
2014-09-03extra witdh for GetTextBreak is of DeviceCoordinateNorbert Thiebaud1-3/+3
2014-09-03SalLayout GetTextWidth return DeviceCoordinateNorbert Thiebaud1-3/+3
2014-08-14GetTextBreak takes a DeviceCoordinate as widthNorbert Thiebaud1-3/+3
2014-07-20vcl quartz: draw 'bullet' manually for better controlNorbert Thiebaud1-1/+1
2014-07-20vcl use DeviceCoordinate got GetNextGlyphsNorbert Thiebaud1-5/+5
2014-07-20vcl consitent use of long for corrdinateNorbert Thiebaud1-6/+6
2014-07-20Use DeviceCorrdinate for DXArray in FillDXArray and ImplLayoutArgsNorbert Thiebaud1-8/+9
2014-07-15fdo#79673 quartz: draw 'bullet' for 'space' directly in one passNorbert Thiebaud1-14/+2
2014-05-01coverity#708576 Uninitialized scalar fieldCaolán McNamara1-1/+8
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist1-2/+0
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-19/+19
2014-03-20cosmetic: split PhysicalFontFamily/Collection out of outdev3.cxxNorbert Thiebaud1-9/+6
2014-03-17fdo#67808 Fix Outline Font Effect support with CoreTextNorbert Thiebaud1-0/+2
2014-01-18Use a more descriptive and distinct field nameKhaled Hosny1-4/+4
2014-01-06Resolves: #i123840# add and use the sal_GlyphId typeHerbert Dürr1-27/+6
2013-12-03vcl: fix sal_Int32 GetTextBreak harderMichael Stahl1-2/+2