summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
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
2014-07-29fdo#55292 paragr. start. autocorr. with a single character (eg. ---A)László Németh1-1/+1
2014-07-28WaE: overriding virtual function declaration not marked 'override'Tor Lillqvist1-1/+1
2014-07-27bnc#467459 - fix editeng text search with expanded fields.Michael Meeks5-61/+224
2014-07-26Massive 'Dialogdiet fail' and similar to 'Dialog creation failed'Matteo Casalin1-1/+1
2014-07-23convert SfxItemState constants to a proper enumNoel Grandin5-16/+19
2014-07-22Fix the font handling esp wrt font colors.Kohei Yoshida2-2/+2
2014-07-20vcl consitent use of long for corrdinateNorbert Thiebaud11-66/+70
2014-07-17Related: rhbz#1117853 nStartPara of EE_PARA_NOT_FOUNDCaolán McNamara1-2/+1
2014-07-17Renamed brdcst.[hc]xx to SfxBroadcaster.[hc]xxTobias Lippert3-3/+2
2014-07-11fdo#81058: Revert "Fix: EE_CHAR_COLOR to EE_CHAR_BKGCOLOR"Matúš Kukan1-1/+1
2014-07-11new loplugin: externalandnotdefinedNoel Grandin3-2/+31
2014-07-07DBG_ASSERT->assert when followed by dereferenceCaolán McNamara1-1/+1
2014-07-06coverity#706504 Uncaught exceptionCaolán McNamara1-1/+1
2014-07-04Fix: EE_CHAR_COLOR to EE_CHAR_BKGCOLORmatteocam1-1/+1
2014-07-03Resolves fdo#79276 Add fallback system for autocorrection of French variantsJulien Nabet1-6/+18
2014-07-03WaE: -Werror=unused-variableCaolán McNamara1-1/+0
2014-07-03coverity#738958 Unused pointer valueCaolán McNamara1-3/+2
2014-07-03use assert when followed by derefCaolán McNamara1-55/+37
2014-07-02drop UniReference in favour of rtl::ReferenceNoel Grandin1-2/+2
2014-07-01clang scan-build: various warningsCaolán McNamara1-1/+1
2014-07-01error: 'SvxColorBackgroundItem' was not declared in this scopeMiklos Vajna1-1/+1
2014-06-30Cleanup: removed comments and debugging outputmatteocam4-20/+1
2014-06-30Removed assertion in EditCharAttribBackgroundColormatteocam1-6/+5
2014-06-30VclProcessor's text rendering looks at fill colormatteocam1-0/+2
2014-06-30Set transparency besides color for text with fill (i.e. underlined text)matteocam1-0/+1
2014-06-30DbgOutItem supports Font Background Colormatteocam1-0/+11
2014-06-30CreateFont supports Background Colormatteocam1-0/+2
2014-06-30ItemSet includes Background Color in SetFontInfoInItemSetmatteocam1-0/+1
2014-06-30Minor changes.matteocam1-0/+2
2014-06-30Debugging outputmatteocam1-1/+1
2014-06-30Added case in editdoc.cxxmatteocam2-5/+11
2014-06-30Added body of EditCharAttribBackgroundColormatteocam1-5/+1
2014-06-30Added EE_CHAR_BKGCOLORmatteocam1-5/+6
2014-06-30Added class SvxBackgroundColorItemmatteocam3-1/+74