Commit Graph

2697 Commits

Author SHA1 Message Date
220b97fd14 SbTextPortions, etc can completely go 2011-12-13 10:11:45 +00:00
0d486af418 _BASIC_TEXTPORTIONS always defined 2011-12-13 10:11:44 +00:00
a15cdba6ef disassembler unused 2011-12-13 10:11:44 +00:00
90ca7d9e24 callcatcher: remove newly unused code 2011-12-13 10:11:44 +00:00
5258afdc70 bUsedForHilite always false 2011-12-13 10:11:43 +00:00
e008580f65 SbiTokenizer::Hilite unused 2011-12-13 10:11:43 +00:00
583582c5bf German translations
By Mike Whiteley/Noel Grandin, some smaller changes by myself; changes to binfilter removed from patch
2011-12-12 22:35:05 +01:00
9201704ede Fix for fdo43460 Part IV getLength to isEmpty
Part IV
Module
basic (small fix per demand from Ivan Timofeev)
binaryurp
bridges
2011-12-13 00:11:25 +04:00
c64efb1dd5 Remove unused code 2011-12-10 19:18:51 -05:00
1274558acc Remove unused header 2011-12-10 18:51:59 -05:00
91d4fe75ee Fix for fdo43460 Part III getLength to isEmpty
Part III
Module
basic
2011-12-10 21:13:58 +04:00
87ec1f8857 callcatcher: remove unused code post automation removal 2011-12-09 13:57:16 +00:00
5a61ac273b Remove old testtool icons 2011-12-09 00:04:33 -05:00
99ec322768 Remove archaic tests 2011-12-08 23:59:57 -05:00
cfcbcc8939 Removed basic/svtmsg.hrc 2011-12-08 13:59:58 -05:00
9b8e3d285b Removed basic/dispdefs.hxx 2011-12-08 13:57:47 -05:00
da35c131fe Removed basic/process.hxx 2011-12-08 13:56:03 -05:00
dcfd4beb21 childs -> children 2011-12-08 11:32:41 +02:00
003dbb7492 Remove basic/mybasic.hxx 2011-12-08 01:29:19 -05:00
f5ba057f24 Remove basic/basicrt.hxx 2011-12-08 01:26:09 -05:00
2acd8fbac9 in modules, when we have a env we are in stage gbuild 2011-12-07 15:53:06 +01:00
a2eb0cf44b Remove testtool 2011-12-07 00:56:22 -05:00
df46bad0d1 Added some tests for basic/scanner 2011-12-05 19:00:42 -05:00
971bf1aa4c Use sal_Int32 in all these places 2011-12-05 17:42:26 -05:00
f58ae13e8a Prevent the testtool from building 2011-12-05 17:16:45 -05:00
40be618fb3 Refactor scanAlphanumeric 2011-12-04 22:13:24 -05:00
0bcc6c93b8 Use appropriate datatypes here too 2011-12-04 18:09:07 -05:00
cc744ef568 Use sal_uInt16 here 2011-12-04 17:29:16 -05:00
9f8d1f6b46 translated some comments from German to English 2011-12-04 07:56:51 +01:00
86adb5cacb get rid of class Date and Time default ctor with system time penalty 2011-12-01 21:04:29 +01:00
d73e574d8a move reconfigure into gbuild 2011-11-29 17:25:14 +01:00
625f1cd72e callcatcher: some unused methods 2011-11-29 10:35:13 +00:00
3c795a953f removed dead code 2011-11-29 10:07:04 +09:00
13673b71bc Remove uses of OUString::setCharAt 2011-11-28 14:56:40 +01:00
6f33482f8f ByteString->rtl::OUStringToOString 2011-11-28 09:55:03 +00:00
c0bed9c72e remove precompiled_xxx.hxx/cxx 2011-11-27 18:07:55 -06:00
3f2ff54778 remove pch from the include list 2011-11-27 15:24:45 -06:00
2ca38d3c7c rmove include of pch header in basic 2011-11-27 12:55:59 -06:00
992757cc5e remove pre-compiled header support in gbuild and gbuildified module 2011-11-27 11:49:38 -06:00
736992fca6 Expend abbreviation of min/max, too close to last full stop 2011-11-26 14:37:56 +02:00
2de121e588 sal_Bool->bool 2011-11-26 00:16:58 -05:00
0e8ddddfd2 Change boost::ptr_vector to std::vector 2011-11-26 00:06:05 -05:00
7e9eda006b Fixed spelling: Spechial -> Special 2011-11-25 20:28:33 +00:00
5c76e221fe Some German to English comment translations. 2011-11-25 11:18:19 +00:00
f2f0dbd273 make gbuild makefiles run independant of pwd again 2011-11-25 12:04:40 +01:00
fba911fea7 gsl_getSystemTextEncoding -> osl_getThreadTextEncoding 2011-11-25 09:07:49 +01:00
0c7bff0271 Changed sal/log.h -> sal/log.hxx, drop _S from C++ streaming log macros.
A compile time check ensures the common case of streaming just a plain
C-style string literal still produces reasonably compact call-site code.
The format-string variants are still available in sal/detail/log.h, but
only to be used in obsolete osl/diagnose.h etc., and going to be removed
again eventually.
2011-11-23 15:50:58 +01:00
e2de4357f5 catch by const reference 2011-11-23 02:21:44 +09:00
d6a8934eeb Remove no longer necessary "(void) x; // avoid warnings". 2011-11-22 17:03:12 +01:00
70a6b9ffbd New sal/log.h obsoletes osl/diagnose.h and tools/debug.hxx.
* New SAL_INFO..., SAL_WARN... macros.
* New SAL_STREAM supersedes OSL_FORMAT.
* oustringostreaminserter.hxx moved from unotest to rtl (and always UTF-8 now).
* TODO to enable GCC __attribute__((format)) in sal/log.h (requires call-site
  cleanup).
* Further functionality in tools/debug.hxx (DBG_MEMTEST, DBG_CTOR, etc.) not yet
  addressed.
* Some replacements tools String -> rtl::OUString.
2011-11-22 09:41:47 +01:00