summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
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
2014-06-30Setting SetTextFillColor from Attrs. Experiment with line colormatteocam1-3/+6
2014-06-30Cleaned up code from tranparency in vcl. Trying setfillcolor from edit attrsmatteocam1-0/+5
2014-06-30Cleaned up code from operations in vclmatteocam1-0/+17
2014-06-30Moved Text Filling Color in OutDev. Text Filling occurs in ImplDrawTextmatteocam1-5/+2
2014-06-30Put text filling in SvxFontmatteocam1-0/+7
2014-06-30HasBkg method to Font.HasBkg iff HasSingleUnderline.SetBkgColor in OutputDevmatteocam2-4/+6
2014-06-30Test on changing backgroundmatteocam2-1/+6
2014-06-30Debugging options in EditCharAttribColor::SetFontmatteocam1-1/+3
2014-06-30Called C++ object pointer is nullCaolán McNamara3-4/+4
2014-06-30Drop unecessary continuePeter Senna Tschudin1-1/+0
2014-06-29Typo: beeing->beingJulien Nabet2-2/+2
2014-06-27OSL_ENSURE->assert where guaranteed deref followsCaolán McNamara1-7/+5
2014-06-24bnc#882631: Do not hide top of the first row when editing text in table cells.Matúš Kukan1-2/+2
2014-06-24coverity#1103694 Missing break in switch, assuming this is wrongCaolán McNamara1-0/+1
2014-06-24new compilerplugin returnbyrefNoel Grandin1-1/+1
2014-06-21Revert "bnc#882631: keep line visible if proportional line spacing is < 100%."Matúš Kukan2-11/+2
2014-06-18Related: fdo#80140 a11y crash on changing text via spellchecker in impressCaolán McNamara1-4/+0
2014-06-18coverity#1210038 Uncaught exceptionCaolán McNamara1-4/+11
2014-06-17bnc#882631: keep line visible if proportional line spacing is < 100%.Matúš Kukan2-2/+11
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin10-69/+13
2014-06-13Paragraph argument never used in InvalidateBulletCaolán McNamara2-7/+4
2014-06-13loplugin:staticcallStephan Bergmann5-14/+14
2014-06-12Clean upStephan Bergmann1-5/+1
2014-06-12Clean upStephan Bergmann1-16/+9
2014-06-12Missing SolarMutexGuardStephan Bergmann1-0/+3
2014-06-10coverity#735422 Logically dead codeCaolán McNamara1-2/+1
2014-06-09some remaining sal_uInt16 to sal_Int32 editeng ESelection boundsCaolán McNamara2-100/+51