summaryrefslogtreecommitdiffstats
path: root/basic/source/sbx/sbxvar.cxx
Commit message (Expand)AuthorAgeFilesLines
* Convert SbxClassType to scoped enumNoel Grandin2016-05-231-3/+3
* clang-tidy performance-unnecessary-value-param in basicNoel Grandin2016-04-111-1/+1
* simply the SbxRes stuff, inheriting from OUString is ickyNoel Grandin2016-02-241-8/+8
* Removing #defines for String_XXX in sbxres.hxxbaltasarq2016-02-241-8/+8
* loplugin:unnecessaryvirtualNoel Grandin2015-11-171-14/+1
* 5th step to remove tools/rtti.hxxOliver Specht2015-11-111-1/+0
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-17/+17
* tdf#94559: 4th step to remove rtti.hxxOliver Specht2015-10-061-1/+1
* Fix typosAndrea Gelmini2015-10-021-12/+12
* basic: more plausible build fix than e5a8eb9eMichael Stahl2015-09-291-1/+1
* fix dbgutil buildCaolán McNamara2015-09-291-1/+1
* tdf#94559: first step to remove rtti.hxxOliver Specht2015-09-291-1/+1
* inline the "old" SbxErr constantsNoel Grandin2015-07-281-2/+2
* convert SbxFlagsBits to scoped enumNoel Grandin2015-07-281-8/+8
* com::sun::star->css in basicNoel Grandin2015-07-201-1/+1
* sal_uIntPtr to sal_uInt32, for consistencyMatteo Casalin2015-07-191-2/+2
* sal_uInt16 to sal_Int32 with some cleanupMatteo Casalin2015-07-191-5/+4
* basic: replace boost::ptr_vector with std::vector<std::unique_ptr>>Michael Stahl2015-07-171-5/+7
* remove SFX_NOTIFY macroNoel Grandin2015-06-241-2/+1
* loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann2015-05-111-1/+1
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-151-4/+4
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-261-3/+3
* TyposJulien Nabet2015-03-081-2/+2
* Resolves: fdo#86843 avoid getting deleted before finishing BroadcastCaolán McNamara2014-12-091-0/+5
* Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist2014-10-221-4/+6
* loplugin: cstylecastNoel Grandin2014-10-021-1/+1
* remove unnecessary casts in calls to SvStream.WriteUInt32Noel Grandin2014-09-261-1/+1
* remove unnecessary casts in calls to SvStream.WriteUCharNoel Grandin2014-09-261-3/+3
* SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin2014-09-061-2/+1
* convert SBX flag bits to type-safe enumNoel Grandin2014-08-261-3/+3
* Remove some useless tools/debug.hxx includesMarcos Paulo de Souza2014-08-221-0/+1
* -Werror,-Wundefined-bool-conversionStephan Bergmann2014-08-111-1/+1
* Renamed brdcst.[hc]xx to SfxBroadcaster.[hc]xxTobias Lippert2014-07-171-1/+1
* basic: silence expected SAL_WARN outputMiklos Vajna2014-06-191-1/+1
* loplugin: inlinesimplememberfunctionsNoel Grandin2014-06-091-4/+0
* Clean up function declarations and some unused functionsStephan Bergmann2014-04-091-4/+2
* basic: sal_Bool->boolNoel Grandin2014-03-271-17/+17
* These DbgOutf calls do not seem worth keepingStephan Bergmann2014-03-251-25/+0
* Adapt to sal/log.hxxStephan Bergmann2014-03-251-10/+4
* Remove visual noise from basicAlexander Wilms2014-02-251-10/+10
* more SvStream:operator>> conversionNoel Grandin2014-02-121-5/+5
* convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin2014-02-121-7/+7
* remove SvStream::operator<< methodsNoel Grandin2014-01-221-1/+1
* re-write SvStream operator<< to non-overloaded methodsNoel Grandin2014-01-101-11/+11
* basic: include <> for external includesNorbert Thiebaud2013-11-111-2/+2
* finish deprecation of O(U)String::valueOf()Luboš Luňák2013-08-211-1/+1
* Mark as constTakeshi Abe2013-07-221-1/+1
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-071-5/+5
* basic: translation of all debug messagesThomas Arnhold2013-03-111-1/+1
* basic: String -> OUStringNorbert Thiebaud2012-11-071-87/+121