556a61a2f8
Added Frac function to calc formulas and BASIC standard library
2011-10-21 15:10:13 +01:00
e31496c938
misc trivial tweaks, and documentation addition
2011-10-21 10:08:58 +01:00
034350a509
String->OUString, with accompanying tests
2011-10-21 10:08:57 +01:00
d1076b1b7f
Second attempt at (cross-platform) OSL_FORMAT.
2011-10-08 18:56:48 +02:00
256f192582
Revert "Introduced OSL_FORMAT, adpated some places to it."
...
Breaks the MSVC build for me: 'osl_detail_formatString' : C linkage
function cannot return C++ class 'rtl::OString'.
This reverts commit 6b900b8bede24c8710d62e9e7cbff613a0b12f9f.
2011-10-08 15:07:06 +03:00
6b900b8bed
Introduced OSL_FORMAT, adpated some places to it.
2011-10-08 12:59:09 +02:00
8529da0851
WaE: unreachable code
2011-10-06 10:12:47 +03:00
cce8278eba
WaE: unreachable code
2011-10-06 09:36:07 +03:00
ebbfc7ea4a
callcatcher: newly unused methods
2011-09-30 12:39:35 +01:00
acc5c0734c
callcatcher: remove newly unused code
2011-09-30 09:09:27 +01:00
1f5c696c37
add mode-lines to .m files and last round of merged files, etc.
2011-09-30 09:09:25 +01:00
c50612d516
callcatcher: unused code
2011-09-29 09:33:44 +01:00
6671fa81db
Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().
2011-09-27 20:22:03 +02:00
2a3ce6ac68
ByteString->rtl::OStringBuffer
2011-09-26 10:18:39 +01:00
4eca665bd1
ditch SHL_SBX and don't leak
2011-09-19 09:59:25 +01:00
7a142d8932
drop intermediate ByteString
2011-09-19 09:59:23 +01:00
6eef57ed12
testtool has no need to print (doesn't under unix anyway)
...
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-19 09:59:20 +01:00
32b2e810ad
use read_uInt8s_AsOString and comphelper::string::padToLength
...
which allows us to simplify the read in DTable.cxx quite a bit
2011-09-17 23:20:46 +01:00
558e7410d7
ESOLUTIONCOLLIDE
2011-09-16 11:02:08 +01:00
2c09909bce
avoid assert and crash-before-vcl-is-ready-to-show-it in dbgutil testtool
2011-09-16 10:56:59 +01:00
836eef273f
OK, so avoid IMPL_GEN_RES_STR on Windows only then
2011-09-16 12:03:43 +03:00
32967e26b5
Revert "I think IMPL_GEN_RES_STR is not needed here"
...
This reverts commit 9b5c26fe2d9f25dbbe51e92b0f261dd89072dca9.
2011-09-15 17:12:02 -05:00
9b5c26fe2d
I think IMPL_GEN_RES_STR is not needed here
...
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-15 15:42:31 +03:00
22eb754f61
replace ByteString::Fill
2011-09-15 11:23:37 +01:00
23b04dae8b
sb140: #i117698# no implementations of XIdlClassProvider remain, so code that checks for it can be removed
2011-09-12 22:47:49 +02:00
8b11173f34
Translated German comments, removed redundant ones till cairo (incl.)
2011-08-31 16:29:43 +03:00
de82a40f84
callcatcher: drop various unused methods
2011-08-29 09:56:08 +01:00
14d2a60053
remove ByteString::IsAlphaNumericAscii and refactor a bit
2011-08-29 09:56:06 +01:00
e1a1091d0a
catch ignored exceptions by const reference
2011-08-24 11:30:17 +09:00
1640c883df
make sure dialog api object is reset when window is closed ( but not vetoed )
2011-08-23 15:20:10 +01:00
117281ba12
fix leaking 'Pictures' streams from basic dialogs in base
...
With database document, any contents of the Pictures folder ( afaics only basic dialogs store content here ) is never cleaned up between saves.
2011-08-22 15:44:55 +01:00
53f4837b92
callcatcher: various methods
2011-08-22 09:39:17 +01:00
91a418d213
ByteString->rtl::OString
2011-08-22 09:39:16 +01:00
8d4b87b7b2
use preferred tokenizer
2011-08-19 09:30:44 +01:00
d1fb13adf9
convert tools::Config to rtl::OString
2011-08-19 09:30:44 +01:00
229d63249a
ByteString->rtl::OString
2011-08-19 09:30:43 +01:00
15f482b1e9
Add prefixes for some component_getFactory functions
2011-08-18 14:15:27 +02:00
caee685234
fdo#40173 write out *newly* empty library
2011-08-17 19:18:08 +02:00
03e9161e2e
fdo#40079: load Dialog library before trying to get embedded images
2011-08-17 14:10:21 +01:00
e00c67ba62
Janitorial: deduplicate code; no behaviour change
2011-08-17 14:10:20 +01:00
236f59530e
fix merge foobar, use css::script::XLibraryQueryExecutable for Libraray
...
make sure LibraryContainers use css::script::XLibraryQueryExecutable
2011-08-16 17:36:30 +01:00
0236af5e65
dllmgr-x86 expects stdcall-decorated names
2011-08-16 18:43:43 +03:00
9124003eb1
ByteString::IsNumericAscii->comphelper::string::isAsciiDecimalString
...
shrink ByteString api, remove need for intermediate OString/ByteString
with random-ish encoding solely for check
2011-08-15 09:21:48 +01:00
d349a67ae0
Fix visibility in basic to make automation link again.
...
There are still some link warnings left, though.
2011-08-14 23:31:09 +02:00
cadce8b253
class SfxLibrary: Typo in private member name: maOrig*ni*alStorageURL
2011-08-14 11:49:04 -05:00
f418927e6f
cppcheck: fix possible null pointer dereference
2011-08-12 23:53:36 +09:00
7292948992
callcatcher: yet more unused code
2011-08-11 11:10:38 +01:00
752ae1eb6e
strange delete variant
2011-08-05 16:56:22 +01:00
a5a1e65efe
don't need to include this here
2011-08-05 15:57:20 +01:00
db1b7178dd
callcatcher: unused methods
2011-08-05 10:02:57 +01:00