summaryrefslogtreecommitdiff
path: root/editeng/source/items/borderline.cxx
AgeCommit message (Expand)Author
2019-11-03loplugin:stringaddNoel Grandin
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin
2018-09-27editeng ConvertBorderWidthToWord ensure minimum widthJustin Luth
2018-06-03editeng: work around spurious GCC 7 -Werror=return-typeMichael Stahl
2018-04-18tdf#42949 Remove unnecessary localization headers of editengGabor Kelemen
2018-03-16Clip BColor lightness value at 1.0Stephan Bergmann
2018-01-15More loplugin:cstylecast: editengStephan Bergmann
2018-01-12More loplugin:cstylecast: editengStephan Bergmann
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin
2017-11-13clang-tidy modernize-use-equals-default in editengJochen Nitschke
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist
2017-07-21migrate to boost::gettextCaolán McNamara
2017-03-18remove EE_RESSTR preprocessor abuseBjoern Michaelsen
2017-03-17convert SvxBorderStyle to scoped enumNoel Grandin
2017-02-17Drop :: prefix from std in [de]*/Tor Lillqvist
2016-09-15Missing initialization of SvxBorderLine::m_pColorGapFnStephan Bergmann
2016-09-13loplugin:constantparam in dbaccess..editengNoel Grandin
2016-08-19Resolves: coverity#705366 Mixing enum typesCaolán McNamara
2016-03-18loplugin:constantfunction in editengNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-09-30Fix typosAndrea Gelmini
2015-04-22convert BorderWidth flags to scoped enumNoel Grandin
2015-04-14fix assert on saving fdo70092-1.odt to .docCaolán McNamara
2015-04-13don't assert on export of novell363086-2.docx to docCaolán McNamara
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin
2014-03-31use SAL_N_ELEMENTSCaolán McNamara
2014-03-31Presentation string for recently-added border typesLuke Deller
2014-03-31.doc support for recently-added border line typesLuke Deller
2014-03-19Add dash-dot and dash-dot-dot line styles.Kohei Yoshida
2014-03-17Make this non-inline.Kohei Yoshida
2014-03-14fdo#68779: RTF import: set borders without explicit widthMichael Stahl
2014-03-04fdo#75260: Correctly draw double lines for both Writer and Calc.Kohei Yoshida
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21sal_Bool->boolNoel Grandin
2013-09-15Use the shorter GetScaledWidth() methodZolnai Tamás
2013-09-11convert editeng/source/items/*.cxx from String to OUStringNoel Grandin
2013-08-29XubString->OUStringCaolán McNamara
2013-07-27Mark as const/staticTakeshi Abe
2013-06-03fdo#62224 reconstruct border state for table dialogDavid Tardon
2012-12-22Some cppcheck cleaning in editengJulien Nabet
2012-12-04Support added for fine dashing on table borders.Eilidh McAdam
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks
2012-10-09fdo#55526: fix import of RTF \brdrhair:Michael Stahl
2012-10-09add editeng::ConvertBorderWidthFromWord:Michael Stahl
2012-07-05ConvertBorderWidthToWord: fix wrong INSET/OUSET conversion:Michael Stahl
2012-07-04refactor handling of double border widths:Michael Stahl
2012-07-04replace enum SvxBorderStyle with css::table::BorderLineSyleMichael Stahl
2012-06-25rename SvxBorderLine::SetStyle to something unambiguousMichael Stahl
2012-06-09Remove superfluous include commentsThomas Arnhold