summaryrefslogtreecommitdiffstats
path: root/forms/source/richtext
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant 'inline' keywordStephan Bergmann2017-03-034-12/+12
* Remove dynamic exception specificationsStephan Bergmann2017-01-2614-62/+53
* new loplugin: useuniqueptr: forms..frameworkNoel Grandin2017-01-172-3/+3
* tdf#101828 handle rtf/richtext correctlyOliver Specht2017-01-091-2/+4
* OSL_TRACE->SAL in chart2..ooxNoel Grandin2016-12-131-15/+2
* convert SFX_HINT to scoped enumNoel Grandin2016-12-081-2/+2
* convert DecodeMechanism to scoped enumNoel Grandin2016-12-051-1/+1
* loplugin:vclwidgets check for assigning from VclPt<T> to T*Noel Grandin2016-11-291-1/+1
* vcl: rename Window::Notify to EventNotifyMichael Stahl2016-11-242-3/+3
* loplugin:expandablemethods in forms..formulaNoel Grandin2016-11-086-41/+6
* coverity#1374314 Uncaught exceptionCaolán McNamara2016-10-272-2/+2
* '>>=' with rhs Any is a copy assignmentJochen Nitschke2016-10-191-1/+1
* convert MapUnit to scoped enumNoel Grandin2016-10-054-8/+8
* Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann2016-10-058-12/+12
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-1310-12/+12
* default dtors are fine hereCaolán McNamara2016-08-301-6/+0
* tdf#89329: use unique_ptr for pImpl in richtextvclcontrolArnold Dumas2016-08-212-3/+4
* Resolves: coverity#705366 Mixing enum typesCaolán McNamara2016-08-192-5/+5
* convert SvxEscapement to scoped enumNoel Grandin2016-08-171-4/+4
* convert SvxLineSpace to scoped enumNoel Grandin2016-08-171-1/+1
* convert SvxInterLineSpaceRule to scoped enumNoel Grandin2016-08-171-1/+1
* loplugin:countusersofdefaultparams in editeng..fpickerNoel Grandin2016-08-053-3/+3
* new loplugin unnecessary overrideNoel Grandin2016-07-152-15/+1
* comphelper::OBaseMutex -> cppu::BaseMutexNoel Grandin2016-07-041-2/+2
* remove some manual ref-counting in formsNoel Grandin2016-06-082-6/+4
* split AddRemoveListener into two methodsNoel Grandin2016-06-081-2/+2
* convert SFXWB file dialog flags to scoped enumNoel Grandin2016-05-121-1/+1
* clang-tidy modernize-loop-convert in f*Noel Grandin2016-04-271-6/+6
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-203-6/+6
* cppcheck: silence known condition warning in formsJochen Nitschke2016-04-181-7/+3
* clang-tidy performance-unnecessary-value-param in variousNoel Grandin2016-04-142-2/+2
* tdf#97966 Drop 'static' keywordsWastack2016-04-012-7/+7
* tdf#97966: Remove 'static' keywordsWastack2016-03-113-3/+3
* loplugin:unuseddefaultparam in formsNoel Grandin2016-03-021-2/+2
* Remove excess newlinesChris Sherlock2016-02-091-1/+0
* vcl: take into account the font width is the average font widthChris Sherlock2016-02-041-2/+2
* InterfaceContainer2 with vector instead of SequenceNoel Grandin2016-01-254-6/+6
* vcl: rename Font::GetFamily to Font::GetFamilyTypeChris Sherlock2016-01-211-1/+1
* vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock2016-01-181-4/+1
* vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock2016-01-171-1/+1
* revert vcl patch series that brok Mac and WindowsNorbert Thiebaud2016-01-161-2/+5
* vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock2016-01-161-4/+1
* vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock2016-01-161-1/+1
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-1016-36/+36
* yyyyyNoel Grandin2015-11-041-2/+1
* loplugin:defaultparamsStephan Bergmann2015-10-201-2/+2
* loplugin:defaultparamsStephan Bergmann2015-10-191-1/+1
* calling IsSet() before Call() on Link<> is unnecessaryNoel Grandin2015-10-151-2/+1
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-1212-81/+81
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-123-8/+8