summaryrefslogtreecommitdiff
path: root/basctl
AgeCommit message (Expand)AuthorFilesLines
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin1-3/+3
2021-11-18loplugin:stringliteraldefine in basctlNoel Grandin13-75/+77
2021-11-18Resolves tdf#143462 - Fixes black row number on dark backgroud in Basic IDEHeiko Tietze2-1/+4
2021-11-03Revert "loplugin:finalclasses"Noel Grandin15-32/+47
2021-11-03loplugin:finalclassesNoel Grandin15-47/+32
2021-11-03tdf#114441 Convert use of sal_uLong to sal_uInt32, intNatalia Gavrilova2-2/+2
2021-11-01use freeze/thaw around a potentially long sequence of insertionsCaolán McNamara1-0/+2
2021-11-01Resolves: tdf#145391 insertion code assumes unsorted treeviewCaolán McNamara1-17/+22
2021-10-28Prepare for removal of non-const operator[] from Sequence in basctlMike Kaganski4-16/+13
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-10-22return weld::Builder by unique_ptrNoel Grandin1-1/+1
2021-10-22Optimize assignment from OUStringLiteral to OUStringStephan Bergmann1-1/+1
2021-10-20loplugin:indentation check for indent inside blockNoel Grandin1-3/+3
2021-10-17Simplify Sequence in b*Julien Nabet1-8/+6
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski1-1/+1
2021-10-14use std::vector::insert instead of push_backNoel Grandin1-10/+4
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski1-2/+3
2021-10-08use more SfxItemSetFixedNoel Grandin1-3/+3
2021-09-30loplugin:constparams improve handling of pointer paramsNoel Grandin4-4/+4
2021-09-28gives names to all the Idles and TasksNoel Grandin2-2/+2
2021-09-28vcl: rename OutDevState to StackChris Sherlock1-2/+10
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák4-6/+6
2021-09-15loplugin:constvarsNoel Grandin1-1/+1
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski1-1/+1
2021-09-02unused definesNoel Grandin1-2/+0
2021-09-01tdf#139196 - Remove local BOM logicAndreas Heinisch1-12/+3
2021-09-01clang-tidy:readability-redundant-member-initNoel Grandin1-4/+1
2021-08-23update some pchesCaolán McNamara1-5/+14
2021-08-20loplugin:unusedfieldsNoel Grandin2-2/+1
2021-08-18undo changes to TextAlignCaolán McNamara2-4/+4
2021-08-16Drop tools::Rectangle::getX/getY, which are just duplicates of Left/TopMike Kaganski1-2/+1
2021-08-06drop intermediate vcl::Window from Application::GetDefDialogParentCaolán McNamara3-9/+15
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin3-4/+4
2021-07-30convert TextAlign to scoped enumCaolán McNamara2-4/+4
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski1-1/+1
2021-07-14tdf#40068 Remember last directory for basic/dialog import/exportSamuel Mehrbrodt5-42/+37
2021-07-12tdf#126665 Remember last used file picker directorySamuel Mehrbrodt1-21/+2
2021-06-21bundle the FolderPicker instantiations behind a single callCaolán McNamara1-1/+1
2021-06-18tdf#130428 remove unnecessary usage of SfxItemState::UNKNOWNArmin Le Grand (Allotropia)2-6/+8
2021-06-17use string_view in the Translate APINoel Grandin2-3/+4
2021-06-15vcl: outdevmap.hxx -> rendercontext/ImplMapRes.hxxChris Sherlock1-2/+16
2021-05-31GtkLabel:track-visited-links was removedCaolán McNamara1-1/+0
2021-05-29no need to check IsDisposed hereNoel Grandin2-6/+3
2021-05-27tdf#139196 - Import/export macros using utf-8 including BOMAndreas Heinisch2-24/+13
2021-05-25tdf#139196 - Import/export macros using utf-8 including BOMAndreas Heinisch2-1/+28
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara2-2/+2
2021-05-17split OutputDevice from WindowNoel Grandin7-20/+20
2021-05-14Directly initialize vectors in baside2b.cxxJulien Nabet1-8/+3