summaryrefslogtreecommitdiffstats
path: root/basic
Commit message (Collapse)AuthorAgeFilesLines
* Fix for fdo41997 continuation of VCL cleanupOlivier Hallot2011-10-251-1/+1
|
* remove erroneous sfx dependency (thank you Stefan)Michael Meeks2011-10-211-1/+0
|
* A small cleanup after the String -> OUString conversion.Jan Holesovsky2011-10-211-20/+12
|
* Fix Windows build (missing oleout32 library).Jan Holesovsky2011-10-211-0/+6
|
* Added Frac function to calc formulas and BASIC standard libraryAugust Sodora2011-10-213-0/+23
|
* misc trivial tweaks, and documentation additionMichael Meeks2011-10-214-23/+15
|
* String->OUString, with accompanying testsAugust Sodora2011-10-219-34/+666
|
* Second attempt at (cross-platform) OSL_FORMAT.Stephan Bergmann2011-10-082-56/+66
|
* Revert "Introduced OSL_FORMAT, adpated some places to it."Tor Lillqvist2011-10-082-66/+56
| | | | | | | Breaks the MSVC build for me: 'osl_detail_formatString' : C linkage function cannot return C++ class 'rtl::OString'. This reverts commit 6b900b8bede24c8710d62e9e7cbff613a0b12f9f.
* Introduced OSL_FORMAT, adpated some places to it.Stephan Bergmann2011-10-082-56/+66
|
* WaE: unreachable codeTor Lillqvist2011-10-061-0/+7
|
* WaE: inconsistent dll linkageTor Lillqvist2011-10-061-4/+4
| | | | | basicrt goes into the static app library, so DLL import/export decorations meaningless.
* WaE: unreachable codeTor Lillqvist2011-10-061-0/+9
|
* simplfy dmake to gbuild bridgefileBjoern Michaelsen2011-10-051-40/+1
|
* 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
|