summaryrefslogtreecommitdiffstats
path: root/editeng
Commit message (Expand)AuthorAgeFilesLines
* 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
* Simplify autocorrect loading - removing redundant parameter.Michael Meeks2014-08-222-7/+6
* vcl: use enum for complex text layout constantsNoel Grandin2014-08-202-2/+2
* drop unnecessary shl.hxx includesCaolán McNamara2014-08-186-6/+0
* coverity#1132709 Uncaught exceptionCaolán McNamara2014-08-171-1/+1
* editeng: initialize mnRefCount in all ctors, fix sw.check crashes...Michael Stahl2014-08-151-1/+3
* Build fix when DEBUG_EDIT_ENGINE is on.Kohei Yoshida2014-08-141-1/+1
* Use boost::intrusive_ptr in lieu of manual ref-counting.Kohei Yoshida2014-08-141-69/+57
* Apply a simple pimpl idiom and rename the old Impl to make it non-Impl.Kohei Yoshida2014-08-141-60/+74
* WaE: C4245: 'argument' : conversion from 'int' to 'size_t'Tor Lillqvist2014-08-131-1/+1
* -Werror,-Wundefined-bool-conversionStephan Bergmann2014-08-113-5/+5
* cppcheck: Exception should be caught by referenceJulien Nabet2014-08-071-1/+1
* loplugin:staticcallCaolán McNamara2014-08-071-2/+2
* coverity#982278 Resource leak in objectCaolán McNamara2014-08-071-1/+9
* fdo#55292 add middle wildcard autocorrectionLászló Németh2014-08-011-13/+45
* fix some dodgy FieldUnit conversionsNoel Grandin2014-07-311-1/+1
* fdo#81812 Kill PIMPE and PIMPEEJoren De Cuyper2014-07-292-89/+86
* drop use of SFX_ITEM_PRESENTATION_NONENoel Grandin2014-07-298-829/+267
* simplify return argument of SfxPoolItem::GetPresentationNoel Grandin2014-07-299-232/+232
* fdo#55292 paragr. start. autocorr. with a single character (eg. ---A)László Németh2014-07-291-1/+1
* WaE: overriding virtual function declaration not marked 'override'Tor Lillqvist2014-07-281-1/+1
* bnc#467459 - fix editeng text search with expanded fields.Michael Meeks2014-07-275-61/+224
* Massive 'Dialogdiet fail' and similar to 'Dialog creation failed'Matteo Casalin2014-07-261-1/+1
* convert SfxItemState constants to a proper enumNoel Grandin2014-07-235-16/+19
* Fix the font handling esp wrt font colors.Kohei Yoshida2014-07-222-2/+2
* vcl consitent use of long for corrdinateNorbert Thiebaud2014-07-2011-66/+70
* Related: rhbz#1117853 nStartPara of EE_PARA_NOT_FOUNDCaolán McNamara2014-07-171-2/+1
* Renamed brdcst.[hc]xx to SfxBroadcaster.[hc]xxTobias Lippert2014-07-173-3/+2
* fdo#81058: Revert "Fix: EE_CHAR_COLOR to EE_CHAR_BKGCOLOR"Matúš Kukan2014-07-111-1/+1
* new loplugin: externalandnotdefinedNoel Grandin2014-07-113-2/+31
* DBG_ASSERT->assert when followed by dereferenceCaolán McNamara2014-07-071-1/+1