summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2017-03-24convert ViewShellId to o3tl::strong_intNoel Grandin4-15/+20
2017-03-23Change SvxMSDffManager::ImportOLE nOLEId parameter from long to sal_uInt32Stephan Bergmann2-4/+4
2017-03-23Remove unused #include <ctype.h>Stephan Bergmann7-8/+0
2017-03-23loplugin:loopvartoosmallStephan Bergmann2-6/+11
2017-03-23Remove unused #include <cctype>Stephan Bergmann2-2/+0
2017-03-23remove unused helpid in SfxShellNoel Grandin22-27/+0
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin16-37/+37
2017-03-23“Hyperlink” is NOT a dated word, it’s just a precise oneAdolfo Jayme Barrientos10-14/+14
2017-03-22Use rtl::isAscii* instead of ctype.h is* with sal_Unicode argStephan Bergmann1-2/+2
2017-03-22fix typo: bee --> be or beendennisroczek1-34/+29
2017-03-22loplugin:redundantcast find redundant c-style enum castsNoel Grandin17-37/+35
2017-03-22create SfxDisableFlags enumNoel Grandin29-680/+676
2017-03-21sw: those should be assertsMichael Stahl1-2/+2
2017-03-21tdf#106492 DOCX export: fix duplicated section break at doc endMiklos Vajna3-1/+14
2017-03-21tdf#106377 sw: fix Undo of delete of ToXMark from dialogMichael Stahl1-15/+27
2017-03-20ubsan fix after "drop GetId() from SfxUndoAction"Noel Grandin1-2/+12
2017-03-20sw: prefix members of SwTableBoxNumFormatMiklos Vajna2-5/+5
2017-03-20convert RndStdIds to scoped enumNoel Grandin126-792/+796
2017-03-19TyposJulien Nabet1-1/+1
2017-03-19TyposJulien Nabet4-5/+5
2017-03-19Fix typo for "expression"Julien Nabet1-1/+1
2017-03-19loplugin:loopvartoosmallStephan Bergmann1-4/+8
2017-03-19Fix typos + some German translationsAndrea Gelmini3-3/+3
2017-03-19Fix typosAndrea Gelmini2-2/+2
2017-03-19fix typo/grammar: "the the" --> thedennisroczek3-11/+11
2017-03-19fix grammar/typo: defunctional --> nonfunctionaldennisroczek2-2/+2
2017-03-18Typo: sucess->success + "adminsitrator" fixJulien Nabet1-6/+6
2017-03-17Use SfxObjectFactory::GetFactoryName/URLMatteo Casalin5-12/+12
2017-03-17drop upcastsJochen Nitschke1-2/+2
2017-03-17More workaround for the MSVC "dllpublic base template" mis-featureStephan Bergmann1-2/+9
2017-03-17There appears to be no need to create a copy hereStephan Bergmann1-1/+1
2017-03-17cleanup double includes and declarationsJochen Nitschke2-20/+11
2017-03-17sw lok: Use unique redline identifier, instead of array indicesPranav Kant10-51/+91
2017-03-17convert SvxBorderStyle to scoped enumNoel Grandin31-199/+198
2017-03-16use forward declaration for SfxItemSetJochen Nitschke1-3/+0
2017-03-16Clean up integers representing "redline authors"Stephan Bergmann24-58/+98
2017-03-16Add comment to SwContent::nYPositionStephan Bergmann1-0/+4
2017-03-16No need for extra heap allocationStephan Bergmann4-12/+9
2017-03-16Fix typosAndrea Gelmini1-1/+1
2017-03-16ooxmlimport: move bnc#519228 unit test to ooxmlexport9Justin Luth4-33/+33
2017-03-16Clean up integers representing positions in SwOutlineNodes vectorsStephan Bergmann25-101/+107
2017-03-16convert SwUndoId to scoped enumNoel Grandin122-707/+705
2017-03-16remove unused defines from HRC files in sw/Noel Grandin55-543/+10
2017-03-16drop GetId() from SfxUndoActionNoel Grandin3-18/+7
2017-03-15remove useless castsJochen Nitschke4-24/+24
2017-03-15tdf#105040 Notebookbar: added shortcuts toolboxSzymon Kłos3-1/+17
2017-03-15convert SvxFrameDirection to scoped enumNoel Grandin53-220/+227
2017-03-15convert MirrorGraph to scoped enumNoel Grandin15-101/+98
2017-03-14No need for --disable-activex and --disable-atl any longerTor Lillqvist3-27/+0
2017-03-14sw: fix Android -Werror=maybe-uninitializedMiklos Vajna1-1/+1