summaryrefslogtreecommitdiff
path: root/basctl/source
AgeCommit message (Expand)AuthorFilesLines
2021-01-22Resolves: tdf#133345 Macros Editor IDE: no dialogbox tabsCaolán McNamara1-6/+5
2020-10-27tdf#127680 Add the option to print even or odd values from a particular rangeSrijan Bhatia1-11/+16
2020-08-12tdf#135639: check the return value of GetDim32Mike Kaganski1-30/+33
2020-07-06Resolves: tdf#134551 ModulWindow deleted when last module removedCaolán McNamara1-1/+5
2020-05-23nospin hack no longer in useCaolán McNamara1-1/+1
2020-05-23uitest: add wrapper for macro editorXisco Fauli4-0/+98
2020-05-22move InterimItemWindow to vclCaolán McNamara2-2/+2
2020-05-19Resolves: tdf#114258 defer LoseFocus treeview updateCaolán McNamara2-1/+21
2020-05-19tdf#88205 EasyHack change css::uno::Sequence initializationsvgeof2-6/+2
2020-05-15use for-range on Sequence in basctl..canvasNoel Grandin2-14/+8
2020-05-13expand out some namespace aliasesNoel Grandin1-4/+2
2020-05-10new loplugin:simplifypointertoboolNoel Grandin1-1/+1
2020-05-08compact namespace in avmedia..bridgesNoel Grandin2-8/+4
2020-05-04Use pragma once instead of include guardsFatih1-4/+1
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann1-0/+1
2020-04-26all ItemWindows are now weldedCaolán McNamara2-4/+4
2020-04-22move InterimItemWindow to svtoolsCaolán McNamara2-2/+2
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen1-0/+1
2020-04-18loplugin:flatten in basctlNoel Grandin21-2135/+2145
2020-04-15tdf#126828 hide macro organize dialog before launching macro editingCaolán McNamara1-0/+2
2020-04-15set cursor after thawedCaolán McNamara1-6/+5
2020-04-11rename vcl::Window::Update to PaintImmediatelyNoel Grandin6-9/+6
2020-03-29OSL_ASSERT->assert in basctlNoel Grandin1-19/+10
2020-03-23tdf#124176: Use pragma once instead of include guardsHarshit Jain4-18/+4
2020-03-16remove unnecessary Window::Update() calls, which immediately follow InvalidateNoel Grandin1-1/+0
2020-03-04tdf#114441: Convert use of sal_uLong to better integer typesBugra2-4/+4
2020-02-29tdf#124176: Use pragma once instead of include guardsjames1-4/+1
2020-02-26explicitly call ActivatePageHdl when programatically calling set_current_pageCaolán McNamara1-3/+6
2020-02-26tdf#130925 use the maximum document line number for the width calculationCaolán McNamara1-1/+2
2020-02-25check if edit can be enabled after setting cursor into treeCaolán McNamara1-0/+1
2020-02-21Drop o3tl::optional wrapperStephan Bergmann1-2/+2
2020-02-19weld CodeCompleteWindowCaolán McNamara2-145/+126
2020-02-19merge common code togetherCaolán McNamara9-47/+24
2020-02-19remove and replace newly unused ctorCaolán McNamara4-14/+7
2020-02-19weld WatchWindow panelCaolán McNamara7-404/+267
2020-02-17weld StackWindow DockingWindowCaolán McNamara2-27/+36
2020-02-17weld SelectorListBox Item WindowCaolán McNamara1-1/+1
2020-02-16clang-format accessibility & basctl with under 5-percent lines of changeMuhammet Kara1-4/+3
2020-02-14don't need to include split.hxx or scrbar.hxxCaolán McNamara1-0/+1
2020-02-13Restore simple undo and redo buttons for the basctl moduleMaxim Monastirsky1-3/+0
2020-02-13use TopLevelWindowLocker for the lock other windows problemCaolán McNamara1-7/+6
2020-02-13remove unneeded includes and update pchCaolán McNamara2-4/+0
2020-02-13tdf#130161 detect if a node already had an expansion attemptCaolán McNamara1-1/+3
2020-02-13tdf#130161 adding a document dialog or modules doesn't update catalogCaolán McNamara1-4/+7
2020-02-13tdf#57307 - Expand word boundaries to include connector punctuationsAndreas Heinisch1-6/+3
2020-02-12Fix typoAndrea Gelmini1-1/+1
2020-02-12drop newly unused TreeListBoxCaolán McNamara5-1057/+2
2020-02-12weld ObjectCatalogCaolán McNamara4-77/+40
2020-02-12only freeze/thaw if we have toCaolán McNamara3-2/+22
2020-02-12we always want to expand/collapse on double clickCaolán McNamara1-5/+5