summaryrefslogtreecommitdiff
path: root/basctl
AgeCommit message (Expand)AuthorFilesLines
2024-01-25Resolves: tdf#159368 crash on tools, macros, editCaolán McNamara1-3/+6
2024-01-19tdf#159247 Fix crash while adding control with default properties (Dialog Edi...Rafael Lima1-0/+2
2023-12-22Remove DeleteItemOnIdlexArmin Le Grand (allotropia)5-0/+5
2023-12-08cid#1545617 COPY_INSTEAD_OF_MOVECaolán McNamara1-5/+2
2023-12-07simplify and modernise ScopedBitmapAccessNoel Grandin1-1/+0
2023-12-05Resolves: tdf#158441 we don't want to return early for all handled keysCaolán McNamara1-1/+5
2023-11-18c++20: use std::erase instead of std::removed followed by erase (part 1)Julien Nabet1-1/+1
2023-11-08loplugin:stringstatic, lopluign:ostr (clang-cl)Stephan Bergmann1-1/+1
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann8-68/+68
2023-10-19Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: basctlStephan Bergmann8-18/+18
2023-10-19use more SdrObjList::begin/end in variousNoel Grandin3-15/+10
2023-10-18Remove obsolete comments in basctlHossein1-6/+1
2023-10-12Make NC_ constexpr-friendlyStephan Bergmann1-1/+1
2023-10-11Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann1-1/+1
2023-10-03replace ErrorInfo with simpler mechanismNoel Grandin1-2/+2
2023-09-29rename SfxMedium::GetError -> GetErrorIgnoreWarningNoel Grandin1-2/+2
2023-08-30use concrete type for ChildDescriptor::mxAccessibleNoel Grandin2-37/+19
2023-08-21tdf#156721 Crash if cursor in Basic IDE is in a macro from a document..Noel Grandin1-11/+17
2023-08-15ComplexColor various clean-up and (trivial) refactoringsTomaž Vajngerl1-1/+0
2023-07-23vcl: Drop now unneeded DevicePoint typedefKhaled Hosny1-17/+30
2023-05-24Remove triplicated includeAndrea Gelmini1-2/+0
2023-05-24Related tdf#146518 Add Watch/Stack window commands to toolbarRafael Lima1-0/+3
2023-05-15MCGR: consolidations/cleanups for changes so farArmin Le Grand (allotropia)1-1/+0
2023-05-13use more optional for SdrObjListIterNoel Grandin1-4/+4
2023-05-13tdf#145538: traditional for loops to range-based for loopsSupriyo Paul1-47/+17
2023-05-10use comphelper::WeakComponentImplHelper in DocumentEventNotifier::ImplNoel Grandin1-29/+29
2023-05-02tdf#114441 Convert sal_uLong to better integer typesAman Jha1-2/+2
2023-04-29These are not applicable to FILEOPEN_SIMPLEMike Kaganski1-6/+0
2023-04-29Simplify a bitMike Kaganski1-6/+2
2023-04-29Simplify a bitMike Kaganski1-92/+68
2023-04-29tdf#155077: use the selected URL when writing languagesMike Kaganski1-5/+5
2023-04-28tdf#145538 Use range based for loopsRadhey Parekh1-52/+25
2023-04-19Resolves: tdf#104011 add a default CellRange argument in dialog editorCaolán McNamara1-8/+13
2023-04-19basctl: fix crash in EditorWindow::CommandXisco Fauli1-1/+1
2023-04-12loplugin:stringview and stringviewparam, whitelist equalsAsciiLNoel Grandin1-2/+3
2023-04-07tdf#154014 Improve Import Dialog sentence in BasicBogdan B1-1/+1
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski11-31/+31
2023-04-01use more XVclWindowPeerNoel Grandin7-6/+9
2023-03-24loplugin:stringadd in b*Noel Grandin1-2/+1
2023-03-18Fix typoAndrea Gelmini1-1/+1
2023-03-17tdf#151741 - BASIC Organizer: fill various URLs for librariesAndreas Heinisch1-0/+16
2023-03-11tdf#145538 Refactor to use range-based for-loopsgokulakrishnan-shankar1-3/+3
2023-03-02tdf#152073 tdf#153895 basicide: Set bg color for border winMichael Weghorn2-2/+6
2023-02-28flatten basctl::docs::DocumentEnumerationNoel Grandin2-18/+6
2023-02-28tdf#153798 - Basic IDE: align line numbers to the rightAndreas Heinisch1-1/+7
2023-02-23tdf#146518 Implement commands to toggle Watch/Stack windowsRafael Lima5-1/+87
2023-02-22tdf#153572 Implement .uno:ZoomPlus and .uno:ZoomMinus in the Basic IDERafael Lima2-0/+50
2023-02-16SfxViewShell::GetViewFrame never returns null, change to a referenceCaolán McNamara11-54/+51
2023-02-16SfxViewShell never takes a null SfxViewFrame*Caolán McNamara2-3/+3
2023-02-15Drop 'using namespace ::std' in dirs b* c*Gabor Kelemen1-1/+0