summaryrefslogtreecommitdiff
path: root/basctl
AgeCommit message (Expand)AuthorFilesLines
2020-09-21tdf#134331 - Added possibility to sort macros via context menuAndreas Heinisch4-2/+75
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann4-4/+8
2020-09-10Remove the useless Export sdi propertyMaxim Monastirsky1-1/+0
2020-09-07tdf#118148 Extended tips for HC2/sbasicOlivier Hallot5-6/+70
2020-09-04TabPage no longer needs to inherit from VclBuilderContainerCaolán McNamara1-1/+2
2020-09-04tdf#124176 Use #pragma once in basctlGeorge Bateman29-116/+29
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-24tdf#118148 Extended tips from HC2/shared/Olivier Hallot6-18/+195
2020-08-19update pchesCaolán McNamara1-1/+6
2020-08-18move TextWindowPeer to its only userCaolán McNamara4-3/+115
2020-08-14loplugin:simplifybool moreNoel Grandin2-3/+3
2020-08-13loplugin:stringstatic also look for local staticsNoel Grandin2-4/+4
2020-08-12SvTreeListBox can move into toolkit headers nowCaolán McNamara1-10/+5
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 Monastirsky2-0/+22
2020-07-25move getUIRootDir to AllSettingsCaolán McNamara1-1/+1
2020-07-22merge duplicate GetFocus implementationsCaolán McNamara2-7/+2
2020-07-12update pchesCaolán McNamara1-6/+11
2020-07-10replace usage of blacklist with excludelist for IWYUThorsten Behrens1-1/+1
2020-07-06Resolves: tdf#134551 ModulWindow deleted when last module removedCaolán McNamara1-1/+5
2020-07-05basctl: create instances with uno constructorsNoel Grandin5-105/+16
2020-07-04reduce number of framework librariesNoel Grandin1-1/+1
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-24remove some unused definesNoel Grandin1-1/+0
2020-05-23nospin hack no longer in useCaolán McNamara2-3/+3
2020-05-23uitest: add wrapper for macro editorXisco Fauli5-0/+99
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