summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)AuthorFilesLines
2011-10-08Second attempt at (cross-platform) OSL_FORMAT.Stephan Bergmann2-56/+66
2011-10-08Revert "Introduced OSL_FORMAT, adpated some places to it."Tor Lillqvist2-66/+56
2011-10-08Introduced OSL_FORMAT, adpated some places to it.Stephan Bergmann2-56/+66
2011-10-06WaE: unreachable codeTor Lillqvist1-0/+7
2011-10-06WaE: inconsistent dll linkageTor Lillqvist1-4/+4
2011-10-06WaE: unreachable codeTor Lillqvist1-0/+9
2011-10-05simplfy dmake to gbuild bridgefileBjoern Michaelsen1-40/+1
2011-09-30callcatcher: newly unused methodsCaolán McNamara2-6/+0
2011-09-30callcatcher: remove newly unused codeCaolán McNamara2-12/+0
2011-09-30add mode-lines to .m files and last round of merged files, etc.Caolán McNamara9-0/+24
2011-09-29callcatcher: unused codeCaolán McNamara2-9/+0
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann1-14/+11
2011-09-26ByteString->rtl::OStringBufferCaolán McNamara1-5/+6
2011-09-19ditch SHL_SBX and don't leakCaolán McNamara3-40/+39
2011-09-19drop intermediate ByteStringCaolán McNamara2-7/+6
2011-09-19testtool has no need to print (doesn't under unix anyway)Caolán McNamara7-201/+0
2011-09-17use read_uInt8s_AsOString and comphelper::string::padToLengthCaolán McNamara1-7/+2
2011-09-16Revert "Trying to chop out the uwinapi library"Fridrich Štrba1-0/+1
2011-09-16Trying to chop out the uwinapi libraryFridrich Štrba1-1/+0
2011-09-16ESOLUTIONCOLLIDECaolán McNamara1-4/+0
2011-09-16visibility problems under Linux, swap these aroundCaolán McNamara1-11/+4
2011-09-16avoid assert and crash-before-vcl-is-ready-to-show-it in dbgutil testtoolCaolán McNamara1-3/+4
2011-09-16OK, so avoid IMPL_GEN_RES_STR on Windows only thenTor Lillqvist1-0/+2
2011-09-15Revert "I think IMPL_GEN_RES_STR is not needed here"Norbert Thiebaud1-0/+2
2011-09-15I think IMPL_GEN_RES_STR is not needed hereTor Lillqvist1-2/+0
2011-09-15replace ByteString::FillCaolán McNamara1-3/+14
2011-09-12sb140: #i117698# no implementations of XIdlClassProvider remain, so code that...Stephan Bergmann2-30/+0
2011-08-31Translated German comments, removed redundant ones till cairo (incl.)Allmann-Rahn54-2065/+1799
2011-08-29callcatcher: drop various unused methodsCaolán McNamara2-57/+0
2011-08-29remove ByteString::IsAlphaNumericAscii and refactor a bitCaolán McNamara1-1/+1
2011-08-24No DLL stuff needed here as these go into static libsTor Lillqvist3-7/+7
2011-08-24Don't define BASIC_DLLIMPLEMENTATION when building static libsTor Lillqvist2-8/+0
2011-08-24catch ignored exceptions by const referenceTakeshi Abe14-121/+121
2011-08-23make sure dialog api object is reset when window is closed ( but not vetoed )Noel Power1-0/+9
2011-08-22fix leaking 'Pictures' streams from basic dialogs in baseNoel Power1-31/+2
2011-08-22callcatcher: various methodsCaolán McNamara2-37/+1
2011-08-22ByteString->rtl::OStringCaolán McNamara1-10/+8
2011-08-19detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly setNorbert Thiebaud1-1/+1
2011-08-19use preferred tokenizerCaolán McNamara1-6/+7
2011-08-19convert tools::Config to rtl::OStringCaolán McNamara4-19/+19
2011-08-19ByteString->rtl::OStringCaolán McNamara1-1/+1
2011-08-18Add prefixes for some component_getFactory functionsMatúš Kukan2-2/+2
2011-08-17fdo#40173 write out *newly* empty libraryLionel Elie Mamane1-1/+1
2011-08-17fdo#40079: load Dialog library before trying to get embedded imagesLionel Elie Mamane1-1/+1
2011-08-17Janitorial: deduplicate code; no behaviour changeLionel Elie Mamane1-3/+1
2011-08-16fix merge foobar, use css::script::XLibraryQueryExecutable for LibrarayNoel Power1-13/+2
2011-08-16dllmgr-x86 expects stdcall-decorated namesTor Lillqvist1-4/+4
2011-08-16wnt-mingw.s is an assembler source fileTor Lillqvist1-1/+1
2011-08-15ByteString::IsNumericAscii->comphelper::string::isAsciiDecimalStringCaolán McNamara1-2/+3
2011-08-14Fix visibility in basic to make automation link again.Jan Holesovsky10-15/+62