summaryrefslogtreecommitdiffstats
path: root/basctl
Commit message (Expand)AuthorAgeFilesLines
* Resolves: tdf#122598 avoid crash on macro recording endCaolán McNamara2019-01-101-12/+8
* convert "*xxx.get()" to "*xxx"Noel Grandin2019-01-086-9/+9
* tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen2019-01-0712-0/+12
* Resolve deprecated implicit capture of *this by reference in C++20Stephan Bergmann2019-01-022-2/+2
* tdf#112689: Replace chained O(U)StringBuffer::append() with operator+Çağrı Dolaz2018-12-301-4/+2
* use StartExecuteAsync in basctlNoel Grandin2018-12-305-223/+230
* flatten LibPage::InsertLibNoel Grandin2018-12-291-274/+272
* Do not use indexing for single getToken callMatteo Casalin2018-12-281-2/+1
* Do not use indexing for single getToken callMatteo Casalin2018-12-281-2/+1
* Do not use indexing for single getToken callMatteo Casalin2018-12-281-4/+2
* tdf#42949 Fix IWYU warnings in include/vcl/[t-u]*Gabor Kelemen2018-12-205-0/+6
* Fix typoAndrea Gelmini2018-12-171-1/+1
* loplugin:constantparamNoel Grandin2018-12-135-11/+8
* tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen2018-12-103-0/+3
* use Image(OUString) instead of Image(Bitmap(OUString))Noel Grandin2018-12-085-17/+17
* Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann2018-12-082-2/+2
* Rename files for ToolBox ComboBoxes in BasicIDEtagezi2018-12-084-5/+3
* Fix typosAndrea Gelmini2018-12-081-4/+4
* Fix typoAndrea Gelmini2018-12-071-2/+2
* loplugin:singlevalfields extend to all static varsNoel Grandin2018-12-071-3/+1
* Format and document combobox classes of BasicIDEtagezi2018-12-062-256/+359
* loplugin:unnecessaryparen include more assignmentsNoel Grandin2018-12-051-2/+2
* remove unused enum SfxObjectShellFlagsNoel Grandin2018-12-041-1/+1
* weld OfaSwAutoFmtOptionsPageCaolán McNamara2018-12-031-1/+1
* loplugin:unusedmethodsNoel Grandin2018-11-302-94/+0
* Rename files for class ObjectCatalogtagezi2018-11-294-3/+3
* Adds print even pages/print odd pages options in print dialogDaniel Silva2018-11-293-4/+38
* Configures page range in print dialogDaniel2018-11-292-12/+9
* Reformat and documentation of ObjectCatalogtagezi2018-11-292-38/+34
* remove unnecessary "if (!empty()" checks before loopsNoel Grandin2018-11-291-49/+46
* drop some unnecessary includesCaolán McNamara2018-11-281-1/+0
* loplugin:unusedmethodsNoel Grandin2018-11-283-34/+0
* tdf#42949 Fix IWYU warnings in include/vcl/[f-h]*Gabor Kelemen2018-11-271-0/+1
* allow collapsing rowsCaolán McNamara2018-11-241-1/+4
* Fix typoAndrea Gelmini2018-11-231-1/+1
* weld SwCondCollPageCaolán McNamara2018-11-213-18/+10
* processing treeview entries in the wrong orderCaolán McNamara2018-11-211-2/+1
* loplugin:redundantfcast improvementsNoel Grandin2018-11-211-1/+1
* weld TreeViewCaolán McNamara2018-11-1915-371/+1793
* tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen2018-11-191-0/+1
* tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski2018-11-181-33/+29
* Adapt to C++2a char_tStephan Bergmann2018-11-171-1/+1
* tdf#42949 Fix IWYU warnings in include/svl/*Gabor Kelemen2018-11-142-0/+2
* tdf#39593 deduplicate code in TreeListBoxtagezi2018-11-142-57/+33
* loplugin:singlevalfields in accessibility..extensionsNoel Grandin2018-11-122-13/+0
* move SvTreeListBox to vclCaolán McNamara2018-11-078-13/+13
* loplugin:collapseif in accessibility..cuiNoel Grandin2018-11-061-5/+2
* tdf#120703 PVS: this fix was wrongMike Kaganski2018-11-051-4/+7
* tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski2018-11-032-30/+18
* fix signatures of deleted copy/assign operatorsNoel Grandin2018-11-021-1/+1