summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin7-42/+42
2014-09-26remove unnecessary casts in calls to SvStream.WriteInt16Noel Grandin3-10/+10
2014-09-26remove unnecessary casts in calls to SvStream.WriteSCharNoel Grandin2-22/+22
2014-09-26remove unnecessary casts in calls to SvStream.WriteUCharNoel Grandin3-18/+18
2014-09-26remove pointless commentsNoel Grandin2-4/+0
2014-09-26remove unnecessary casts'sNoel Grandin2-4/+4
2014-09-26remove unnecessary static_cast'sNoel Grandin3-7/+7
2014-09-26SvStream - rename WriteNumber methodsNoel Grandin1-24/+24
2014-09-25editeng: std::auto_ptr -> std::unique_ptrStephan Bergmann2-17/+15
2014-09-24fdo#47302: Added insert->fields->page title buttonJennifer Liebel1-0/+36
2014-09-24Replace some std::auto_ptr function parameters with std::unique_ptrStephan Bergmann2-26/+15
2014-09-23fdo#82577: Handle WindowNoel Grandin15-37/+37
2014-09-18fdo#82577: Handle FontNoel Grandin22-69/+69
2014-09-12editeng: sal_Bool -> boolStephan Bergmann1-17/+17
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann14-131/+131
2014-09-12coverity#703951 unchecked return valueNorbert Thiebaud1-1/+1
2014-09-10Typo: (N|n)ormaly->(N|n)ormallyJulien Nabet1-1/+1
2014-09-10Replace uses of old SFX_ITEM_ON alias with SFX_ITEM_SETStephan Bergmann7-46/+46
2014-09-10Replace uses of old SFX_ITEM_OFF alias with SFX_ITEM_DEFAULTStephan Bergmann3-5/+5
2014-09-09editeng: avoid autocorrect crashMichael Stahl1-0/+4
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin2-12/+7
2014-09-03Remove (misleading) EditEngine::QuickRemoveCharAttribsMatúš Kukan2-7/+2
2014-09-01fdo#83178 fix Chinese Conversion crashMatthew J. Francis1-1/+1
2014-08-31fdo#33899 autocorrect: don't replace date parts with fractionsLászló Németh1-1/+6
2014-08-29editeng: deploy an assert for the default itemsMichael Stahl1-1/+1
2014-08-29fdo#62923 Autocorrect opt. 'Replace dashes' uses en-dash between numbersLászló Németh1-2/+4
2014-08-26Remove unimplemented function declarationsMatúš Kukan1-3/+0
2014-08-25QueryBox RID_SVXQB_* -> MessageDialog + stringCaolán McNamara2-15/+9
2014-08-25Avoid possible memory leaks in case of exceptionsTakeshi Abe2-9/+6
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist1-1/+1
2014-08-23fdo#82577, fdo#82579: Handle CursorTor Lillqvist3-9/+9
2014-08-22Remove some useless tools/debug.hxx includesMarcos Paulo de Souza1-0/+1
2014-08-22Simplify autocorrect loading - removing redundant parameter.Michael Meeks2-7/+6
2014-08-20vcl: use enum for complex text layout constantsNoel Grandin2-2/+2
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara6-6/+0
2014-08-17coverity#1132709 Uncaught exceptionCaolán McNamara1-1/+1
2014-08-15editeng: initialize mnRefCount in all ctors, fix sw.check crashes...Michael Stahl1-1/+3
2014-08-14Build fix when DEBUG_EDIT_ENGINE is on.Kohei Yoshida1-1/+1
2014-08-14Use boost::intrusive_ptr in lieu of manual ref-counting.Kohei Yoshida1-69/+57
2014-08-14Apply a simple pimpl idiom and rename the old Impl to make it non-Impl.Kohei Yoshida1-60/+74
2014-08-13WaE: C4245: 'argument' : conversion from 'int' to 'size_t'Tor Lillqvist1-1/+1
2014-08-11-Werror,-Wundefined-bool-conversionStephan Bergmann3-5/+5
2014-08-07cppcheck: Exception should be caught by referenceJulien Nabet1-1/+1
2014-08-07loplugin:staticcallCaolán McNamara1-2/+2
2014-08-07coverity#982278 Resource leak in objectCaolán McNamara1-1/+9
2014-08-01fdo#55292 add middle wildcard autocorrectionLászló Németh1-13/+45
2014-07-31fix some dodgy FieldUnit conversionsNoel Grandin1-1/+1
2014-07-29fdo#81812 Kill PIMPE and PIMPEEJoren De Cuyper2-89/+86
2014-07-29drop use of SFX_ITEM_PRESENTATION_NONENoel Grandin8-829/+267
2014-07-29simplify return argument of SfxPoolItem::GetPresentationNoel Grandin9-232/+232