summaryrefslogtreecommitdiff
path: root/sw/source
AgeCommit message (Expand)Author
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
2016-11-24tdf#41542 globally allow padding without borders: UIJustin Luth
2016-11-24use o3tl::typed_flags in ConfigurationListener::ConfigurationChangedNoel Grandin
2016-11-24convert SFX_VISIBILITY constants to scoped enumNoel Grandin
2016-11-24convert SFXWB_ constants to scoped enumNoel Grandin
2016-11-23sw: clean up redundant initializers in rtfstringbufferMiklos Vajna
2016-11-23tdf#42949 Remove unnecessary headers from sw/source/filtersBartosz Kosiorek
2016-11-23tdf#42949 Remove unused uno headers from /sw/source/uibaseBartosz Kosiorek
2016-11-23tdf#42949 Remove unused uno headers from /sw/source/coreBartosz Kosiorek
2016-11-22tdf#103982 DOCX export: make sure SdrObject margin is non-negativeMiklos Vajna
2016-11-21Revert "Revert "std::list<sal_uLong> to deque""Julien Nabet
2016-11-21related: tdf#90362: remove option from Formatting AidsMike Kaganski
2016-11-21introduce getValue(sKey) for SequenceAsHashMapJochen Nitschke