summaryrefslogtreecommitdiff
path: root/svx/source/form/navigatortree.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin1-3/+3
2018-10-09use unique_ptr in SfxUndoManager::AddUndoActionNoel Grandin1-2/+2
2018-09-17New loplugin:externalStephan Bergmann1-1/+1
2018-09-11loplugin:simplifyconstruct in svtools..svxNoel Grandin1-1/+0
2018-08-10unnecessary null check before dynamic_cast, in svxNoel Grandin1-1/+1
2018-08-02Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-09tdf117058 - Simplify calls to Menu::CheckItemKevin Dubrulle1-2/+2
2018-07-03move SvTreeList::*Sibling to SvTreeListEntryNoel Grandin1-1/+1
2018-06-11loplugin:useuniqueptr in FmEntryDataListNoel Grandin1-2/+2
2018-06-04loplugin:useuniqueptr in NavigatorTreeNoel Grandin1-2/+2
2018-05-25SOSAW080: Derive SdrObjGroup from SdrObjListArmin Le Grand1-3/+3
2018-05-05Fix typosAndrea Gelmini1-1/+1
2018-04-15remove some unused comphelper includesJochen Nitschke1-0/+1
2017-12-19inline use-once typedefsNoel Grandin1-2/+1
2017-12-18sal_uLong->sal_uInt32Caolán McNamara1-2/+2
2017-10-23loplugin:includeform: svxStephan Bergmann1-13/+13
2017-09-01tdf#111970 svx: use SolarMutex for locking in FmXFormShellMichael Stahl1-19/+19
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin1-2/+1
2017-07-27loplugin:constparams in svxNoel Grandin1-10/+10
2017-07-21de-hrc various thingsCaolán McNamara1-2/+2
2017-07-21migrate to boost::gettextCaolán McNamara1-2/+1
2017-07-21loplugin:unusedfields in svxNoel Grandin1-5/+2
2017-07-11use more range-for on uno::SequenceNoel Grandin1-5/+3
2017-06-26s/catched/caughtNoel Grandin1-1/+1
2017-05-19make string translation loading more uniformCaolán McNamara1-14/+14
2017-04-27remove svx bitmaps from .src filesCaolán McNamara1-5/+6
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-18convert RID_FMSHELL_CONVERSIONMENU menu to .uiCaolán McNamara1-5/+13
2017-04-15convert form navigator menu to .uiCaolán McNamara1-110/+95
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-2/+2
2017-03-29expand vis to visible; fix typosdennisroczek1-1/+1
2017-01-23Change all Idle* LINKs to be Timer*Jan-Marek Glogowski1-2/+2
2016-12-22unwind RID_SVXIMGLIST_FMEXPL ImageListCaolán McNamara1-11/+8
2016-10-27loplugin:expandablemethods in svxNoel Grandin1-7/+1
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-5/+5
2016-07-27loplugin:countusersofdefaultparams in svxNoel Grandin1-2/+2
2016-07-08loplugin:redundantcast: redundant static_casts in svxStephan Bergmann1-1/+1
2016-06-23tdf#97527 - vcl: reference-count MenuNoel Grandin1-21/+21
2016-05-30Convert SelectionMode to scoped enumNoel Grandin1-1/+1
2016-05-12WaE: -Werror=logical-op dynamic_cast dbg test is on the result not inputCaolán McNamara1-1/+1
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-1/+1
2016-04-14Use const_iterator when possible (svx/dialog,engine3d,fmcomp,form)Julien Nabet1-3/+4
2016-04-05tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar1-2/+2
2016-03-17loplugin:constantparam in svxNoel Grandin1-24/+18
2016-02-09Remove excess newlinesChris Sherlock1-3/+0
2016-01-10Fix typosAndrea Gelmini1-5/+5
2015-12-12Typo: strucure->structureJulien Nabet1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-29/+29
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin1-3/+3
2015-10-20loplugin:defaultparamsStephan Bergmann1-1/+1