summaryrefslogtreecommitdiff
path: root/basic/source/runtime/methods.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-05-20fix wildcard handling regression( for basic functions like Dir ) fdo#64536Noel Power1-1/+1
2013-04-16follow on fix for fdo#62090 ensure out of range startpos is handledNoel Power1-2/+6
2013-04-16fix for fdo#62090 Mid function regressionJulien Nabet1-1/+1
2013-04-04fdo#58807 bring Beep() for basic backThomas Arnhold1-0/+2
2013-01-07fdo#53521 Crash when running BASIC's "shell()" with a non-existent programChristopher Copits1-1/+5
2012-12-29fdo#58222 The BASIC HEX Command now returns uppercase hexadecimal charactersChristopher Copits1-1/+3
2012-11-23some i18n wrappers with LanguageTagEike Rathke1-3/+3
2012-11-22AllSettings with LanguageTagEike Rathke1-3/+3
2012-11-18basic: fix OUString copy overrun in Mid()Norbert Thiebaud1-1/+12
2012-11-15fdo#46808, use service constructor for ucb::SimpleFileAccessNoel Grandin1-7/+2
2012-11-07basic: String -> OUStringNorbert Thiebaud1-288/+321
2012-11-05fdo#46808, Adapt i18n::Transliteration UNO service to new styleNoel Grandin1-4/+4
2012-11-03basic: preliminary cosmetic clean-upNorbert Thiebaud1-57/+408
2012-11-03basic: OUStringification of ddectrlNorbert Thiebaud1-14/+29
2012-11-03basic: implement RIGHT with OUStringNorbert Thiebaud1-11/+8
2012-10-30trivial empty-init String::Fill -> comphelper::padToLengthCaolán McNamara1-12/+12
2012-10-04fdo#48257 collect function prototypes from basic/ into single header fileJack Leigh1-7/+1
2012-09-17dung out namespacing clutter.Michael Meeks1-49/+41
2012-09-12targetted VBA re-work.Noel Power1-41/+1
2012-08-24sal_Bool to boolTakeshi Abe1-19/+19
2012-08-22sal_Bool to boolTakeshi Abe1-6/+6
2012-07-31tweak for commit 8181dddb7bf166be4a00e9280d52f8d7a1741290 fdo#42492Noel Power1-4/+2
2012-07-31fdo#42492: fixing Basic HEX commandUray M. János1-5/+6
2012-07-30Bug 48549 - System::Beep() removalMathieu Vonlanthen1-1/+0
2012-07-23fdo#48549 System::Beep() removalMathieu Vonlanthen1-1/+0
2012-07-18re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-07-03ditch String::CreateFromAsciiCaolán McNamara1-6/+6
2012-06-28probably the last uses of the one argument String::CreateFromAscii variantCaolán McNamara1-4/+3
2012-06-11remove EraseLeadingChars and EraseTrailingCharsCaolán McNamara1-6/+4
2012-06-09Remove superfluous empty lines on topThomas Arnhold1-2/+0
2012-06-02targeted string re-workNorbert Thiebaud1-7/+7
2012-03-05basic: add missing forward declarations for helper functionsMichael Meeks1-0/+3
2012-03-05Sprinkle more DISABLE_SCRIPTING ifdefsTor Lillqvist1-87/+109
2012-01-29Use defined macro instead of magic numberTakeshi Abe1-7/+7
2012-01-16String->OUStringAugust Sodora1-3/+2
2012-01-15remove useless misleading macrosDavid Tardon1-45/+45
2012-01-09simplify CharClassCaolán McNamara1-7/+7
2012-01-05fdo#44172: Basic function VAL produces bad resultAugust Sodora1-1/+1
2011-12-12German translationsNoel Grandin1-3/+3
2011-12-10Fix for fdo43460 Part III getLength to isEmptyOlivier Hallot1-5/+5
2011-12-01get rid of class Date and Time default ctor with system time penaltyEike Rathke1-7/+7
2011-11-28ByteString->rtl::OUStringToOStringCaolán McNamara1-4/+5
2011-11-27rmove include of pch header in basicNorbert Thiebaud1-2/+0
2011-11-25gsl_getSystemTextEncoding -> osl_getThreadTextEncodingDavid Tardon1-3/+3
2011-11-19remove [Byte]String::EraseAllCharsCaolán McNamara1-4/+19
2011-09-19drop intermediate ByteStringCaolán McNamara1-6/+5
2011-08-31Translated German comments, removed redundant ones till cairo (incl.)Allmann-Rahn1-69/+52
2011-08-24catch ignored exceptions by const referenceTakeshi Abe1-14/+14
2011-07-30Some cppcheck cleaningJulien Nabet1-1/+1
2011-07-11callcatcher: remove unused implFoo*Caolán McNamara1-22/+0