summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-11-28mpGlobalMgr must already exist if we're copying from another GraphicObjectCaolán McNamara
2017-11-28post ctor, pre dtor there is always a mpMgr and its mpGlobalMgrCaolán McNamara
2017-11-28mpGlobalMgr has to exist at GraphicObject dtor timeCaolán McNamara
2017-11-28mpGlobalMgr is the only manager possibleCaolán McNamara
2017-11-28move the ImplRegisterObj outside ImplSetGraphicManager and rename itCaolán McNamara
2017-11-28ImplSetGraphicManager only called from ctors now where mpMgr is nullptrCaolán McNamara
2017-11-28GraphicManagerDestroyed would just set the default manager againCaolán McNamara
2017-11-28unfold and unindent else causeCaolán McNamara
2017-11-28the only GraphicManager is the mpGlobalMgr, so simplify accordinglyCaolán McNamara
2017-11-28collapse !mpMgr || mpMgrCaolá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-28return false on exceptionCaolán McNamara
2017-11-28Improved loplugin:redundantcast, static_cast on arithmetic types: vclStephan Bergmann
2017-11-28ofz#984 better match post-creation aBitmap.HasGreyPalette() logicCaolán McNamara
2017-11-28ofz: 0 bitcount bmps are unsupportedCaolán McNamara
2017-11-28expand forcing to mono mask during load to non-indexed sources tooCaolán McNamara
2017-11-28ofz#948 optimize the edge-case of converting masks to 1bit during dib loadCaolán McNamara
2017-11-28move bitmap allocation after palette readCaolán McNamara
2017-11-28return early on errorCaolán McNamara
2017-11-28process palette standaloneCaolán McNamara
2017-11-28ofz: reject broken rle bmpsCaolán McNamara
2017-11-28ofz#787 avoid bmp oomCaolán McNamara
2017-11-28-Werror,-Wimplicit-fallthroughStephan Bergmann
2017-11-28reject bmps with unknown compression schemesCaolán McNamara
2017-11-28vector::data seems more natural than &vector::frontCaolán McNamara
2017-11-28loplugin: unnecessary destructor vbahelper..vclNoel Grandin
2017-11-28Related tdf#101467: fix a leak with pSalMask (vcl/bitmapex)Julien Nabet
2017-11-28pQLine2 will be non-zero in any case that nHeight is non-zeroCaolán McNamara
2017-11-28pQLine2 will be non-zero in any case that nHeight is non-zeroCaolán McNamara
2017-11-28crashtesting: empty ReadAccess on converting fdo58541-1.xls to pdfCaolán McNamara
2017-11-28ofz#968 short-cut slow create mask when we are our own mask alreadyCaolán McNamara
2017-11-28tweak indent a littleCaolán McNamara
2017-11-28ofz#954 out of memoryCaolán McNamara
2017-11-28move inlines into the classCaolán McNamara
2017-11-28ofz#908 faster to scale a monochrome bitmap than a non-monochrome oneCaolán McNamara
2017-11-28improve readabilityJochen Nitschke
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-28bmp is never 'unique' so always copiedCaolán McNamara
2017-11-28convert BmpConversion to scoped enumNoel Grandin
2017-11-28Bitmap::Convert->ConvertCaolán McNamara
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-28convert ScChartGlue to scoped enumNoel Grandin
2017-11-28new loplugin: useuniqueptr: sc part 1Noel Grandin
2017-11-28new loplugin: useuniqueptr: lotuswordproNoel Grandin
2017-11-28new loplugin useuniqueptrNoel Grandin