summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/bastype3.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann1-1/+1
2022-02-04use some more add toId/fromIdCaolán McNamara1-3/+3
2021-11-18loplugin:stringliteraldefine in basctlNoel Grandin1-2/+2
2021-09-30loplugin:constparams improve handling of pointer paramsNoel Grandin1-1/+1
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann1-2/+2
2020-12-19make *String(string_view) constructors explicitNoel Grandin1-1/+1
2020-11-05tdf#42949 Fix new IWYU warnings in directories [ab]*Gabor Kelemen1-1/+0
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann1-1/+2
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann1-1/+1
2020-06-26Upcoming improved loplugin:elidestringvar: basctlStephan Bergmann1-1/+1
2020-02-13remove unneeded includes and update pchCaolán McNamara1-3/+0
2020-02-12Fix typoAndrea Gelmini1-1/+1
2020-02-12drop newly unused TreeListBoxCaolán McNamara1-302/+0
2020-02-12only freeze/thaw if we have toCaolán McNamara1-0/+9
2020-01-22tdf#42949 Fix IWYU warnings in basctl/Gabor Kelemen1-1/+1
2019-10-31pass an explicit parent for the password dialogsCaolán McNamara1-2/+2
2019-10-04loplugin:singlevalfieldsNoel Grandin1-2/+1
2019-08-19loplugin:constvars in accessibility..basegfxNoel Grandin1-2/+2
2019-07-19loplugin:referencecasting in avmedia..basicNoel Grandin1-2/+2
2019-03-11weld SvxMenuConfigPage/SvxToolbarConfigPageCaolán McNamara1-1/+1
2019-01-24loplugin:constparams in basctl..chart2Noel Grandin1-3/+3
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen1-0/+1
2018-12-28Do not use indexing for single getToken callMatteo Casalin1-2/+1
2018-12-08use Image(OUString) instead of Image(Bitmap(OUString))Noel Grandin1-1/+1
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-1/+1
2018-11-30loplugin:unusedmethodsNoel Grandin1-93/+0
2018-11-29remove unnecessary "if (!empty()" checks before loopsNoel Grandin1-49/+46
2018-11-28loplugin:unusedmethodsNoel Grandin1-5/+0
2018-11-21processing treeview entries in the wrong orderCaolán McNamara1-2/+1
2018-11-19weld TreeViewCaolán McNamara1-0/+387
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen1-0/+1
2018-11-07move SvTreeListBox to vclCaolán McNamara1-1/+1
2018-10-23clang-tidy performance-unnecessary-copy-initialization inNoel Grandin1-7/+7
2018-04-05tdf#42949 Remove unnecessary localization headers from basctlGabor Kelemen1-1/+0
2018-02-24Modernize a bit accessibility and basctlJulien Nabet1-6/+3
2017-10-10basctl: consistently use "" and <> in include directivesMike Kaganski1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+1
2017-07-13use more OUString::operator== in a*..chart2Noel Grandin1-1/+1
2017-04-25remove bitmaps from .src filesCaolán McNamara1-1/+2
2017-03-28tdf#39468 Translate German commentsJens Carl1-4/+4
2017-02-21Fix typos/translations, following 04644956e53dAndrea Gelmini1-1/+1
2017-02-17convert BrowseMode to o3tl::typed_flagsNoel Grandin1-1/+1
2017-02-01Convert RID_POPUP_TABBAR to xmlMaxim Monastirsky1-1/+1
2017-01-16b*, c*: load BitmapEx resources instead of Image onesCaolán McNamara1-2/+2
2016-08-30Translate some German comments and messagesMaarten Bosmans1-2/+2
2016-05-23Convert SbxClassType to scoped enumNoel Grandin1-1/+1
2016-05-10Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann1-0/+1
2016-04-21clang-tidy modernize-loop-convert in b*Noel Grandin1-4/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-4/+4
2015-10-05Called C++ object pointer is null DBG_ASSERT->assertCaolán McNamara1-4/+3