summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Collapse)Author
2011-09-30callcatcher: newly unused methodsCaolán McNamara
2011-09-30callcatcher: remove newly unused codeCaolán McNamara
2011-09-30add mode-lines to .m files and last round of merged files, etc.Caolán McNamara
2011-09-29callcatcher: unused codeCaolán McNamara
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann
2011-09-26ByteString->rtl::OStringBufferCaolán McNamara
2011-09-19ditch SHL_SBX and don't leakCaolán McNamara
2011-09-19drop intermediate ByteStringCaolán McNamara
2011-09-19testtool has no need to print (doesn't under unix anyway)Caolán McNamara
print support never existed under unix, and libapp is only used by testtool, which has no need to print. And the print apis, etc used are archaic
2011-09-17use read_uInt8s_AsOString and comphelper::string::padToLengthCaolán McNamara
which allows us to simplify the read in DTable.cxx quite a bit
2011-09-16Revert "Trying to chop out the uwinapi library"Fridrich Štrba
This reverts commit 2dea0dab4fafda3c10a5bd03ad15ed39a4658b51.
2011-09-16Trying to chop out the uwinapi libraryFridrich Štrba
2011-09-16ESOLUTIONCOLLIDECaolán McNamara
2011-09-16visibility problems under Linux, swap these aroundCaolán McNamara
2011-09-16avoid assert and crash-before-vcl-is-ready-to-show-it in dbgutil testtoolCaolán McNamara
2011-09-16OK, so avoid IMPL_GEN_RES_STR on Windows only thenTor Lillqvist
2011-09-15Revert "I think IMPL_GEN_RES_STR is not needed here"Norbert Thiebaud
This reverts commit 9b5c26fe2d9f25dbbe51e92b0f261dd89072dca9.
2011-09-15I think IMPL_GEN_RES_STR is not needed hereTor Lillqvist
It causes duplicate symbols over in automation when linking testool, as the same functions that IMPL_GEN_RES_STR expands to also are in the sts library.
2011-09-15replace ByteString::FillCaolán McNamara
2011-09-12sb140: #i117698# no implementations of XIdlClassProvider remain, so code ↵Stephan Bergmann
that checks for it can be removed
2011-08-31Translated German comments, removed redundant ones till cairo (incl.)Allmann-Rahn
2011-08-29callcatcher: drop various unused methodsCaolán McNamara
2011-08-29remove ByteString::IsAlphaNumericAscii and refactor a bitCaolán McNamara
2011-08-24No DLL stuff needed here as these go into static libsTor Lillqvist
2011-08-24Don't define BASIC_DLLIMPLEMENTATION when building static libsTor Lillqvist
2011-08-24catch ignored exceptions by const referenceTakeshi Abe
2011-08-23make sure dialog api object is reset when window is closed ( but not vetoed )Noel Power
2011-08-22fix leaking 'Pictures' streams from basic dialogs in baseNoel Power
With database document, any contents of the Pictures folder ( afaics only basic dialogs store content here ) is never cleaned up between saves.
2011-08-22callcatcher: various methodsCaolán McNamara
2011-08-22ByteString->rtl::OStringCaolán McNamara
2011-08-19detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly setNorbert Thiebaud
2011-08-19use preferred tokenizerCaolán McNamara
2011-08-19convert tools::Config to rtl::OStringCaolán McNamara
2011-08-19ByteString->rtl::OStringCaolán McNamara
2011-08-18Add prefixes for some component_getFactory functionsMatúš Kukan
2011-08-17fdo#40173 write out *newly* empty libraryLionel Elie Mamane
2011-08-17fdo#40079: load Dialog library before trying to get embedded imagesLionel Elie Mamane
2011-08-17Janitorial: deduplicate code; no behaviour changeLionel Elie Mamane
2011-08-16fix merge foobar, use css::script::XLibraryQueryExecutable for LibrarayNoel Power
make sure LibraryContainers use css::script::XLibraryQueryExecutable
2011-08-16dllmgr-x86 expects stdcall-decorated namesTor Lillqvist
2011-08-16wnt-mingw.s is an assembler source fileTor Lillqvist
2011-08-15ByteString::IsNumericAscii->comphelper::string::isAsciiDecimalStringCaolán McNamara
shrink ByteString api, remove need for intermediate OString/ByteString with random-ish encoding solely for check
2011-08-14Fix visibility in basic to make automation link again.Jan Holesovsky
There are still some link warnings left, though.
2011-08-14class SfxLibrary: Typo in private member name: maOrig*ni*alStorageURLLionel Elie Mamane
2011-08-12cppcheck: fix possible null pointer dereferenceTakeshi Abe
2011-08-11Implement AsmObject in gbuild (Windows only for now, stub for unxgcc).Jan Holesovsky
This fixes the build of 'basic' on Windows.
2011-08-11callcatcher: yet more unused codeCaolán McNamara
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe
2011-08-05strange delete variantCaolán McNamara
2011-08-05I believe the intent is to be non-copyable, so lets use boost on base-classCaolán McNamara