summaryrefslogtreecommitdiff
path: root/sw/source
AgeCommit message (Expand)Author
2016-11-30ScTabViewShell::InnerResizePixel must not mark document as modified...Stephan Bergmann
2016-11-30rhbz#1122096 tdf#54834: sw navigator: multi-selection of outline entriesMichael Stahl
2016-11-30sw: incorrect assertion in SwContentTree::RequestingChildren()Michael Stahl
2016-11-30sw: use auto when initializing with a cast to avoid duplicating the type nameMiklos Vajna
2016-11-30sw: reindent etc. SwContentTree::ExecCommandMichael Stahl
2016-11-30sw: navigator: fix outline Demote Chapter "down" copypastaMichael Stahl
2016-11-30rename getViewIndependentPrimitive2DSequence..Noel Grandin
2016-11-30convert TransferBufferType to o3tl::typed_flagsNoel Grandin
2016-11-30convert WRITEFIELD constants to o3tl::typed_flagsNoel Grandin
2016-11-30convert DelContentType to o3tl::typed_flagsNoel Grandin
2016-11-30convert SwTOOElements to o3tl::typed_flagsNoel Grandin
2016-11-29Use derived classes' methods instead of Pair::A/BMike Kaganski
2016-11-29Rewrite some (trivial) assignments inside if/while conditions: swStephan Bergmann
2016-11-29convert SwTOIOptions to o3tl::typed_flagsNoel Grandin
2016-11-29convert SwTOXElement to o3tl::typed_flagsNoel Grandin
2016-11-29convert SwCursorSelOverFlags to o3tl::typed_flagsNoel Grandin
2016-11-29sw ui: de-obfuscate assignments in conditions to help GCCMichael Stahl
2016-11-29sw core: de-obfuscate assignments in conditions to help GCCMichael Stahl
2016-11-29kill SwClient/Modify here, use sane(r) SfxBroadcaster/ListenerBjoern Michaelsen
2016-11-29get rid of LegacyModifyHintBjoern Michaelsen
2016-11-29Use Size::Width/Height instead of inherited Pair::A/BStephan Bergmann
2016-11-29convert ND constants to o3tl::typed_flagsNoel Grandin
2016-11-29loplugin:vclwidgets check for assigning from VclPt<T> to T*Noel Grandin
2016-11-28sw: prefix members of BigPtrArrayMiklos Vajna
2016-11-28sw lok: notify repair when exist a conflict of multiple users undo/redoHenry Castro
2016-11-26Kill old Core Text layout engineKhaled Hosny
2016-11-25tdf#104032: use correct text lengthMike Kaganski
2016-11-25tdf#104158 - Crash upon opening Table -> Number Format... in WriterNoel Grandin
2016-11-25MM UNO always print single files to printerJan-Marek Glogowski
2016-11-25tdf#102010 Never overwrite MM files via UNOJan-Marek Glogowski
2016-11-25Lok: invalidate Writer comments correctlyAshod Nakashian
2016-11-25declaration of nAllFlags shadows a member of 'this' [-Werror=shadow]Noel Grandin
2016-11-25convert ENABLE flags to o3tl::typed_flagsNoel Grandin
2016-11-25convert SW_CREATE to scoped enumNoel Grandin
2016-11-25convert HTML_FRM_OPTS to o3tl::typed_flagsNoel Grandin
2016-11-25convert CSS1_SCRIPT to o3tl::typed_flagsNoel Grandin
2016-11-25convert SUBCOL constants to o3tl::typed_flagsNoel Grandin
2016-11-25convert HTML constants to scoped enums and typed_flagsNoel Grandin
2016-11-25sw: avoid busy loop waiting for OLE objects to load.Michael Meeks
2016-11-25warning C4701: potentially uninitialized local variableNoel Grandin
2016-11-25convert CSS1_FRMSIZE constants to o3tl::typed_flagsNoel Grandin
2016-11-25convert CSS1_BACKGROUND constants to scoped enumNoel Grandin
2016-11-25convert SWXML constants to o3tl::typed_flagsNoel Grandin
2016-11-25replace URLLOAD constants with o3tl::typed_flagsNoel Grandin
2016-11-24vcl: rename Window::Notify to EventNotifyMichael Stahl
2016-11-24SwContentTree: those 3 booleans are mutually exclusiveMichael Stahl
2016-11-24tdf#103788 sw: fix use-after-free in navigator dialogMichael Stahl
2016-11-24SwContentTree: fix bad static downcastsMichael Stahl
2016-11-24SwContentTree: assert downcasts of UserDataMichael Stahl
2016-11-24coverity#1394416 ensure there's enough data to readCaolán McNamara