summaryrefslogtreecommitdiff
path: root/editeng/source/editeng/editattr.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-03-20drop unnecessary includesCaolán McNamara1-1/+0
2018-01-12More loplugin:cstylecast: editengStephan Bergmann1-1/+1
2017-10-23loplugin:includeform: editengStephan Bergmann1-1/+1
2017-09-14improve redundantcast lopluginNoel Grandin1-1/+1
2017-03-29Fix integer type of EditCharAttrib nStart/nEnd membersStephan Bergmann1-28/+30
2017-03-15remove useless castsJochen Nitschke1-4/+4
2017-01-05editeng: convert more DBG_ASSERT to assertMichael Stahl1-23/+23
2016-11-16make the element names in dumpAsXml match the class namesNoel Grandin1-1/+1
2016-09-28extend dumpAsXml to EditDocNoel Grandin1-0/+10
2016-02-09Remove excess newlinesChris Sherlock1-2/+0
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock1-1/+1
2016-01-31tools: rename FontUnderline to FontLineStyleChris Sherlock1-2/+2
2016-01-18vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock1-1/+1
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud1-1/+1
2016-01-16vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock1-1/+1
2016-01-07svx: fix windows build, rename SvxEscapementItem::GetProp()Michael Stahl1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-6/+6
2015-08-27don't write SvxBackgroundColorItem via inherited SvxColorItem::StoreCaolán McNamara1-5/+1
2015-06-21Fix typosAndrea Gelmini1-1/+1
2015-05-14convert KERNING_ constants to scoped enumNoel Grandin1-1/+1
2015-04-17loplugin:implicitboolconversion clean-upStephan Bergmann1-1/+1
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-10-01loplugin: cstylecastNoel Grandin1-22/+22
2014-06-30Cleanup: removed comments and debugging outputmatteocam1-9/+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-30Minor changes.matteocam1-0/+2
2014-06-30Debugging outputmatteocam1-1/+1
2014-06-30Added case in editdoc.cxxmatteocam1-5/+6
2014-06-30Added body of EditCharAttribBackgroundColormatteocam1-5/+1
2014-06-30Added class SvxBackgroundColorItemmatteocam1-1/+22
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-30Test on changing backgroundmatteocam1-1/+1
2014-06-30Debugging options in EditCharAttribColor::SetFontmatteocam1-1/+3
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-4/+0
2014-04-15editeng: sal_Bool->boolNoel Grandin1-3/+3
2014-03-10editeng: register GrabBag as a Char attributeTomaž Vajngerl1-0/+9
2014-02-27Remove visual noise from editengAlexander Wilms1-46/+46
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-3/+3
2014-01-27cp#1000025: Import casemaps from pptx.Muthu Subramanian1-1/+16
2014-01-21EDITENG : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini1-3/+0
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-3/+3
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida1-6/+6
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks1-23/+14
2012-04-18String & bool cleanup.Kohei Yoshida1-7/+24
2012-04-04Merge EditAttrib into EditCharAttrib.Kohei Yoshida1-14/+7
2012-03-30avoid sc crashesLuboš Luňák1-10/+0
2012-03-28Move away from SV_DECL_PTRARR in CharAttribList.Kohei Yoshida1-7/+13