summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)AuthorFilesLines
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen1-1/+0
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 McNamara2-5/+7
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-09add package deps for resourcesDavid Tardon1-0/+7
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi3-5/+5
2012-04-08LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl1-1/+1
2012-04-08gbuild: "use" vs. "add":Michael Stahl2-7/+7
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-23.component files don't need executable bitsMichael Stahl1-0/+0
2012-03-23.hrc files don't need executable bitsMichael Stahl1-0/+0
2012-03-22over-engineered thread-safe static OUStringCaolán McNamara1-10/+1
2012-03-20remove ToDouble/ToFloatCaolán McNamara4-4/+1
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann2-0/+6
2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan3-5/+5
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-06more idle code documentation improvementMichael Meeks1-1/+5
2012-03-06Removed useless #ifdef guardTakeshi Abe1-5/+1
2012-03-05basic: add missing forward declarations for helper functionsMichael Meeks2-1/+5
2012-03-05Remove unused SbxMemoryStreamTor Lillqvist3-94/+0
2012-03-05Sprinkle more DISABLE_SCRIPTING ifdefsTor Lillqvist8-124/+185
2012-03-05Change my mind again: Do build a subset sb library even for DISABLE_SCRIPTINGTor Lillqvist2-5/+12
2012-03-05Remove unused code from basicElton Chung4-104/+0
2012-03-05Convert SbxFactory from SV_DECL_PTRARR_DEL to boost::ptr_vectorNoel Grandin3-15/+14
2012-03-05Revert "Build libsb with a few dummy classes also for --disable-scripting"Tor Lillqvist4-646/+1
2012-03-01Build libsb with a few dummy classes also for --disable-scriptingTor Lillqvist4-1/+646
2012-02-27s/interpreters/scripting/Tor Lillqvist1-1/+1
2012-02-27Decouple disabling of scripting (BASIC &co) from OS being iOSTor Lillqvist1-1/+1
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