summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)Author
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
2014-07-07DBG_ASSERT->assert when followed by dereferenceCaolán McNamara
2014-07-06coverity#706504 Uncaught exceptionCaolán McNamara
2014-07-04Fix: EE_CHAR_COLOR to EE_CHAR_BKGCOLORmatteocam
2014-07-03Resolves fdo#79276 Add fallback system for autocorrection of French variantsJulien Nabet
2014-07-03WaE: -Werror=unused-variableCaolán McNamara
2014-07-03coverity#738958 Unused pointer valueCaolán McNamara
2014-07-03use assert when followed by derefCaolán McNamara
2014-07-02drop UniReference in favour of rtl::ReferenceNoel Grandin
2014-07-01clang scan-build: various warningsCaolán McNamara
2014-07-01error: 'SvxColorBackgroundItem' was not declared in this scopeMiklos Vajna
2014-06-30Cleanup: removed comments and debugging outputmatteocam
2014-06-30Removed assertion in EditCharAttribBackgroundColormatteocam
2014-06-30VclProcessor's text rendering looks at fill colormatteocam
2014-06-30Set transparency besides color for text with fill (i.e. underlined text)matteocam
2014-06-30DbgOutItem supports Font Background Colormatteocam
2014-06-30CreateFont supports Background Colormatteocam
2014-06-30ItemSet includes Background Color in SetFontInfoInItemSetmatteocam
2014-06-30Minor changes.matteocam
2014-06-30Debugging outputmatteocam
2014-06-30Added case in editdoc.cxxmatteocam
2014-06-30Added body of EditCharAttribBackgroundColormatteocam
2014-06-30Added EE_CHAR_BKGCOLORmatteocam
2014-06-30Added class SvxBackgroundColorItemmatteocam