summaryrefslogtreecommitdiff
path: root/basic/source/basmgr
AgeCommit message (Expand)AuthorFilesLines
2013-10-07CID#738563 uninitialized memberCaolán McNamara1-1/+5
2013-10-02sal_Bool to boolTakeshi Abe2-12/+12
2013-09-17convert BASIC from String to OUStringNoel Grandin1-2/+2
2013-07-02OUString convertion for unotoolsNorbert Thiebaud1-1/+1
2013-05-22Use the new type-checking Reference constructor to reduce code noiseNoel Grandin1-6/+4
2013-04-01remove boilerplate commentsThomas Arnhold1-2/+0
2013-03-25sal_Bool to boolTakeshi Abe1-3/+3
2013-03-11basic: translation of all debug messagesThomas Arnhold1-7/+7
2013-03-09fdo#43460: use isEmpty()Thomas Arnhold1-3/+3
2013-02-25loplugin: unused variablesThomas Arnhold2-5/+1
2013-01-21Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac1-1/+1
2013-01-03fix buildLuboš Luňák1-1/+1
2013-01-03fdo#57950: Fix some chained appends in basicMarcos Paulo de Souza1-5/+3
2013-01-03Remove all occurences of RTL_* and ::rtl prefix from basicMarcos Paulo de Souza3-10/+10
2012-12-21fdo#46808, Convert frame::Desktop to new style service.Noel Grandin2-6/+7
2012-11-08fix more warning C4804 unsafe use of type boolMichael Stahl1-1/+1
2012-11-07basic: String -> OUStringNorbert Thiebaud1-147/+162
2012-11-04Fix .Len -> getLengthJulien Nabet1-1/+1
2012-11-03basic: preliminary cosmetic clean-upNorbert Thiebaud1-0/+4
2012-11-03basic: String -> OUString in basicmanagerNorbert Thiebaud2-139/+188
2012-10-29Missing #includeStephan Bergmann1-0/+1
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini1-1/+1
2012-09-17dung out namespacing clutter.Michael Meeks1-216/+214
2012-09-07sal_Bool to boolTakeshi Abe1-2/+2
2012-09-05Some clean up of previous commitStephan Bergmann1-13/+5
2012-09-05fdo#46808, Adapt frame::ModuleManager UNO service to new styleNoel Grandin1-3/+3
2012-08-28Fix typo ImpLoadLibaryTakeshi Abe1-6/+6
2012-08-28Remove unused member variableTakeshi Abe1-6/+0
2012-08-28Remove useless member variableTakeshi Abe1-4/+0
2012-08-17Remove unused member variableTakeshi Abe1-10/+0
2012-07-18re-base on ALv2 code. Includes:Michael Meeks3-69/+42
2012-07-09some UniString->rtl::OUStringCaolán McNamara1-4/+6
2012-07-03ditch String::CreateFromAsciiCaolán McNamara1-18/+18
2012-06-29Remove UNO includes commentsThomas Arnhold1-2/+0
2012-06-28probably the last uses of the one argument String::CreateFromAscii variantCaolán McNamara1-2/+2
2012-06-15callcatcher: chainsaw out some unnecessary codeCaolán McNamara1-16/+0
2012-04-24Fix eleven year old typoTor Lillqvist1-1/+1
2012-04-13made the search straightforwardTakeshi Abe1-5/+7
2012-04-10String::CreateFromInt32->rtl::OUString::valueOfCaolán McNamara1-2/+2
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-1/+1
2012-03-05Remove unused code from basicElton Chung1-19/+0
2012-03-05Revert "Build libsb with a few dummy classes also for --disable-scripting"Tor Lillqvist1-389/+0
2012-03-01Build libsb with a few dummy classes also for --disable-scriptingTor Lillqvist1-0/+389
2012-02-13can use a reference for singletonCaolán McNamara1-3/+3
2012-02-10use TransliterationWrapper in lcl_queryMacro, fdo#45607Markus Mohrhard1-4/+4
2012-01-20Unused defineAugust Sodora1-2/+0
2012-01-20Remove unused typedefAugust Sodora1-2/+0
2012-01-20Replace BasicErrorManager with std::vectorAugust Sodora2-94/+16
2012-01-10callcatcher: update listCaolán McNamara1-7/+0
2012-01-06make ReadUniOrByteString return a stringCaolán McNamara1-10/+5