summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2016-12-04coverity#1394416 another effort at silencing Out-of-bounds readCaolán McNamara1-1/+1
2016-12-04tdf#97361 remove = None assignments in check_fieldskerem1-2/+0
2016-12-04use proper message passingBjoern Michaelsen4-5/+14
2016-12-04use proper message passingBjoern Michaelsen3-8/+5
2016-12-04use proper message passingBjoern Michaelsen3-12/+9
2016-12-04use proper message passingBjoern Michaelsen3-6/+6
2016-12-04use proper message passingBjoern Michaelsen3-6/+6
2016-12-04use proper message passingBjoern Michaelsen3-2/+30
2016-12-02use SvtSysLocaleOptions::GetRealLanguageTag(), not GetLocaleConfigString()Eike Rathke1-2/+2
2016-12-02tdf#104333 revert ww8import: set table keep/split if emulatedJustin Luth2-84/+0
2016-12-02SwDrawContact, SwFlyDrawContact: move code from Modify to SwClientNotifyBjoern Michaelsen3-107/+90
2016-12-02loplugin:unnecessaryoverride (dtors) in swStephan Bergmann39-273/+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-12-01Add toolbar button for page orientationMuhammet Kara1-0/+2
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 Bergmann4-4/+4
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 Grandin4-26/+29
2016-11-30convert SwTOOElements to o3tl::typed_flagsNoel Grandin8-67/+66
2016-11-30tdf#103975 docx import: don't lose column break #2Justin Luth2-0/+7
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 Bergmann33-86/+137
2016-11-29convert SwTOIOptions to o3tl::typed_flagsNoel Grandin12-122/+108
2016-11-29convert SwTOXElement to o3tl::typed_flagsNoel Grandin12-151/+173
2016-11-29tdf#104115 DOCX export: ClosedBezierShape should always result in <a:custGeom>Miklos Vajna2-0/+10
2016-11-29convert SwCursorSelOverFlags to o3tl::typed_flagsNoel Grandin9-82/+84
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 Michaelsen4-18/+18
2016-11-29get rid of LegacyModifyHintBjoern Michaelsen5-15/+16
2016-11-29Use Size::Width/Height instead of inherited Pair::A/BStephan Bergmann2-2/+2
2016-11-29convert ND constants to o3tl::typed_flagsNoel Grandin52-269/+284
2016-11-29sw: indentation fixesMiklos Vajna2-4/+4
2016-11-29loplugin:vclwidgets check for assigning from VclPt<T> to T*Noel Grandin7-33/+25
2016-11-29tdf#103975 docx import: don't lose column breakJustin Luth2-0/+7
2016-11-28sw: prefix members of BigPtrArrayMiklos Vajna3-82/+82
2016-11-28sw lok: notify repair when exist a conflict of multiple users undo/redoHenry Castro8-20/+180
2016-11-26Kill old Core Text layout engineKhaled Hosny1-14/+1
2016-11-26tdf#103975 docx import: don't remove sectPr with BreakItemJustin Luth3-12/+13