summaryrefslogtreecommitdiffstats
path: root/editeng
Commit message (Expand)AuthorAgeFilesLines
* rename variables in makefileDaniel Sikeler2014-11-121-11/+11
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-127-7/+7
* Guard against wrap-around in SvxFontHeightItemStephan Bergmann2014-11-121-2/+10
* Copy the original prop/prop unitStephan Bergmann2014-11-111-1/+4
* Revert "Some SvxFontHeightItem clean-up"Stephan Bergmann2014-11-111-8/+3
* Some SvxFontHeightItem clean-upStephan Bergmann2014-11-111-3/+8
* callcatcher: dropping SwChapterNumRules binary Load/Store has knock-on effectCaolán McNamara2014-11-111-12/+2
* WaE: 'register' storage class specifier is deprecatedTor Lillqvist2014-11-111-0/+11
* fdo#80403: TokenHandler impl. FastTokenHandlerBaseDaniel Sikeler2014-11-117-10/+56
* Revert "use the new OUString::fromUtf8 method"Stephan Bergmann2014-11-061-4/+4
* use the new OUString::fromUtf8 methodNoel Grandin2014-11-061-4/+4
* coverity#1242632 Untrusted loop boundCaolán McNamara2014-11-051-5/+13
* 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