summaryrefslogtreecommitdiffstats
path: root/basctl
Commit message (Expand)AuthorAgeFilesLines
* cid#1494595,1494597: Silence UNCAUGHT_EXCEPTStephan Bergmann2021-12-061-1/+1
* O[U]String::replaceAt overloads that take string_viewNoel Grandin2021-11-231-3/+3
* loplugin:stringliteraldefine in basctlNoel Grandin2021-11-1813-75/+77
* Resolves tdf#143462 - Fixes black row number on dark backgroud in Basic IDEHeiko Tietze2021-11-182-1/+4
* Revert "loplugin:finalclasses"Noel Grandin2021-11-0315-32/+47
* loplugin:finalclassesNoel Grandin2021-11-0315-47/+32
* tdf#114441 Convert use of sal_uLong to sal_uInt32, intNatalia Gavrilova2021-11-032-2/+2
* use freeze/thaw around a potentially long sequence of insertionsCaolán McNamara2021-11-011-0/+2
* Resolves: tdf#145391 insertion code assumes unsorted treeviewCaolán McNamara2021-11-011-17/+22
* Prepare for removal of non-const operator[] from Sequence in basctlMike Kaganski2021-10-284-16/+13
* tdf#57308 - Basic IDE: Watching of a variable does not workAndreas Heinisch2021-10-271-1/+5
* Revert "tdf#57308 - Basic IDE: Watching of a variable does not work"Andreas Heinisch2021-10-261-1/+1
* tdf#57308 - Basic IDE: Watching of a variable does not workAndreas Heinisch2021-10-251-1/+1
* return weld::Builder by unique_ptrNoel Grandin2021-10-221-1/+1
* Optimize assignment from OUStringLiteral to OUStringStephan Bergmann2021-10-221-1/+1
* loplugin:indentation check for indent inside blockNoel Grandin2021-10-201-3/+3
* Simplify Sequence in b*Julien Nabet2021-10-171-8/+6
* Remove non-const Sequence::begin()/end() in internal codeMike Kaganski2021-10-151-1/+1
* use std::vector::insert instead of push_backNoel Grandin2021-10-141-10/+4
* Avoid COW overhead using css::uno::SequenceMike Kaganski2021-10-141-2/+3
* use more SfxItemSetFixedNoel Grandin2021-10-081-3/+3
* loplugin:constparams improve handling of pointer paramsNoel Grandin2021-09-304-4/+4
* gives names to all the Idles and TasksNoel Grandin2021-09-282-2/+2
* vcl: rename OutDevState to StackChris Sherlock2021-09-281-2/+10
* clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák2021-09-204-6/+6
* loplugin:constvarsNoel Grandin2021-09-151-1/+1
* Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski2021-09-151-1/+1
* unused definesNoel Grandin2021-09-021-2/+0
* tdf#139196 - Remove local BOM logicAndreas Heinisch2021-09-011-12/+3
* clang-tidy:readability-redundant-member-initNoel Grandin2021-09-011-4/+1
* update some pchesCaolán McNamara2021-08-231-5/+14
* loplugin:unusedfieldsNoel Grandin2021-08-202-2/+1
* undo changes to TextAlignCaolán McNamara2021-08-182-4/+4
* Drop tools::Rectangle::getX/getY, which are just duplicates of Left/TopMike Kaganski2021-08-161-2/+1
* drop intermediate vcl::Window from Application::GetDefDialogParentCaolán McNamara2021-08-063-9/+15
* Pass context and resource string down to boost::locale separatelyNoel Grandin2021-08-053-4/+4
* convert TextAlign to scoped enumCaolán McNamara2021-07-302-4/+4
* Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski2021-07-191-1/+1
* tdf#40068 Remember last directory for basic/dialog import/exportSamuel Mehrbrodt2021-07-145-42/+37
* tdf#126665 Remember last used file picker directorySamuel Mehrbrodt2021-07-121-21/+2
* bundle the FolderPicker instantiations behind a single callCaolán McNamara2021-06-211-1/+1
* tdf#130428 remove unnecessary usage of SfxItemState::UNKNOWNArmin Le Grand (Allotropia)2021-06-182-6/+8
* use string_view in the Translate APINoel Grandin2021-06-172-3/+4
* vcl: outdevmap.hxx -> rendercontext/ImplMapRes.hxxChris Sherlock2021-06-151-2/+16
* GtkLabel:track-visited-links was removedCaolán McNamara2021-05-311-1/+0
* no need to check IsDisposed hereNoel Grandin2021-05-292-6/+3
* tdf#139196 - Import/export macros using utf-8 including BOMAndreas Heinisch2021-05-272-24/+13
* tdf#139196 - Import/export macros using utf-8 including BOMAndreas Heinisch2021-05-252-1/+28
* add Toggleable as a separate thing to a ButtonCaolán McNamara2021-05-212-2/+2
* split OutputDevice from WindowNoel Grandin2021-05-177-20/+20