summaryrefslogtreecommitdiff
path: root/basic/source
AgeCommit message (Expand)AuthorFilesLines
2012-04-24WaE: return SYMBOL -> return trueCaolán McNamara1-1/+1
2012-04-24Fix eleven year old typoTor Lillqvist1-1/+1
2012-04-23This incorporates the suggested changes.Abeer Sethi1-1/+1
2012-04-20WaE: MSVC2008 C2220 unsafe mix of types in operationCaolán McNamara1-2/+4
2012-04-13made the search straightforwardTakeshi Abe1-5/+7
2012-04-13extract ImpGetIntntlSep() into sbxconv.hxx and reuse itTakeshi Abe3-11/+5
2012-04-10String::CreateFromInt32->rtl::OUString::valueOfCaolán McNamara3-15/+12
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi3-5/+5
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi3-11/+7
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-2/+2
2012-04-02reorganize trickier staticsCaolán McNamara1-12/+10
2012-04-02remove static objects from static_initialization_and_destruction chainCaolán McNamara1-13/+13
2012-04-02callcatcher: remove some unused codeCaolán McNamara1-20/+2
2012-03-30remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara1-2/+2
2012-03-28removed duplicate includes in avmedia / basic / canvas / chart2 / comphelperTakeshi Abe3-9/+0
2012-03-26removed duplicate includes in basic / canvas / chart2 / comphelperTakeshi Abe1-5/+0
2012-03-22over-engineered thread-safe static OUStringCaolán McNamara1-10/+1
2012-03-20remove ToDouble/ToFloatCaolán McNamara1-1/+1
2012-03-09fix error comparing a struct vs an uno prop containing a struct fdo#42819Noel Power3-9/+20
2012-03-08state *what* was not found when throwing exceptionCaolán McNamara1-4/+6
2012-03-08these Links either shouldn't be links, or shouldn't existCaolán McNamara1-18/+0
2012-03-08Removed unused macroTakeshi Abe2-7/+0
2012-03-05basic: add missing forward declarations for helper functionsMichael Meeks2-1/+5
2012-03-05Remove unused SbxMemoryStreamTor Lillqvist1-40/+0
2012-03-05Sprinkle more DISABLE_SCRIPTING ifdefsTor Lillqvist8-124/+185
2012-03-05Remove unused code from basicElton Chung3-88/+0
2012-03-05Convert SbxFactory from SV_DECL_PTRARR_DEL to boost::ptr_vectorNoel Grandin2-14/+12
2012-03-05Revert "Build libsb with a few dummy classes also for --disable-scripting"Tor Lillqvist2-625/+0
2012-03-01Build libsb with a few dummy classes also for --disable-scriptingTor Lillqvist2-0/+625
2012-02-24basic: tolerate empty / missing dialog.xlc and script.xlc filesMichael Meeks1-14/+1
2012-02-24basic: remove un-used return value indicating failureMichael Meeks2-19/+15
2012-02-23Get rid of CREATEVERSIONRESMGR[_NAME]Stephan Bergmann2-2/+2
2012-02-22OUString ctor for string literals without RTL_CONSTASCII stuffLuboš Luňák1-7/+7
2012-02-21expand and remove NS_* macroThomas Arnhold1-40/+29
2012-02-21allow keyword Append to be used as a variable. bnc#745930Noel Power4-2/+15
2012-02-20Remove unused codePetr Vorel6-21/+0
2012-02-18Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe1-2/+2
2012-02-16callcatcher: update unused code listCaolán McNamara2-18/+0
2012-02-15WaE: moaning about unintialized variablesCaolán McNamara1-3/+3
2012-02-14remove sunpro 5.0 handlingThomas Arnhold1-23/+0
2012-02-13Replaced String by rtl::OUStringTakeshi Abe3-10/+4
2012-02-13callcatcher: regenerate listCaolán McNamara2-18/+0
2012-02-13can use a reference for singletonCaolán McNamara2-15/+27
2012-02-10use TransliterationWrapper in lcl_queryMacro, fdo#45607Markus Mohrhard1-4/+4
2012-02-10add SbGlobal for shared static objectsMarkus Mohrhard1-0/+50
2012-02-08update unused listCaolán McNamara2-19/+0
2012-02-08callcatcher: update list, ByteString is on the ropesCaolán McNamara2-18/+0
2012-02-07Use defined utility BASIC_DLL()/BASIC_MOD()Takeshi Abe1-5/+5
2012-02-07Removed unused variablesTakeshi Abe1-6/+0
2012-02-01A few safe replacements of pathes->pathsJesús Corrius1-1/+1