summaryrefslogtreecommitdiff
path: root/editeng/source/items/borderline.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-09-27editeng ConvertBorderWidthToWord ensure minimum widthJustin Luth1-8/+11
2018-06-03editeng: work around spurious GCC 7 -Werror=return-typeMichael Stahl1-1/+1
2018-04-18tdf#42949 Remove unnecessary localization headers of editengGabor Kelemen1-1/+2
2018-03-16Clip BColor lightness value at 1.0Stephan Bergmann1-1/+5
2018-01-15More loplugin:cstylecast: editengStephan Bergmann1-2/+2
2018-01-12More loplugin:cstylecast: editengStephan Bergmann1-8/+8
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin1-1/+1
2017-11-13clang-tidy modernize-use-equals-default in editengJochen Nitschke1-24/+0
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist1-4/+4
2017-07-21migrate to boost::gettextCaolán McNamara1-4/+4
2017-03-18remove EE_RESSTR preprocessor abuseBjoern Michaelsen1-2/+2
2017-03-17convert SvxBorderStyle to scoped enumNoel Grandin1-107/+107
2017-02-17Drop :: prefix from std in [de]*/Tor Lillqvist1-1/+1
2016-09-15Missing initialization of SvxBorderLine::m_pColorGapFnStephan Bergmann1-0/+1
2016-09-13loplugin:constantparam in dbaccess..editengNoel Grandin1-3/+1
2016-08-19Resolves: coverity#705366 Mixing enum typesCaolán McNamara1-4/+4
2016-03-18loplugin:constantfunction in editengNoel Grandin1-2/+2
2016-02-09Remove excess newlinesChris Sherlock1-4/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-6/+6
2015-09-30Fix typosAndrea Gelmini1-2/+2
2015-04-22convert BorderWidth flags to scoped enumNoel Grandin1-14/+14
2015-04-14fix assert on saving fdo70092-1.odt to .docCaolán McNamara1-0/+1
2015-04-13don't assert on export of novell363086-2.docx to docCaolán McNamara1-0/+3
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin1-4/+4
2014-03-31use SAL_N_ELEMENTSCaolán McNamara1-1/+1
2014-03-31Presentation string for recently-added border typesLuke Deller1-3/+9
2014-03-31.doc support for recently-added border line typesLuke Deller1-2/+8
2014-03-19Add dash-dot and dash-dot-dot line styles.Kohei Yoshida1-0/+4
2014-03-17Make this non-inline.Kohei Yoshida1-1/+4
2014-03-14fdo#68779: RTF import: set borders without explicit widthMichael Stahl1-1/+3
2014-03-04fdo#75260: Correctly draw double lines for both Writer and Calc.Kohei Yoshida1-0/+5
2014-02-23Remove unneccessary commentsAlexander Wilms1-5/+5
2014-02-21sal_Bool->boolNoel Grandin1-2/+2
2013-09-15Use the shorter GetScaledWidth() methodZolnai Tamás1-2/+2
2013-09-11convert editeng/source/items/*.cxx from String to OUStringNoel Grandin1-6/+3
2013-08-29XubString->OUStringCaolán McNamara1-1/+1
2013-07-27Mark as const/staticTakeshi Abe1-2/+2
2013-06-03fdo#62224 reconstruct border state for table dialogDavid Tardon1-0/+5
2012-12-22Some cppcheck cleaning in editengJulien Nabet1-40/+0
2012-12-04Support added for fine dashing on table borders.Eilidh McAdam1-1/+10
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks1-23/+14
2012-10-09fdo#55526: fix import of RTF \brdrhair:Michael Stahl1-2/+16
2012-10-09add editeng::ConvertBorderWidthFromWord:Michael Stahl1-2/+75
2012-07-05ConvertBorderWidthToWord: fix wrong INSET/OUSET conversion:Michael Stahl1-2/+2
2012-07-04refactor handling of double border widths:Michael Stahl1-10/+137
2012-07-04replace enum SvxBorderStyle with css::table::BorderLineSyleMichael Stahl1-8/+12
2012-06-25rename SvxBorderLine::SetStyle to something unambiguousMichael Stahl1-5/+5
2012-06-09Remove superfluous include commentsThomas Arnhold1-3/+0
2012-02-17clean up logicMariusz Dykierek1-15/+6
2012-02-02resolved fdo#42784 BorderLine with only InnerWidth set does not workEike Rathke1-0/+16