summaryrefslogtreecommitdiff
path: root/framework/source/uifactory
AgeCommit message (Expand)AuthorFilesLines
2019-05-31Use hasElements to check Sequence emptiness in [e-i]*Arkadiy Illarionov1-1/+1
2019-02-18Simplify containers iterations in [f-l]*Arkadiy Illarionov1-5/+2
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin1-2/+2
2018-09-17New loplugin:externalStephan Bergmann1-1/+1
2018-07-30Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin1-1/+1
2018-01-12More loplugin:cstylecast: frameworkStephan Bergmann1-2/+2
2017-12-11loplugin:salcall fix functionsNoel Grandin7-9/+9
2017-10-23loplugin:includeform: frameworkStephan Bergmann1-3/+3
2017-10-01Wayland: Make the shapes popup work in the overflow toolbarMaxim Monastirsky3-33/+40
2017-09-29loplugin:flatten check for throw in then clauseNoel Grandin1-4/+2
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin2-6/+6
2017-07-25use more comphelper::InitAnyPropertySequenceNoel Grandin2-13/+10
2017-07-13use more OUString::operator== in forms..salNoel Grandin1-1/+1
2017-06-12cleanup unused css/frame/* includesJochen Nitschke3-7/+0
2017-06-08framework: cleanup xserviceinfo.hxx includesJochen Nitschke1-1/+0
2017-06-08framework: cleanup xinterface.hxx includesJochen Nitschke1-1/+0
2017-06-07framework: cleanup xtypeprovider.hxx includesJochen Nitschke1-1/+0
2017-05-12remove unused uno::Reference varsNoel Grandin1-1/+0
2017-02-28new loplugin unoanyNoel Grandin1-3/+3
2017-02-06Add missing #includesStephan Bergmann2-0/+3
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin1-9/+3
2017-01-26Remove dynamic exception specificationsStephan Bergmann8-92/+48
2016-12-05loplugin:unnecessaryoverride (dtors) in frameworkStephan Bergmann3-11/+0
2016-10-16tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorHieronymous1-2/+1
2016-10-16tdf#88205 css::uno::Sequence to use initializer_list ctor.Hieronymous5-14/+7
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann4-4/+4
2016-07-12new loplugin fragiledestructorNoel Grandin1-1/+1
2016-06-08remove some manual ref-counting in frameworkNoel Grandin1-10/+5
2016-04-06revert to fix tdf#98783 missing menubarCaolán McNamara1-9/+2
2016-03-16Related: tdf#98637 make this a tractable problemCaolán McNamara1-2/+9
2016-03-11tdf#97966: Remove 'static' keywordsWastack1-1/+1
2016-02-20tdf#57950 Replace chained O(U)StringBuffer::append() with operator+irem1-6/+1
2016-01-10Fix typosAndrea Gelmini1-1/+1
2016-01-04Related tdf#82775: Check for disposed-nessStephan Bergmann2-37/+43
2015-11-25cppcheck: noExplicitConstructorCaolán McNamara6-8/+8
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin6-16/+8
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann4-4/+4
2015-11-02loplugin:stringconstantNoel Grandin1-1/+0
2015-11-02use uno::Reference::set method instead of assignmentNoel Grandin2-2/+2
2015-10-14com::sun::star->css in frameworkNoel Grandin7-25/+25
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann6-43/+43
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann2-3/+3
2015-08-14framework: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe4-8/+8
2015-07-13Introduce generic sub toolbar controllerMaxim Monastirsky2-16/+10
2015-07-12allow also to use non-frame modules for sidebarMarkus Mohrhard1-2/+4
2015-06-18coverity#1307696 Unchecked return valueCaolán McNamara1-1/+0
2015-06-15cppcheck:unreadVariableNoel Grandin1-1/+1
2015-06-12make it easier to find missing sidebar componentsMarkus Mohrhard1-1/+3
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1