summaryrefslogtreecommitdiffstats
path: root/basctl
Commit message (Expand)AuthorAgeFilesLines
* update pchesCaolán McNamara2020-07-121-6/+11
* replace usage of blacklist with excludelist for IWYUThorsten Behrens2020-07-101-1/+1
* Resolves: tdf#134551 ModulWindow deleted when last module removedCaolán McNamara2020-07-061-1/+5
* basctl: create instances with uno constructorsNoel Grandin2020-07-055-105/+16
* reduce number of framework librariesNoel Grandin2020-07-041-1/+1
* tdf#127680 Add the option to print even or odd values from a particular rangeSrijan Bhatia2020-07-021-11/+16
* Upcoming improved loplugin:staticanonymous -> redundantstatic: basctlStephan Bergmann2020-06-302-3/+3
* Upcoming improved loplugin:elidestringvar: basctlStephan Bergmann2020-06-262-2/+2
* use more std::container::insert instead of std::copyNoel Grandin2020-06-241-3/+1
* distinguish active dnd-operation case from simple query caseCaolán McNamara2020-06-181-2/+2
* rework treeview initial toggle button col to be like expander colCaolán McNamara2020-06-083-10/+9
* have just one way to set expander imageCaolán McNamara2020-06-054-36/+39
* drop unused inline methodCaolán McNamara2020-06-041-1/+0
* Upcoming loplugin:elidestringvar: basctlStephan Bergmann2020-06-031-10/+5
* Make loplugin:simplifypointertobool handle parenthesized expressionsStephan Bergmann2020-05-281-1/+1
* loplugin:simplifybool in accessibility..basicNoel Grandin2020-05-282-3/+3
* remove some unused definesNoel Grandin2020-05-241-1/+0
* nospin hack no longer in useCaolán McNamara2020-05-232-3/+3
* uitest: add wrapper for macro editorXisco Fauli2020-05-235-0/+99
* move InterimItemWindow to vclCaolán McNamara2020-05-222-2/+2
* Resolves: tdf#114258 defer LoseFocus treeview updateCaolán McNamara2020-05-192-1/+21
* tdf#88205 EasyHack change css::uno::Sequence initializationsvgeof2020-05-192-6/+2
* use for-range on Sequence in basctl..canvasNoel Grandin2020-05-152-14/+8
* expand out some namespace aliasesNoel Grandin2020-05-131-4/+2
* new loplugin:simplifypointertoboolNoel Grandin2020-05-101-1/+1
* compact namespace in avmedia..bridgesNoel Grandin2020-05-082-8/+4
* Use pragma once instead of include guardsFatih2020-05-041-4/+1
* Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann2020-04-271-0/+1
* update pchesCaolán McNamara2020-04-261-5/+2
* all ItemWindows are now weldedCaolán McNamara2020-04-262-4/+4
* move InterimItemWindow to svtoolsCaolán McNamara2020-04-222-2/+2
* tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen2020-04-221-0/+1
* uiobject.hxx only needs forward declaresCaolán McNamara2020-04-221-2/+4
* loplugin:flatten in basctlNoel Grandin2020-04-1821-2135/+2145
* tdf#126828 hide macro organize dialog before launching macro editingCaolán McNamara2020-04-151-0/+2
* set cursor after thawedCaolán McNamara2020-04-151-6/+5
* no need to pass ENABLE_MERGELIBS in command line flagsNoel Grandin2020-04-121-4/+0
* rename vcl::Window::Update to PaintImmediatelyNoel Grandin2020-04-116-9/+6
* OSL_ASSERT->assert in basctlNoel Grandin2020-03-291-19/+10
* tdf#124176: Use pragma once instead of include guardsHarshit Jain2020-03-234-18/+4
* The idl __attribute__((__weak__)) hack doesn't seem necessary for --enable-ltoStephan Bergmann2020-03-201-2/+0
* remove unnecessary Window::Update() calls, which immediately follow InvalidateNoel Grandin2020-03-161-1/+0
* tdf#114441: Convert use of sal_uLong to better integer typesBugra2020-03-042-4/+4
* tdf#124176: Use pragma once instead of include guardsjames2020-02-291-4/+1
* explicitly call ActivatePageHdl when programatically calling set_current_pageCaolán McNamara2020-02-261-3/+6
* tdf#130925 use the maximum document line number for the width calculationCaolán McNamara2020-02-261-1/+2
* check if edit can be enabled after setting cursor into treeCaolán McNamara2020-02-251-0/+1
* Drop o3tl::optional wrapperStephan Bergmann2020-02-212-3/+3
* can avoid including svtools/ctrlbox.hxxCaolán McNamara2020-02-191-9/+1
* weld CodeCompleteWindowCaolán McNamara2020-02-194-145/+189