summaryrefslogtreecommitdiff
path: root/basctl
AgeCommit message (Expand)AuthorFilesLines
2018-11-17Adapt to C++2a char_tStephan Bergmann1-1/+1
2018-11-14tdf#42949 Fix IWYU warnings in include/svl/*Gabor Kelemen2-0/+2
2018-11-14 tdf#39593 deduplicate code in TreeListBoxtagezi2-57/+33
2018-11-12loplugin:singlevalfields in accessibility..extensionsNoel Grandin2-13/+0
2018-11-07move SvTreeListBox to vclCaolán McNamara8-13/+13
2018-11-06loplugin:collapseif in accessibility..cuiNoel Grandin1-5/+2
2018-11-05tdf#120703 PVS: this fix was wrongMike Kaganski1-4/+7
2018-11-03tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski2-30/+18
2018-11-02fix signatures of deleted copy/assign operatorsNoel Grandin1-1/+1
2018-10-30loplugin:returnconstantNoel Grandin4-13/+9
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen1-0/+1
2018-10-24weld AdvancedSettingsDialogCaolán McNamara1-1/+1
2018-10-23clang-tidy performance-unnecessary-copy-initialization inNoel Grandin12-65/+64
2018-10-22tdf#120674 set DlgEdForm early in DlgEdObj::EndCreateArmin Le Grand1-3/+16
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin1-1/+1
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin2-3/+3
2018-10-17loplugin:staticvar in avmedia..connectivityNoel Grandin1-1/+1
2018-10-16Related: tdf#120612 help response missing from other help buttonsCaolán McNamara3-0/+3
2018-10-09tdf#120264 - Access to "Get Involved"heiko tietze1-0/+1
2018-10-08cppcheck: knownConditionTrueFalseJochen Nitschke1-5/+2
2018-10-08tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen1-0/+1
2018-10-06drop some now unnecessary includesCaolán McNamara1-6/+0
2018-10-02Silence new Clang trunk -Wdefaulted-function-deletedStephan Bergmann1-2/+2
2018-10-02make all notebooks scrollable and enable_popupCaolán McNamara1-0/+2
2018-09-25loplugin:useuniqueptr in SvImpLBoxNoel Grandin1-1/+1
2018-09-24Resolves: tdf#119624 stray image_position bottom for some icons in buttonsCaolán McNamara1-1/+0
2018-09-20weld BreakPointDialogCaolán McNamara5-131/+180
2018-09-17New loplugin:externalStephan Bergmann5-8/+8
2018-09-13tdf#42949 Fix IWYU warnings in include/ucbhelper/*Gabor Kelemen1-0/+1
2018-09-11Revert "clang bugprone-unused-return-value"Noel Grandin1-1/+2
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen1-0/+1
2018-09-08clang bugprone-unused-return-valueNoel Grandin1-2/+1
2018-09-05loplugin:simplifyconstruct in accessibility..bridgesNoel Grandin2-2/+0
2018-09-03pass SdrUndoAction around by std::unique_ptrNoel Grandin2-5/+3
2018-08-25Fix typoAndrea Gelmini1-1/+1
2018-08-24Resolves: tdf#118572 ensure basic error dialog blocks any other dialogCaolán McNamara1-0/+8
2018-08-24Related: tdf#118572 set parent of basic error dialog to basic ideCaolán McNamara1-1/+1
2018-08-20Simplify containers iterations, tdf#96099 follow-upArkadiy Illarionov1-4/+2
2018-08-16td#f119300 crash in Manage BreakPoints dialogNoel Grandin2-8/+13
2018-08-01add operator+=(OUStringBuffer) method to OUStringNoel Grandin1-1/+1
2018-07-28loplugin:stringloop basctl,chart2,connectivityNoel Grandin1-16/+16
2018-07-26basctl: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann2-0/+10
2018-07-20Remove commented-out code from bastypes.cxxMuhammet Kara1-1/+0
2018-07-13merge IUndoManager into SfxUndoManagerNoel Grandin8-14/+10
2018-07-09Add missing sal/log.hxx headersGabor Kelemen7-0/+7
2018-07-09tdf117058 - Simplify calls to Menu::CheckItemKevin Dubrulle1-1/+1
2018-07-09tdf#100726: Improve readability of OUString/OString concatenationsUlkem Kasapoglu1-2/+1
2018-07-06Some cleanup and commentsJan-Marek Glogowski1-0/+1
2018-07-03move SvTreeList::*Sibling to SvTreeListEntryNoel Grandin1-2/+2
2018-06-29Improved loplugin:redundantcast (const-qualified typedefs): basctlStephan Bergmann1-2/+2