summaryrefslogtreecommitdiff
path: root/sc/source/filter
AgeCommit message (Expand)Author
2017-03-30Translate German comments (leftovers)Johnny_M
2017-03-30loplugin:unusedenumconstantsNoel Grandin
2017-03-29split ImportState enum into RtfImportState and HtmlImportStateNoel Grandin
2017-03-29loplugin:unusedmethodsNoel Grandin
2017-03-29Add note that the xmlMissing thing is not implementedTor Lillqvist
2017-03-28Fix typosAndrea Gelmini
2017-03-28Turn XclSupbookType into scoped enum and add operator<< for SAL_INFO etcTor Lillqvist
2017-03-28Bin an unused and a used-once typedefTor Lillqvist
2017-03-28First steps to round-trip xlExternalLinkPath/xlPathMissing thingsTor Lillqvist
2017-03-25Fix typosAndrea Gelmini
2017-03-23Remove unused #include <ctype.h>Stephan Bergmann
2017-03-23convert ScMatrixMode to scoped enumNoel Grandin
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin
2017-03-22Use rtl::isAscii* instead of ctype.h is* (and fix passing plain char)Stephan Bergmann
2017-03-19Fix typos + some German translationsAndrea Gelmini
2017-03-17cleanup double includes and declarationsJochen Nitschke
2017-03-17convert SvxBorderStyle to scoped enumNoel Grandin
2017-03-16use forward declaration for SfxItemSetJochen Nitschke
2017-03-15revert header move of viewdata.hxx and viewutil.hxxEike Rathke
2017-03-15introduce ScGeneralFunction scoped enumNoel Grandin
2017-03-15convert SvxFrameDirection to scoped enumNoel Grandin
2017-03-14sc: remove GETITEMVALUE macroJochen Nitschke
2017-03-14change SvxFrameDirectionItem base to SfxEnumItemJochen Nitschke
2017-03-11Passing shaperect to addShape function is uselessTamás Zolnai
2017-03-11Fix typosAndrea Gelmini
2017-03-09convert SvxCellHorJustify to scoped enumNoel Grandin
2017-03-08Re-introduce a check I dropped in 7ceda09f6780c954fedc49764d5457aa2616b39aTor Lillqvist
2017-03-08convert SvxAdjust to scoped enumNoel Grandin
2017-03-08A 'CondFmt' record can have a maximum of three CF records following (eek)Tor Lillqvist
2017-03-08Make sure that the 'stAuthor' field of a 'NoteSh' structure filfills the specTor Lillqvist
2017-03-08Write the 'FtNts' subrecord of 'Obj' when necessaryTor Lillqvist
2017-03-08It's SetSliceSize, not SetSliceLenTor Lillqvist
2017-03-07loplugin:loopvartoosmallStephan Bergmann
2017-03-07Use symbolic constants instead of hardcoded numbersTor Lillqvist
2017-03-06The 'fLockObj' field of an 'ObjProtect' MUST be 0x0001 says the specTor Lillqvist
2017-03-06The 'reserved1' bit of a 'Formula' MUST be zero according to current specTor Lillqvist
2017-03-06Set the 'unused2' bit of 'Font' to 1 iff 'uls' is greater than 0 per specTor Lillqvist
2017-03-06make use of the SfxItemSet::GetItem<T> methodNoel Grandin
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-03-03drop SvxNumType and rename SvxExtNumType->SvxNumTypeNoel Grandin
2017-03-03Fix typosAndrea Gelmini
2017-03-03Remove uses of SAL_CONSTEXPR in LIBO_INTERNAL_ONLYStephan Bergmann
2017-03-03convert SfxEnumItem to type-safe template classNoel Grandin
2017-03-02use std::vector::insert when inserting multiple of the same thingNoel Grandin
2017-02-28new loplugin unoanyNoel Grandin
2017-02-28tdf#48140 Replace CellRangeAddress with ScRangeBartosz Kosiorek
2017-02-24vector::data seems more natural than &vector::frontCaolán McNamara
2017-02-24a first stab against the note caption ownership messEike Rathke
2017-02-22use std::unique_ptrCaolán McNamara
2017-02-21Fix typos/translations, following 04644956e53dAndrea Gelmini