Commit Graph

339 Commits

Author SHA1 Message Date
bccf34c19a ditch String::CreateFromAscii
Change-Id: I2b482bd323ac510629c5ee31868010b7cd6ce691
2012-07-03 21:24:35 +01:00
9e0cbe5eb3 some pesky XubStrings
Change-Id: Ib4095dee416cab6d954e1612d2e3f6e2d4464f48
2012-06-29 11:20:32 +01:00
ba23ece286 probably the last uses of the one argument String::CreateFromAscii variant
Change-Id: I36aab317da2f69f12aaefc24895ad9eaa6b69a7c
2012-06-28 13:53:36 +01:00
2110397670 Convert SV_DECL_PTRARR_DEL(SbiSymbols) to std::vector
For reasons I don't understand, the compiler would get uncopy
if I tried to declare the destructor in the header file.

Change-Id: I67fa7941da2f0ee08ae10bf350fb1f3bf1397410
2012-06-12 23:25:11 +02:00
7d042c50f5 use rtl_ustr_getLength instead of a temporary string just to find length
Change-Id: Ibbf777e57af6b98611cb5dce5a31517de80305b7
2012-06-12 13:35:49 +01:00
bc069413e5 WaE: return SYMBOL -> return true
has been return SYMBOL since initial checkin in 2000,
SYMBOL is a non-0 enum so return true here instead
2012-04-24 15:44:37 +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
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