summaryrefslogtreecommitdiff
path: root/basctl
AgeCommit message (Expand)Author
2019-12-18sal_Char->char in avmedia..basicNoel Grandin
2019-12-17make approximate_char_width private and use approximate_digit_widthCaolán McNamara
2019-12-12use covariant return type for SfxPoolItem::CloneCaolán McNamara
2019-12-12Remove some redundant user-provided dtorsStephan Bergmann
2019-12-09GetSource32 and GetSource are identicalMike Kaganski
2019-12-09SbxArray: drop 16-bit indicesMike Kaganski
2019-12-09weld Property BrowserCaolán McNamara
2019-12-04remove some unnecessary includes and update pchesCaolán McNamara
2019-12-03remove some useless comment linesNoel Grandin
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann
2019-12-01boost::optional: replace uses of get_value_or with value_orStephan Bergmann
2019-11-30Rewrite uses of boost::optionalStephan Bergmann
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-20Resolves: tdf#128900 can't edit initial macro with empty user profileCaolán McNamara
2019-11-18cid#1421106 Useless callCaolán McNamara
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann
2019-11-12Fix macro disabling in Basic IDESamuel Mehrbrodt
2019-11-09tdf#80731: Only check closing parenthesis when in IDEMike Kaganski
2019-11-07Always check whether macro execution is allowedSamuel Mehrbrodt
2019-10-31pass an explicit parent for the password dialogsCaolán McNamara
2019-10-30don't need to include vcl/tabctrl.hxxCaolán McNamara
2019-10-29TreeListBox doesn't need a factory anymoreCaolán McNamara
2019-10-29remove unnecessary includesCaolán McNamara
2019-10-29weld fpicker clusterCaolán McNamara
2019-10-21loplugin:virtualdead unused param in SfxObjectShell::FillClassNoel Grandin
2019-10-18make bin/update_pch.s always include code in trivial #if'sLuboš Luňák
2019-10-17rename LanguageBox back to SvxLanguageBoxCaolán McNamara
2019-10-16tdf#62955 - Allow searching a name with typing the first letterAndreas Heinisch
2019-10-09tdf#114441 changed some sal_uLong to better fitting typesChristian Barth
2019-10-06Related: tdf#127935 set default activate handler to toggle row expansionCaolán McNamara
2019-10-06improve SfxPoolItem operator== implementationsNoel Grandin
2019-10-04loplugin:singlevalfieldsNoel Grandin
2019-10-03update basctl pchCaolán McNamara
2019-10-01add activates_default to GtkEntries in dialogsCaolán McNamara
2019-10-01loplugin:stringadd in basctl..cuiNoel Grandin
2019-09-29drop some unnecessary includesCaolán McNamara
2019-09-28loplugin:virtualdead in basctlNoel Grandin
2019-09-26drop unnecessary includes and update pchCaolán McNamara
2019-09-23do not require $(SRCDIR) in every gb_Library_set_precompiled_headerLuboš Luňák
2019-09-23Resolves tdf#127400 - Allow to show tip of the day againHeiko Tietze
2019-09-17move GetStandardText to stdtext.hxxCaolán McNamara
2019-09-06Fixing '....'Andrea Gelmini
2019-09-05use unique_ptr in SdrObject::getFullDragCloneNoel Grandin
2019-09-04tdf#93476 Sort Macro library list after creating/importing a macroAndreas Heinisch
2019-08-27loplugin:referencecasting find more redundant static_castNoel Grandin
2019-08-25cid#1292911 Big parameter passed by valueCaolán McNamara
2019-08-21loplugin:constmethod in basctlNoel Grandin
2019-08-19loplugin:constvars in accessibility..basegfxNoel Grandin
2019-08-16use more TOOLS_WARN_EXCEPTIONNoel Grandin
2019-08-08tdf#74702: use OutputDevice::GetBackgroundColor()Chris Sherlock