Commit graph

302464 commits

Author SHA1 Message Date
David Tardon
5e259549cb WaE: redefined macro
SD_RECEIVE, SD_SEND and SD_BOTH have been defined in mingw-w64 headers
since the very beginning. I suppose this was only relevant for mingw32,
which we do not support anymore.
2012-03-07 14:01:32 +01:00
David Tardon
7399447c8a WaE: format '%u' expects argument of type 'unsigned int' 2012-03-07 14:01:32 +01:00
David Tardon
e1eae3267b WaE: declaration of '...' shadows a global declaration
pfn_ADDEREXCLUDEDAPPLICATIONW has been defined in mingw-w64 headers
since the very beginning. I suppose this was only relevant for mingw32,
which we do not support anymore.
2012-03-07 14:01:31 +01:00
David Tardon
5c1e188a55 WaE: suggest parentheses around '&&' within '||' 2012-03-07 14:01:31 +01:00
David Tardon
2a9517575d WaE: comparison between signed and unsigned integer expressions 2012-03-07 14:01:31 +01:00
David Tardon
a81dca114b WaE: declaration of 'aTmpPath' shadows a previous local 2012-03-07 14:01:30 +01:00
David Tardon
9235d38ae4 WaE: deprecated conversion from string constant to 'sal_Char*' 2012-03-07 14:01:30 +01:00
David Tardon
a6b12b7408 WaE: declaration of 'n' shadows a previous local 2012-03-07 14:01:29 +01:00
David Tardon
2b39d8122d WaE: ordered comparison of pointer with integer zero 2012-03-07 14:01:29 +01:00
David Tardon
c5dc896764 WaE: comparison between 'enum oslFileError' and 'enum osl::FileBase::RC' 2012-03-07 14:01:29 +01:00
David Tardon
2a58ae90ba WaE: deprecated conversion from string constant to 'LPWSTR' 2012-03-07 14:01:28 +01:00
David Tardon
b1f9d48ea7 WaE: function declared 'static' but never defined 2012-03-07 14:01:28 +01:00
David Tardon
a60f2238b6 WaE: unused parameter 2012-03-07 14:01:27 +01:00
David Tardon
92b3308ecc WaE: suggest parentheses around '&&' within '||' 2012-03-07 14:01:27 +01:00
David Tardon
72527fa9b8 WaE: deprecated conversion from string constant to 'TCHAR*' 2012-03-07 14:01:27 +01:00
David Tardon
2b945f8ee4 WaE: deleting 'PSID {aka void*}' is undefined 2012-03-07 14:01:26 +01:00
David Tardon
31fdb7f464 WaE: missing braces around initializer 2012-03-07 14:01:26 +01:00
David Tardon
1ee529445b WaE: missing braces around initializer 2012-03-07 14:01:25 +01:00
David Tardon
8c986d3eb3 WaE: "NOMINMAX" redefined 2012-03-07 14:01:25 +01:00
David Tardon
1f370333c5 remove useless include guards 2012-03-07 14:01:25 +01:00
David Tardon
8fc3fc5642 WaE: ignoring #pragma warning 2012-03-07 14:01:24 +01:00
Caolán McNamara
6220ed4e6e callcatcher: update list 2012-03-07 11:06:48 +00:00
Caolán McNamara
9656a15495 WaE: various higher debug level compile time warnings 2012-03-07 11:06:47 +00:00
Caolán McNamara
cf0373b42e attachmentid should be stable across mime-type changes 2012-03-07 11:06:46 +00:00
Caolán McNamara
ac7a11255a We just want to know if this ole object is already exported or not
So it's merely the knowledge of having exported this object already that we
need to know in order to elide re-exporting it.

This code is still 64bit unsafe, as the nPictureId has to be a unique
32bit value for each object, so using the pointer as the key is
horribly dubious, but this should be the same as the original code.
2012-03-07 11:06:46 +00:00
Caolán McNamara
bbc6d8506d remove various unused methods and source files 2012-03-07 11:06:45 +00:00
Caolán McNamara
04f067623f These methods don't need to be implemented as Links 2012-03-07 11:06:45 +00:00
Caolán McNamara
88aabebed1 Conditional jump or move depends on uninitialised value 2012-03-07 11:06:45 +00:00
David Bolen
387389b644 fdo#46926: fix UNO struct comparison in Python 2
This requires setting a rich comparison flag in Python 2, while Python 3
uses rich comparison by default.
(regression from a09ce46818)
2012-03-07 11:17:13 +01:00
David Bolen
4634cbc237 fdo#46859: adapt string type checks to work with both Python 2 and 3
(regression from a09ce46818)
2012-03-07 11:17:13 +01:00
Michael Stahl
73867da369 qadevOOo: _XPropertySet.java: fix unrealistic expectations:
We can't assume that when setting properties whose semantics we don't
know to random values in an arbitrary order, a non-changing value
indicates any kind of error.
The only real error this test can detect is if setting a property
crashes.
2012-03-07 11:17:12 +01:00
Michael Stahl
86d316f973 sw: tweak comment translations
037d14ce and following
2012-03-07 11:17:12 +01:00
Tor Lillqvist
3e8e896c03 Need the sfx library for sfx2::isValidNCName() 2012-03-07 11:41:47 +02:00
Tor Lillqvist
7fd4640469 Fix MSVC compilation error: can't assign a const char* to String 2012-03-07 11:02:59 +02:00
Miklos Vajna
2a3c3b32ca convert SwWW8ImplReader::simpleAddTextToParagraph to SAL_INFO() 2012-03-07 09:38:04 +01:00
Korrawit Pruegsanusak
27164d2288 if build fail, show broken module name
This solves http://lists.freedesktop.org/archives/libreoffice/2012-February/025772.html
2012-03-07 14:54:45 +07:00
David Tardon
e24911bc95 use const_iterator 2012-03-07 08:46:48 +01:00
Tor Lillqvist
9dacc3c6b6 Use just one resource file for npsoplugin 2012-03-07 09:36:40 +02:00
Tor Lillqvist
5afda5fcdf Pass parameters to cppunittester's lo_main() 2012-03-07 07:35:34 +02:00
Tor Lillqvist
d4cd853edd Add Xcode project 2012-03-07 07:35:32 +02:00
Tor Lillqvist
1f41d7b024 Cosmetics: Format code consistently 2012-03-07 07:35:31 +02:00
Tor Lillqvist
4097892495 Add Emacs and vim mode lines 2012-03-07 07:35:29 +02:00
Tor Lillqvist
7c83312ccd Just skip non-existent files 2012-03-07 07:35:28 +02:00
Tor Lillqvist
41daea641b Make Emacs mode line consistent with the vim one 2012-03-07 07:35:27 +02:00
Philipp Weissenbacher
aedb86399d Add option to only list filenames
This adds the argument -f (--filenames-only), which only prints the
filenames of files containing German comments.
I personally scan the whole file for German strings anyway, as we do
not find German strings with less than 4 chars. So there's not so
much use in printing the found strings.
2012-03-07 11:20:27 +10:30
Tor Lillqvist
37b6a37a26 Fix compilation for simulator 2012-03-07 02:18:30 +02:00
Andras Timar
07cf4a4a21 we always use relative paths in ddf files 2012-03-06 21:17:00 +01:00
Andras Timar
d4b824868f remove unused SETSTATICPATH variable 2012-03-06 21:10:15 +01:00
Andras Timar
c5e98e7598 remove pointless calculations 2012-03-06 20:23:35 +01:00
Szabolcs Dezsi
78e8d5f0d6 Added option to hide external link buttons on Start Center
This option is useful for Intel AppUp builds. On the other hand,
unused STARTCENTER_LAYOUT_STYLE option was removed.
2012-03-06 20:23:35 +01:00