Commit Graph

333 Commits

Author SHA1 Message Date
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
ebba94a957 Replaced String by rtl::OUString 2012-02-13 23:44:24 +09: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
746b39e4d1 Remove uses of pLine in scanner 2012-01-15 23:30:30 -05:00
d54349233f remove useless misleading macros 2012-01-15 20:27:18 +01:00
944140ae44 Remove uses of pLine in scanner 2012-01-14 18:39:58 -05:00
e4d6dfae33 Remove use of pLine in scanner 2012-01-14 18:39:57 -05:00
679a8e1cfd Remove use of pLine in scanner 2012-01-14 18:39:57 -05:00
28f16e4c25 Only set bSpaces once here 2012-01-09 00:54:30 -05:00
ed5b6ace89 Remove use of pLine in scanner 2012-01-09 00:54:30 -05:00
c3259776aa Prefer prefix increment 2012-01-09 00:54:30 -05:00
dd7eeed27d Remove uses of pLine in scanner 2012-01-08 11:48:08 -05:00
d3a52bd7b3 scanner cleanup for consistency 2012-01-07 18:33:32 -05: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
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
c64efb1dd5 Remove unused code 2011-12-10 19:18:51 -05:00
87ec1f8857 callcatcher: remove unused code post automation removal 2011-12-09 13:57:16 +00: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
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
6f33482f8f ByteString->rtl::OUStringToOString 2011-11-28 09:55:03 +00:00
2ca38d3c7c rmove include of pch header in basic 2011-11-27 12:55:59 -06:00
0e8ddddfd2 Change boost::ptr_vector to std::vector 2011-11-26 00:06:05 -05:00
5c76e221fe Some German to English comment translations. 2011-11-25 11:18:19 +00:00
fba911fea7 gsl_getSystemTextEncoding -> osl_getThreadTextEncoding 2011-11-25 09:07:49 +01:00
ee3ad385fb Convert to boost::ptr_vector 2011-11-20 23:44:21 -05:00
d71ffc855f Remove unnecessary includes 2011-11-20 23:26:31 -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
edc4118e18 Fix scanning bug 2011-11-18 22:27:45 -05:00
76f4712c7d Remove uses of pLine in scanner 2011-11-18 21:40:39 -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
c8f0503a1b Cleanup GetSuffixType in basic scanner 2011-11-18 01:20:36 -05:00
f3098a52b9 Removed unused headers 2011-11-17 23:06:47 -05:00
9b94d385f9 cppcheck: avoid possible null pointer dereferences 2011-11-04 23:01:17 +04:00
548fc5db7c A small cleanup after the String -> OUString conversion. 2011-10-21 18:08:49 +02: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