summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-08-17Update git submodulesOlivier Hallot1-0/+0
2018-08-17make GetCodeName accessor more standardCaolán McNamara2-2/+2
2018-08-17Resolves: tdf#119325 tooltip position should be relative to widgetCaolán McNamara1-1/+1
2018-08-17loplugin:useuniqueptr pass SmNodeList around by std::unique_ptrNoel Grandin2-55/+63
2018-08-17ofz#9934 null derefCaolán McNamara2-2/+3
2018-08-17a11y: Use ATK "footnote" roleSamuel Thibault1-2/+2
2018-08-17tdf#116542 a11y: Make R/O accessibleedit use STATIC roleSamuel Thibault1-1/+1
2018-08-17make GetName accessor more standardCaolán McNamara6-22/+10
2018-08-17fix crash on Windows on assert enabled buildsNoel Grandin1-1/+1
2018-08-17ofz: infinite loopCaolán McNamara1-2/+5
2018-08-17loplugin:overrideStephan Bergmann1-1/+1
2018-08-17loplugin:useuniqueptr in Tcg255Noel Grandin2-8/+5
2018-08-17loplugin:useuniqueptr in SwPagePreviewLayoutNoel Grandin8-56/+45
2018-08-17loplugin:useuniqueptr in ScFormatRangeStylesNoel Grandin3-82/+43
2018-08-17Print (raw) exit code on system() failureStephan Bergmann1-1/+1
2018-08-17tdf108064 OOXML export: keep preset dashes in shape outlinesAdam Kovacs3-9/+35
2018-08-17insert->envelope->printer->setup crashesCaolán McNamara1-1/+1
2018-08-17Fix typosAndrea Gelmini2-2/+2
2018-08-17Override [sd-IN] with [sd-Deva-IN]Eike Rathke2-2/+3
2018-08-17Do not convert YMD date order to YDM and vice versa, tdf#107012 follow-upEike Rathke1-2/+9
2018-08-17update loplugin returnconstantNoel Grandin1-486/+48
2018-08-17loplugin:useuniqueptr in PDFGrammarNoel Grandin1-15/+15
2018-08-17loplugin:useuniqueptr in WW8ListManagerNoel Grandin2-12/+11
2018-08-17loplugin:useuniqueptr in SwPageNumAndTypeOfAnchorsNoel Grandin1-41/+11
2018-08-17loplugin:useuniqueptr in ScColumnRowStylesBaseNoel Grandin3-32/+14
2018-08-17loplugin:useuniqueptr in connectivity/fileNoel Grandin5-38/+26
2018-08-17loplugin:useuniqueptr in ImplSalBitmapCacheNoel Grandin2-41/+14
2018-08-17Avoid loplugin:redundantcast false positive involving decltypeStephan Bergmann1-2/+3
2018-08-17loplugin:redundantfcastStephan Bergmann1-3/+3
2018-08-17loplugin:cstylecastStephan Bergmann1-1/+1
2018-08-17tdf#119299 Start with a never scrollbar policyMaxim Monastirsky1-0/+1
2018-08-16Update git submodulesMike Kaganski1-0/+0
2018-08-16Fix typo: s/an other/another/gAndrea Gelmini10-11/+11
2018-08-16sw: save one vcl layout call in SwFntObj::DrawText()Miklos Vajna1-2/+38
2018-08-16vcl: use SalLayoutGlyphs, not SalLayout for pre-computed layoutMiklos Vajna7-65/+37
2018-08-16Related tdf#118547: don't change protection symbol if nTab == TABLEID_DOCJulien Nabet1-1/+1
2018-08-16ofz: timeoutCaolán McNamara1-0/+10
2018-08-16ofz#9932 Null-derefCaolán McNamara1-1/+3
2018-08-16std::deque->std::vectorCaolán McNamara1-1/+1
2018-08-16tdf#117797 guard access to mpSwapFile as it may not be setTomaž Vajngerl1-1/+2
2018-08-16SvxNumberFormat::nFirstLineOffset should have a larger typeStephan Bergmann16-23/+29
2018-08-16td#f119300 crash in Manage BreakPoints dialogNoel Grandin2-8/+13
2018-08-16data->sort->options->copy sort results to, enter "asd"->ok crashesCaolán McNamara1-1/+1
2018-08-16Adapt loplugin:ptrvector to libc++ (on macOS)Stephan Bergmann1-1/+6
2018-08-16PDF export: allow API users to opt in for version 1.6Miklos Vajna4-1/+13
2018-08-16Resolves: tdf#119013 do not over-aggressively reorder date particlesEike Rathke18-33/+35
2018-08-16tdf#99213 handle iterate container.Mark Hung2-9/+37
2018-08-16tdf#114427 improve fix, wedo need to free it regardlessCaolán McNamara1-6/+3
2018-08-16tdf#119224 start and end are expected to exist for the scope of this functionCaolán McNamara1-3/+5
2018-08-16vcl: support pre-computed glyph items in OutputDevice::ImplLayout()Miklos Vajna7-10/+22