summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/fontdialog.cxx
AgeCommit message (Expand)Author
2018-03-07use more Color in editeng..formsNoel Grandin
2018-02-28convert COL_ constants to be of type ColorNoel Grandin
2018-01-15More loplugin:cstylecast: extensionsStephan Bergmann
2018-01-12More loplugin:cstylecast: extensionsStephan Bergmann
2017-10-26vcl: make MapMode constructor explicitMichael Stahl
2017-10-23loplugin:includeform: extensionsStephan Bergmann
2017-07-21migrate to boost::gettextCaolán McNamara
2017-05-19loplugin:stringcopy: extensionsStephan Bergmann
2017-04-02coverity#1403662 Mixing enum typesCaolán McNamara
2017-03-08convert SvxCaseMap to scoped enumNoel Grandin
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin
2016-12-26use std::vector instead of naked array in SfxItemPoolNoel Grandin
2016-10-13drop unused RID_RSC_BUTTON_IMAGES resourceCaolán McNamara
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-09-25remove unused parameterJochen Nitschke
2016-05-27tdf#34465 remove calls to SfxItemSet::Put(const SfxPoolItem&, sal_uInt16)Noel Grandin
2016-05-09convert FONT_EMPHASIS_MARK to scoped enumNoel Grandin
2016-04-01sequence->vector in extensionsNoel Grandin
2016-03-09remove unused NOT_POOLABLE enum valueNoel 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-21vcl: rename Font::GetFamily to Font::GetFamilyTypeChris 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: rename Font::GetName to Font::GetFamilyNameChris Sherlock
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-18cppcheck:noExplicitConstructorNoel Grandin
2015-10-01com::sun::star->css in extensions/Noel Grandin
2015-04-15convert SFX_ITEM constants to scoped enumNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-06-04coverity#705376 Inferred misuse of enumCaolán McNamara
2014-06-04coverity#705375 Mixing enum typesCaolán McNamara
2014-05-02extensions: sal_Bool->boolNoel Grandin
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni
2014-02-27Remove visual noise from extensionsAlexander Wilms
2014-02-27editeng: sal_Bool->boolNoel Grandin
2014-02-24Remove unnecessary bool2anyStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21editeng: sal_Bool->boolNoel Grandin
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-02-20svl: sal_Bool -> boolStephan Bergmann
2014-01-28coverity#705811 Dereference before null checkCaolán McNamara
2013-12-16convert control font dialog to .uiCaolán McNamara
2013-06-28remove toolkit/unohlp.hxx hackThomas Arnhold
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida
2012-11-22AllSettings with LanguageTagEike Rathke