summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/textlayout.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-10-24clang-tidy performance-unnecessary-copy-init in test..xmlscriptNoel Grandin1-1/+1
2018-10-14Simplify containers iterations in vclArkadiy Illarionov1-5/+2
2018-09-14loplugin:constfields in vclNoel Grandin1-1/+1
2018-07-31Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-05-17loplugin:unusedfields in vclNoel Grandin1-4/+3
2017-10-26vcl: make MapMode constructor explicitMichael Stahl1-2/+2
2017-10-23loplugin:includeform: vclStephan Bergmann1-2/+2
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-14/+14
2017-03-17vcl: OutputDevice::GetGlyphBoundRects()'s nIndex and nBase is always the sameMiklos Vajna1-1/+1
2017-01-18Resolves: tdf#98593 buttons in writer show different text at different zoomsCaolán McNamara1-4/+49
2017-01-18Ref...DeviceTextLayout::GetTextArray is only called by Ref...DeviceTextLayoutCaolán McNamara1-1/+2
2016-12-06OSL_TRACE -> SAL_ in vclNoel Grandin1-1/+1
2016-10-26loplugin:expandablemethods in vclNoel Grandin1-12/+2
2016-10-05convert MapUnit to scoped enumNoel Grandin1-4/+4
2016-06-03Convert ComplexTextLayoutMode to scoped enumNoel Grandin1-3/+3
2016-05-19clang-tidy misc-unused-alias-declsNoel Grandin1-2/+0
2016-04-18clean-up: unused using declarations and includesJochen Nitschke1-1/+0
2016-04-14loplugin:passstuffbyref in vclNoel Grandin1-1/+1
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke1-1/+0
2016-03-09Add missing includesDavid Ostrovsky1-0/+1
2016-02-13vcl: include vcl headers via triangular brackets instead of quotesChris Sherlock1-2/+2
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock1-3/+3
2016-01-18loplugin: unused return values in vcl/Noel Grandin1-9/+6
2016-01-08vcl: change ImplFontEntry to LogicalFontInstanceChris Sherlock1-1/+1
2016-01-07vcl: rename outfont.hxx to fontentry.hxxChris Sherlock1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-5/+5
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-2/+2
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin1-3/+3
2014-11-14vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl1-0/+1
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky1-1/+1
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky1-1/+1
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon1-1/+1
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin1-2/+2
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca1-1/+1
2014-08-20vcl: use enum for complex text layout constantsNoel Grandin1-1/+1
2014-07-20vcl consitent use of long for corrdinateNorbert Thiebaud1-7/+7
2014-06-13loplugin:staticcallStephan Bergmann1-1/+1
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist1-1/+0
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-4/+4
2014-03-20Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe1-4/+6
2013-12-03vcl: fix sal_Int32 GetTextBreak harderMichael Stahl1-1/+1
2013-12-03longparas: convert GetTextBreak to sal_Int32Caolán McNamara1-3/+3
2013-07-29convert OutputDevice::DrawText from XubString to OUStringNoel Grandin1-1/+1
2013-06-19WaE: for higher debugging levelsCaolán McNamara1-1/+1
2013-04-29fdo#39468 Translation and cleanupChris Sherlock1-39/+3
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-2/+2
2013-04-02Use OUString and sal_Int32 in GetTextWidth() (2)Chr. Rossmanith1-3/+3
2013-03-28Use OUString / sal_Int32 in vcl(outdev3.cxx,textlayout.cxx)Chr. Rossmanith1-21/+20