- 20 May, 2015 26 kayıt (commit)
-
-
Stephan Bergmann yazdı
...so don't obscure that sad reality Change-Id: I0ddd572e55d66f6c23c776ca62885b6ba482bf5e
-
Stephan Bergmann yazdı
Change-Id: Ic6869491940482e866ec8e803ded89752746ab73
-
Caolán McNamara yazdı
Change-Id: Ibc80e242b8fda8fb304ed5cd1a52716d1b7fc33d
-
Caolán McNamara yazdı
Change-Id: I990ad07784266e2b48638ece6a84471b3bef173a
-
Noel Grandin yazdı
after my commit 7a0af379 "convert SAL_LAYOUT flags to scoped enum" Change-Id: Iba12d2f60840a012d3e54a1364b672820e8bd6dc
-
Noel Grandin yazdı
after my commit 4b57be72 "convert QUEUE_STATUS constants to scoped enum" Change-Id: I5a91a79148b3b3edaa12e6933344040ed64acc6a
-
Noel Grandin yazdı
Change-Id: I672e3a31c97fad91826dff1446d2d098d3d36150
-
Noel Grandin yazdı
Change-Id: I5ebd77edfa29d6c6c7acea37e826ef1d625916c3
-
Noel Grandin yazdı
Change-Id: I8312f0117f33349218a09ccdfea946c66ceb1b3e
-
Noel Grandin yazdı
Change-Id: I175b8ea4e8bc01c3cdd3dd90506eba01b35e0085
-
Noel Grandin yazdı
Change-Id: I36cbe8057d09226f8b302963bdd94dc5600b686f
-
Noel Grandin yazdı
Change-Id: I73ae63bc5f41f38d1a4e396152808b22e88681d8
-
Noel Grandin yazdı
Change-Id: I75619eeb902af4953a5ac1525605cf3f0f15e2c0
-
Noel Grandin yazdı
since there is only value in this flags thing Change-Id: I86d7a3a358c467a9748b00e1ba8c09106f282947
-
Noel Grandin yazdı
Change-Id: Ic0f7f8fa236bb478b3598ae3fd3c1b30ebbf1a01
-
Noel Grandin yazdı
Change-Id: I0aeea1f32136e43e90a1afb0ea84dbaff2b77587
-
David Tardon yazdı
Change-Id: Id98bc62bd41846550dc9149d462a3b85bb2538c5
-
Stephan Bergmann yazdı
...as happened e.g. during CppunitTest_sw_ooxmlexport4 when SplitWindow::GetItemSize SfxSplitWindow::InsertWindow_Impl SfxSplitWindow::InsertWindow SfxDockingWindow::Initialize sfx2::sidebar::SidebarChildWindow::SidebarChildWindow sfx2::sidebar::SidebarChildWindow::CreateImpl SfxChildWindow::CreateChildWindow SfxWorkWindow::CreateChildWin_Impl SfxWorkWindow::UpdateChildWindows_Impl SfxWorkWindow::UpdateObjectBars_Impl SfxFrameWorkWin_Impl::UpdateObjectBars_Impl SfxDispatcher::Update_Impl SfxBaseController::ConnectSfxFrame_Impl SfxBaseController::attachFrame ... requests the SWIB_FIXED of an SWIB_PERCENTSIZE item. Hopefully zero is fine here and the value is only used for ephemeral computations that are overriden later with true sizes? Change-Id: I250b8fa38e42c111eef0bcedd703181e548a6b60
-
Miklos Vajna yazdı
Change-Id: I8e290ab6264dff4d361e1dc0eee6b69a14512d03
-
Julien Nabet yazdı
Change-Id: Ic17885b22167eedd0e56b3e5027c09a1c3aac1d8 Reviewed-on: https://gerrit.libreoffice.org/15819Tested-by:
Jenkins <ci@libreoffice.org> Tested-by:
Julien Nabet <serval2412@yahoo.fr> Reviewed-by:
Julien Nabet <serval2412@yahoo.fr>
-
Markus Mohrhard yazdı
Change-Id: I8d905ca573e1ff15c4bf6049ce8884b223ff146c
-
Markus Mohrhard yazdı
This patch contains a magic factor of 1.047 that is necessary as the set value and retrieved value are not the same. When we ahve too much time (propably never) we should explore why the value that we set for the column width is not equal to the one that we see on the screen. Change-Id: I317127ea5b8af2d5e8386758e66907a44fe58579
-
Markus Mohrhard yazdı
Change-Id: Ia06522ba4d3e6b4495e17d260d0bc3618b1a7cf2
-
Adolfo Jayme Barrientos yazdı
Change-Id: I2dd735d3e9248b31f1c6992c3479bd070eda3a40
-
Adolfo Jayme Barrientos yazdı
Change-Id: I6ef4ae530b7fb4e615100803ae6e3972d9b4545f
-
Adolfo Jayme Barrientos yazdı
Change-Id: I9f213cc2d356da40f92ca96bf0ac584c3c5a89dc
-
- 19 May, 2015 14 kayıt (commit)
-
-
Michael Stahl yazdı
Putting source files into sub-directories is not really supported by autotools apparently. Change-Id: I6f0ff7e0ee0c2c4b59fb670a3cbaa9723b655d1f
-
Christian Lohmaier yazdı
Project: translations f7efc4ecf69cba536cd0391d4673e31226b1fe86 update translations for 5.0.0 beta1 and force-fix errors using pocheck Change-Id: I295e6d2e6b47a06165cdf8900e2775b7157af809
-
Philippe Jung yazdı
When a popup is displayed, no cleaning / disposing is performed. Change-Id: Ibae0f977360f8862f2d7ff4c753356975dec3771 Reviewed-on: https://gerrit.libreoffice.org/15817Reviewed-by:
Michael Meeks <michael.meeks@collabora.com> Tested-by:
Michael Meeks <michael.meeks@collabora.com>
-
Michael Stahl yazdı
- time() is used to seed the RNG but since it only has second resolution, the same values will be generated if it's called multiple times like in the bug report - BASIC using the global rng would be fine except that BASIC Randomize takes an optional parameter to set the seed, which should continue to be supported, but should not affect the RNG state for non-BASIC users of comphelper::random (regression from df466d79, but the old implementation was even more delightfully absurd, where Randomize was essentially srand((sal_uInt16)rand()) ...) Change-Id: I0f30e509de08f933c02ac77c5d932b20e79586c5
-
Michael Meeks yazdı
Change-Id: I4efe8e68419a3d878acf3c4eb741239794b26d85
-
Julien Nabet yazdı
Change-Id: Ifaf9320a4f616d25609254d92d9b0e224c2ec591
-
Julien Nabet yazdı
Change-Id: I889f67f1bc097b171ba416cd07d1a54a0cbc542d
-
Caolán McNamara yazdı
Change-Id: I533abbe271beddbb6b60a7703fcf3d53fb5caeb7
-
Zsolt Bölöny yazdı
Change-Id: I6046461b2e26a8506249c4a2fdd783bbd2ec223f Reviewed-on: https://gerrit.libreoffice.org/15810Reviewed-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-
David Tardon yazdı
Change-Id: I196853f0efbaab48e5e09b2728df0a8e5152dc9e
-
David Tardon yazdı
Change-Id: Ia042bbb7845a6de4769949230e3f1bc90099c9aa
-
Caolán McNamara yazdı
Change-Id: If10822b64e0a9a28c45fd8a1c0e9e44bdbfb054b
-
Laurent Godard yazdı
the cell content is now drawn over the cell note rectangle Change-Id: Idce05497b7a9f67e5e315f5bc2f9c59e53898131 Reviewed-on: https://gerrit.libreoffice.org/15802Tested-by:
Markus Mohrhard <markus.mohrhard@googlemail.com> Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
Michael Meeks yazdı
Change-Id: I42a1b3d133b32ff29eb02fbc262e6ec0aa941b9c
-