Commit Graph

349 Commits

Author SHA1 Message Date
6749dcc154 removed duplicate includes in basic / canvas / chart2 / comphelper 2012-03-26 22:39:42 +09:00
7dafa7a3b1 fix error comparing a struct vs an uno prop containing a struct fdo#42819
hack to fix the scenario where sometimes we get "Object required" error when comparing an uno property containing a struct with another struct ( if that property is "MAYBEVOID" )
2012-03-09 18:48:36 +00:00
99ff0ab0b2 Remove unused code from basic 2012-03-05 18:54:28 +02:00
1dc601f1b6 basic: remove un-used return value indicating failure 2012-02-24 16:46:46 +00:00
48bfb52d71 expand and remove NS_* macro 2012-02-21 14:02:45 +01:00
634b211632 allow keyword Append to be used as a variable. bnc#745930
statements like
  Dim AppEnd As Integer
will generate compiler errors because Append is a special symbol/keyword in libreoffice basic. This restriction though is too strict because 'Append' is only such a keyword when used within the 'Open' statement ( where it refers to one of the possible values for a paramater ).
2012-02-21 12:26:29 +00:00
aafcf8c84c Remove unused code 2012-02-20 11:49:35 +00:00
08c475bb24 callcatcher: update unused code list 2012-02-16 10:26:03 +00:00
3b4786b6b7 callcatcher: regenerate list 2012-02-13 11:02:46 +00:00
849a2471bd update unused list 2012-02-08 09:12:27 +00:00
2cae4ff166 callcatcher: update list, ByteString is on the ropes 2012-02-08 09:12:27 +00:00
5833c182ed callcatcher: update list 2012-02-01 11:13:44 +00:00
6073c31fe8 Replaced String by rtl::OUString in SbiScanner 2012-01-31 02:29:23 +09:00
7ff0a5b0e4 callcatcher: remove unused NextChannel 2012-01-30 13:18:36 +00:00
89dc836918 ByteString->rtl::OString 2012-01-30 13:18:34 +00:00
9fedf7bcfa Removed unused define and extern 2012-01-29 01:17:26 +09:00
b6ca3a8287 Use defined macro instead of magic number
This also added a missing READONLY entry
2012-01-29 01:17:26 +09:00
7c704c78d3 Removed some unused parameters; added SAL_UNUSED_PARAMETER.
SAL_UNUSED_PARAMETER (expanding to __attribute__ ((unused)) for GCC)
is used to annotate legitimately unused parameters, so that static
analysis tools can tell legitimately unused parameters from truly
unnecessary ones.  To that end, some patches for external modules
are also added, that are only applied when compiling with GCC and
add necessary __attribute__ ((unused)) in headers.
2012-01-21 15:21:16 +01:00
cd10d4e8a6 Remove SbErrorStack[Entry] 2012-01-16 20:47:40 -05:00
0ced88ad44 Remove unused enum SbLanguageMode 2012-01-16 11:37:34 -05:00
d54349233f remove useless misleading macros 2012-01-15 20:27:18 +01:00
1e04280bce Refactor readLine in scanner 2012-01-07 18:33:31 -05:00
809438ad92 Remove unused code 2012-01-07 17:47:06 -05:00
e0cf30f54a Remove unused code 2012-01-07 17:47:05 -05:00
815b7b39f2 EXTENDED_BINARY_MODULES is always defined 2011-12-19 20:34:53 +00:00
a15cdba6ef disassembler unused 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
c64efb1dd5 Remove unused code 2011-12-10 19:18:51 -05:00
1274558acc Remove unused header 2011-12-10 18:51:59 -05:00
87ec1f8857 callcatcher: remove unused code post automation removal 2011-12-09 13:57:16 +00:00
99ec322768 Remove archaic tests 2011-12-08 23:59:57 -05:00
971bf1aa4c Use sal_Int32 in all these places 2011-12-05 17:42:26 -05:00
40be618fb3 Refactor scanAlphanumeric 2011-12-04 22:13:24 -05:00
625f1cd72e callcatcher: some unused methods 2011-11-29 10:35:13 +00: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
ee3ad385fb Convert to boost::ptr_vector 2011-11-20 23:44:21 -05:00
7fc462044e Remove unnecessary includes 2011-11-20 23:32:13 -05:00
25ade2f357 Refactor BasicCharClass out from scanner and make it a singleton 2011-11-20 17:21:03 -05:00
7cc258f35b Refactor BasicCharClass out from scanner and make it a singleton 2011-11-20 17:16:35 -05:00
53a662f530 Refactoring in scanner 2011-11-18 21:40:39 -05:00
2edba12412 sal_Bool to bool 2011-11-18 01:53:30 -05:00
034350a509 String->OUString, with accompanying tests 2011-10-21 10:08:57 +01: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
8b11173f34 Translated German comments, removed redundant ones till cairo (incl.) 2011-08-31 16:29:43 +03: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