summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-01-04lok: send modified status when applying cell-formula before savingAshod Nakashian1-0/+2
2017-12-08sal: add pre-initialization scheme for allocations.Michael Meeks1-0/+17
2017-12-06tdf#97228 Move include file include/vcl/BitmapProcessor.hxx to vcl/inc/abdulwd1-25/+0
2017-12-06Drop a bunch of font metrics flagsKhaled Hosny4-23/+2
2017-12-06Kill old Core Text layout engineKhaled Hosny1-3/+2
2017-12-06DisableGlyphProcessing flag is never set nowKhaled Hosny1-2/+1
2017-12-06vcl: rename Window::Notify to EventNotifyMichael Stahl31-47/+46
2017-12-06use o3tl::typed_flags in ConfigurationListener::ConfigurationChangedNoel Grandin6-17/+25
2017-12-06convert SFX_VISIBILITY constants to scoped enumNoel Grandin2-13/+15
2017-12-06convert SFXWB_ constants to scoped enumNoel Grandin1-3/+4
2017-12-06convert SbDEBUG constants to o3tl::typed_flagsNoel Grandin3-16/+23
2017-12-06convert ATTRSPECIAL to scoped enumNoel Grandin1-1/+5
2017-12-02convert DecodeMechanism to scoped enumNoel Grandin3-28/+28
2017-12-02convert INetURLObject::EncodeMechanism to scoped enumNoel Grandin2-23/+23
2017-12-01Acknowledge that WinSalGraphicsImpl::drawPolyLine modifies pPtAryStephan Bergmann1-0/+1
2017-12-01convert PolyFlags to scoped enumNoel Grandin2-19/+12
2017-11-29simplify Bitmap operator==/IsEqual (stage2)Noel Grandin2-7/+4
2017-11-29simplify Bitmap operator==/IsEqual (stage1)Noel Grandin2-14/+5
2017-11-29Fix typosAndrea Gelmini1-4/+4
2017-11-29remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin15-25/+25
2017-11-28New loplugin:dynexcspec: Add @throws documentation, dbaccessStephan Bergmann1-0/+2
2017-11-28remove UL/L suffixes from shift-by-constant expressionsNoel Grandin4-14/+14
2017-11-28tdf#97087 GDB pretty print the Scheduler task listJan-Marek Glogowski3-1/+15
2017-11-28better fix for tdf#101563: Export to PDF creates huge PDF filesNoel Grandin1-1/+1
2017-11-28fold ImplConstruct into ctors and reduce to necessaryCaolán McNamara1-1/+0
2017-11-28post ctor, pre dtor there is always a mpMgr and its mpGlobalMgrCaolán McNamara1-3/+7
2017-11-28move the ImplRegisterObj outside ImplSetGraphicManager and rename itCaolán McNamara1-4/+1
2017-11-28GraphicManagerDestroyed would just set the default manager againCaolán McNamara1-1/+0
2017-11-28first GraphicManager* arg of ImplSetGraphicManager is thus always nullCaolán McNamara1-1/+0
2017-11-28second arg of deformed copy ctor isn't usedCaolán McNamara1-1/+1
2017-11-28vector::data seems more natural than &vector::frontCaolán McNamara2-2/+2
2017-11-28loplugin: unnecessary destructor vbahelper..vclNoel Grandin9-10/+0
2017-11-28move inlines into the classCaolán McNamara1-241/+182
2017-11-28coverity#1402152 Uninitialized pointer fieldCaolán McNamara1-2/+0
2017-11-28just calculate the scanline positionsCaolán McNamara1-14/+9
2017-11-28mpScanBuf can be privateCaolán McNamara1-1/+2
2017-11-28convert BmpConversion to scoped enumNoel Grandin2-13/+11
2017-11-28coverity#1400143 Missing move assignment operatorCaolán McNamara1-181/+84
2017-11-28convert BmpCombine to scoped enum and drop unusedNoel Grandin1-9/+2
2017-11-28loplugin:useuniqueptr extend to check local varsNoel Grandin1-1/+2
2017-11-28new loplugin useuniqueptrNoel Grandin2-6/+4
2017-11-28new loplugin: useuniqueptr: vclNoel Grandin10-13/+20
2017-11-28defaults are good enoughCaolán McNamara1-1/+0
2017-11-28Related: coverity#1371305 unnecessary inheritenceCaolán McNamara4-18/+6
2017-11-28noone cares about the return from WriteGraphic eitherCaolán McNamara1-2/+2
2017-11-28noone cares about the return from ReadGraphicCaolán McNamara1-1/+1
2017-11-28loplugin field-can-be-private in include/vcl..xmlscriptNoel Grandin20-186/+174
2017-11-28convert BmpFilter to scoped enumNoel Grandin1-19/+19
2017-11-28BitmapFilter, BitmapScaleSuper only used within vclStephan Bergmann2-68/+0
2017-11-28Extend ScopedBitmapAccess and modify various classes to use itMark Page1-5/+35