summaryrefslogtreecommitdiff
path: root/sw/source
AgeCommit message (Expand)AuthorFilesLines
2019-10-12Modify GetBookmark to get rid of const_cast (sw)Julien Nabet2-8/+5
2019-10-11SwDoc::ChgPageDesc: OSL_ENSURE -> assertMichael Weghorn1-1/+1
2019-10-11lok: Disable autocorrect dialog from native context menu.Michael Meeks2-0/+11
2019-10-11sw: WW8: fix crashtesting asserts on fdo45983-1.doc export to ODTMichael Stahl1-0/+3
2019-10-11SwCursorShell argument of AttrChangedNotify is unusedCaolán McNamara24-70/+70
2019-10-11replace numbers with their enumCaolán McNamara1-15/+15
2019-10-11simplify "a = a +" to "a +="Noel Grandin3-26/+24
2019-10-10convert WriteCharPtr..getStr to WriteOStringNoel Grandin15-108/+108
2019-10-10fix zero at end of string in ExtractOLEClassNameNoel Grandin1-2/+2
2019-10-10sw: WW8: do not create fieldmark with start in frame and end in bodyMichael Stahl1-0/+6
2019-10-10remove redundant empty checkJohn Zhang1-8/+5
2019-10-10More loplugin:redundantpointeropsStephan Bergmann3-11/+11
2019-10-09loplugin:redundantpointeropsStephan Bergmann2-2/+2
2019-10-09Resolves: tdf#128037 don't create a11y element just to destroy itCaolán McNamara1-5/+7
2019-10-09loplugin:redundantpointerops check other pointer typesNoel Grandin1-1/+1
2019-10-08Fix typoAndrea Gelmini1-1/+1
2019-10-08tdf#128009: Allow spaces in AutoText suggestionsMike Kaganski5-100/+192
2019-10-08tdf#127825 DOCX import: fix handling for tbrl, auto-height and rel size shapesMiklos Vajna1-1/+1
2019-10-08loplugin:redundantpointerops simplify *p.get()Noel Grandin2-3/+3
2019-10-08Let WW8_TCell zero-initialize its membersStephan Bergmann3-10/+7
2019-10-08Simplify if/else and remove useless assert in undoobj.cxx (sw)Julien Nabet1-4/+1
2019-10-08tdf#126589: only consider text to the left of cursor as AutoText short nameMike Kaganski1-2/+3
2019-10-07Add a SAL_INFO for SwVbaDocument::SaveAs2000()Tor Lillqvist1-0/+2
2019-10-07Add a SAL_INFO for SwVbaDocuments::Open()Tor Lillqvist1-0/+2
2019-10-07SvSimpleTableContainer is now unusedCaolán McNamara2-2/+0
2019-10-07weld SwSendMailDialogCaolán McNamara3-155/+111
2019-10-07Remove unnecessary(?) memsetStephan Bergmann1-1/+0
2019-10-07lok: comments: fix hidden text cursor and sudden document scrollMarco Cecchetti1-0/+8
2019-10-07sw: fix Android buildMiklos Vajna2-2/+2
2019-10-07[DECL|IMPL]_ABSTDLG_BASE now unusedCaolán McNamara1-21/+0
2019-10-07sw: prefix members of SwElemItemMiklos Vajna3-85/+85
2019-10-07Fix FIXME in swcache.hxxJulien Nabet2-5/+1
2019-10-06Related: tdf#127935 set default activate handler to toggle row expansionCaolán McNamara24-31/+46
2019-10-06convert equals() to operator== in xmlreader::SpanNoel Grandin1-5/+5
2019-10-06improve SfxPoolItem operator== implementationsNoel Grandin7-22/+24
2019-10-05Drop bogus memsetStephan Bergmann1-2/+0
2019-10-05Drop bogus memsetsStephan Bergmann2-7/+1
2019-10-04Related: tdf#127529 make it harder to misunderstand this VirtualDevice ctorCaolán McNamara1-1/+1
2019-10-04Fix typoAndrea Gelmini1-1/+1
2019-10-04SvxAutoCorrect::GetPrevAutoCorrWord should not be constMike Kaganski1-1/+1
2019-10-04tdf#52316 Writer status bar: show also printed page countsLászló Németh2-4/+44
2019-10-04loplugin:unusedfieldsNoel Grandin1-1/+0
2019-10-04sw: add DocumentContentOperationsManager::DeleteDummyChar()Michael Stahl3-12/+23
2019-10-04sw: SwXTextPortion "TextFieldSeparator"Michael Stahl3-1/+12
2019-10-04sw: add CH_TXT_ATR_FIELDSEPMichael Stahl5-7/+17
2019-10-04sw: add IDocumentMarkAccess::getFieldmarkAt()Michael Stahl7-11/+28
2019-10-04sw: add PortionType for fieldmarks for debuggingMichael Stahl4-2/+11
2019-10-04sw: remove dead branches in DocumentContentOperationsManagerMichael Stahl1-128/+16
2019-10-04sw: Overwrite() should ignore CH_TXT_ATR_INPUTFIELD*Michael Stahl1-0/+2
2019-10-04use SfxUInt16Item for SID_METRIC_ITEMNoel Grandin2-4/+5