summaryrefslogtreecommitdiff
path: root/sfx2/source/control
AgeCommit message (Expand)Author
2021-06-17fix potential write-after-free in RecentDocsViewNoel Grandin
2021-06-13Assert on valid order of which ids in ranges on SfxItemSet creationMike Kaganski
2021-06-11tdf#130428 remove unnecessary usage of SfxItemState::UNKNOWNArmin Le Grand (Allotropia)
2021-06-11tdf#130428 remove unnecessary usage of SfxItemState::UNKNOWNArmin Le Grand (Allotropia)
2021-06-01GetSlotServer can modify pImpl->pCachesMike Kaganski
2021-05-28no need to allocate these SfxItemSet on the heapNoel Grandin
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara
2021-05-21tdf#132042 fix nItem id when creating regionVert D
2021-05-20move some headers inside modulesNoel Grandin
2021-05-19use toggle instead of click for ToggleButtonCaolán McNamara
2021-05-05loplugin:constmethodNoel Grandin
2021-05-03loplugin:stringadd improvement for appending numbersNoel Grandin
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-04-29tdf#135997: make sure that the two lists are same lengthMike Kaganski
2021-04-29tdf#135997: fix toolbar controlMike Kaganski
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin
2021-04-27tdf#138883 Prevent renaming TemplatesVert D
2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel Grandin
2021-04-21loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin
2021-04-09lok: intercept indentation and decimals state change eventsGabriel Masei
2021-04-07rtl::Static -> function local staticNoel Grandin
2021-03-30tdf#141329 fix refresh shows the wrong categoryVert D
2021-03-26loplugin:flattenNoel
2021-03-26Added delete keyinput to listview, fixed reload() issues: solves tdf#138884Vert D
2021-03-23Revert "lok: switch to the correct view before any UI update is doneTamás Zolnai
2021-03-22lok: switch to the correct view before any UI update is done via SfxBindings.Tamás Zolnai
2021-03-18inline some tiny sfx2 functionsNoel
2021-03-18Resolves tdf#66470 - Scaling value in statusbarHeiko Tietze
2021-03-13merge the various SetPointFont via DefaultDevice callsCaolán McNamara
2021-03-13add PixelFormat enum that replaces bit count in Bitmap/BitmapExTomaž Vajngerl
2021-03-12drop PNGReader and use only PngImageReaderLuboš Luňák
2021-03-11use strong_int for item ids in vcl::ToolBoxNoel
2021-03-06loplugin:staticdynamic look for static after dynamicNoel
2021-03-01loplugin:refcounting in sfx2Noel
2021-02-27Resolves tdf#139453 - Image for Base in start centerHeiko Tietze
2021-02-20loplugin:refcounting in sfx2Noel
2021-02-19rename get_vscroll_width to get_scroll_thicknessCaolán McNamara
2021-02-16loplugin:referencecasting in sfx2Noel
2021-01-22tdf#135590 MapUnit::Map100thMM fallback is inappropiate for writerCaolán McNamara
2021-01-16make the Color constructors explicitly specify transparencyNoel
2021-01-10static_cast after dynamic_castNoel Grandin
2021-01-09fix coverity parse errorsCaolán McNamara
2021-01-08lok: send linespacing updatesSzymon Kłos
2021-01-01lok: send uno command state update to the right view.Tamás Zolnai
2020-12-26New loplugin:stringliteralvarStephan Bergmann
2020-12-23tdf#138246 Disable edit rename delete contextmenu items for built-in templatesVert D
2020-12-23fix columns widths and formated stringVert D
2020-12-19tdf#138884 Crash when deleting template via context menuCaolán McNamara
2020-12-15don't need to include vcl/menu.hxx hereCaolán McNamara
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann