summaryrefslogtreecommitdiff
path: root/vcl/inc/sallayout.hxx
AgeCommit message (Expand)AuthorFilesLines
2016-12-11Drop SalLayout::IsSpacingGlyph()Khaled Hosny1-3/+3
2016-12-11Don’t encode font fallback level in the glyph idKhaled Hosny1-0/+5
2016-12-11Don’t encode the vertical flag in the glyph idKhaled Hosny1-0/+2
2016-12-10Remove noop SalLayout::UseCommonLayout()Khaled Hosny1-2/+0
2016-12-10MinorKhaled Hosny1-17/+23
2016-12-10Pass GlyphItem aroundKhaled Hosny1-9/+7
2016-12-01Unused codeKhaled Hosny1-3/+0
2016-11-28Simplify things a bitKhaled Hosny1-1/+0
2016-11-26Unused typedef’sKhaled Hosny1-2/+0
2016-11-26More dead codeKhaled Hosny1-5/+3
2016-11-26Kill old Core Text layout engineKhaled Hosny1-2/+0
2016-11-11tdf#103871: Set Kashida flag per glyphKhaled Hosny1-1/+3
2016-11-11FALLBACK_MASK flag is unusedKhaled Hosny1-1/+5
2016-11-05Validate Kashida positions with font fallbackKhaled Hosny1-0/+1
2016-10-18Check SAL_USE_COMMON_LAYOUT envar in one placeKhaled Hosny1-0/+2
2016-10-18Fix applying DX adjustments in CommonSalLayoutKhaled Hosny1-2/+2
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-2/+2
2016-09-07loplugin:constantparam in vcl..xmlscriptNoel Grandin1-2/+1
2016-08-12loplugin:countusersofdefaultparams in vcl..xmlsecurityNoel Grandin1-3/+3
2016-07-25new loplugin overrideparamNoel Grandin1-4/+4
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