summaryrefslogtreecommitdiff
path: root/framework/source/uifactory
AgeCommit message (Expand)Author
2019-10-15new loplugin:bufferaddNoel Grandin
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): frameworkStephan Bergmann
2019-06-23Fix typoAndrea Gelmini
2019-05-31Use hasElements to check Sequence emptiness in [e-i]*Arkadiy Illarionov
2019-02-18Simplify containers iterations in [f-l]*Arkadiy Illarionov
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-09-17New loplugin:externalStephan Bergmann
2018-07-30Add missing sal/log.hxx headersGabor Kelemen
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin
2018-01-12More loplugin:cstylecast: frameworkStephan Bergmann
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-10-23loplugin:includeform: frameworkStephan Bergmann
2017-10-01Wayland: Make the shapes popup work in the overflow toolbarMaxim Monastirsky
2017-09-29loplugin:flatten check for throw in then clauseNoel Grandin
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin
2017-07-25use more comphelper::InitAnyPropertySequenceNoel Grandin
2017-07-13use more OUString::operator== in forms..salNoel Grandin
2017-06-12cleanup unused css/frame/* includesJochen Nitschke
2017-06-08framework: cleanup xserviceinfo.hxx includesJochen Nitschke
2017-06-08framework: cleanup xinterface.hxx includesJochen Nitschke
2017-06-07framework: cleanup xtypeprovider.hxx includesJochen Nitschke
2017-05-12remove unused uno::Reference varsNoel Grandin
2017-02-28new loplugin unoanyNoel Grandin
2017-02-06Add missing #includesStephan Bergmann
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-12-05loplugin:unnecessaryoverride (dtors) in frameworkStephan Bergmann
2016-10-16tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorHieronymous
2016-10-16tdf#88205 css::uno::Sequence to use initializer_list ctor.Hieronymous
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-07-12new loplugin fragiledestructorNoel Grandin
2016-06-08remove some manual ref-counting in frameworkNoel Grandin
2016-04-06revert to fix tdf#98783 missing menubarCaolán McNamara
2016-03-16Related: tdf#98637 make this a tractable problemCaolán McNamara
2016-03-11tdf#97966: Remove 'static' keywordsWastack
2016-02-20tdf#57950 Replace chained O(U)StringBuffer::append() with operator+irem
2016-01-10Fix typosAndrea Gelmini
2016-01-04Related tdf#82775: Check for disposed-nessStephan Bergmann
2015-11-25cppcheck: noExplicitConstructorCaolán McNamara
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-02loplugin:stringconstantNoel Grandin
2015-11-02use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-14com::sun::star->css in frameworkNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann
2015-08-14framework: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-07-13Introduce generic sub toolbar controllerMaxim Monastirsky
2015-07-12allow also to use non-frame modules for sidebarMarkus Mohrhard
2015-06-18coverity#1307696 Unchecked return valueCaolán McNamara