summaryrefslogtreecommitdiffstats
path: root/editeng
Commit message (Expand)AuthorAgeFilesLines
* coverity#1213528 Uncaught exceptionCaolán McNamara2014-05-101-5/+10
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet2014-05-106-19/+19
* update_pch: add a bunch of pch filesThomas Arnhold2014-05-093-0/+351
* coverity#735420 Logically dead codeCaolán McNamara2014-05-081-2/+2
* simplify ternary conditions "xxx ? true : yyy"Noel Grandin2014-05-061-1/+1
* dflt -> defaultThomas Arnhold2014-05-061-1/+1
* consistent percent sign in commentsThomas Arnhold2014-05-061-1/+1
* simplify ternary conditions "xxx ? yyy : false"Noel Grandin2014-05-053-3/+3
* Many spelling fixes: directories a* - g*.Pedro Giffuni2014-04-308-10/+10
* automaticly -> automatically.Jan Holesovsky2014-04-271-1/+1
* coverity#735746 Explicit null dereferencedCaolán McNamara2014-04-241-3/+7
* coverity#735746 Explicit null dereferencedCaolán McNamara2014-04-241-2/+4
* huge hrc and src file cleanupThomas Arnhold2014-04-231-19/+0
* coverity#738625 Uninitialized scalar fieldCaolán McNamara2014-04-231-4/+16
* fdo#77603 new wildcard in autocorrection: .* instead of *László Németh2014-04-211-8/+11
* remove some more bloatThomas Arnhold2014-04-211-1/+0
* clean up src filesThomas Arnhold2014-04-211-6/+1
* cpplint: [readability/utf8] Line contains invalid UTF-8 + remove dupJulien Nabet2014-04-201-6/+3
* cpplint: [readability/utf8] Line contains invalid UTF-8Julien Nabet2014-04-201-1/+1
* no temporary instance of SvtLanguageTable necessary hereEike Rathke2014-04-171-2/+1
* coverity#735422 Logically dead codeCaolán McNamara2014-04-161-2/+1
* whitespace for include statementsThomas Arnhold2014-04-151-1/+1
* editeng: sal_Bool->boolNoel Grandin2014-04-1546-801/+801
* typo: attribut -> attributeThomas Arnhold2014-04-143-4/+4
* typo: postion -> positionThomas Arnhold2014-04-142-3/+3
* Introduce twip/mm100 conversion functions instead of duplicated macrosTor Lillqvist2014-04-114-96/+72
* callcatcher: update unused codeCaolán McNamara2014-04-101-6/+0
* Clean up function declarations and some unused functionsStephan Bergmann2014-04-098-44/+3
* Replace SV_DECL/IMPL_REF macros with SvRef templateStephan Bergmann2014-04-072-5/+2
* Resolves: coverity#705447 Self assignmentCaolán McNamara2014-04-041-1/+1
* svl/eitem.hxx: sal_Bool->boolNoel Grandin2014-04-041-4/+4
* cleanup up the EditEngine::GetAttribs callNoel Grandin2014-04-047-23/+22
* svl: sal_Bool->boolNoel Grandin2014-04-032-9/+9
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-0113-20/+20
* use SAL_N_ELEMENTSCaolán McNamara2014-03-311-1/+1
* Presentation string for recently-added border typesLuke Deller2014-03-312-3/+25
* .doc support for recently-added border line typesLuke Deller2014-03-311-2/+8
* xmloff: sal_Bool->boolNoel Grandin2014-03-311-4/+4
* Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe2014-03-304-25/+23
* typo: selektion -> selectionThomas Arnhold2014-03-291-3/+3
* Merge back branch alg_writerframes to trunkArmin Le Grand2014-03-281-0/+18
* Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe2014-03-281-2/+2
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-2622-210/+210
* editeng: clean up unneeded bForceCursorMiklos Vajna2014-03-241-2/+1
* coverity#736772 Dereference before null checkCaolán McNamara2014-03-221-1/+1
* convert OUString::match to OUString::endsWithNoel Grandin2014-03-191-2/+1
* Add dash-dot and dash-dot-dot line styles.Kohei Yoshida2014-03-191-0/+4
* Disable unit tests which use library objects from libmerged on Windows.Matúš Kukan2014-03-181-11/+6
* Make this non-inline.Kohei Yoshida2014-03-171-1/+4
* codemaker,editeng: prefer passing OUString by referenceNoel Grandin2014-03-172-10/+10