Age | Commit message (Collapse) | Author |
|
Change-Id: I99f619393abc9e2fa7a38a8176084989d063a9ae
|
|
Change-Id: I1734fb6aa100f25e317e15f678f7582353283e73
|
|
m_bPolar no longer used.
And I *believe* >>= now supports bool. So no need to use sal_Bool here.
Change-Id: I3ae3a22fd7c3a1fa05bba17fa3614dfd4020d336
|
|
Let's just keep one target m_xTarget.
Change-Id: Ic9b14179a44371bbc667bd5d851b5d3d8d331eb3
|
|
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
|
|
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
|
|
Change-Id: I7a57a8c60c07909018280e52d2da70fbf22857a7
|
|
Change-Id: Ic47bfdeb1466a3772c95008dbf035f294cc3ece4
|
|
Change-Id: I4a464a8e6448d1f9b1be820f11e643930682bcdb
|
|
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
|
|
This time noticed by the linker when doing link-time code generation (!).
Change-Id: I9600571bef2a8cc30b2e28dd52b01633bab55f32
|
|
Change-Id: I849af224b6a34d1db21816cfe348d9319c2938ae
|
|
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
|
|
Change-Id: I558c2b5429c3f6e361e0a8e44f32f7f2e74833a5
|
|
Change-Id: I63113ed7e4a477d1ea7cd7f59a8647f4edf62d70
|
|
Change-Id: Ibaa3f11651d15e9848ab25192bbd6718259cd162
|
|
Change-Id: I1045811f6c947282038fbec3c0d4b8c57b65635e
|
|
...no idea whether the change is actually any good, though.
Change-Id: Ib9e9bfbc894e9e0dde1f1a2e882bd09944f4d6d4
|
|
Change-Id: I18c800b581337ef0b6fc6cc862f60e69531e0336
|
|
Change-Id: I3c918da4c093489db122bc5af7401c7c93c1579e
|
|
Change-Id: I196026cc7f2f885664e9719557f662a32a7187b8
|
|
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
|
|
Change-Id: Icea791684399fb15b5f7940b5691cdc76b3dde1f
|
|
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
|
|
Change-Id: Iab163debab1513369b75183efdaa3c03f7193a70
|
|
Change-Id: Iee897766841af980d93aeb73255c82851172601a
|
|
Change-Id: I6189cc5b45c085e3b8207980fb2931fab8fa3421
|
|
Change-Id: Ib57abbb298160ce21fd584a5f3b88519e5422cfc
|
|
Change-Id: I12cf6ad7ad658646dcee8cb54776e0915f1c8042
|
|
Change-Id: I123fe95ea4d772571001bc97133705d43a335465
|
|
Change-Id: I4cfda0f08e1d85acc7f1b5819b8e0f64c4985bb1
|
|
Change-Id: If5dfd19368e2bd94aa55e06a65d68f422bae3877
|
|
Change-Id: Ib45634b0baad4ef4c6754b13cee6d92c2bc504f8
|
|
Change-Id: Ieea44614271c79beb7a9a3fce35acf921ccb478f
|
|
Change-Id: Ic08b09824cffdc9b633ba13ec3050cc109f671cd
|
|
Change-Id: I57df767ba5bfbd7b0f9cc7420de0ddbd2fa64685
|
|
Change-Id: I9eb1418721026a0d869b97aa577bc3196f960488
|
|
Change-Id: Idfbf8bf9007268fb8a5c636be0454ae2704c3ddd
|
|
Change-Id: Iaa3d2d2dbe06eec91f1c4f2609cc1e3f5f7bbb7b
|
|
Change-Id: I0202c11e46201e22e62d8edfb81924c3e9551353
|
|
Change-Id: I3bf7d28e18d25672159daec7c49081bb11afc044
|
|
Change-Id: I1795da53192e0c679a248ebd878a96e11ebbee80
|
|
Change-Id: I9031b64d420ca527c13c19c4f7f3e47ead98eb6b
|
|
Change-Id: Ib57a7c6fc57192b4a615f5ad0e43c580769513e9
|
|
Change-Id: I215e418d314cbc8bbc333c2d75cdc1a0c07e9071
|
|
So configure OpenSSL with the no-asm switch in that case.
Change-Id: I3ac291a5ca7681c14c269682deaf82798d76f522
|
|
Change-Id: I92c639b8b391dd07c07835241f8530e71ef6e885
|
|
Change-Id: I2fd0e1967028ad6632b39dfaaf377c7186a89229
|
|
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
|
|
WinSalGraphics::GetDevFontList(): remove the obsolete "Basis" from
the search path to find the bundled fonts.
Change-Id: I7d7d650243592944e3339dd75caf29f2b2fe6670
|