Commit Graph

355 Commits

Author SHA1 Message Date
a96d082bc0 convert SbPropertyValueArr_Impl to boost::ptr_vector
Change-Id: Id3189a9abff5ee97b93bccefba8193ba36cb043a
2012-06-12 23:25:16 +02:00
a7a6f77582 SbPropertyValues: rename members
Change-Id: Iad6bc5af052a0795608ec11ee11c8dea3d091868
2012-06-12 23:25:16 +02:00
f9c5a36609 SbPropertyValues::setPropertyValue doesn't check that property exists
Change-Id: Ia63eea0c19bfa750b80f4c99f278f8d144c714a8
2012-06-12 23:25:16 +02: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
8de787a266 Convert SV_DECL_PTRARR(SbPropertyValueArr_Impl) to std::vector
Change-Id: I3e072c165d83e9ade06caf2508031b473ef7691d
2012-06-12 23:25:10 +02:00
d08578912f fdo#46808, Adapt UNO services to new style, Part 7, updating ::create
Update calls to factories to use new SimpleFileAccess::create method

Change-Id: Ie5b0696fe2228a9033b19969245a53c21a61aa14
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
2012-06-06 10:01:22 +02:00
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