summaryrefslogtreecommitdiff
path: root/sd/source
AgeCommit message (Expand)AuthorFilesLines
2016-12-20convert SFX_EVENT constants to scoped enumNoel Grandin1-1/+1
2016-12-17Adapt to no-longer explicit OUStringLiteral ctorStephan Bergmann1-6/+6
2016-12-16Better way of converting from OUStringLiteral to OStringStephan Bergmann1-1/+1
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin8-18/+18
2016-12-14sd: Remove empty fileTakeshi Abe1-23/+0
2016-12-13sd: Update list items only when necessaryTakeshi Abe2-28/+28
2016-12-13Fix weird configury option combination lossageTor Lillqvist1-1/+13
2016-12-12OSL_TRACE->SAL in sd..sdextNoel Grandin28-99/+32
2016-12-12tdf#104046 - Slides in the slide pane don't update in realtimeNoel Grandin14-182/+55
2016-12-12Mark as constTakeshi Abe10-10/+10
2016-12-10AccessibleEventNotifier AccessibleSlideSorterObject (sd)Julien Nabet1-1/+1
2016-12-08convert SFX_HINT to scoped enumNoel Grandin24-56/+51
2016-12-07convert PolyFlags to scoped enumNoel Grandin1-8/+8
2016-12-07convert VCLEVENT constants to scoped enumNoel Grandin14-35/+44
2016-12-06Change Read/Write access to Scoped Read/Write accessMark Page3-12/+13
2016-12-06convert PolyStyle to scoped enumNoel Grandin1-7/+7
2016-12-05unwind sd RID_STYLEFAMILY_IMAGELIST imagelistCaolán McNamara3-16/+14
2016-12-05convert FSysStyle to o3tl::typed_flagsNoel Grandin1-1/+1
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin21-39/+39
2016-12-05convert INetURLObject::EncodeMechanism to scoped enumNoel Grandin5-5/+5
2016-12-05loplugin:unnecessaryoverride (dtors) in sdStephan Bergmann23-131/+5
2016-12-05convert E_GRAPH_PROV constants to typed_flagsNoel Grandin1-1/+1
2016-11-30ScTabViewShell::InnerResizePixel must not mark document as modified...Stephan Bergmann2-2/+2
2016-11-30rename getViewIndependentPrimitive2DSequence..Noel Grandin2-2/+2
2016-11-29Rewrite some (trivial) assignments inside if/while conditions: sdStephan Bergmann2-4/+7
2016-11-29Drop a bunch of font metrics flagsKhaled Hosny2-2/+2
2016-11-29extensions,sc,sd,vcl: de-obfuscate assignments in conditions to help GCCMichael Stahl2-4/+8
2016-11-29Use Size::Width/Height instead of inherited Pair::A/BStephan Bergmann2-6/+6
2016-11-29loplugin:vclwidgets check for assigning from VclPt<T> to T*Noel Grandin17-46/+45
2016-11-25give us a chance to see *which* property failedEike Rathke11-31/+28
2016-11-25convert FOUND constants to o3tl::typed_flagsNoel Grandin1-40/+47
2016-11-24vcl: rename Window::Notify to EventNotifyMichael Stahl9-15/+15
2016-11-24use o3tl::typed_flags in ConfigurationListener::ConfigurationChangedNoel Grandin6-6/+6
2016-11-24convert SFX_VISIBILITY constants to scoped enumNoel Grandin2-6/+6
2016-11-24convert SFXWB_ constants to scoped enumNoel Grandin1-1/+1
2016-11-24don't use memset on std::vectorJochen Nitschke1-1/+0
2016-11-23tdf#42949 Remove unused uno headers from /sd/source/coreBartosz Kosiorek10-21/+1
2016-11-22remove some more global OUStringsNoel Grandin5-16/+4
2016-11-21convert inventorId to scoped enumNoel Grandin49-143/+145
2016-11-21Kill the AutoPilotPresentations UNO commandGabor Kelemen1-25/+0
2016-11-21new loplugin datamembershadowNoel Grandin3-11/+1
2016-11-18sd: assert SfxPoolItem::operator==Michael Stahl1-15/+10
2016-11-18Avoid division by zeroStephan Bergmann1-2/+2
2016-11-18includes should be at the top of the fileNoel Grandin6-21/+16
2016-11-17tdf#103950 Undo does not revert bundled font size changes for table cellsNoel Grandin3-1/+12
2016-11-17loplugin:unusedfieldsNoel Grandin6-19/+12
2016-11-17loplugin:datamembershadow in StyleSheetUndoActionNoel Grandin2-10/+2
2016-11-16make the element names in dumpAsXml match the class namesNoel Grandin2-2/+2
2016-11-16new loplugin finalprotectedNoel Grandin1-2/+1
2016-11-15replace explicit delete and simplifyDavid Tardon1-9/+3