summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2017-12-08sal: add pre-initialization scheme for allocations.Michael Meeks
2017-12-06tdf#97228 Move include file include/vcl/BitmapProcessor.hxx to vcl/inc/abdulwd
2017-12-06Drop a bunch of font metrics flagsKhaled Hosny
2017-12-06Kill old Core Text layout engineKhaled Hosny
2017-12-06DisableGlyphProcessing flag is never set nowKhaled Hosny
2017-12-06vcl: rename Window::Notify to EventNotifyMichael Stahl
2017-12-06use o3tl::typed_flags in ConfigurationListener::ConfigurationChangedNoel Grandin
2017-12-06convert SFX_VISIBILITY constants to scoped enumNoel Grandin
2017-12-06convert SFXWB_ constants to scoped enumNoel Grandin
2017-12-06convert SbDEBUG constants to o3tl::typed_flagsNoel Grandin
2017-12-06convert ATTRSPECIAL to scoped enumNoel Grandin
2017-12-02convert DecodeMechanism to scoped enumNoel Grandin
2017-12-02convert INetURLObject::EncodeMechanism to scoped enumNoel Grandin
2017-12-01Acknowledge that WinSalGraphicsImpl::drawPolyLine modifies pPtAryStephan Bergmann
2017-12-01convert PolyFlags to scoped enumNoel Grandin
2017-11-29simplify Bitmap operator==/IsEqual (stage2)Noel Grandin
2017-11-29simplify Bitmap operator==/IsEqual (stage1)Noel Grandin
2017-11-29Fix typosAndrea Gelmini
2017-11-29remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin
2017-11-28New loplugin:dynexcspec: Add @throws documentation, dbaccessStephan Bergmann
2017-11-28remove UL/L suffixes from shift-by-constant expressionsNoel Grandin
2017-11-28tdf#97087 GDB pretty print the Scheduler task listJan-Marek Glogowski
2017-11-28better fix for tdf#101563: Export to PDF creates huge PDF filesNoel Grandin
2017-11-28fold ImplConstruct into ctors and reduce to necessaryCaolán McNamara
2017-11-28post ctor, pre dtor there is always a mpMgr and its mpGlobalMgrCaolán McNamara
2017-11-28move the ImplRegisterObj outside ImplSetGraphicManager and rename itCaolán McNamara
2017-11-28GraphicManagerDestroyed would just set the default manager againCaolán McNamara
2017-11-28first GraphicManager* arg of ImplSetGraphicManager is thus always nullCaolán McNamara
2017-11-28second arg of deformed copy ctor isn't usedCaolán McNamara
2017-11-28vector::data seems more natural than &vector::frontCaolán McNamara
2017-11-28loplugin: unnecessary destructor vbahelper..vclNoel Grandin
2017-11-28move inlines into the classCaolán McNamara
2017-11-28coverity#1402152 Uninitialized pointer fieldCaolán McNamara
2017-11-28just calculate the scanline positionsCaolán McNamara
2017-11-28mpScanBuf can be privateCaolán McNamara
2017-11-28convert BmpConversion to scoped enumNoel Grandin
2017-11-28coverity#1400143 Missing move assignment operatorCaolán McNamara
2017-11-28convert BmpCombine to scoped enum and drop unusedNoel Grandin
2017-11-28loplugin:useuniqueptr extend to check local varsNoel Grandin
2017-11-28new loplugin useuniqueptrNoel Grandin
2017-11-28new loplugin: useuniqueptr: vclNoel Grandin
2017-11-28defaults are good enoughCaolán McNamara
2017-11-28Related: coverity#1371305 unnecessary inheritenceCaolán McNamara
2017-11-28noone cares about the return from WriteGraphic eitherCaolán McNamara
2017-11-28noone cares about the return from ReadGraphicCaolán McNamara
2017-11-28loplugin field-can-be-private in include/vcl..xmlscriptNoel Grandin
2017-11-28convert BmpFilter to scoped enumNoel Grandin
2017-11-28BitmapFilter, BitmapScaleSuper only used within vclStephan Bergmann
2017-11-28Extend ScopedBitmapAccess and modify various classes to use itMark Page
2017-11-22tdf#111964: only trim XML whitespaceMike Kaganski