summaryrefslogtreecommitdiff
path: root/sw/source/uibase/dbui/dbtree.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski1-1/+1
2022-03-07sw: prefix members of DocxAttributeOutput, SwDBTreeList, ...Miklos Vajna1-17/+17
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski1-1/+1
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski1-1/+2
2021-05-21tdf#142294 drop placeholder on-demand node on directly populating nodeCaolán McNamara1-0/+2
2021-04-09Recheck include/ with IWYUGabor Kelemen1-0/+1
2021-03-14tdf#141012: do not try to expand the node if RequestingChildrenHdl failedMike Kaganski1-1/+12
2021-01-16tdf#119610 tdf#112634: Don't show broken connections - RevBJustin Luth1-2/+4
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel1-3/+3
2020-07-30loplugin:flatten in sw/uibase/dbui..sw/uibase/envelpNoel Grandin1-26/+26
2020-07-29Remove some unused includesMiklos Vajna1-1/+0
2020-06-07New loplugin:elidestringvarStephan Bergmann1-2/+1
2020-06-05have just one way to set expander imageCaolán McNamara1-6/+10
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann1-0/+1
2020-03-01cid#1459028 various checked_return warningsCaolán McNamara1-1/+1
2020-01-07tdf#42949 Fix IWYU warnings in sw/source/uibase/[a-g]*/*cxxGabor Kelemen1-7/+1
2019-09-28loplugin:constmethod in swNoel Grandin1-1/+1
2019-08-15loplugin:sequenceloop in swNoel Grandin1-4/+4
2019-07-03Simplify Sequence iterations in sw/source/uibase/Arkadiy Illarionov1-23/+9
2019-05-16tdf#42949 Fix IWYU warnings in include/svx/[e-g]*Gabor Kelemen1-0/+1
2019-04-09drop some unneeded includesCaolán McNamara1-2/+0
2019-04-08Use osl_atomic_increment/osl_atomic_decrement to change m_refCountMike Kaganski1-2/+2
2019-03-21fix db field page database refreshCaolán McNamara1-6/+13
2019-03-19rename DBTreeList back to SwDBTreeListCaolán McNamara1-10/+10
2019-03-19weld SwFieldDBPageCaolán McNamara1-374/+47
2019-03-11weld SvxMenuConfigPage/SvxToolbarConfigPageCaolán McNamara1-1/+1
2019-03-01weld SwChangeDBDlgCaolán McNamara1-0/+286
2019-02-11new loplugin writeonlyvarsNoel Grandin1-4/+1
2018-12-08use Image(OUString) instead of Image(Bitmap(OUString))Noel Grandin1-6/+6
2018-11-07move SvTreeListBox to vclCaolán McNamara1-1/+1
2018-04-17tdf#42949 Remove unnecessary localization headers from swGabor Kelemen1-1/+0
2018-02-01tdf#42949 Remove unneeded helpids.h headers (3/3)Gabor Kelemen1-1/+0
2017-10-09uibase: consistently use "" and <> in include directivesMike Kaganski1-1/+1
2017-10-05tdf#112634 avoid crashSzymon Kłos1-6/+5
2017-09-27tdf#112634 Don't show broken connections in database treeSzymon Kłos1-0/+5
2017-07-31loplugin:unusedfields in swNoel Grandin1-4/+1
2017-07-21de-hrc various thingsCaolán McNamara1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+1
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke1-1/+0
2017-06-06tdf#107231 Sort list of databasesStephan Bergmann1-0/+8
2017-05-12remove unused uno::Reference varsNoel Grandin1-3/+2
2017-05-08teach loplugin:constantparam about simple constructor callsNoel Grandin1-1/+0
2017-05-02Removed duplicated includeAndrea Gelmini1-1/+0
2017-04-27remove sw bitmaps from .src filesCaolán McNamara1-6/+8
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-8/+8
2016-12-28tdf#89329 pImpl changed to unique_ptrG_Zoltan1-1/+0
2016-12-12remove another imagelistCaolán McNamara1-8/+7
2016-11-23tdf#42949 Remove unused uno headers from /sw/source/uibaseBartosz Kosiorek1-5/+0
2016-11-08tdf#91222 VclBuilder constructor cleanupmelikeyurtoglu1-8/+1
2016-10-05convert MapUnit to scoped enumNoel Grandin1-1/+1