summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Collapse)Author
2012-02-14remove sunpro 5.0 handlingThomas Arnhold
2012-02-13Replaced String by rtl::OUStringTakeshi Abe
2012-02-13callcatcher: regenerate listCaolán McNamara
2012-02-13can use a reference for singletonCaolán McNamara
2012-02-10use TransliterationWrapper in lcl_queryMacro, fdo#45607Markus Mohrhard
2012-02-10add SbGlobal for shared static objectsMarkus Mohrhard
2012-02-10fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan
2012-02-08update unused listCaolán McNamara
2012-02-08callcatcher: update list, ByteString is on the ropesCaolán McNamara
2012-02-08Added READMEs for modules which used to be in libs-coreJosh Heidenreich
2012-02-07Use defined utility BASIC_DLL()/BASIC_MOD()Takeshi Abe
2012-02-07Removed unused variablesTakeshi Abe
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud
2012-02-01A few safe replacements of pathes->pathsJesús Corrius
2012-02-01callcatcher: update listCaolán McNamara
2012-01-31Replaced String by rtl::OUString in SbiScannerTakeshi Abe
2012-01-30refactor ConvertLineEndCaolán McNamara
2012-01-30callcatcher: remove unused NextChannelCaolán McNamara
2012-01-30ByteString->rtl::OStringCaolán McNamara
2012-01-29Removed unused define and externTakeshi Abe
2012-01-29Use defined macro instead of magic numberTakeshi Abe
This also added a missing READONLY entry
2012-01-27Do deliver headers also for iOS even if we don't build the libsTor Lillqvist
2012-01-27Bypass building BASIC and scripting related modules for iOSTor Lillqvist
Any LO-based app distributed through the App Store can't have scripting or extendability anyway. Sure, this will break the build elsewhere because of missing headers. No big deal, I will take care of that eventually. It isn't as if there would anybody else building for iOS anyway, as far as I know. If there is, please make yourself heard.
2012-01-27SvDispatch class doesn't exist anymoreCaolán McNamara
2012-01-26WaE: possibly uninitializedCaolán McNamara
2012-01-26Deleting a null pointer is safeTakeshi Abe
2012-01-25tweak the ifdefs to clarify the unused SbxDecimal methodsCaolán McNamara
2012-01-25move ugly WriteLines out of SvStream to beside sole userCaolán McNamara
2012-01-25Removed unused field and non-existent classTakeshi Abe
2012-01-24tweak treatment of '+/-' operators when dealing with Date typesNoel Power
Any '+' operation involving Date types results in a Date, '-' of a Date type results in a Date except if both LHS & RHS are Date(s)
2012-01-23ByteString->rtl::OStringCaolán McNamara
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann
SAL_UNUSED_PARAMETER (expanding to __attribute__ ((unused)) for GCC) is used to annotate legitimately unused parameters, so that static analysis tools can tell legitimately unused parameters from truly unnecessary ones. To that end, some patches for external modules are also added, that are only applied when compiling with GCC and add necessary __attribute__ ((unused)) in headers.
2012-01-20Remove useless macrosAugust Sodora
2012-01-20Unused defineAugust Sodora
2012-01-20Remove unused typedefAugust Sodora
2012-01-20Replace BasicErrorManager with std::vectorAugust Sodora
2012-01-19Fix SvStream::operator>> problem that showed up with the Android gcc 4.4.3Tor Lillqvist
2012-01-18fdo#39428 Remove/audit SvStream operator>>/<<(long)Keith McRae
Changed case SbxSALINT64: to use operator>>(sal_Int64)
2012-01-17Remove unused macrosAugust Sodora
2012-01-17fix Date 'operation' Date foobarNoel Power
Post commit 9df90559d40f029479c4481e31f88737b70742f6 we have problems where Date types are added and subtracted. In fact that commit makes a subset of numberic operation return the date type. This fix ensures that the Date type is only applied when processing '+' ( old behaviour broken by the commit above ) and '-' ( new behaviour for consistency ) If both LHS & RHS are Date types then the result of the operations in question return the Double type.
2012-01-16Remove unused SttResMgr from basicAugust Sodora
2012-01-16Remove unused functionAugust Sodora
2012-01-16Remove SbErrorStack[Entry]August Sodora
2012-01-16Remove invalid friend declarationAugust Sodora
2012-01-16String->OUStringAugust Sodora
2012-01-16Remove unused enum SbLanguageModeAugust Sodora
2012-01-16Remove unused enum SbTextTypeAugust Sodora
2012-01-16Remove unused struct SbTextPortionAugust Sodora
2012-01-16Remove unnecessary using declarationAugust Sodora
2012-01-15Remove uses of pLine in scannerAugust Sodora