summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/baside2b.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-03-09Drop "32" from names of SbxArray methods taking 32-bit indicesMike Kaganski1-23/+22
2021-02-22factor out as a ResizableDockingWindowCaolán McNamara1-2/+2
2021-02-19foward declare NotebookBarAddonsItem instead of using includeCaolán McNamara1-0/+1
2021-02-16loplugin:referencecasting in basctl..binaryurpNoel1-2/+2
2020-12-19make *String(string_view) constructors explicitNoel Grandin1-1/+1
2020-12-18weld basctl popup menusCaolán McNamara1-17/+13
2020-12-15don't need to include vcl/menu.hxx hereCaolán McNamara1-0/+1
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann1-1/+1
2020-10-21use tools::Long in accessibility..basctlNoel1-23/+23
2020-10-06loplugin:const* make some params and methods constNoel1-1/+1
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-08-18move TextWindowPeer to its only userCaolán McNamara1-3/+2
2020-08-11tdf#135639: check the return value of GetDim32Mike Kaganski1-30/+33
2020-08-08use std::string_viewNoel Grandin1-4/+4
2020-07-25move getUIRootDir to AllSettingsCaolán McNamara1-1/+1
2020-06-05have just one way to set expander imageCaolán McNamara1-3/+3
2020-05-23uitest: add wrapper for macro editorXisco Fauli1-0/+9
2020-05-19Resolves: tdf#114258 defer LoseFocus treeview updateCaolán McNamara1-1/+18
2020-05-15use for-range on Sequence in basctl..canvasNoel Grandin1-12/+6
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann1-0/+1
2020-04-18loplugin:flatten in basctlNoel Grandin1-224/+227
2020-04-11rename vcl::Window::Update to PaintImmediatelyNoel Grandin1-2/+2
2020-02-19weld CodeCompleteWindowCaolán McNamara1-111/+108
2020-02-19merge common code togetherCaolán McNamara1-21/+2
2020-02-19remove and replace newly unused ctorCaolán McNamara1-2/+2
2020-02-19weld WatchWindow panelCaolán McNamara1-296/+239
2020-02-17weld StackWindow DockingWindowCaolán McNamara1-25/+30
2020-01-22tdf#42949 Fix IWYU warnings in basctl/Gabor Kelemen1-0/+4
2020-01-14tdf#129360: don't try to use uninitialized objectsMike Kaganski1-15/+9
2020-01-13tdf#129360: fix old unsigned underflowMike Kaganski1-10/+16
2019-12-18sal_Char->char in avmedia..basicNoel Grandin1-1/+1
2019-12-09SbxArray: drop 16-bit indicesMike Kaganski1-29/+30
2019-12-01boost::optional: replace uses of get_value_or with value_orStephan Bergmann1-1/+1
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+4
2019-08-21loplugin:constmethod in basctlNoel Grandin1-1/+1
2019-08-08tdf#74702: use OutputDevice::GetBackgroundColor()Chris Sherlock1-1/+1
2019-06-11Use hasElements to check Sequence emptiness in accessibility..canvasArkadiy Illarionov1-2/+2
2019-04-28Resolves: tdf#124704 need to state the area the tooltip is forCaolán McNamara1-7/+12
2019-04-23tdf#123043 make type character detection unicode-awareTomoyuki Kubota1-4/+4
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen1-0/+3
2019-03-25tdf#42949 Fix IWYU warnings in include/sfx2/[a-D]*Gabor Kelemen1-0/+1
2019-03-16Simplify containers iterations in basctl, basegfx, basic, bridgesArkadiy Illarionov1-26/+3
2019-02-13Pointer is pointlessNoel Grandin1-1/+2
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-2/+2
2018-12-07loplugin:singlevalfields extend to all static varsNoel Grandin1-3/+1
2018-11-07move SvTreeListBox to vclCaolán McNamara1-1/+1
2018-11-05tdf#120703 PVS: this fix was wrongMike Kaganski1-4/+7
2018-11-03tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-21/+12