summaryrefslogtreecommitdiff
path: root/basctl
AgeCommit message (Expand)AuthorFilesLines
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
2020-03-23tdf#124176: Use pragma once instead of include guardsHarshit Jain4-18/+4
2020-03-20The idl __attribute__((__weak__)) hack doesn't seem necessary for --enable-ltoStephan Bergmann1-2/+0
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 Bergmann2-3/+3
2020-02-19can avoid including svtools/ctrlbox.hxxCaolán McNamara1-9/+1
2020-02-19weld CodeCompleteWindowCaolán McNamara4-145/+189
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 McNamara12-415/+430
2020-02-17weld StackWindow DockingWindowCaolán McNamara5-28/+111
2020-02-17weld SelectorListBox Item WindowCaolán McNamara1-1/+1
2020-02-16use fwd decls of StatusBarCaolán McNamara1-2/+1
2020-02-16use fwd declsCaolán McNamara1-11/+1
2020-02-16clang-format accessibility & basctl with under 5-percent lines of changeMuhammet Kara2-7/+4
2020-02-14use forward decls to reduce including unnecessary headersCaolán McNamara1-1/+2
2020-02-14don't need to include split.hxx or scrbar.hxxCaolán McNamara2-3/+2