summaryrefslogtreecommitdiff
path: root/sw/source
AgeCommit message (Expand)AuthorFilesLines
2016-12-02tdf#104333 revert ww8import: set table keep/split if emulatedJustin Luth1-54/+0
2016-12-02SwDrawContact, SwFlyDrawContact: move code from Modify to SwClientNotifyBjoern Michaelsen1-102/+83
2016-12-02loplugin:unnecessaryoverride (dtors) in swStephan Bergmann38-269/+7
2016-12-02coverity#1394416 try and get it to see this bounds checkCaolán McNamara1-3/+4
2016-12-02coverity#1396673 Unchecked return valueCaolán McNamara1-1/+1
2016-12-02-Werror=maybe-uninitializedJulien Nabet1-2/+4
2016-12-02-Werror=maybe-uninitializedJulien Nabet1-2/+4
2016-12-01tdf#101464 fix SwAccessibleMap::mpEvents assertions switching PrintPreviewMichael Stahl1-0/+6
2016-11-30Resolves: tdf#103313 idles never get to complete postit shell formattingCaolán McNamara1-1/+7
2016-11-30ScTabViewShell::InnerResizePixel must not mark document as modified...Stephan Bergmann3-3/+3
2016-11-30rhbz#1122096 tdf#54834: sw navigator: multi-selection of outline entriesMichael Stahl1-17/+69
2016-11-30sw: incorrect assertion in SwContentTree::RequestingChildren()Michael Stahl1-1/+1
2016-11-30sw: use auto when initializing with a cast to avoid duplicating the type nameMiklos Vajna3-9/+9
2016-11-30sw: reindent etc. SwContentTree::ExecCommandMichael Stahl1-113/+112
2016-11-30sw: navigator: fix outline Demote Chapter "down" copypastaMichael Stahl1-1/+1
2016-11-30rename getViewIndependentPrimitive2DSequence..Noel Grandin1-2/+2
2016-11-30convert TransferBufferType to o3tl::typed_flagsNoel Grandin2-55/+56
2016-11-30convert WRITEFIELD constants to o3tl::typed_flagsNoel Grandin13-77/+75
2016-11-30convert DelContentType to o3tl::typed_flagsNoel Grandin3-16/+16
2016-11-30convert SwTOOElements to o3tl::typed_flagsNoel Grandin7-55/+51
2016-11-29Use derived classes' methods instead of Pair::A/BMike Kaganski4-20/+20
2016-11-29Rewrite some (trivial) assignments inside if/while conditions: swStephan Bergmann32-85/+135
2016-11-29convert SwTOIOptions to o3tl::typed_flagsNoel Grandin11-107/+90
2016-11-29convert SwTOXElement to o3tl::typed_flagsNoel Grandin10-123/+141
2016-11-29convert SwCursorSelOverFlags to o3tl::typed_flagsNoel Grandin7-61/+61
2016-11-29sw ui: de-obfuscate assignments in conditions to help GCCMichael Stahl6-29/+36
2016-11-29sw core: de-obfuscate assignments in conditions to help GCCMichael Stahl10-49/+65
2016-11-29kill SwClient/Modify here, use sane(r) SfxBroadcaster/ListenerBjoern Michaelsen3-4/+3
2016-11-29get rid of LegacyModifyHintBjoern Michaelsen3-4/+4
2016-11-29Use Size::Width/Height instead of inherited Pair::A/BStephan Bergmann2-2/+2
2016-11-29convert ND constants to o3tl::typed_flagsNoel Grandin44-222/+230
2016-11-29loplugin:vclwidgets check for assigning from VclPt<T> to T*Noel Grandin7-33/+25
2016-11-28sw: prefix members of BigPtrArrayMiklos Vajna2-76/+76
2016-11-28sw lok: notify repair when exist a conflict of multiple users undo/redoHenry Castro5-19/+78
2016-11-26Kill old Core Text layout engineKhaled Hosny1-14/+1
2016-11-25tdf#104032: use correct text lengthMike Kaganski1-1/+1
2016-11-25tdf#104158 - Crash upon opening Table -> Number Format... in WriterNoel Grandin1-2/+2
2016-11-25MM UNO always print single files to printerJan-Marek Glogowski1-1/+1
2016-11-25tdf#102010 Never overwrite MM files via UNOJan-Marek Glogowski2-8/+11
2016-11-25Lok: invalidate Writer comments correctlyAshod Nakashian2-4/+13
2016-11-25declaration of nAllFlags shadows a member of 'this' [-Werror=shadow]Noel Grandin1-2/+2
2016-11-25convert ENABLE flags to o3tl::typed_flagsNoel Grandin2-37/+44
2016-11-25convert SW_CREATE to scoped enumNoel Grandin1-23/+15
2016-11-25convert HTML_FRM_OPTS to o3tl::typed_flagsNoel Grandin6-232/+230
2016-11-25convert CSS1_SCRIPT to o3tl::typed_flagsNoel Grandin4-39/+45
2016-11-25convert SUBCOL constants to o3tl::typed_flagsNoel Grandin1-30/+39
2016-11-25convert HTML constants to scoped enums and typed_flagsNoel Grandin7-365/+373
2016-11-25sw: avoid busy loop waiting for OLE objects to load.Michael Meeks1-9/+4
2016-11-25warning C4701: potentially uninitialized local variableNoel Grandin1-1/+1
2016-11-25convert CSS1_FRMSIZE constants to o3tl::typed_flagsNoel Grandin1-19/+26