summaryrefslogtreecommitdiff
path: root/basic/source/sbx
AgeCommit message (Expand)Author
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin
2014-09-26remove unnecessary casts in calls to SvStream.WriteInt16Noel Grandin
2014-09-26remove unnecessary casts in calls to SvStream.WriteUCharNoel Grandin
2014-09-26remove pointless commentsNoel Grandin
2014-09-26remove unnecessary static_cast'sNoel Grandin
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin
2014-08-26convert SBX flag bits to type-safe enumNoel Grandin
2014-08-22Remove some useless tools/debug.hxx includesMarcos Paulo de Souza
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara
2014-08-11-Werror,-Wundefined-bool-conversionStephan Bergmann
2014-08-01typo: more then -> more thanTakeshi Abe
2014-07-29basic: -Werror=sign-compareMichael Stahl
2014-07-29convert linked list to std::vector in SbxDimArrayNoel Grandin
2014-07-24Drop unused #includesTakeshi Abe
2014-07-17Renamed brdcst.[hc]xx to SfxBroadcaster.[hc]xxTobias Lippert
2014-06-26clang: Uninitialized argument valueCaolán McNamara
2014-06-25Remove this weird inheritance from smart-pointer-wrapped class.Kohei Yoshida
2014-06-25Use boost::optional to store alias name.Kohei Yoshida
2014-06-25pData -> mpVarEntries.Kohei Yoshida
2014-06-25Remove this class that only derives from std::vector and not much else.Kohei Yoshida
2014-06-19basic: silence expected SAL_WARN outputMiklos Vajna
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-06-13loplugin:staticcallStephan Bergmann
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-05-31Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-05-13i#64348 basic: fix CDec() crash if string is emptyThomas Arnhold
2014-05-13Revert "i#64348 basic: fix CDec() crash if string is empty"Thomas Arnhold
2014-05-13i#64348 basic: fix CDec() crash if string is emptyThomas Arnhold
2014-05-09prewin.h handles WB_LEFT and WB_RIGHT alreadyThomas Arnhold
2014-05-06remove uncompiled source filesThomas Arnhold
2014-04-14remove _old_format_code_Thomas Arnhold
2014-04-09Clean up function declarations and some unused functionsStephan Bergmann
2014-04-07basic: sal_Bool->boolNoel Grandin
2014-04-04SbxObject::Call sal_Bool->boolNoel Grandin
2014-04-04SbxObject::isClass sal_Bool->boolNoel Grandin
2014-03-28fdo#75280 Started cleaning up of sal_uIntPtr usage.Valentin Kettner
2014-03-28Remove remaining DBG_CTOR etc. remnants from basicStephan Bergmann
2014-03-27basic: sal_Bool->boolNoel Grandin
2014-03-27basic: sal_Bool->boolNoel Grandin
2014-03-25These DbgOutf calls do not seem worth keepingStephan Bergmann
2014-03-25Adapt to sal/log.hxxStephan Bergmann
2014-03-25Adapt to sal/log.hxxStephan Bergmann
2014-03-25Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe
2014-03-13basic: prefer passing OUString and OString by referenceNoel Grandin
2014-02-25Remove visual noise from basicAlexander Wilms
2014-02-25basic: remove use of sal_uIntptr in favor of more appropriate typeNorbert Thiebaud
2014-02-24Remove some temporaries around calls to SvNumberFormatter methodsMatteo Casalin
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-02-20svl: sal_Bool -> boolStephan Bergmann
2014-02-12more SvStream:operator>> conversionNoel Grandin