summaryrefslogtreecommitdiff
path: root/editeng/source/editeng
AgeCommit message (Expand)AuthorFilesLines
2014-08-14Build fix when DEBUG_EDIT_ENGINE is on.Kohei Yoshida1-1/+1
2014-08-13WaE: C4245: 'argument' : conversion from 'int' to 'size_t'Tor Lillqvist1-1/+1
2014-08-07loplugin:staticcallCaolán McNamara1-2/+2
2014-08-07coverity#982278 Resource leak in objectCaolán McNamara1-1/+9
2014-07-29fdo#81812 Kill PIMPE and PIMPEEJoren De Cuyper2-89/+86
2014-07-27bnc#467459 - fix editeng text search with expanded fields.Michael Meeks3-55/+129
2014-07-22Fix the font handling esp wrt font colors.Kohei Yoshida2-2/+2
2014-07-20vcl consitent use of long for corrdinateNorbert Thiebaud6-38/+41
2014-07-11fdo#81058: Revert "Fix: EE_CHAR_COLOR to EE_CHAR_BKGCOLOR"Matúš Kukan1-1/+1
2014-07-07DBG_ASSERT->assert when followed by dereferenceCaolán McNamara1-1/+1
2014-07-04Fix: EE_CHAR_COLOR to EE_CHAR_BKGCOLORmatteocam1-1/+1
2014-07-03WaE: -Werror=unused-variableCaolán McNamara1-1/+0
2014-07-03coverity#738958 Unused pointer valueCaolán McNamara1-3/+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 outputmatteocam2-15/+0
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 SvxBackgroundColorItemmatteocam2-1/+35
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-30HasBkg method to Font.HasBkg iff HasSingleUnderline.SetBkgColor in OutputDevmatteocam1-4/+5
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-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-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-17bnc#882631: keep line visible if proportional line spacing is < 100%.Matúš Kukan2-2/+11
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin8-60/+13
2014-06-13loplugin:staticcallStephan Bergmann1-1/+1
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin5-24/+4
2014-06-04avoid problems with poppler's and vcl's FontInfo during runtimeMarkus Mohrhard1-1/+1
2014-05-31fdo#64956: editeng: fix RTF color table exportMichael Stahl4-70/+29
2014-05-19hrc and src files: squeeze multiple newlinesThomas Arnhold1-2/+0
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante1-2/+2
2014-05-11coverity#707751 Uninitialized pointer fieldCaolán McNamara1-0/+1
2014-05-11coverity#1038495 Uninitialized scalar fieldCaolán McNamara1-0/+2