summaryrefslogtreecommitdiff
path: root/basctl
AgeCommit message (Expand)AuthorFilesLines
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
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann1-0/+1
2020-04-26update pchesCaolán McNamara1-5/+2
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-22uiobject.hxx only needs forward declaresCaolán McNamara1-2/+4
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-12no need to pass ENABLE_MERGELIBS in command line flagsNoel Grandin1-4/+0
2020-04-11rename vcl::Window::Update to PaintImmediatelyNoel Grandin6-9/+6
2020-03-29OSL_ASSERT->assert in basctlNoel Grandin1-19/+10