Commit Graph

333614 Commits

Author SHA1 Message Date
Kohei Yoshida
33b49a0d4e Don't forget this.
Change-Id: I37cb3e43bc7637ba0b749cb6b6671416e979b86b
2013-09-03 23:54:27 -04:00
Kohei Yoshida
4a44d51c99 std::auto_ptr is deprecated.
Change-Id: I99f619393abc9e2fa7a38a8176084989d063a9ae
2013-09-03 23:21:35 -04:00
Kohei Yoshida
44cfb3c3bc Service manager class member not used. Remove it.
Change-Id: I1734fb6aa100f25e317e15f678f7582353283e73
2013-09-03 23:21:28 -04:00
Kohei Yoshida
302a966f54 bool cleanup in VDiagram.
m_bPolar no longer used.

And I *believe* >>= now supports bool. So no need to use sal_Bool here.

Change-Id: I3ae3a22fd7c3a1fa05bba17fa3614dfd4020d336
2013-09-03 23:21:22 -04:00
Kohei Yoshida
8cdea5e102 No point having two separate drawing targets - final target not used.
Let's just keep one target m_xTarget.

Change-Id: Ic9b14179a44371bbc667bd5d851b5d3d8d331eb3
2013-09-03 20:11:30 -04:00
Tor Lillqvist
f1dd6b8d62 WaE: 'BufferNode::notifyAncestor': recursive call has no side effects
Interesting function that just traverses a chain of objects using
recursion, but does nothing at all otherwise. Kill it. But at least it
had an Enterprise Ready block comment in front.

Change-Id: If2296d2534cb9451d4ceadaf966b8c70f0a17557
2013-09-04 01:57:54 +03:00
Tor Lillqvist
aa4868de78 WaE: Unreachable code
Noticed by the MS linker when doing link-time code generation (!). In
all cases, a "return" after a call to a function that always throws an
exception. To avoid other compilers perhaps warning about missing
return of a value, put the "returns" inside ifdefs.

Change-Id: I83aa04cb5c3ff8413d3ed4dc85fb57f2a41fd589
2013-09-04 01:39:26 +03:00
Tor Lillqvist
340c546eca WaE: use number() instead of valueOf()
Change-Id: I7a57a8c60c07909018280e52d2da70fbf22857a7
2013-09-04 01:39:25 +03:00
Michael Stahl
3c8bee809d fdo#68839: add unit test
Change-Id: Ic47bfdeb1466a3772c95008dbf035f294cc3ece4
2013-09-04 00:17:18 +02:00
Tor Lillqvist
ba083e5c5a WaE: use number() instead of valueOf()
Change-Id: I4a464a8e6448d1f9b1be820f11e643930682bcdb
2013-09-04 00:58:42 +03:00
Tor Lillqvist
a463f74ebf WaE: C4723: potential divide by 0
Fix crack that formats an int into eight hex digits. Why the simple
sprintf() that originally was used here was not good enough, but had
to be replaced (in 2009) by broken and hard to understand code I have
no idea.

Found during link-time code generation (!).

Change-Id: I05b33ca0fcb6a47a846ec2ff294243c5639a5b49
2013-09-04 00:40:46 +03:00
Tor Lillqvist
9c0ba0ba41 WaE: Unreachable code
This time noticed by the linker when doing link-time code generation (!).

Change-Id: I9600571bef2a8cc30b2e28dd52b01633bab55f32
2013-09-03 23:51:32 +03:00
Tor Lillqvist
4775a2b0fb Make it possible to #ifdef on ENABLE_LTO
Change-Id: I849af224b6a34d1db21816cfe348d9319c2938ae
2013-09-03 23:50:03 +03:00
Tor Lillqvist
fd47df122a Fix typos and make the VLC code in theory work as 64-bit on Windows and OS X
It's MACOSX, not MACOS.

We can't cast a HWND or a pointer to an int and then back.

Have the UNX/MACOSX/WNT branches in the same order each time, at least
in Player.cxx.

Change-Id: I1a71efc2152970952cf2f12f719fd4c455f89dba
2013-09-03 23:06:25 +03:00
Tor Lillqvist
3105e301c4 Need the gb_LTOFLAGS (-GL) also when precompiling headers
Change-Id: I558c2b5429c3f6e361e0a8e44f32f7f2e74833a5
2013-09-03 22:38:18 +03:00
Tor Lillqvist
c4587bce6d Use -LTCG also when linking executables in the LTO case
Change-Id: I63113ed7e4a477d1ea7cd7f59a8647f4edf62d70
2013-09-03 22:38:17 +03:00
Tor Lillqvist
32d9dd3008 Just use simple -O2
Change-Id: Ibaa3f11651d15e9848ab25192bbd6718259cd162
2013-09-03 22:38:16 +03:00
Eike Rathke
e87d0ae635 'qtz' is a known no-country locale
Change-Id: I1045811f6c947282038fbec3c0d4b8c57b65635e
2013-09-03 21:35:48 +02:00
Stephan Bergmann
99208858b9 Make --enable-vlc at least compile on Mac OS X
...no idea whether the change is actually any good, though.

Change-Id: Ib9e9bfbc894e9e0dde1f1a2e882bd09944f4d6d4
2013-09-03 21:22:15 +02:00
Stephan Bergmann
728e2f41db -Werror,-Wunused-private-field
Change-Id: I18c800b581337ef0b6fc6cc862f60e69531e0336
2013-09-03 21:22:14 +02:00
Jesús Corrius
9de95a5240 ICE03: WARNING: String overflow (greater than length permitted in column)
Change-Id: I3c918da4c093489db122bc5af7401c7c93c1579e
2013-09-03 21:09:07 +02:00
Jesús Corrius
6f667f7e5b dezimal -> decimal
Change-Id: I196026cc7f2f885664e9719557f662a32a7187b8
2013-09-03 21:09:04 +02:00
Tor Lillqvist
54885512f2 Pass no-dso to the OpenSSL configury
No idea why OpenSSL would need to load dynamic libraries. Avoid linking error
on Linux when linking OpenSSL-using stuff (at least libpostgresql-sdbc-impl)
as we don't use -ldl when linking it. Sure, we could instead add -ldl to the
libraries used by libpostgresql-sdbc-impl I guess, but let's see first if this
works.

Change-Id: Ia4e5c6b8b08c127f378e1578de93c1fd5b213016
2013-09-03 22:01:27 +03:00
Miklos Vajna
60a3f35e63 typo
Change-Id: Icea791684399fb15b5f7940b5691cdc76b3dde1f
2013-09-03 20:57:52 +02:00
Andrzej J.R. Hunt
76e6c6f3ea Add some comments on foreign key retrieval (firebird-sdbc)
These two methods don't seem to be used at all within the LO codebase.
They are also extremely complicated to implement hence will be left for
later implementation -- my part implementation will be put on the wiki
firebird page.

Change-Id: I72922a4f3c4705fdcc3bbca140d6df64a1e16253
2013-09-03 19:41:34 +01:00
Andrzej J.R. Hunt
868cd24615 Remove outdated/useless comments. (firebird-sdbc)
Change-Id: Iab163debab1513369b75183efdaa3c03f7193a70
2013-09-03 19:41:34 +01:00
Andrzej J.R. Hunt
3a5fa58344 ResultSet: add FunctionNotSupportedException, some cleanup. (firebird-sdbc)
Change-Id: Iee897766841af980d93aeb73255c82851172601a
2013-09-03 19:41:33 +01:00
Eike Rathke
68c3328e10 was convertIsoStringToLanguage(), use convertToLanguageTypeWithFallback()
Change-Id: I6189cc5b45c085e3b8207980fb2931fab8fa3421
2013-09-03 20:35:44 +02:00
Eike Rathke
9817bd0faf was convertIsoStringToLanguage(), use convertToLanguageTypeWithFallback()
Change-Id: Ib57abbb298160ce21fd584a5f3b88519e5422cfc
2013-09-03 20:35:44 +02:00
Eike Rathke
fe8f47ce22 was convertIsoStringToLanguage(), use convertToLanguageTypeWithFallback()
Change-Id: I12cf6ad7ad658646dcee8cb54776e0915f1c8042
2013-09-03 20:35:44 +02:00
Eike Rathke
a5fd27a77b was convertIsoStringToLanguage(), use convertToLanguageTypeWithFallback()
Change-Id: I123fe95ea4d772571001bc97133705d43a335465
2013-09-03 20:35:43 +02:00
Eike Rathke
bdf442a86a was convertIsoStringToLanguage(), use convertToLanguageTypeWithFallback()
Change-Id: I4cfda0f08e1d85acc7f1b5819b8e0f64c4985bb1
2013-09-03 20:35:43 +02:00
Eike Rathke
46f34ef59e was convertIsoStringToLanguage(), use convertToLanguageTypeWithFallback()
Change-Id: If5dfd19368e2bd94aa55e06a65d68f422bae3877
2013-09-03 20:35:43 +02:00
Eike Rathke
5cc7172291 was convertIsoStringToLanguage(), use convertToLanguageTypeWithFallback()
Change-Id: Ib45634b0baad4ef4c6754b13cee6d92c2bc504f8
2013-09-03 20:35:42 +02:00
Eike Rathke
39c9c7420a was convertIsoStringToLanguage(), use convertToLanguageTypeWithFallback()
Change-Id: Ieea44614271c79beb7a9a3fce35acf921ccb478f
2013-09-03 20:35:42 +02:00
Eike Rathke
3945267d67 was convertIsoStringToLanguage(), use convertToLanguageTypeWithFallback()
Change-Id: Ic08b09824cffdc9b633ba13ec3050cc109f671cd
2013-09-03 20:35:42 +02:00
Eike Rathke
a67763c10c was convertIsoStringToLanguage(), use convertToLocaleWithFallback()
Change-Id: I57df767ba5bfbd7b0f9cc7420de0ddbd2fa64685
2013-09-03 20:35:42 +02:00
Eike Rathke
9000ee0e9e added convertToLocaleWithFallback()
Change-Id: I9eb1418721026a0d869b97aa577bc3196f960488
2013-09-03 20:35:41 +02:00
Eike Rathke
cfe0862cc6 was convertIsoStringToLanguage(), use convertToLanguageTypeWithFallback()
Change-Id: Idfbf8bf9007268fb8a5c636be0454ae2704c3ddd
2013-09-03 20:35:41 +02:00
Eike Rathke
5f4f3ddfec was convertIsoStringToLanguage(), use convertToLanguageTypeWithFallback()
Change-Id: Iaa3d2d2dbe06eec91f1c4f2609cc1e3f5f7bbb7b
2013-09-03 20:35:41 +02:00
Eike Rathke
06fcf0f065 was convertIsoStringToLanguage(), use convertToLanguageTypeWithFallback()
Change-Id: I0202c11e46201e22e62d8edfb81924c3e9551353
2013-09-03 20:35:40 +02:00
Eike Rathke
156e5035e7 was convertIsoStringToLanguage(), use convertToLanguageTypeWithFallback()
Change-Id: I3bf7d28e18d25672159daec7c49081bb11afc044
2013-09-03 20:35:40 +02:00
Eike Rathke
959181323f was convertIsoStringToLanguage(), use convertToLanguageTypeWithFallback()
Change-Id: I1795da53192e0c679a248ebd878a96e11ebbee80
2013-09-03 20:35:40 +02:00
Eike Rathke
59124d7e4f was convertIsoStringToLanguage(), use convertToLanguageTypeWithFallback()
Change-Id: I9031b64d420ca527c13c19c4f7f3e47ead98eb6b
2013-09-03 20:35:40 +02:00
Eike Rathke
b641e39d0a added convertToLanguageTypeWithFallback()
Change-Id: Ib57a7c6fc57192b4a615f5ad0e43c580769513e9
2013-09-03 20:35:39 +02:00
Eike Rathke
d695e8d0ea was convertIsoStringToLanguage(), use makeFallback()
Change-Id: I215e418d314cbc8bbc333c2d75cdc1a0c07e9071
2013-09-03 20:35:39 +02:00
Tor Lillqvist
4b2c4191cd For some reason the asm code for rc4_md5_enc seems to go missing for x64 Linux
So configure OpenSSL with the no-asm switch in that case.

Change-Id: I3ac291a5ca7681c14c269682deaf82798d76f522
2013-09-03 19:37:53 +03:00
Tor Lillqvist
12e646839d OUString::replaceAll() is not in-place
Change-Id: I92c639b8b391dd07c07835241f8530e71ef6e885
2013-09-03 19:37:34 +03:00
Tor Lillqvist
ecb1850b2d Can unify this now it seems
Change-Id: I2fd0e1967028ad6632b39dfaaf377c7186a89229
2013-09-03 18:54:58 +03:00
Caolán McNamara
ff7414a97f Resolves: fdo#68726 make navigator child dialog float on top
i.e. set its parent to the thing it wants to be on top of

As an aside I'm not entirely sure that this little dialog has the decorations
set on it that it would like, I suspect it wants to be more like the
tearable-off font color floatingwindow. But lets not muddy the waters in this
commit.

Change-Id: I9e0c35fbb66e50c04c7b28904d3937cf9ae417f4
2013-09-03 16:49:10 +01:00