Takeshi Abe
407509c058
sal_Bool to bool
...
Change-Id: I75dd089b34c94831bfdfd0e02585af7609013a08
2012-08-22 19:25:08 +09:00
Takeshi Abe
1fd7816b71
Remove unused function
...
Change-Id: I1888bb21ad55f919a25a96b5c8090d1194be51de
2012-08-22 19:25:08 +09:00
Takeshi Abe
2efc59c9b6
sal_Bool to bool
...
Change-Id: I38141187c4f0809343a93c5765c0773d2321968a
2012-08-21 22:59:16 +09:00
Takeshi Abe
c2ead1e76e
Remove unused function
...
Change-Id: Ifd6ba71e0ab13f9ad0e86f3e770ae1a6ace336e1
2012-08-21 22:59:16 +09:00
Takeshi Abe
a8647dd030
sal_Bool to bool
...
Change-Id: I427e9bb30cab4698a2495de7445a4a4982abd7b4
2012-08-20 09:47:25 +09:00
Takeshi Abe
38f3fe0432
sal_Bool to bool
...
Change-Id: I6206ee7e17e12388ea644123e180842df3e3a7ee
2012-08-19 17:55:27 +09:00
Stephan Bergmann
27f4f9ae8f
-Werror,-Wunused-private-field (Clang towards 3.2)
...
Change-Id: Ia6f5bf7c3372515c2796d239aeb610fbe6f29f8d
2012-08-16 09:46:59 +02:00
Takeshi Abe
dfe544c87b
sal_Bool to bool
...
Change-Id: I784fb31bad1ff02987c24abbac04b38207a1f5cf
2012-08-15 09:45:49 +09:00
Takeshi Abe
65095170ff
Remove declared but not defined function
...
Change-Id: I74836b55375a6e2e57a989234bacf7186325b33e
2012-08-14 07:37:19 +09:00
Takeshi Abe
1f224b02c8
sal_Bool to bool
...
Change-Id: Idb5ef3cebdd45bd91f7c0ae34e422fd651d395c9
2012-08-14 07:37:19 +09:00
Takeshi Abe
533194a6b3
bErrors was always true
...
Change-Id: I193029e1fb2434161679498fa0ba7e1c7c0ab3ba
2012-08-12 09:16:59 +09:00
Takeshi Abe
1817cf60d1
sal_Bool to bool
...
Change-Id: I61a6675df622232923a827fc20bf121dd03cd7da
2012-08-12 09:16:58 +09:00
Takeshi Abe
414ecabbd5
Remove useless #ifndef guard
...
Change-Id: Iddb666611ff11db0912832a73bd8b95438985383
2012-08-09 22:33:03 +09:00
Takeshi Abe
2eb40e3cec
Remove a member variable no one reads
...
Change-Id: Iacb037bebaf1c3d77ab61be6342b42319b8a2e7b
2012-08-09 22:33:03 +09:00
Thomas Arnhold
69a70bf028
Remove forwards of non-existing structs
...
Change-Id: Ie1d7ed56c69539587df5310c0a1ea0476abd5542
2012-08-07 13:45:27 +02:00
Takeshi Abe
7b75535e28
Remove declared but not defined functions
...
Change-Id: I583dc4043b471f741711693b32b16348bb1c8360
2012-08-03 23:45:06 +09:00
Takeshi Abe
621145a777
sal_Bool -> bool
...
Change-Id: I49749f327d6a9c3661ef9bd684647e0a45b9203a
2012-08-03 10:29:31 +09:00
Thomas Arnhold
7910718259
Remove unused code: those classes are unused
...
Change-Id: Ibf41655d40c9534629bbb0dd5ae600791b42922d
2012-08-01 18:34:46 +02:00
Caolán McNamara
bfe1aa0e79
XubString->rtl::OUString
...
Change-Id: I584ff580e3c8eee401f07c858ecbd63e5b0bf980
2012-07-20 16:26:47 +01:00
Michael Meeks
63c508e3e8
re-base on ALv2 code. Includes:
...
118568: switch to using ucpp
Patch contributed by Juergen Schmidt
http://svn.apache.org/viewvc?view=revision&revision=1209396
2012-07-18 09:29:19 +01:00
Noel Power
1720641bf3
initial attempt at fdo#47263 allow direct access to nested uno structs
2012-07-04 20:13:45 +01:00
Takeshi Abe
30d3637516
removed unnecessary forward declarations of class
...
Change-Id: I0d6aad17c471b6edd584c668dc7ff054090c185c
2012-07-04 19:18:57 +09:00
Michael Meeks
bdc909b07d
re-base on ALv2 code.
2012-06-19 18:00:37 +01:00
Michael Stahl
a96d082bc0
convert SbPropertyValueArr_Impl to boost::ptr_vector
...
Change-Id: Id3189a9abff5ee97b93bccefba8193ba36cb043a
2012-06-12 23:25:16 +02:00
Michael Stahl
a7a6f77582
SbPropertyValues: rename members
...
Change-Id: Iad6bc5af052a0795608ec11ee11c8dea3d091868
2012-06-12 23:25:16 +02:00
Michael Stahl
f9c5a36609
SbPropertyValues::setPropertyValue doesn't check that property exists
...
Change-Id: Ia63eea0c19bfa750b80f4c99f278f8d144c714a8
2012-06-12 23:25:16 +02:00
Noel Grandin
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
Noel Grandin
8de787a266
Convert SV_DECL_PTRARR(SbPropertyValueArr_Impl) to std::vector
...
Change-Id: I3e072c165d83e9ade06caf2508031b473ef7691d
2012-06-12 23:25:10 +02:00
Noel Grandin
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
Takeshi Abe
6749dcc154
removed duplicate includes in basic / canvas / chart2 / comphelper
2012-03-26 22:39:42 +09:00
Noel Power
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
Elton Chung
99ff0ab0b2
Remove unused code from basic
2012-03-05 18:54:28 +02:00
Michael Meeks
1dc601f1b6
basic: remove un-used return value indicating failure
2012-02-24 16:46:46 +00:00
Thomas Arnhold
48bfb52d71
expand and remove NS_* macro
2012-02-21 14:02:45 +01:00
Noel Power
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
Petr Vorel
aafcf8c84c
Remove unused code
2012-02-20 11:49:35 +00:00
Caolán McNamara
08c475bb24
callcatcher: update unused code list
2012-02-16 10:26:03 +00:00
Caolán McNamara
3b4786b6b7
callcatcher: regenerate list
2012-02-13 11:02:46 +00:00
Caolán McNamara
849a2471bd
update unused list
2012-02-08 09:12:27 +00:00
Caolán McNamara
2cae4ff166
callcatcher: update list, ByteString is on the ropes
2012-02-08 09:12:27 +00:00
Caolán McNamara
5833c182ed
callcatcher: update list
2012-02-01 11:13:44 +00:00
Takeshi Abe
6073c31fe8
Replaced String by rtl::OUString in SbiScanner
2012-01-31 02:29:23 +09:00
Caolán McNamara
7ff0a5b0e4
callcatcher: remove unused NextChannel
2012-01-30 13:18:36 +00:00
Caolán McNamara
89dc836918
ByteString->rtl::OString
2012-01-30 13:18:34 +00:00
Takeshi Abe
9fedf7bcfa
Removed unused define and extern
2012-01-29 01:17:26 +09:00
Takeshi Abe
b6ca3a8287
Use defined macro instead of magic number
...
This also added a missing READONLY entry
2012-01-29 01:17:26 +09:00
Stephan Bergmann
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
August Sodora
cd10d4e8a6
Remove SbErrorStack[Entry]
2012-01-16 20:47:40 -05:00
August Sodora
0ced88ad44
Remove unused enum SbLanguageMode
2012-01-16 11:37:34 -05:00
David Tardon
d54349233f
remove useless misleading macros
2012-01-15 20:27:18 +01:00