summaryrefslogtreecommitdiff
path: root/basctl
AgeCommit message (Expand)AuthorFilesLines
2020-02-10weld SvxFmAbsRecWin item windowCaolán McNamara1-1/+6
2020-02-08weld LibBox and LanguageBox Item WindowsCaolán McNamara5-108/+176
2020-02-08crash in manage languages in basic ideCaolán McNamara1-0/+6
2020-02-07property browser appearing as a blank area when changing modulesCaolán McNamara1-5/+6
2020-02-06drop newly unused FontSizeBoxCaolán McNamara1-4/+1
2020-02-01make update_pch also consider files in <module>/src/**/incLuboš Luňák1-7/+110
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin1-2/+2
2020-01-28remove some unused local varsNoel Grandin1-2/+2
2020-01-27tdf#124176: Use pragma once instead of include guardsAleyna Doğrucan3-12/+3
2020-01-27tdf#124176:Use pragma once instead of include guardsayhanyalcinsoy5-20/+5
2020-01-24loplugin:makeshared in basctl..canvasNoel Grandin2-4/+4
2020-01-22tdf#42949 Fix IWYU warnings in basctl/Gabor Kelemen43-73/+85
2020-01-14tdf#129360: don't try to use uninitialized objectsMike Kaganski1-15/+9
2020-01-13tdf#129360: fix old unsigned underflowMike Kaganski1-10/+16
2020-01-10use more std::make_sharedNoel Grandin3-5/+5
2020-01-07tdf#124176: Use pragma once instead of include guardsAleyna Doğrucan3-12/+3
2020-01-01Removed executable permission on fileAndrea Gelmini1-0/+0
2020-01-01tdf#126506 - Adjusted height margin of the tab barU-DESKTOP-8OSNV7R\DrRobotto1-1/+3
2019-12-26use more TOOLS_WARN_EXCEPTIONNoel Grandin1-1/+2
2019-12-18sal_Char->char in avmedia..basicNoel Grandin3-3/+3
2019-12-17make approximate_char_width private and use approximate_digit_widthCaolán McNamara1-1/+1
2019-12-12use covariant return type for SfxPoolItem::CloneCaolán McNamara3-4/+4
2019-12-12Remove some redundant user-provided dtorsStephan Bergmann2-8/+0
2019-12-09GetSource32 and GetSource are identicalMike Kaganski1-2/+2
2019-12-09SbxArray: drop 16-bit indicesMike Kaganski5-46/+47
2019-12-09weld Property BrowserCaolán McNamara2-41/+16
2019-12-04remove some unnecessary includes and update pchesCaolán McNamara1-4/+8
2019-12-03remove some useless comment linesNoel Grandin4-4/+0
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann2-3/+3
2019-12-01boost::optional: replace uses of get_value_or with value_orStephan Bergmann1-1/+1
2019-11-30Rewrite uses of boost::optionalStephan Bergmann1-1/+1
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann3-0/+11
2019-11-20Resolves: tdf#128900 can't edit initial macro with empty user profileCaolán McNamara1-1/+2
2019-11-18cid#1421106 Useless callCaolán McNamara1-0/+1
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann1-0/+4
2019-11-12Fix macro disabling in Basic IDESamuel Mehrbrodt1-1/+3
2019-11-09tdf#80731: Only check closing parenthesis when in IDEMike Kaganski1-1/+6
2019-11-07Always check whether macro execution is allowedSamuel Mehrbrodt1-8/+6
2019-10-31pass an explicit parent for the password dialogsCaolán McNamara7-14/+12
2019-10-30don't need to include vcl/tabctrl.hxxCaolán McNamara1-2/+1
2019-10-29TreeListBox doesn't need a factory anymoreCaolán McNamara1-3/+0
2019-10-29remove unnecessary includesCaolán McNamara1-4/+0
2019-10-29weld fpicker clusterCaolán McNamara3-10/+7
2019-10-21loplugin:virtualdead unused param in SfxObjectShell::FillClassNoel Grandin2-3/+1
2019-10-18make bin/update_pch.s always include code in trivial #if'sLuboš Luňák1-1/+4
2019-10-17rename LanguageBox back to SvxLanguageBoxCaolán McNamara2-3/+3
2019-10-16tdf#62955 - Allow searching a name with typing the first letterAndreas Heinisch1-1/+3
2019-10-09tdf#114441 changed some sal_uLong to better fitting typesChristian Barth3-8/+8
2019-10-06Related: tdf#127935 set default activate handler to toggle row expansionCaolán McNamara6-13/+15
2019-10-06improve SfxPoolItem operator== implementationsNoel Grandin1-3/+1