summaryrefslogtreecommitdiff
path: root/basctl
AgeCommit message (Expand)AuthorFilesLines
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
2019-10-04loplugin:singlevalfieldsNoel Grandin3-29/+5
2019-10-03update basctl pchCaolán McNamara1-42/+16
2019-10-01add activates_default to GtkEntries in dialogsCaolán McNamara2-0/+2
2019-10-01loplugin:stringadd in basctl..cuiNoel Grandin1-2/+1
2019-09-29drop some unnecessary includesCaolán McNamara1-2/+0
2019-09-28loplugin:virtualdead in basctlNoel Grandin6-44/+2
2019-09-26drop unnecessary includes and update pchCaolán McNamara1-0/+1
2019-09-23do not require $(SRCDIR) in every gb_Library_set_precompiled_headerLuboš Luňák1-1/+1
2019-09-23Resolves tdf#127400 - Allow to show tip of the day againHeiko Tietze1-0/+1
2019-09-17move GetStandardText to stdtext.hxxCaolán McNamara1-4/+4
2019-09-06Fixing '....'Andrea Gelmini1-1/+1
2019-09-05use unique_ptr in SdrObject::getFullDragCloneNoel Grandin2-4/+4
2019-09-04tdf#93476 Sort Macro library list after creating/importing a macroAndreas Heinisch2-8/+9
2019-08-27loplugin:referencecasting find more redundant static_castNoel Grandin1-2/+2
2019-08-25cid#1292911 Big parameter passed by valueCaolán McNamara1-5/+5