summaryrefslogtreecommitdiff
path: root/sw/source/uibase
AgeCommit message (Expand)AuthorFilesLines
2016-12-02loplugin:unnecessaryoverride (dtors) in swStephan Bergmann6-30/+0
2016-12-02coverity#1396673 Unchecked return valueCaolán McNamara1-1/+1
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: reindent etc. SwContentTree::ExecCommandMichael Stahl1-113/+112
2016-11-30sw: navigator: fix outline Demote Chapter "down" copypastaMichael Stahl1-1/+1
2016-11-30convert TransferBufferType to o3tl::typed_flagsNoel Grandin2-55/+56
2016-11-30convert SwTOOElements to o3tl::typed_flagsNoel Grandin1-4/+4
2016-11-29Rewrite some (trivial) assignments inside if/while conditions: swStephan Bergmann11-27/+38
2016-11-29convert SwTOIOptions to o3tl::typed_flagsNoel Grandin1-4/+4
2016-11-29convert SwTOXElement to o3tl::typed_flagsNoel Grandin2-7/+8
2016-11-29sw ui: de-obfuscate assignments in conditions to help GCCMichael Stahl4-20/+22
2016-11-29Use Size::Width/Height instead of inherited Pair::A/BStephan Bergmann1-1/+1
2016-11-29convert ND constants to o3tl::typed_flagsNoel Grandin1-2/+2
2016-11-29loplugin:vclwidgets check for assigning from VclPt<T> to T*Noel Grandin2-3/+3
2016-11-28sw lok: notify repair when exist a conflict of multiple users undo/redoHenry Castro3-18/+64
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-25convert ENABLE flags to o3tl::typed_flagsNoel Grandin2-37/+44
2016-11-25convert SW_CREATE to scoped enumNoel Grandin1-23/+15
2016-11-25warning C4701: potentially uninitialized local variableNoel Grandin1-1/+1
2016-11-25replace URLLOAD constants with o3tl::typed_flagsNoel Grandin5-13/+14
2016-11-24vcl: rename Window::Notify to EventNotifyMichael Stahl9-15/+11
2016-11-24SwContentTree: those 3 booleans are mutually exclusiveMichael Stahl2-65/+56
2016-11-24tdf#103788 sw: fix use-after-free in navigator dialogMichael Stahl2-15/+2
2016-11-24SwContentTree: fix bad static downcastsMichael Stahl1-6/+8
2016-11-24SwContentTree: assert downcasts of UserDataMichael Stahl1-1/+63
2016-11-24tdf#41542 globally allow padding without borders: UIJustin Luth2-17/+0
2016-11-24use o3tl::typed_flags in ConfigurationListener::ConfigurationChangedNoel Grandin1-1/+1
2016-11-24convert SFX_VISIBILITY constants to scoped enumNoel Grandin24-24/+27
2016-11-24convert SFXWB_ constants to scoped enumNoel Grandin1-1/+1
2016-11-23tdf#42949 Remove unused uno headers from /sw/source/uibaseBartosz Kosiorek57-171/+3
2016-11-21related: tdf#90362: remove option from Formatting AidsMike Kaganski4-16/+24
2016-11-21convert inventorId to scoped enumNoel Grandin5-12/+12
2016-11-21tdf#104023 - fix wrong boolean logic for RedlineFlagsJustin Luth2-4/+2
2016-11-18includes should be at the top of the fileNoel Grandin2-6/+7
2016-11-16make the element names in dumpAsXml match the class namesNoel Grandin2-3/+3
2016-11-16new loplugin finalprotectedNoel Grandin1-2/+1
2016-11-14Don't AlignToPixel in SwView::SetVisAreaStephan Bergmann1-5/+2
2016-11-14warning C4701: potentially uninitialized local variableNoel Grandin1-5/+4
2016-11-14coverity#703927 Unchecked return valueCaolán McNamara2-11/+14
2016-11-13drop useless semicolonsDavid Tardon1-1/+1
2016-11-13tdf#103268 Activate editing object name function for writer images.Gulsah Kose1-1/+24
2016-11-11update vclwidget loplugin to find ref-dropping assigmentNoel Grandin3-7/+6
2016-11-10Resolves: tdf#103809 the argument is a bool* not a VclPtrCaolán McNamara1-2/+2
2016-11-10micro optCaolán McNamara1-1/+1
2016-11-10tdf#67379 - sw: treat clicking h/f-fly the same as any otherJustin Luth1-15/+2
2016-11-08reduce copying when decomposing drawinglayer primitivesNoel Grandin2-24/+15