summaryrefslogtreecommitdiff
path: root/forms/source/richtext
AgeCommit message (Expand)AuthorFilesLines
2017-02-18loplugin:vclwidgets check for assigning from VclPt<T> to T*Noel Grandin1-1/+1
2017-01-26tdf#101828 handle rtf/richtext correctlyOliver Specht1-2/+4
2016-11-08loplugin:expandablemethods in forms..formulaNoel Grandin6-41/+6
2016-10-27coverity#1374314 Uncaught exceptionCaolán McNamara2-2/+2
2016-10-19'>>=' with rhs Any is a copy assignmentJochen Nitschke1-1/+1
2016-10-05convert MapUnit to scoped enumNoel Grandin4-8/+8
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann8-12/+12
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann10-12/+12
2016-08-30default dtors are fine hereCaolán McNamara1-6/+0
2016-08-21tdf#89329: use unique_ptr for pImpl in richtextvclcontrolArnold Dumas2-3/+4
2016-08-19Resolves: coverity#705366 Mixing enum typesCaolán McNamara2-5/+5
2016-08-17convert SvxEscapement to scoped enumNoel Grandin1-4/+4
2016-08-17convert SvxLineSpace to scoped enumNoel Grandin1-1/+1
2016-08-17convert SvxInterLineSpaceRule to scoped enumNoel Grandin1-1/+1
2016-08-05loplugin:countusersofdefaultparams in editeng..fpickerNoel Grandin3-3/+3
2016-07-15new loplugin unnecessary overrideNoel Grandin2-15/+1
2016-07-04comphelper::OBaseMutex -> cppu::BaseMutexNoel Grandin1-2/+2
2016-06-08remove some manual ref-counting in formsNoel Grandin2-6/+4
2016-06-08split AddRemoveListener into two methodsNoel Grandin1-2/+2
2016-05-12convert SFXWB file dialog flags to scoped enumNoel Grandin1-1/+1
2016-04-27clang-tidy modernize-loop-convert in f*Noel Grandin1-6/+6
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann3-6/+6
2016-04-18cppcheck: silence known condition warning in formsJochen Nitschke1-7/+3
2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin2-2/+2
2016-04-01tdf#97966 Drop 'static' keywordsWastack2-7/+7
2016-03-11tdf#97966: Remove 'static' keywordsWastack3-3/+3
2016-03-02loplugin:unuseddefaultparam in formsNoel Grandin1-2/+2
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock1-2/+2
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin4-6/+6
2016-01-21vcl: rename Font::GetFamily to Font::GetFamilyTypeChris Sherlock1-1/+1
2016-01-18vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock1-4/+1
2016-01-17vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock1-1/+1
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud1-2/+5
2016-01-16vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock1-4/+1
2016-01-16vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann16-36/+36
2015-11-04yyyyyNoel Grandin1-2/+1
2015-10-20loplugin:defaultparamsStephan Bergmann1-2/+2
2015-10-19loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-15calling IsSet() before Call() on Link<> is unnecessaryNoel Grandin1-2/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann12-81/+81
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann3-8/+8
2015-10-12loplugin:mergeclassesNoel Grandin4-24/+12
2015-10-07cppcheck: noExplicitConstructorCaolán McNamara4-7/+7
2015-10-02com::sun::star->css in forms/Noel Grandin9-80/+80
2015-09-30 tdf#94559: second step to remove rtti.hxxOliver Specht1-9/+9
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann1-3/+3
2015-09-23convert Link<> to typedNoel Grandin3-5/+4
2015-09-18boost->stdCaolán McNamara1-2/+2