summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-09-03std::auto_ptr is deprecated.Kohei Yoshida
Change-Id: I99f619393abc9e2fa7a38a8176084989d063a9ae
2013-09-03Service manager class member not used. Remove it.Kohei Yoshida
Change-Id: I1734fb6aa100f25e317e15f678f7582353283e73
2013-09-03bool cleanup in VDiagram.Kohei Yoshida
m_bPolar no longer used. And I *believe* >>= now supports bool. So no need to use sal_Bool here. Change-Id: I3ae3a22fd7c3a1fa05bba17fa3614dfd4020d336
2013-09-03No point having two separate drawing targets - final target not used.Kohei Yoshida
Let's just keep one target m_xTarget. Change-Id: Ic9b14179a44371bbc667bd5d851b5d3d8d331eb3
2013-09-04WaE: 'BufferNode::notifyAncestor': recursive call has no side effectsTor Lillqvist
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-04WaE: Unreachable codeTor Lillqvist
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-04WaE: use number() instead of valueOf()Tor Lillqvist
Change-Id: I7a57a8c60c07909018280e52d2da70fbf22857a7
2013-09-04fdo#68839: add unit testMichael Stahl
Change-Id: Ic47bfdeb1466a3772c95008dbf035f294cc3ece4
2013-09-04WaE: use number() instead of valueOf()Tor Lillqvist
Change-Id: I4a464a8e6448d1f9b1be820f11e643930682bcdb
2013-09-04WaE: C4723: potential divide by 0Tor Lillqvist
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-03WaE: Unreachable codeTor Lillqvist
This time noticed by the linker when doing link-time code generation (!). Change-Id: I9600571bef2a8cc30b2e28dd52b01633bab55f32
2013-09-03Make it possible to #ifdef on ENABLE_LTOTor Lillqvist
Change-Id: I849af224b6a34d1db21816cfe348d9319c2938ae
2013-09-03Fix typos and make the VLC code in theory work as 64-bit on Windows and OS XTor Lillqvist
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-03Need the gb_LTOFLAGS (-GL) also when precompiling headersTor Lillqvist
Change-Id: I558c2b5429c3f6e361e0a8e44f32f7f2e74833a5
2013-09-03Use -LTCG also when linking executables in the LTO caseTor Lillqvist
Change-Id: I63113ed7e4a477d1ea7cd7f59a8647f4edf62d70
2013-09-03Just use simple -O2Tor Lillqvist
Change-Id: Ibaa3f11651d15e9848ab25192bbd6718259cd162
2013-09-03'qtz' is a known no-country localeEike Rathke
Change-Id: I1045811f6c947282038fbec3c0d4b8c57b65635e
2013-09-03Make --enable-vlc at least compile on Mac OS XStephan Bergmann
...no idea whether the change is actually any good, though. Change-Id: Ib9e9bfbc894e9e0dde1f1a2e882bd09944f4d6d4
2013-09-03-Werror,-Wunused-private-fieldStephan Bergmann
Change-Id: I18c800b581337ef0b6fc6cc862f60e69531e0336
2013-09-03ICE03: WARNING: String overflow (greater than length permitted in column)Jesús Corrius
Change-Id: I3c918da4c093489db122bc5af7401c7c93c1579e
2013-09-03dezimal -> decimalJesús Corrius
Change-Id: I196026cc7f2f885664e9719557f662a32a7187b8
2013-09-03Pass no-dso to the OpenSSL configuryTor Lillqvist
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-03typoMiklos Vajna
Change-Id: Icea791684399fb15b5f7940b5691cdc76b3dde1f
2013-09-03Add some comments on foreign key retrieval (firebird-sdbc)Andrzej J.R. Hunt
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-03Remove outdated/useless comments. (firebird-sdbc)Andrzej J.R. Hunt
Change-Id: Iab163debab1513369b75183efdaa3c03f7193a70
2013-09-03ResultSet: add FunctionNotSupportedException, some cleanup. (firebird-sdbc)Andrzej J.R. Hunt
Change-Id: Iee897766841af980d93aeb73255c82851172601a
2013-09-03was convertIsoStringToLanguage(), use convertToLanguageTypeWithFallback()Eike Rathke
Change-Id: I6189cc5b45c085e3b8207980fb2931fab8fa3421
2013-09-03was convertIsoStringToLanguage(), use convertToLanguageTypeWithFallback()Eike Rathke
Change-Id: Ib57abbb298160ce21fd584a5f3b88519e5422cfc
2013-09-03was convertIsoStringToLanguage(), use convertToLanguageTypeWithFallback()Eike Rathke
Change-Id: I12cf6ad7ad658646dcee8cb54776e0915f1c8042
2013-09-03was convertIsoStringToLanguage(), use convertToLanguageTypeWithFallback()Eike Rathke
Change-Id: I123fe95ea4d772571001bc97133705d43a335465
2013-09-03was convertIsoStringToLanguage(), use convertToLanguageTypeWithFallback()Eike Rathke
Change-Id: I4cfda0f08e1d85acc7f1b5819b8e0f64c4985bb1
2013-09-03was convertIsoStringToLanguage(), use convertToLanguageTypeWithFallback()Eike Rathke
Change-Id: If5dfd19368e2bd94aa55e06a65d68f422bae3877
2013-09-03was convertIsoStringToLanguage(), use convertToLanguageTypeWithFallback()Eike Rathke
Change-Id: Ib45634b0baad4ef4c6754b13cee6d92c2bc504f8
2013-09-03was convertIsoStringToLanguage(), use convertToLanguageTypeWithFallback()Eike Rathke
Change-Id: Ieea44614271c79beb7a9a3fce35acf921ccb478f
2013-09-03was convertIsoStringToLanguage(), use convertToLanguageTypeWithFallback()Eike Rathke
Change-Id: Ic08b09824cffdc9b633ba13ec3050cc109f671cd
2013-09-03was convertIsoStringToLanguage(), use convertToLocaleWithFallback()Eike Rathke
Change-Id: I57df767ba5bfbd7b0f9cc7420de0ddbd2fa64685
2013-09-03added convertToLocaleWithFallback()Eike Rathke
Change-Id: I9eb1418721026a0d869b97aa577bc3196f960488
2013-09-03was convertIsoStringToLanguage(), use convertToLanguageTypeWithFallback()Eike Rathke
Change-Id: Idfbf8bf9007268fb8a5c636be0454ae2704c3ddd
2013-09-03was convertIsoStringToLanguage(), use convertToLanguageTypeWithFallback()Eike Rathke
Change-Id: Iaa3d2d2dbe06eec91f1c4f2609cc1e3f5f7bbb7b
2013-09-03was convertIsoStringToLanguage(), use convertToLanguageTypeWithFallback()Eike Rathke
Change-Id: I0202c11e46201e22e62d8edfb81924c3e9551353
2013-09-03was convertIsoStringToLanguage(), use convertToLanguageTypeWithFallback()Eike Rathke
Change-Id: I3bf7d28e18d25672159daec7c49081bb11afc044
2013-09-03was convertIsoStringToLanguage(), use convertToLanguageTypeWithFallback()Eike Rathke
Change-Id: I1795da53192e0c679a248ebd878a96e11ebbee80
2013-09-03was convertIsoStringToLanguage(), use convertToLanguageTypeWithFallback()Eike Rathke
Change-Id: I9031b64d420ca527c13c19c4f7f3e47ead98eb6b
2013-09-03added convertToLanguageTypeWithFallback()Eike Rathke
Change-Id: Ib57a7c6fc57192b4a615f5ad0e43c580769513e9
2013-09-03was convertIsoStringToLanguage(), use makeFallback()Eike Rathke
Change-Id: I215e418d314cbc8bbc333c2d75cdc1a0c07e9071
2013-09-03For some reason the asm code for rc4_md5_enc seems to go missing for x64 LinuxTor Lillqvist
So configure OpenSSL with the no-asm switch in that case. Change-Id: I3ac291a5ca7681c14c269682deaf82798d76f522
2013-09-03OUString::replaceAll() is not in-placeTor Lillqvist
Change-Id: I92c639b8b391dd07c07835241f8530e71ef6e885
2013-09-03Can unify this now it seemsTor Lillqvist
Change-Id: I2fd0e1967028ad6632b39dfaaf377c7186a89229
2013-09-03Resolves: fdo#68726 make navigator child dialog float on topCaolán McNamara
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-03fdo#68731: vcl: fix path for bundled fonts on WindowsMichael Stahl
WinSalGraphics::GetDevFontList(): remove the obsolete "Basis" from the search path to find the bundled fonts. Change-Id: I7d7d650243592944e3339dd75caf29f2b2fe6670