summaryrefslogtreecommitdiffstats
path: root/basic
Commit message (Collapse)AuthorAgeFilesLines
* callcatcher: newly unused methodsCaolán McNamara2011-09-302-6/+0
|
* callcatcher: remove newly unused codeCaolán McNamara2011-09-302-12/+0
|
* add mode-lines to .m files and last round of merged files, etc.Caolán McNamara2011-09-309-0/+24
|
* callcatcher: unused codeCaolán McNamara2011-09-292-9/+0
|
* Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann2011-09-271-14/+11
|
* ByteString->rtl::OStringBufferCaolán McNamara2011-09-261-5/+6
|
* ditch SHL_SBX and don't leakCaolán McNamara2011-09-193-40/+39
|
* drop intermediate ByteStringCaolán McNamara2011-09-192-7/+6
|
* testtool has no need to print (doesn't under unix anyway)Caolán McNamara2011-09-197-201/+0
| | | | | 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
* use read_uInt8s_AsOString and comphelper::string::padToLengthCaolán McNamara2011-09-171-7/+2
| | | | which allows us to simplify the read in DTable.cxx quite a bit
* Revert "Trying to chop out the uwinapi library"Fridrich Štrba2011-09-161-0/+1
| | | | This reverts commit 2dea0dab4fafda3c10a5bd03ad15ed39a4658b51.
* Trying to chop out the uwinapi libraryFridrich Štrba2011-09-161-1/+0
|
* ESOLUTIONCOLLIDECaolán McNamara2011-09-161-4/+0
|
* visibility problems under Linux, swap these aroundCaolán McNamara2011-09-161-11/+4
|
* avoid assert and crash-before-vcl-is-ready-to-show-it in dbgutil testtoolCaolán McNamara2011-09-161-3/+4
|
* OK, so avoid IMPL_GEN_RES_STR on Windows only thenTor Lillqvist2011-09-161-0/+2
|
* Revert "I think IMPL_GEN_RES_STR is not needed here"Norbert Thiebaud2011-09-151-0/+2
| | | | This reverts commit 9b5c26fe2d9f25dbbe51e92b0f261dd89072dca9.
* I think IMPL_GEN_RES_STR is not needed hereTor Lillqvist2011-09-151-2/+0
| | | | | | 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.
* replace ByteString::FillCaolán McNamara2011-09-151-3/+14
|
* sb140: #i117698# no implementations of XIdlClassProvider remain, so code ↵Stephan Bergmann2011-09-122-30/+0
| | | | that checks for it can be removed
* Translated German comments, removed redundant ones till cairo (incl.)Allmann-Rahn2011-08-3154-2065/+1799
|
* callcatcher: drop various unused methodsCaolán McNamara2011-08-292-57/+0
|
* remove ByteString::IsAlphaNumericAscii and refactor a bitCaolán McNamara2011-08-291-1/+1
|
* No DLL stuff needed here as these go into static libsTor Lillqvist2011-08-243-7/+7
|
* Don't define BASIC_DLLIMPLEMENTATION when building static libsTor Lillqvist2011-08-242-8/+0
|
* catch ignored exceptions by const referenceTakeshi Abe2011-08-2414-121/+121
|
* make sure dialog api object is reset when window is closed ( but not vetoed )Noel Power2011-08-231-0/+9
|
* fix leaking 'Pictures' streams from basic dialogs in baseNoel Power2011-08-221-31/+2
| | | | With database document, any contents of the Pictures folder ( afaics only basic dialogs store content here ) is never cleaned up between saves.
* callcatcher: various methodsCaolán McNamara2011-08-222-37/+1
|
* ByteString->rtl::OStringCaolán McNamara2011-08-221-10/+8
|
* detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly setNorbert Thiebaud2011-08-191-1/+1
|
* use preferred tokenizerCaolán McNamara2011-08-191-6/+7
|
* convert tools::Config to rtl::OStringCaolán McNamara2011-08-194-19/+19
|
* ByteString->rtl::OStringCaolán McNamara2011-08-191-1/+1
|
* Add prefixes for some component_getFactory functionsMatúš Kukan2011-08-182-2/+2
|
* fdo#40173 write out *newly* empty libraryLionel Elie Mamane2011-08-171-1/+1
|
* fdo#40079: load Dialog library before trying to get embedded imagesLionel Elie Mamane2011-08-171-1/+1
|
* Janitorial: deduplicate code; no behaviour changeLionel Elie Mamane2011-08-171-3/+1
|
* fix merge foobar, use css::script::XLibraryQueryExecutable for LibrarayNoel Power2011-08-161-13/+2
| | | | make sure LibraryContainers use css::script::XLibraryQueryExecutable
* dllmgr-x86 expects stdcall-decorated namesTor Lillqvist2011-08-161-4/+4
|
* wnt-mingw.s is an assembler source fileTor Lillqvist2011-08-161-1/+1
|
* ByteString::IsNumericAscii->comphelper::string::isAsciiDecimalStringCaolán McNamara2011-08-151-2/+3
| | | | | shrink ByteString api, remove need for intermediate OString/ByteString with random-ish encoding solely for check
* Fix visibility in basic to make automation link again.Jan Holesovsky2011-08-1410-15/+62
| | | | There are still some link warnings left, though.
* class SfxLibrary: Typo in private member name: maOrig*ni*alStorageURLLionel Elie Mamane2011-08-142-3/+3
|
* cppcheck: fix possible null pointer dereferenceTakeshi Abe2011-08-121-2/+2
|
* Implement AsmObject in gbuild (Windows only for now, stub for unxgcc).Jan Holesovsky2011-08-111-1/+1
| | | | This fixes the build of 'basic' on Windows.
* callcatcher: yet more unused codeCaolán McNamara2011-08-112-17/+3
|
* prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe2011-08-107-7/+7
|
* strange delete variantCaolán McNamara2011-08-051-1/+1
|
* I believe the intent is to be non-copyable, so lets use boost on base-classCaolán McNamara2011-08-052-9/+2
|