summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Collapse)Author
2011-12-13SbTextPortions, etc can completely goCaolán McNamara
2011-12-13_BASIC_TEXTPORTIONS always definedCaolán McNamara
2011-12-13disassembler unusedCaolán McNamara
2011-12-13callcatcher: remove newly unused codeCaolán McNamara
2011-12-13bUsedForHilite always falseCaolán McNamara
2011-12-13SbiTokenizer::Hilite unusedCaolán McNamara
2011-12-12German translationsNoel Grandin
By Mike Whiteley/Noel Grandin, some smaller changes by myself; changes to binfilter removed from patch
2011-12-13Fix for fdo43460 Part IV getLength to isEmptyOlivier Hallot
Part IV Module basic (small fix per demand from Ivan Timofeev) binaryurp bridges
2011-12-10Remove unused codeAugust Sodora
2011-12-10Remove unused headerAugust Sodora
2011-12-10Fix for fdo43460 Part III getLength to isEmptyOlivier Hallot
Part III Module basic
2011-12-09callcatcher: remove unused code post automation removalCaolán McNamara
2011-12-09Remove old testtool iconsAugust Sodora
2011-12-08Remove archaic testsAugust Sodora
2011-12-08Removed basic/svtmsg.hrcAugust Sodora
2011-12-08Removed basic/dispdefs.hxxAugust Sodora
2011-12-08Removed basic/process.hxxAugust Sodora
2011-12-08childs -> childrenMichael T. Whiteley
2011-12-08Remove basic/mybasic.hxxAugust Sodora
2011-12-08Remove basic/basicrt.hxxAugust Sodora
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen
2011-12-07Remove testtoolAugust Sodora
2011-12-05Added some tests for basic/scannerAugust Sodora
2011-12-05Use sal_Int32 in all these placesAugust Sodora
2011-12-05Prevent the testtool from buildingAugust Sodora
2011-12-04Refactor scanAlphanumericAugust Sodora
2011-12-04Use appropriate datatypes here tooAugust Sodora
2011-12-04Use sal_uInt16 hereAugust Sodora
2011-12-04translated some comments from German to EnglishMike Whiteley
2011-12-01get rid of class Date and Time default ctor with system time penaltyEike Rathke
2011-11-29move reconfigure into gbuildBjoern Michaelsen
2011-11-29callcatcher: some unused methodsCaolán McNamara
2011-11-29removed dead codeTakeshi Abe
2011-11-28Remove uses of OUString::setCharAtAugust Sodora
2011-11-28ByteString->rtl::OUStringToOStringCaolán McNamara
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud
2011-11-27remove pch from the include listNorbert Thiebaud
2011-11-27rmove include of pch header in basicNorbert Thiebaud
2011-11-27remove pre-compiled header support in gbuild and gbuildified moduleNorbert Thiebaud
2011-11-26Expend abbreviation of min/max, too close to last full stopLior Kaplan
2011-11-26sal_Bool->boolAugust Sodora
2011-11-26Change boost::ptr_vector to std::vectorAugust Sodora
2011-11-25Fixed spelling: Spechial -> Specialmikew
2011-11-25Some German to English comment translations.mikew
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen
2011-11-25gsl_getSystemTextEncoding -> osl_getThreadTextEncodingDavid Tardon
2011-11-23Changed sal/log.h -> sal/log.hxx, drop _S from C++ streaming log macros.Stephan Bergmann
A compile time check ensures the common case of streaming just a plain C-style string literal still produces reasonably compact call-site code. The format-string variants are still available in sal/detail/log.h, but only to be used in obsolete osl/diagnose.h etc., and going to be removed again eventually.
2011-11-23catch by const referenceTakeshi Abe
2011-11-22Remove no longer necessary "(void) x; // avoid warnings".Stephan Bergmann
2011-11-22New sal/log.h obsoletes osl/diagnose.h and tools/debug.hxx.Stephan Bergmann
* New SAL_INFO..., SAL_WARN... macros. * New SAL_STREAM supersedes OSL_FORMAT. * oustringostreaminserter.hxx moved from unotest to rtl (and always UTF-8 now). * TODO to enable GCC __attribute__((format)) in sal/log.h (requires call-site cleanup). * Further functionality in tools/debug.hxx (DBG_MEMTEST, DBG_CTOR, etc.) not yet addressed. * Some replacements tools String -> rtl::OUString.