summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)Author
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-09-12editeng: sal_Bool -> boolStephan Bergmann
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-09-12coverity#703951 unchecked return valueNorbert Thiebaud
2014-09-10Typo: (N|n)ormaly->(N|n)ormallyJulien Nabet
2014-09-10Replace uses of old SFX_ITEM_ON alias with SFX_ITEM_SETStephan Bergmann
2014-09-10Replace uses of old SFX_ITEM_OFF alias with SFX_ITEM_DEFAULTStephan Bergmann
2014-09-09editeng: avoid autocorrect crashMichael Stahl
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin
2014-09-03Remove (misleading) EditEngine::QuickRemoveCharAttribsMatúš Kukan
2014-09-01fdo#83178 fix Chinese Conversion crashMatthew J. Francis
2014-08-31fdo#33899 autocorrect: don't replace date parts with fractionsLászló Németh
2014-08-29editeng: deploy an assert for the default itemsMichael Stahl
2014-08-29fdo#62923 Autocorrect opt. 'Replace dashes' uses en-dash between numbersLászló Németh
2014-08-26Remove unimplemented function declarationsMatúš Kukan
2014-08-25QueryBox RID_SVXQB_* -> MessageDialog + stringCaolán McNamara
2014-08-25Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist
2014-08-23fdo#82577, fdo#82579: Handle CursorTor Lillqvist
2014-08-22Remove some useless tools/debug.hxx includesMarcos Paulo de Souza
2014-08-22Simplify autocorrect loading - removing redundant parameter.Michael Meeks
2014-08-20vcl: use enum for complex text layout constantsNoel Grandin
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara
2014-08-17coverity#1132709 Uncaught exceptionCaolán McNamara
2014-08-15editeng: initialize mnRefCount in all ctors, fix sw.check crashes...Michael Stahl
2014-08-14Build fix when DEBUG_EDIT_ENGINE is on.Kohei Yoshida
2014-08-14Use boost::intrusive_ptr in lieu of manual ref-counting.Kohei Yoshida
2014-08-14Apply a simple pimpl idiom and rename the old Impl to make it non-Impl.Kohei Yoshida
2014-08-13WaE: C4245: 'argument' : conversion from 'int' to 'size_t'Tor Lillqvist
2014-08-11-Werror,-Wundefined-bool-conversionStephan Bergmann
2014-08-07cppcheck: Exception should be caught by referenceJulien Nabet
2014-08-07loplugin:staticcallCaolán McNamara
2014-08-07coverity#982278 Resource leak in objectCaolán McNamara
2014-08-01fdo#55292 add middle wildcard autocorrectionLászló Németh
2014-07-31fix some dodgy FieldUnit conversionsNoel Grandin
2014-07-29fdo#81812 Kill PIMPE and PIMPEEJoren De Cuyper
2014-07-29drop use of SFX_ITEM_PRESENTATION_NONENoel Grandin
2014-07-29simplify return argument of SfxPoolItem::GetPresentationNoel Grandin
2014-07-29fdo#55292 paragr. start. autocorr. with a single character (eg. ---A)László Németh
2014-07-28WaE: overriding virtual function declaration not marked 'override'Tor Lillqvist
2014-07-27bnc#467459 - fix editeng text search with expanded fields.Michael Meeks
2014-07-26Massive 'Dialogdiet fail' and similar to 'Dialog creation failed'Matteo Casalin
2014-07-23convert SfxItemState constants to a proper enumNoel Grandin
2014-07-22Fix the font handling esp wrt font colors.Kohei Yoshida
2014-07-20vcl consitent use of long for corrdinateNorbert Thiebaud
2014-07-17Related: rhbz#1117853 nStartPara of EE_PARA_NOT_FOUNDCaolán McNamara
2014-07-17Renamed brdcst.[hc]xx to SfxBroadcaster.[hc]xxTobias Lippert
2014-07-11fdo#81058: Revert "Fix: EE_CHAR_COLOR to EE_CHAR_BKGCOLOR"Matúš Kukan
2014-07-11new loplugin: externalandnotdefinedNoel Grandin