summaryrefslogtreecommitdiffstats
path: root/editeng
Commit message (Expand)AuthorAgeFilesLines
* editeng: Avoid calling expensive getLineBreak() if possibleMatúš Kukan2014-11-101-27/+38
* changed some timer to idleJennifer Liebel2014-11-052-2/+2
* editeng: SvxRTFParser sal_Bool to boolMichael Stahl2014-11-054-33/+33
* fdo#79761: parse BlockList.xml only onceDaniel Sikeler2014-11-052-3/+7
* coverity#982161 unchecked return valueDavid Tardon2014-11-031-1/+13
* coverity#982160 unchecked return valueDavid Tardon2014-11-031-1/+13
* fdo#84938: replace MIB_ constants with enumNoel Grandin2014-11-011-2/+2
* missing SAL_CALLMatúš Kukan2014-10-312-4/+4
* fdo#80403: AutoCorrect uses XFastParserDaniel Sikeler2014-10-316-160/+188
* remove unnecessary 'using namespace rtl' declarationsNoel Grandin2014-10-2916-16/+0
* coverity#735305 Unchecked return valueCaolán McNamara2014-10-281-5/+5
* cid#1209201 Logically dead codeNoel Grandin2014-10-271-2/+0
* fdo#84938: replace KEYTYPE_ constants with enumNoel Grandin2014-10-273-23/+23
* Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky2014-10-231-3/+3
* Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky2014-10-231-1/+1
* coverity#1247635 Uncaught exceptionCaolán McNamara2014-10-171-2/+2
* fdo#84854 it seems long is not enough on 32 bitDavid Tardon2014-10-161-1/+1
* coverity#735333 flush out pointless calls to IsRemote and IsOpenCaolán McNamara2014-10-152-2/+0
* convert PORTION_KIND constants to enumNoel Grandin2014-10-155-77/+84
* create a macro library for implementing bit-flags typesNoel Grandin2014-10-137-19/+19
* fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca2014-10-091-3/+3
* Resolves: fdo#44998 crash when opening context menu of a fieldCaolán McNamara2014-10-075-1/+22
* Resolves: fdo#84698 crash in autoreplacementCaolán McNamara2014-10-061-1/+2
* coverity#1242896 Unused valueCaolán McNamara2014-10-021-1/+0
* coverity#1242436 Identical code for different branchesCaolán McNamara2014-10-011-1/+1
* loplugin: cstylecastNoel Grandin2014-10-0138-366/+375
* fdo#82577: Handle TimeNoel Grandin2014-10-013-24/+24
* actually the LineStyle property is *write-only*Michael Stahl2014-09-301-0/+6
* clean up some weird type-casting in SvxRTFParserNoel Grandin2014-09-302-160/+146
* fdo#82577: Handle PolyPolygonNoel Grandin2014-09-303-10/+10
* fdo#82577: Handle RegionNoel Grandin2014-09-304-8/+8
* MSVC 2012 apparently isn't ready yet for std::vector<std::unique_ptr<T>>Stephan Bergmann2014-09-291-3/+3
* svtools: std::auto_ptr -> std::unique_ptrStephan Bergmann2014-09-291-3/+3
* remove unnecessary casts in misc calls to SvStream.Write*Noel Grandin2014-09-261-3/+3
* remove unnecessary casts in calls to SvStream.WriteUInt32Noel Grandin2014-09-261-1/+1
* remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin2014-09-267-42/+42
* remove unnecessary casts in calls to SvStream.WriteInt16Noel Grandin2014-09-263-10/+10
* remove unnecessary casts in calls to SvStream.WriteSCharNoel Grandin2014-09-262-22/+22
* remove unnecessary casts in calls to SvStream.WriteUCharNoel Grandin2014-09-263-18/+18
* remove pointless commentsNoel Grandin2014-09-262-4/+0
* remove unnecessary casts'sNoel Grandin2014-09-262-4/+4
* remove unnecessary static_cast'sNoel Grandin2014-09-263-7/+7
* SvStream - rename WriteNumber methodsNoel Grandin2014-09-261-24/+24
* editeng: std::auto_ptr -> std::unique_ptrStephan Bergmann2014-09-252-17/+15
* fdo#47302: Added insert->fields->page title buttonJennifer Liebel2014-09-241-0/+36
* Replace some std::auto_ptr function parameters with std::unique_ptrStephan Bergmann2014-09-242-26/+15
* fdo#82577: Handle WindowNoel Grandin2014-09-2315-37/+37
* fdo#82577: Handle FontNoel Grandin2014-09-1822-69/+69
* editeng: sal_Bool -> boolStephan Bergmann2014-09-121-17/+17
* Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann2014-09-1214-131/+131