summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/baside2b.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-11-02tdf#163486: PVS: Identical branchesBogdan Buzea1-3/+1
2024-09-05use less dynamic_cast when broadcasting SfxHintNoel Grandin1-13/+11
2024-05-03loplugin:ostr in basctlNoel Grandin1-28/+28
2024-01-26tdf#153853 Line numbering and breakpoint should be on the left (RTL)Rafael Lima1-0/+5
2024-01-25Resolves: tdf#159368 crash on tools, macros, editCaolán McNamara1-3/+6
2024-01-11tdf#158750 Highlight the line where the cursor is positioned (Basic IDE)Rafael Lima1-0/+51
2023-12-21Remove DeleteItemOnIdlexArmin Le Grand (allotropia)1-0/+1
2023-12-05Resolves: tdf#158441 we don't want to return early for all handled keysCaolán McNamara1-1/+5
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann1-1/+1
2023-05-24Remove triplicated includeAndrea Gelmini1-2/+0
2023-05-02tdf#114441 Convert sal_uLong to better integer typesAman Jha1-2/+2
2023-04-19basctl: fix crash in EditorWindow::CommandXisco Fauli1-1/+1
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski1-2/+2
2023-04-01use more XVclWindowPeerNoel Grandin1-2/+2
2023-03-02tdf#152073 tdf#153895 basicide: Set bg color for border winMichael Weghorn1-1/+3
2023-02-16SfxViewShell::GetViewFrame never returns null, change to a referenceCaolán McNamara1-2/+2
2023-01-16Fix typoAndrea Gelmini1-1/+1
2023-01-16tdf#106731 Warn user that a module/dialog is read-only in Basic IDERafael Lima1-0/+7
2022-12-08tdf#152078 Enable Ctrl+Wheel zoom in Basic code editorRafael Lima1-2/+20
2022-12-05tdf#86568 Move the scrollbar to the EditWindow in Basic IDERafael Lima1-36/+40
2022-12-01tdf#152078 Add a Zoom slider to the Basic IDERafael Lima1-3/+33
2022-10-16tdf#114441 Convert use of sal_uLong to sal_uInt32PoonamShokeen1-1/+1
2022-08-05tdf#117388 use native scrollbar under gtk in basic editorCaolán McNamara1-5/+4
2022-07-07elide some string copiesNoel Grandin1-2/+2
2022-06-06clang-tidy modernize-pass-by-value in basctlNoel Grandin1-2/+3
2022-05-01use more string_view in variousNoel Grandin1-3/+4
2022-04-29use more string_view in INetURLObjectNoel Grandin1-0/+1
2022-04-28use more string_view in comphelperNoel Grandin1-4/+5
2022-04-02loplugin:stringviewparam convert methods using indexOfNoel Grandin1-12/+6
2022-03-18tdf#114441 Convert sal_uLong to other typesVaibhavMalik41871-5/+5
2022-02-23cid#1500613 Dereference after null checkCaolán McNamara1-2/+3
2022-02-04add toId/fromId to tidy up some ugly castingCaolán McNamara1-12/+12
2021-12-26Avoid OUStringBuffer::toString where possibleMike Kaganski1-4/+4
2021-12-19osl::Mutex->std::mutex in EditorWindowNoel Grandin1-3/+3
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin1-3/+3
2021-11-18loplugin:stringliteraldefine in basctlNoel Grandin1-1/+1
2021-10-27tdf#57308 - Basic IDE: Watching of a variable does not workAndreas Heinisch1-1/+5
2021-10-26Revert "tdf#57308 - Basic IDE: Watching of a variable does not work"Andreas Heinisch1-1/+1
2021-10-25tdf#57308 - Basic IDE: Watching of a variable does not workAndreas Heinisch1-1/+1
2021-09-30loplugin:constparams improve handling of pointer paramsNoel Grandin1-1/+1
2021-09-28gives names to all the Idles and TasksNoel Grandin1-1/+1
2021-08-16Drop tools::Rectangle::getX/getY, which are just duplicates of Left/TopMike Kaganski1-2/+1
2021-05-29no need to check IsDisposed hereNoel Grandin1-4/+2
2021-05-17split OutputDevice from WindowNoel Grandin1-4/+4
2021-05-14Directly initialize vectors in baside2b.cxxJulien Nabet1-8/+3
2021-05-13Revert "simplify the vcl<->toolkit connection"Noel Grandin1-4/+5
2021-05-12simplify the vcl<->toolkit connectionNoel Grandin1-5/+4
2021-05-03loplugin:stringadd improvement for appending numbersNoel Grandin1-2/+2
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin1-1/+1
2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel Grandin1-2/+2