summaryrefslogtreecommitdiff
path: root/basctl/source/inc
AgeCommit message (Expand)Author
2024-09-18use more concrete UNO in basicNoel Grandin
2024-06-18Add SfxItemType to SfxPoolItemOliver Specht
2024-06-04basctl: use SAL_RET_MAYBENULL in GetBindingsPtr()...Xisco Fauli
2024-06-03tdf#157664 Drop operator !=, where respective operator == is definedZainab Abbasi
2024-05-03loplugin:ostr in basctlNoel Grandin
2024-04-08tdf#146619 Drop unused 'using namespace' in: basctl/Gabor Kelemen
2024-01-23tdf#158749 Open "Go to Line" dialog from the statusbar in Basic IDERafael Lima
2024-01-11tdf#158750 Highlight the line where the cursor is positioned (Basic IDE)Rafael Lima
2024-01-09Fix typoAndrea Gelmini
2024-01-08tdf#156925 Add Color Scheme selector to the Basic IDERafael Lima
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann
2023-08-30use concrete type for ChildDescriptor::mxAccessibleNoel Grandin
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski
2023-02-16SfxViewShell never takes a null SfxViewFrame*Caolán McNamara
2023-01-28Use ImplInheritanceHelper in AccessibleDialogControlShapeStephan Bergmann
2023-01-28Use ImplInheritanceHelper in AccessibleDialogWindowStephan Bergmann
2023-01-16tdf#106731 Warn user that a module/dialog is read-only in Basic IDERafael Lima
2022-12-12tdf#152266 add an infobar with indicators for macro-like content in docCaolán McNamara
2022-12-08tdf#152078 Enable Ctrl+Wheel zoom in Basic code editorRafael Lima
2022-12-05tdf#86568 Move the scrollbar to the EditWindow in Basic IDERafael Lima
2022-12-01tdf#152078 Add a Zoom slider to the Basic IDERafael Lima
2022-09-27use more string_view in accessibility..configmgrNoel Grandin
2022-09-02[API CHANGE] tdf#150683 a11y: Switch a11y child index to 64 bitMichael Weghorn
2022-09-02tdf#150712 limit the dialog to only a sample of the dataNoel Grandin
2022-08-29ref-count SdrObjectNoel Grandin
2022-08-08these two scrollbars don't meet, so drop the junction boxCaolán McNamara
2022-08-05tdf#117388 use native scrollbar under gtk in basic editorCaolán McNamara
2022-07-08[API CHANGE] Drop css::accessibility::XAccessibleStateSetNoel Grandin
2022-06-06clang-tidy modernize-pass-by-value in basctlNoel Grandin
2022-04-02loplugin:stringviewparam convert methods using indexOfNoel Grandin
2022-03-11new loplugin:trivialdestructorNoel Grandin
2022-01-19tdf#145614 Convert #define to enum or constexprVaibhavMalik4187
2022-01-13Recheck modules [a-c]* with IWYUGabor Kelemen
2021-11-18loplugin:stringliteraldefine in basctlNoel Grandin
2021-11-03Revert "loplugin:finalclasses"Noel Grandin
2021-11-03loplugin:finalclassesNoel Grandin
2021-09-30loplugin:constparams improve handling of pointer paramsNoel Grandin
2021-08-20loplugin:unusedfieldsNoel Grandin
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin
2021-07-14tdf#40068 Remember last directory for basic/dialog import/exportSamuel Mehrbrodt
2021-06-18tdf#130428 remove unnecessary usage of SfxItemState::UNKNOWNArmin Le Grand (Allotropia)
2021-06-17use string_view in the Translate APINoel Grandin
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-04-06drop stale TODOsCaolán McNamara
2021-03-11use strong_int for item ids in vcl::ToolBoxNoel
2021-03-07ref-count SdrPageNoel
2021-02-22factor out as a ResizableDockingWindowCaolán McNamara
2021-02-10clean up SdrObject cloningNoel
2021-01-05BASCTL : remove useless impl patternArnaud Versini
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann