summaryrefslogtreecommitdiff
path: root/framework/source/fwe/classes/addonsoptions.cxx
AgeCommit message (Expand)Author
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin
2017-06-14use ERRCODE_NONE instead of 0Noel Grandin
2017-06-08framework: replace double checked locking patternsJochen Nitschke
2017-05-16loplugin:unusedfields improve write-only analysisNoel Grandin
2017-05-09remove unnecessary empty OUString fields and varsNoel Grandin
2017-03-25Fix typosAndrea Gelmini
2017-02-02Fix some typosSamuel Mehrbrodt
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin
2016-12-09vcl: set toolbox size correctly when using 32px iconsTomaž Vajngerl
2016-10-18replace <<= with assign for <<= with rhs AnyJochen Nitschke
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-10typo fix: oue -> ourAndras Timar
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke
2016-07-08Related: tdf#100713 fix more recent bug to try and see older bug...Caolán McNamara
2016-06-28tdf#89329: use shared_ptr for pImpl in addonsoptionsXisco Fauli
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin
2016-04-04tdf#97499 Fixed containers parameters clearing #4tymyjan
2016-01-18loplugin: unused return valuesNoel Grandin
2016-01-11loplugin:unusedmethods unused return value in frameworkNoel Grandin
2016-01-10Fix typosAndrea Gelmini
2015-11-19loplugin:sallogareasStephan Bergmann
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-19loplugin:defaultparamsStephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann
2015-08-28make PostUserEvent Link<> typedNoel Grandin
2015-07-08Fix typosAndrea Gelmini
2015-05-19remove the last of the OUString #defines in header filesNoel Grandin
2015-05-10Use IMPL_[STATIC_]LINK_NOARG where applicableStephan Bergmann
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann
2015-05-06convert BMP_SCALE constant to scoped enumNoel Grandin
2015-04-29Remove unnecessary STATIC_LINK macroStephan Bergmann
2015-03-11do not call virtual Commit() from dtors of utl::ConfigItem subclassesMichael Stahl
2015-03-11utl::ConfigItem::Commit() should call ClearModified()Michael Stahl
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl
2015-01-06how about scopeEike Rathke
2015-01-06workaround a weird gcc optimization werror bugEike Rathke
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara
2014-12-18framework: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-03Further clean-upStephan Bergmann
2014-12-03Code clean-up/consolidation task.Vishv Brahmbhatt
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann
2014-10-03coverity#1078526 Logically dead codeCaolán McNamara
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-05-17Single line between methodsHussian Alamri
2014-05-14Removed redundant private methods commentsHussian Alamri
2014-05-11fix-includes.pl: frameworkThomas Arnhold