summaryrefslogtreecommitdiff
path: root/editeng/source/editeng
AgeCommit message (Expand)AuthorFilesLines
2014-09-18fdo#82577: Handle FontNoel Grandin11-24/+24
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann6-51/+51
2014-09-10Typo: (N|n)ormaly->(N|n)ormallyJulien Nabet1-1/+1
2014-09-10Replace uses of old SFX_ITEM_ON alias with SFX_ITEM_SETStephan Bergmann5-43/+43
2014-09-10Replace uses of old SFX_ITEM_OFF alias with SFX_ITEM_DEFAULTStephan Bergmann3-5/+5
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin1-7/+7
2014-09-03Remove (misleading) EditEngine::QuickRemoveCharAttribsMatúš Kukan1-5/+0
2014-09-01fdo#83178 fix Chinese Conversion crashMatthew J. Francis1-1/+1
2014-08-29editeng: deploy an assert for the default itemsMichael Stahl1-1/+1
2014-08-26Remove unimplemented function declarationsMatúš Kukan1-3/+0
2014-08-25Avoid possible memory leaks in case of exceptionsTakeshi Abe1-4/+2
2014-08-23fdo#82577, fdo#82579: Handle CursorTor Lillqvist3-9/+9
2014-08-20vcl: use enum for complex text layout constantsNoel Grandin1-1/+1
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara1-1/+0
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