summaryrefslogtreecommitdiffstats
path: root/editeng
Commit message (Expand)AuthorAgeFilesLines
* 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
* coverity#703951 unchecked return valueNorbert Thiebaud2014-09-121-1/+1
* Typo: (N|n)ormaly->(N|n)ormallyJulien Nabet2014-09-101-1/+1
* Replace uses of old SFX_ITEM_ON alias with SFX_ITEM_SETStephan Bergmann2014-09-107-46/+46
* Replace uses of old SFX_ITEM_OFF alias with SFX_ITEM_DEFAULTStephan Bergmann2014-09-103-5/+5
* editeng: avoid autocorrect crashMichael Stahl2014-09-091-0/+4
* SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin2014-09-062-12/+7
* Remove (misleading) EditEngine::QuickRemoveCharAttribsMatúš Kukan2014-09-032-7/+2
* fdo#83178 fix Chinese Conversion crashMatthew J. Francis2014-09-011-1/+1
* fdo#33899 autocorrect: don't replace date parts with fractionsLászló Németh2014-08-311-1/+6
* editeng: deploy an assert for the default itemsMichael Stahl2014-08-291-1/+1
* fdo#62923 Autocorrect opt. 'Replace dashes' uses en-dash between numbersLászló Németh2014-08-291-2/+4
* Remove unimplemented function declarationsMatúš Kukan2014-08-261-3/+0
* QueryBox RID_SVXQB_* -> MessageDialog + stringCaolán McNamara2014-08-252-15/+9
* Avoid possible memory leaks in case of exceptionsTakeshi Abe2014-08-252-9/+6
* fdo#82577: Handle KeyCodeTor Lillqvist2014-08-231-1/+1
* fdo#82577, fdo#82579: Handle CursorTor Lillqvist2014-08-233-9/+9
* Remove some useless tools/debug.hxx includesMarcos Paulo de Souza2014-08-221-0/+1