summaryrefslogtreecommitdiff
path: root/editeng/source/items/textitem.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-10-05convert MapUnit to scoped enumNoel Grandin1-34/+39
2016-09-21convert SfxItemPresentation to scoped enumNoel Grandin1-2/+2
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl1-1/+1
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (editeng)Stephan Bergmann1-2/+2
2016-08-19Resolves: coverity#705366 Mixing enum typesCaolán McNamara1-88/+88
2016-08-17convert SvxEscapement to scoped enumNoel Grandin1-5/+5
2016-06-12convert more DBG_ASSERT(false to SAL_WARNNoel Grandin1-1/+1
2016-05-30Convert FontRelief to scoped enumNoel Grandin1-6/+6
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-1/+1
2016-05-09convert FONT_EMPHASIS_MARK to scoped enumNoel Grandin1-24/+26
2016-02-09Remove excess newlinesChris Sherlock1-146/+0
2016-01-31tools: rename FontUnderline to FontLineStyleChris Sherlock1-14/+14
2016-01-21vcl: rename Font::GetFamily to Font::GetFamilyTypeChris Sherlock1-2/+2
2016-01-17vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock1-2/+2
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud1-2/+2
2016-01-16vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock1-2/+2
2016-01-13loplugin:unusedmethods unused return value in include/svlNoel Grandin1-6/+3
2016-01-07svx: fix windows build, rename SvxEscapementItem::GetProp()Michael Stahl1-1/+1
2015-12-15Bin silly 'STATIC DATA' commentsTor Lillqvist1-3/+0
2015-11-17Add SvStream::ReadUtf16 (don't assume sal_Unicode is unsigned short)Stephan Bergmann1-1/+1
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-37/+32
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-15/+15
2015-10-20loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-19convert remaing DBG_WARNING to SAL_INFONoel Grandin1-1/+1
2015-09-13editeng: com::sun::star->cssNoel Grandin1-11/+11
2015-08-27don't write SvxBackgroundColorItem via inherited SvxColorItem::StoreCaolán McNamara1-27/+11
2015-07-20Removed commentAndrea Gelmini1-1/+0
2015-06-22Fix typosAndrea Gelmini1-1/+1
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-10Remove unnecessary Bool2AnyStephan Bergmann1-9/+9
2015-06-10Bool2Any wants to get bool instead of sal_uInt8Katarina Behrens1-1/+1
2015-06-10tdf#88055: Don't export transparent background colour as whiteKatarina Behrens1-0/+45
2015-06-08tdf#90804 remove SfxFieldUnit enumAndras Timar1-2/+2
2015-05-29loplugin:loopvartoosmallNoel Grandin1-1/+1
2015-05-20convert DEFAULTCONSTANT constant to scoped enumNoel Grandin1-1/+1
2015-05-06convert DEFAULTFONT_ constants to scoped enumNoel Grandin1-4/+4
2015-04-17SvStream: WriteUChar -> WriteBoolStephan Bergmann1-9/+9
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin1-57/+23
2015-01-16remove unnecessary parenthesesNoel Grandin1-1/+1
2015-01-02Fix simple typos.Andrea Gelmini1-1/+1
2014-12-18Factor out SvxFontHeightItem::dumpAsXml() from swMiklos Vajna1-0/+10
2014-12-16Factor out SvxFontItem::dumpAsXml() from swMiklos Vajna1-0/+12
2014-12-11Factor out SvxCharRotateItem::dumpAsXml() from swMiklos Vajna1-0/+8
2014-12-09Factor out SvxRsidItem::dumpAsXml() from swMiklos Vajna1-0/+11
2014-12-08Factor out SvxWeightItem::dumpAsXml() from swMiklos Vajna1-0/+8
2014-12-05-Werror=format on AndroidMiklos Vajna1-1/+1
2014-12-05Factor out SvxPostureItem::dumpAsXml() from swMiklos Vajna1-0/+9
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-5/+5
2014-11-12Guard against wrap-around in SvxFontHeightItemStephan Bergmann1-2/+10
2014-11-11Revert "Some SvxFontHeightItem clean-up"Stephan Bergmann1-8/+3