Jan Holesovsky
832e6d2293
Some trivial fixes for MinGW with -std=c++0x enabled; not finished.
2011-11-23 11:59:30 +01:00
Joseph Powers
0ba264cc9f
Delete some unused .hxx files from autodoc
2011-10-31 21:30:30 -07:00
Kristian Rietveld
302bb2c400
Match the correct function template specialization
...
Fully specify the E_TokenId type instead of relying on the EV_TokenId
typedef.
2011-10-24 08:39:32 +02:00
Stephan Bergmann
bf1f0183d5
Some fixes for "clang version 3.1 (trunk 142234)" (with --enable-werror, on Linux x86_64).
2011-10-18 23:10:56 +02:00
Kevin Hunter
60f1085535
Simplify logic to use std::vector's .empty()
...
No need to muck about with iterators, adding a loop, and 2 function
calls to test for empty: it's a std::vector under the hood, so use
.empty(), and inline it.
2011-10-10 13:58:25 -04:00
Jan Holesovsky
1339a41fb0
Revert "Simplify logic to use std::vector's .empty()"
...
This reverts commit a6a51b6a69
.
The commit broke the build, sorry for the push.
2011-10-06 10:19:42 +02:00
Kevin Hunter
a6a51b6a69
Simplify logic to use std::vector's .empty()
...
No need to muck about with iterators, adding a loop, and 2 function
calls to test for empty: it's a std::vector under the hood, so use
.empty(), and inline it.
2011-10-06 10:04:45 +02:00
Tor Lillqvist
302d9cc848
WaE: unreachable code
2011-10-03 13:56:32 +03:00
Pierre-André Jacquod
97fb350c10
cppcheck: unread Var deleted in autodoc, cx_c_pp.cxx
2011-09-26 22:02:39 +02:00
Pierre-André Jacquod
35579b7f6e
cppcheck: deleted unread Var in autodoc, hdimpl.cxx
2011-09-26 22:02:38 +02:00
Fridrich Štrba
bb5bdbbdca
Revert "Trying to chop out the uwinapi library"
...
This reverts commit 2dea0dab4f
.
2011-09-16 16:26:03 +02:00
Fridrich Štrba
2dea0dab4f
Trying to chop out the uwinapi library
2011-09-16 15:52:40 +02:00
Andras Timar
16132fddb9
licence footer for API docs
2011-09-07 00:20:01 +02:00
Andras Timar
a7a56615e7
translated German comment
2011-09-07 00:20:00 +02:00
Pierre-André Jacquod
899e9848cf
[cppchecker] suppress unread Variable warnings
2011-09-06 22:43:14 +02:00
Pierre-André Jacquod
7a83696a76
[cppchecker] superfluous variable deleted
2011-09-06 22:42:56 +02:00
Andras Timar
1a1e31c1bc
update copyright text for api docs
2011-09-03 23:34:56 +02:00
Tor Lillqvist
fc2661c50b
Don't allow the "LO" abbreviation
2011-08-31 17:23:44 +03:00
Laurent Godard
09f9c1f7c2
allow LibreOffice reference in IDL @since tag
2011-08-31 17:21:32 +03:00
Takeshi Abe
e1a1091d0a
catch ignored exceptions by const reference
2011-08-24 11:30:17 +09:00
Allmann-Rahn
fbc30846ac
Translated German comments and removed the redundant ones in the directories accessibility to (incl.) basebmp.
2011-08-23 17:36:50 +01:00
Joseph Powers
97ae05a43f
Rename List -> NodeList
...
List was defined as std::vector< Node* >; but calling it List is confusing
since you don't know what type of list it is. Also it's just asking for
compile issues since we also use std::List, a custom List<>, & a class List.
I also removed Node::Children() since it wasn't used.
2011-08-21 07:06:34 -07:00
Tor Lillqvist
7d9d24b335
Use a MSVC-specific option only when $(COM)==MSC
2011-06-18 00:29:52 +03:00
Caolán McNamara
52950dd69d
remove unused ifdef branch
2011-06-17 14:05:13 +01:00
Caolán McNamara
12873f7767
WaE: simple-minded windows compiler warning
2011-06-14 15:51:46 +01:00
Nigel Hawkins
9885788063
Remove assert that caused a build error.
...
Actual error was:
comparison is always true due to limited range of data type
2011-06-07 10:38:26 +01:00
Tor Lillqvist
27cbc7d655
Drop %_EXT% which was always empty
2011-06-03 13:35:47 +03:00
Julien Nabet
9f46648051
Just 1 simple fix cppcheck warning
2011-05-17 22:08:30 +02:00
Julien Nabet
3ea396c8d2
Some cppcheck cleaning
2011-05-08 14:54:29 +02:00
Jan Holesovsky
11cdc4ccc4
Merge commit 'ooo/DEV300_m103'
...
Conflicts:
odk/examples/DevelopersGuide/Components/CppComponent/service1_impl.cxx
odk/examples/DevelopersGuide/Database/DriverSkeleton/SServices.cxx
odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilterDetection/fdcomp.cxx
odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_cpp/FlatXml.cxx
odk/examples/cpp/complextoolbarcontrols/exports.cxx
odk/examples/cpp/counter/countermain.cxx
odk/examples/cpp/remoteclient/remoteclient.cxx
odk/settings/settings.mk
2011-03-23 16:59:36 +01:00
Francois Tigeot
13b487277a
dragonfly stuff
2011-02-15 12:12:28 +00:00
Fridrich Štrba
1628005298
Trying to remove the stlport mention from the code
2011-02-09 16:20:25 +01:00
Thomas Arnhold
7cc670555f
Remove dead code
2011-02-07 16:06:16 +01:00
Fridrich Strba
1c93537c2c
slist -> list
2011-02-04 03:12:16 +01:00
Caolán McNamara
0657260d6f
WaE: gcc 4.6.0 various warnings
2011-01-25 10:31:53 +00:00
David Tardon
f5c7a1e496
WaE: uninitialized const
2011-01-25 08:27:35 +01:00
David Tardon
d191369480
WaE: remove unused variable
2011-01-25 08:06:09 +01:00
David Tardon
db53325931
WaE: reference cannot be declared mutable
2011-01-25 08:04:59 +01:00
Caolán McNamara
ee5b2715cd
WaE: gcc 4.6.0 various warnings
2011-01-24 10:41:31 +00:00
Juergen Schmidt
cd1471fbc3
jsc340: i115337: correct since tags
2011-01-06 17:30:50 +01:00
David Tardon
2d9b0850ce
suppress compiler warning
2010-12-23 11:16:34 +01:00
Takeshi Abe
91a0a53e0c
Replace all occured, occurance etc.
2010-12-05 20:19:49 +00:00
Caolán McNamara
6fdcddfa77
remove empty method
2010-11-25 11:13:46 +00:00
Caolán McNamara
375cb29806
cppcheck: Empty string test can be simplified
2010-11-23 17:05:20 +00:00
Nikolai Pretzell
e279d0d774
#115368# Force since tag format.
2010-11-17 19:19:29 +01:00
Caolán McNamara
8cad7d1947
add modelines to .hxx files as well
2010-10-27 13:05:40 +01:00
Povilas Kanapickas
3eb979df54
remove non-compiled code
2010-10-18 15:52:09 +01:00
Sebastian Spaeth
e9a59da46a
Add vim/emacs modelines to all source files
...
Fixes #fdo30794
Based on bin/add-modelines script (originally posted in mail
1286706307.1871.1399280959@webmail.messagingengine.com )
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-10-13 10:58:04 +02:00
Juergen Schmidt
9f01eba054
nativea: SDK rebranding
2010-03-30 18:16:13 +02:00
Ivo Hinkelmann
2245eadb5d
CWS-TOOLING: integrate CWS sdk330
2010-03-03 13:05:39 +01:00