summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
2014-05-31fdo#64956: editeng: fix RTF color table exportMichael Stahl4-70/+29
2014-05-19hrc and src files: squeeze multiple newlinesThomas Arnhold2-3/+0
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante2-3/+3
2014-05-14various loplugin:passsequencebyrefNoel Grandin1-1/+1
2014-05-13Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part11Julien Nabet1-5/+5
2014-05-13remove dead codeNoel Grandin1-6/+0
2014-05-11coverity#707751 Uninitialized pointer fieldCaolán McNamara1-0/+1
2014-05-11coverity#1038495 Uninitialized scalar fieldCaolán McNamara1-0/+2
2014-05-11coverity#984086 Uninitialized scalar fieldCaolán McNamara1-4/+1
2014-05-11coverity#707758 Uninitialized scalar fieldCaolán McNamara1-3/+8
2014-05-11coverity#1019408 Uninitialized scalar fieldCaolán McNamara1-1/+2
2014-05-10coverity#1213528 Uncaught exceptionCaolán McNamara1-5/+10
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet6-19/+19
2014-05-09update_pch: add a bunch of pch filesThomas Arnhold3-0/+351
2014-05-08coverity#735420 Logically dead codeCaolán McNamara1-2/+2
2014-05-06simplify ternary conditions "xxx ? true : yyy"Noel Grandin1-1/+1
2014-05-06dflt -> defaultThomas Arnhold1-1/+1
2014-05-06consistent percent sign in commentsThomas Arnhold1-1/+1
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin3-3/+3
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni8-10/+10
2014-04-27automaticly -> automatically.Jan Holesovsky1-1/+1
2014-04-24coverity#735746 Explicit null dereferencedCaolán McNamara1-3/+7
2014-04-24coverity#735746 Explicit null dereferencedCaolán McNamara1-2/+4
2014-04-23huge hrc and src file cleanupThomas Arnhold1-19/+0
2014-04-23coverity#738625 Uninitialized scalar fieldCaolán McNamara1-4/+16
2014-04-21fdo#77603 new wildcard in autocorrection: .* instead of *László Németh1-8/+11
2014-04-21remove some more bloatThomas Arnhold1-1/+0
2014-04-21clean up src filesThomas Arnhold1-6/+1
2014-04-20cpplint: [readability/utf8] Line contains invalid UTF-8 + remove dupJulien Nabet1-6/+3
2014-04-20cpplint: [readability/utf8] Line contains invalid UTF-8Julien Nabet1-1/+1
2014-04-17no temporary instance of SvtLanguageTable necessary hereEike Rathke1-2/+1
2014-04-16coverity#735422 Logically dead codeCaolán McNamara1-2/+1
2014-04-15whitespace for include statementsThomas Arnhold1-1/+1
2014-04-15editeng: sal_Bool->boolNoel Grandin46-801/+801
2014-04-14typo: attribut -> attributeThomas Arnhold3-4/+4
2014-04-14typo: postion -> positionThomas Arnhold2-3/+3
2014-04-11Introduce twip/mm100 conversion functions instead of duplicated macrosTor Lillqvist4-96/+72
2014-04-10callcatcher: update unused codeCaolán McNamara1-6/+0
2014-04-09Clean up function declarations and some unused functionsStephan Bergmann8-44/+3
2014-04-07Replace SV_DECL/IMPL_REF macros with SvRef templateStephan Bergmann2-5/+2
2014-04-04Resolves: coverity#705447 Self assignmentCaolán McNamara1-1/+1
2014-04-04svl/eitem.hxx: sal_Bool->boolNoel Grandin1-4/+4
2014-04-04cleanup up the EditEngine::GetAttribs callNoel Grandin7-23/+22
2014-04-03svl: sal_Bool->boolNoel Grandin2-9/+9
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann13-20/+20
2014-03-31use SAL_N_ELEMENTSCaolán McNamara1-1/+1
2014-03-31Presentation string for recently-added border typesLuke Deller2-3/+25
2014-03-31.doc support for recently-added border line typesLuke Deller1-2/+8
2014-03-31xmloff: sal_Bool->boolNoel Grandin1-4/+4
2014-03-30Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe4-25/+23