summaryrefslogtreecommitdiff
path: root/vcl/source/outdev/text.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-10-07afl-eventtesting: creating OUString from super long sal_Unicode* is slowCaolán McNamara1-1/+1
2015-10-01remove old standalone Sun bug numbersNoel Grandin1-1/+0
2015-09-29vcl: replace alloca() with std::unique_ptrMichael Stahl1-13/+15
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud1-5/+5
2015-07-09tdf#92630 Enable auto-accelerator behaviour for gtkSimon Long1-2/+7
2015-07-04Fix typosAndrea Gelmini1-1/+1
2015-06-30remove some unnecessary typedefs to pointerNoel Grandin1-3/+3
2015-06-18Assertions should tell the line number where the problem isTor Lillqvist1-5/+6
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-3/+3
2015-06-01masses of coverity FORWARD_NULL warnings from copied assertCaolán McNamara1-5/+5
2015-05-28new clang plugin: loopvartoosmallNoel Grandin1-1/+1
2015-05-24rendercontext: Add asserts to easily catch the direct rendering cases.Jan Holesovsky1-1/+8
2015-05-22convert constants in include/vcl/settings.hxx to scoped enumsNoel Grandin1-3/+3
2015-05-20convert DRAWMODE constants to scoped enumNoel Grandin1-17/+17
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin1-56/+56
2015-05-20convert SAL_LAYOUT flags to scoped enumNoel Grandin1-18/+18
2015-05-15convert META_*_ACTION constants to scoped enumNoel Grandin1-1/+1
2015-05-14convert KERNING_ constants to scoped enumNoel Grandin1-1/+1
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-2/+2
2015-05-07convert BMP_VECTORIZE constants to scoped enumNoel Grandin1-1/+1
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist1-5/+5
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-29/+29
2015-04-20vcl: convert new to ::CreateMichael Meeks1-1/+1
2015-04-16overloading is hard to resolve for poor old c++Michael Stahl1-1/+1
2015-04-16tdf#86793: vcl: speed up OutputDevice::GetEllipsisString()Michael Stahl1-1/+2
2015-04-10automated VclPtrInstance conversion.Michael Meeks1-2/+2
2015-04-10remove un-necessary type punning.Michael Meeks1-4/+4
2015-04-10start wrapping OutputDevice in VclPtrNoel Grandin1-24/+24
2015-04-02loplugin:staticmethodsNoel Grandin1-1/+1
2015-03-31tdf#89666: vcl: speed up HbLayoutEngine with cache in SwTxtFormatInfoMichael Stahl1-12/+41
2015-03-29loplugin:cstylecastStephan Bergmann1-2/+2
2015-03-28Revert "tdf#89666: vcl: speed up HbLayoutEngine with cache in SwTxtFormatInfo"Norbert Thiebaud1-41/+12
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-4/+4
2015-03-28tdf#89666: vcl: speed up HbLayoutEngine with cache in SwTxtFormatInfoMichael Stahl1-12/+41
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-03-18vcl/text: fix duplicate text in fontwork tdf#81876Pierre-Eric Pelloux-Prayer1-0/+3
2014-11-17bridges, vcl: turns out there is sal/alloca.h; replace #ifdeferyMichael Stahl1-3/+1
2014-11-12alloca needs special include on SOLARISRichard PALO1-0/+4
2014-11-03coverity#1209395 Dereference after null checkCaolán McNamara1-4/+4
2014-11-01tools & vcl: move OutputDevice::ImplRotatePos() to Point::RotateAbout()Chris Sherlock1-2/+4
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin1-10/+10
2014-10-09Resolves: fdo#84809 crash when button is too short for textCaolán McNamara1-1/+1
2014-10-07coverity#1000506 Unchecked return valueCaolán McNamara1-1/+2
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin1-3/+3
2014-09-30fdo#82577: Handle RegionNoel Grandin1-1/+1
2014-09-18fdo#82577: Handle FontNoel Grandin1-3/+3
2014-09-12Revert "vcl: use DeviceCoordinate for GetCaretPositions in sallayout"Norbert Thiebaud1-97/+20
2014-09-12vcl: use DeviceCoordinate for GetCaretPositions in sallayoutNorbert Thiebaud1-20/+97
2014-08-20vcl: use enum for complex text layout constantsNoel Grandin1-6/+6
2014-08-14Revert "Resolves: fdo#82550 MacOSX GetTextBreak always return -1"Norbert Thiebaud1-6/+6