summaryrefslogtreecommitdiffstats
path: root/editeng/source
Commit message (Expand)AuthorAgeFilesLines
* editeng: Avoid calling expensive getLineBreak() if possibleMatúš Kukan2014-11-171-27/+38
* sal: clean up public headers with include-what-you-useMichael Stahl2014-11-173-1/+3
* coverity#1242632 Untrusted loop boundCaolán McNamara2014-11-141-2/+11
* fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2014-11-146-14/+14
* vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl2014-11-141-0/+1
* sw: delete global SwAutoCorrect instance to avoid crash...Michael Stahl2014-11-131-3/+3
* 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-113-10/+24
* 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-315-160/+187
* 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-136-17/+17
* 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