summaryrefslogtreecommitdiff
path: root/sw/source/uibase/utlui/glbltree.cxx
AgeCommit message (Expand)Author
2022-02-21sw: prefix members of SwGlobalFrameListener_Impl, SwGlobalTree, ...Miklos Vajna
2022-02-04add toId/fromId to tidy up some ugly castingCaolán McNamara
2021-10-10use SfxItemSetFixed in swNoel Grandin
2021-09-28gives names to all the Idles and TasksNoel Grandin
2021-09-19cid#1492160 Dereference before null checkCaolán McNamara
2021-09-18tdf#144349 Make Navigator global tree track sub-document sectionsJim Raykowski
2021-08-24tdf#127978 - Don't URL encode filename for navigator's tooltip (D&D)Andreas Heinisch
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski
2021-07-01tdf#127978 - Don't URL encode filename for navigator's tooltipAndreas Heinisch
2021-05-28no need to allocate these on the heapNoel Grandin
2021-04-09Recheck include/ with IWYUGabor Kelemen
2021-03-29tdf#140556 master document view not launching subdocument from context menuCaolán McNamara
2021-03-11remove intermediate containers in sidebarsCaolán McNamara
2021-03-09let SwMultiTOXTabDialog have a Widget parent instead of a WindowCaolán McNamara
2021-03-05don't use the vcl::Window parent to derive a treeview sizeCaolán McNamara
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel
2020-11-24tdf#42949 Fix new IWYU warnings in directory swGabor Kelemen
2020-10-06loplugin:const* make some params and methods constNoel
2020-07-30loplugin:flatten in sw/uibase/utl..sw/uibase/wrtshNoel Grandin
2020-06-20indicate popup menu was shownCaolán McNamara
2020-06-18distinguish active dnd-operation case from simple query caseCaolán McNamara
2020-03-27cid#1460973 Explicit null dereferencedCaolán McNamara
2020-03-24weld writer navigatorCaolán McNamara
2020-03-06redraw on a hard updateCaolán McNamara
2020-03-05result of LastVisible is never usedCaolán McNamara
2020-03-05crash after master document navigator updateCaolán McNamara
2020-01-17flush out unused Font objectsCaolán McNamara
2020-01-16tdf#42949 Fix IWYU warnings in sw/source/uibase/[u-w]*/*cxxGabor Kelemen
2019-12-11convert SectionType to scoped enumNoel Grandin
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann
2019-08-26enum SvLBoxButtonKind is effectively unusedNoel Grandin
2019-08-20loplugin:constvars in swNoel Grandin
2019-07-08tdf#42949 Fix IWYU warnings in sw/source/uibase/inc/[a-j]*Gabor Kelemen
2019-05-31weld SwMultiTOXTabDialogCaolán McNamara
2019-05-20split width/height to allow intercept of how width is calculatedCaolán McNamara
2019-05-16tdf#42949 Fix IWYU warnings in include/svx/[e-g]*Gabor Kelemen
2019-03-28tdf#42949 Fix IWYU warnings in include/sfx2/[e-M]*Gabor Kelemen
2019-03-25tdf#42949 Fix IWYU warnings in include/sfx2/[a-D]*Gabor Kelemen
2019-02-10loplugin:indentation in swNoel Grandin
2019-02-07o3tl::make_unique -> std::make_unique in swGabor Kelemen
2018-12-18use unique_ptr in SfxMediumListNoel Grandin
2018-12-08use Image(OUString) instead of Image(Bitmap(OUString))Noel Grandin
2018-12-04convert m_pDocContent in SwGlobalTree to unique_ptrNoel Grandin
2018-11-07move SvTreeListBox to vclCaolán McNamara
2018-10-28tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski
2018-09-20convert SwGlblDocContents to sorted_vector<unique_ptr<>>Noel Grandin
2018-07-26loplugin:useuniqueptr in SwGlobalTreeNoel Grandin