summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
2014-11-14coverity#1242632 Untrusted loop boundCaolán McNamara1-2/+11
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava6-14/+14
2014-11-14vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl1-0/+1
2014-11-13sw: delete global SwAutoCorrect instance to avoid crash...Michael Stahl1-3/+3
2014-11-12rename variables in makefileDaniel Sikeler1-11/+11
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini7-7/+7
2014-11-12Guard against wrap-around in SvxFontHeightItemStephan Bergmann1-2/+10
2014-11-11Copy the original prop/prop unitStephan Bergmann1-1/+4
2014-11-11Revert "Some SvxFontHeightItem clean-up"Stephan Bergmann1-8/+3
2014-11-11Some SvxFontHeightItem clean-upStephan Bergmann1-3/+8
2014-11-11callcatcher: dropping SwChapterNumRules binary Load/Store has knock-on effectCaolán McNamara1-12/+2
2014-11-11WaE: 'register' storage class specifier is deprecatedTor Lillqvist1-0/+11
2014-11-11fdo#80403: TokenHandler impl. FastTokenHandlerBaseDaniel Sikeler7-10/+56
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann1-4/+4
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin1-4/+4
2014-11-05coverity#1242632 Untrusted loop boundCaolán McNamara1-5/+13
2014-11-05changed some timer to idleJennifer Liebel2-2/+2
2014-11-05editeng: SvxRTFParser sal_Bool to boolMichael Stahl4-33/+33
2014-11-05fdo#79761: parse BlockList.xml only onceDaniel Sikeler2-3/+7
2014-11-03coverity#982161 unchecked return valueDavid Tardon1-1/+13
2014-11-03coverity#982160 unchecked return valueDavid Tardon1-1/+13
2014-11-01fdo#84938: replace MIB_ constants with enumNoel Grandin1-2/+2
2014-10-31missing SAL_CALLMatúš Kukan2-4/+4
2014-10-31fdo#80403: AutoCorrect uses XFastParserDaniel Sikeler6-160/+188
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin16-16/+0
2014-10-28coverity#735305 Unchecked return valueCaolán McNamara1-5/+5
2014-10-27cid#1209201 Logically dead codeNoel Grandin1-2/+0
2014-10-27fdo#84938: replace KEYTYPE_ constants with enumNoel Grandin3-23/+23
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky1-3/+3
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky1-1/+1
2014-10-17coverity#1247635 Uncaught exceptionCaolán McNamara1-2/+2
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon1-1/+1
2014-10-15coverity#735333 flush out pointless calls to IsRemote and IsOpenCaolán McNamara2-2/+0
2014-10-15convert PORTION_KIND constants to enumNoel Grandin5-77/+84
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin7-19/+19
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca1-3/+3
2014-10-07Resolves: fdo#44998 crash when opening context menu of a fieldCaolán McNamara5-1/+22
2014-10-06Resolves: fdo#84698 crash in autoreplacementCaolán McNamara1-1/+2
2014-10-02coverity#1242896 Unused valueCaolán McNamara1-1/+0
2014-10-01coverity#1242436 Identical code for different branchesCaolán McNamara1-1/+1
2014-10-01loplugin: cstylecastNoel Grandin38-366/+375
2014-10-01fdo#82577: Handle TimeNoel Grandin3-24/+24
2014-09-30actually the LineStyle property is *write-only*Michael Stahl1-0/+6
2014-09-30clean up some weird type-casting in SvxRTFParserNoel Grandin2-160/+146
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin3-10/+10
2014-09-30fdo#82577: Handle RegionNoel Grandin4-8/+8
2014-09-29MSVC 2012 apparently isn't ready yet for std::vector<std::unique_ptr<T>>Stephan Bergmann1-3/+3
2014-09-29svtools: std::auto_ptr -> std::unique_ptrStephan Bergmann1-3/+3
2014-09-26remove unnecessary casts in misc calls to SvStream.Write*Noel Grandin1-3/+3
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt32Noel Grandin1-1/+1