summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/bastype2.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-11-18loplugin:stringliteraldefine in basctlNoel Grandin1-2/+2
2021-10-22Optimize assignment from OUStringLiteral to OUStringStephan Bergmann1-1/+1
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel1-2/+2
2020-11-05tdf#42949 Fix new IWYU warnings in directories [ab]*Gabor Kelemen1-2/+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-2/+2
2020-08-11tdf#134604 library created in the wrong treeCaolán McNamara1-4/+5
2020-06-05have just one way to set expander imageCaolán McNamara1-31/+34
2020-04-18loplugin:flatten in basctlNoel Grandin1-25/+25
2020-02-13remove unneeded includes and update pchCaolán McNamara1-1/+0
2020-02-13tdf#130161 detect if a node already had an expansion attemptCaolán McNamara1-1/+3
2020-02-12drop newly unused TreeListBoxCaolán McNamara1-688/+0
2020-02-12only freeze/thaw if we have toCaolán McNamara1-2/+12
2020-02-12we always want to expand/collapse on double clickCaolán McNamara1-5/+5
2020-02-11Related: tdf#130161 invalid iterator used in BrowseMode::Subs caseCaolán McNamara1-1/+1
2020-01-22tdf#42949 Fix IWYU warnings in basctl/Gabor Kelemen1-0/+1
2019-10-31pass an explicit parent for the password dialogsCaolán McNamara1-1/+1
2019-10-29TreeListBox doesn't need a factory anymoreCaolán McNamara1-3/+0
2019-10-06Related: tdf#127935 set default activate handler to toggle row expansionCaolán McNamara1-3/+4
2019-10-04loplugin:singlevalfieldsNoel Grandin1-22/+3
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): basctlStephan Bergmann1-2/+2
2019-07-19loplugin:referencecasting in avmedia..basicNoel Grandin1-24/+16
2019-04-27Resolves: tdf#124984 organize basic macro new added module doesn't show upCaolán McNamara1-2/+3
2019-03-25tdf#42949 Fix IWYU warnings in include/sfx2/[a-D]*Gabor Kelemen1-0/+2
2019-03-11weld SvxMenuConfigPage/SvxToolbarConfigPageCaolán McNamara1-6/+6
2019-02-19weld ChineseDictionaryDialogCaolán McNamara1-1/+1
2019-01-24loplugin:constparams in basctl..chart2Noel Grandin1-2/+2
2019-01-16o3tl::make_unique -> std::make_unique in basctl...bridgesGabor Kelemen1-15/+14
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen1-0/+1
2018-12-08use Image(OUString) instead of Image(Bitmap(OUString))Noel Grandin1-9/+9
2018-12-03weld OfaSwAutoFmtOptionsPageCaolán McNamara1-1/+1
2018-11-28loplugin:unusedmethodsNoel Grandin1-25/+0
2018-11-24allow collapsing rowsCaolán McNamara1-1/+4
2018-11-19weld TreeViewCaolán McNamara1-0/+684
2018-11-14 tdf#39593 deduplicate code in TreeListBoxtagezi1-49/+26
2018-11-07move SvTreeListBox to vclCaolán McNamara1-1/+1
2018-10-23clang-tidy performance-unnecessary-copy-initialization inNoel Grandin1-11/+11
2018-09-11Revert "clang bugprone-unused-return-value"Noel Grandin1-1/+2
2018-09-08clang bugprone-unused-return-valueNoel Grandin1-2/+1
2018-07-03move SvTreeList::*Sibling to SvTreeListEntryNoel Grandin1-2/+2
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin1-4/+4
2017-07-31loplugin:constparams in basctlNoel Grandin1-2/+2
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+1
2017-07-13use more OUString::operator== in a*..chart2Noel Grandin1-2/+2
2017-05-17drop IDE_RESSTRCaolán McNamara1-4/+4
2017-05-15Translate German comments and debug strings (leftovers in dirs a... to c...)Johnny_M1-1/+1
2017-04-25remove bitmaps from .src filesCaolán McNamara1-14/+15
2017-04-05loplugin:constantparam part2Noel Grandin1-3/+2
2017-02-17convert BrowseMode to o3tl::typed_flagsNoel Grandin1-8/+8
2017-02-06loplugin:unusedenumconstants in basctlNoel Grandin1-3/+3