summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml
AgeCommit message (Expand)AuthorFilesLines
2015-08-03sw: inline use-once typedefsNoel Grandin1-9/+6
2015-07-24-Werror,-Wunused-private-fieldStephan Bergmann2-2/+0
2015-07-22loplugin:unusedmethods sw(part2)Noel Grandin3-23/+0
2015-07-19Fix typosAndrea Gelmini1-2/+2
2015-07-16tdf#39468 Translate German Comments - sw/source/filter/xml/Phillip Sz2-2/+2
2015-07-15loplugin:unusedmethods xmloffNoel Grandin2-8/+0
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann1-8/+2
2015-07-08Fix typosAndrea Gelmini1-1/+1
2015-07-06improve the returnbyref lopluginNoel Grandin4-15/+15
2015-07-04Fix typosAndrea Gelmini1-1/+1
2015-07-03typo: therfore -> thereforeAndras Timar1-1/+1
2015-06-30Fix typosAndrea Gelmini1-1/+1
2015-06-23Revert "Typo: iff->if"Julien Nabet1-1/+1
2015-06-23Typo: iff->ifJulien Nabet1-1/+1
2015-06-23LinkUpdateMode is a global settingStephan Bergmann1-39/+41
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2-3/+3
2015-06-01Use auto or more proper integer types, avoid temporariesMatteo Casalin1-1/+1
2015-05-26cppcheck: noExplicitConstructorCaolán McNamara9-12/+12
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier20-497/+497
2015-05-12sw: More variable renaming.Jan Holesovsky1-12/+12
2015-05-07Unwind SotStorageStreamRef typedefStephan Bergmann1-1/+1
2015-05-07Unwind SotStorageRef typedefStephan Bergmann1-1/+1
2015-05-07Remove SvStorage aliasStephan Bergmann1-1/+1
2015-05-07Remove SvStorageRef aliasStephan Bergmann1-1/+1
2015-05-07Remove SvStorageStreamRef aliasStephan Bergmann1-1/+1
2015-05-06sw: add SwDBData::sEmbeddedNameMiklos Vajna1-0/+5
2015-05-05loplugin:staticmethodsNoel Grandin7-11/+11
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin2-2/+2
2015-04-10tdf#86578: sw: fix rendering of legacy documents with fly achored at flyMichael Stahl1-0/+7
2015-04-10convert SfxObjectCreateMode to scoped enumNoel Grandin2-3/+3
2015-04-08tdf#88812 sw: speed up SwDoc::MakeFlyAndMove()Miklos Vajna1-1/+1
2015-04-07loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-01convert BOX_LINE and BOXINFO_LINE to enum classNoel Grandin2-12/+12
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann4-22/+22
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann7-15/+15
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann3-7/+7
2015-03-24convert sfxlink to enum classNoel Grandin2-5/+4
2015-03-19move SwIterator into calbck.hxxBjoern Michaelsen1-1/+1
2015-03-18convert DocumentSettingId to an enum classNoel Grandin4-9/+9
2015-03-05V801: Decreased performanceCaolán McNamara4-6/+6
2015-02-26Drop superfluous newline and stupid exclamation markTor Lillqvist1-1/+1
2015-02-25sw: convert import & export components to constructor usageChris Sherlock2-336/+126
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin2-2/+2
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin1-1/+1
2015-01-20Resolves: fdo#84943 make fodt non crashy like odt for formulas inside shapesCaolán McNamara1-7/+11
2015-01-20OSL_ENSURE->SAL_WARN_IF where conditional deref followsCaolán McNamara1-1/+1
2015-01-20OSL_ENSURE->assert where unconditionally deref followsCaolán McNamara1-7/+7
2015-01-18ODT export: fix namespace of <table:covered-table-cell> inside shapesMiklos Vajna1-2/+2
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin1-2/+0