summaryrefslogtreecommitdiff
path: root/svx/source/dialog/fntctrl.cxx
AgeCommit message (Expand)Author
2018-04-25tdf#42949 Remove unnecessary localization headers of svxGabor Kelemen
2018-03-06use more Color in svxNoel Grandin
2018-02-21loplugin:changetoolsgen in svxNoel Grandin
2018-02-19loplugin:useuniqueptr in FontPrevWin_ImplNoel Grandin
2018-01-12More loplugin:cstylecast: svxStephan Bergmann
2017-12-20svx: CleanAndCheckEmpty() can be in the anonymous namespaceMiklos Vajna
2017-11-23svx: loplugin:staticmethodsMichael Stahl
2017-11-23tdf#113657: fix crash when trying to format empty paragraphJulien Nabet
2017-09-14improve redundantcast lopluginNoel Grandin
2017-07-27loplugin:constparams in svxNoel Grandin
2017-07-21migrate to boost::gettextCaolán McNamara
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-03-25Fix typosAndrea Gelmini
2017-03-22loplugin:redundantcast find redundant c-style enum castsNoel Grandin
2017-03-15remove useless castsJochen Nitschke
2017-03-08convert SvxCaseMap to scoped enumNoel Grandin
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2016-11-08tdf#91222 VclBuilder constructor cleanupmelikeyurtoglu
2016-10-25no raw Window is loaded from .src anymoreCaolán McNamara
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-06-28loplugin:singlevalfields in svxNoel Grandin
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin
2016-03-01loplugin:unuseddefaultparam in svx (part2)Noel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock
2016-01-31tools: rename FontUnderline to FontLineStyleChris Sherlock
2016-01-29vcl: add text alignment functions to ImplFont and FontAttributesChris Sherlock
2016-01-18vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock
2016-01-17vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud
2016-01-16vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock
2016-01-16vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock
2016-01-07svx: fix windows build, rename SvxEscapementItem::GetProp()Michael Stahl
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-08-11loplugin: defaultparamsNoel Grandin
2015-07-08Limit the font preview text length.Ashod Nakashian
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
2015-05-13refactor SvxFontPrevWindow to use RenderContext + clean-upTomaž Vajngerl
2015-05-12Switch VclBuilder constructors to use VclPtr.Michael Meeks
2015-05-11Revert "Switch VclBuilder constructors to use VclPtr."Michael Meeks
2015-05-11Switch VclBuilder constructors to use VclPtr.Michael Meeks
2015-05-11tdf#91052 - more macros for 'make' constructors.Michael Meeks
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-10Move OutputDevice members to VclPtr: starmath, svx.Michael Meeks
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-09vcl: VclPtr conversion in svx.Noel Grandin