summaryrefslogtreecommitdiff
path: root/basctl/source
AgeCommit message (Expand)AuthorFilesLines
2021-05-25factor out as a ResizableDockingWindowCaolán McNamara3-21/+16
2021-05-25move dockingwindow.ui to vclCaolán McNamara1-1/+1
2021-04-10check for quit when calling Yield in loopNoel Grandin1-1/+1
2021-01-22Resolves: tdf#133345 Macros Editor IDE: no dialogbox tabsCaolán McNamara1-6/+5
2020-11-21remove non-functional resize grip at right of basic ide tabbarCaolán McNamara1-1/+1
2020-11-13tdf#123936 Formatting files in module basctl with clang-formatPhilipp Hofer14-170/+125
2020-11-12New loplugin:stringviewparamStephan Bergmann1-1/+1
2020-11-12Revert "remove Fraction::operator tools::Long()"Noel Grandin1-1/+1
2020-11-12remove Fraction::operator tools::Long()Noel1-1/+1
2020-11-06make SdrObject Identifiers SdrObjKind enum membersCaolán McNamara7-46/+11
2020-11-05tdf#42949 Fix new IWYU warnings in directories [ab]*Gabor Kelemen5-6/+0
2020-10-28convert some more long -> tools::LongNoel1-1/+1
2020-10-21use tools::Long in accessibility..basctlNoel16-115/+116
2020-10-06loplugin:const* make some params and methods constNoel2-2/+2
2020-10-01loplugin:reducevarscope in basctl,basicNoel1-4/+2
2020-09-22OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara2-4/+4
2020-09-21tdf#134331 - Added possibility to sort macros via context menuAndreas Heinisch2-2/+32
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann4-4/+8
2020-09-04tdf#124176 Use #pragma once in basctlGeorge Bateman27-108/+27
2020-09-02drop some unused methodsCaolán McNamara1-19/+0
2020-08-31Fix typo in codeAndrea Gelmini1-4/+4
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann6-9/+9
2020-08-27add a DisableCycleFocusOut flag for an all-welded hierarchyCaolán McNamara1-1/+1
2020-08-27Fix a nonsense changeMike Kaganski1-3/+3
2020-08-18move TextWindowPeer to its only userCaolán McNamara3-3/+114
2020-08-14loplugin:simplifybool moreNoel Grandin2-3/+3
2020-08-13loplugin:stringstatic also look for local staticsNoel Grandin2-4/+4
2020-08-11tdf#135639: check the return value of GetDim32Mike Kaganski1-30/+33
2020-08-11tdf#134604 library created in the wrong treeCaolán McNamara1-4/+5
2020-08-08use std::string_viewNoel Grandin1-4/+4
2020-07-28tdf#134887 Rework last item handling in NewToolbarControllerMaxim Monastirsky1-0/+16
2020-07-25move getUIRootDir to AllSettingsCaolán McNamara1-1/+1
2020-07-22merge duplicate GetFocus implementationsCaolán McNamara2-7/+2
2020-07-06Resolves: tdf#134551 ModulWindow deleted when last module removedCaolán McNamara1-1/+5
2020-07-05basctl: create instances with uno constructorsNoel Grandin3-102/+13
2020-07-02tdf#127680 Add the option to print even or odd values from a particular rangeSrijan Bhatia1-11/+16
2020-06-30Upcoming improved loplugin:staticanonymous -> redundantstatic: basctlStephan Bergmann2-3/+3
2020-06-26Upcoming improved loplugin:elidestringvar: basctlStephan Bergmann2-2/+2
2020-06-24use more std::container::insert instead of std::copyNoel Grandin1-3/+1
2020-06-18distinguish active dnd-operation case from simple query caseCaolán McNamara1-2/+2
2020-06-08rework treeview initial toggle button col to be like expander colCaolán McNamara3-10/+9
2020-06-05have just one way to set expander imageCaolán McNamara4-36/+39
2020-06-04drop unused inline methodCaolán McNamara1-1/+0
2020-06-03Upcoming loplugin:elidestringvar: basctlStephan Bergmann1-10/+5
2020-05-28Make loplugin:simplifypointertobool handle parenthesized expressionsStephan Bergmann1-1/+1
2020-05-28loplugin:simplifybool in accessibility..basicNoel Grandin2-3/+3
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