- 17 May, 2014 23 kayıt (commit)
-
-
Julien Nabet yazdı
Change-Id: I38e855966598342eb2352e70e04f7a5e09e54f83
-
Andrzej Hunt yazdı
f89296db adds building of svdemo, this however uses SAL_IMPLEMENT_MAIN from include/sal/main.h -- which specifically can't be built on Android and iOS, hence we shouldn't build svdemo for those platforms. Change-Id: I6ce851ece90837112279c89467326b82f7a2070b Reviewed-on: https://gerrit.libreoffice.org/9391Tested-by:
Michael Stahl <mstahl@redhat.com> Reviewed-by:
Michael Stahl <mstahl@redhat.com>
-
Hussian Alamri yazdı
-
Tsutomu Uchino yazdı
during the activation of the tab page (cherry picked from commit cda643a4) Change-Id: I0b0ca24374050675158b16001f0709846e5ee8f9
-
Caolán McNamara yazdı
Change-Id: I1039d34cef1d426a9deb6dec2c3e7d746f9cf1ae
-
Maxim Monastirsky yazdı
Change-Id: I501dbd6a0f4e5323a003afbb19707aad67897cd0
-
Miklos Vajna yazdı
Change-Id: I0cf0b585a9cfcbb119c68adf51dc786bc6373e2e
-
Lionel Elie Mamane yazdı
Change-Id: Ieedc24c0443ba10d8277cd6327b3b735203e5d45
-
Lionel Elie Mamane yazdı
Change-Id: I7bde1200dbe9da76e062f2783cc223a07084c6fd
-
Thomas Arnhold yazdı
Looks better now, especially if you switch between "Font Effects" and "Alignment" tabs. Change-Id: Icfdd87647398352b272eaf91eeac9a21cce7a1d1
-
Thomas Arnhold yazdı
Just reuse the rng functionality. This improves the randomness. Initialize seed with system time if no argument for RANDOMIZE is given. As the help text states: "If Number is omitted, the generator uses the current value of the system timer". Change-Id: I5fa46e8344b2402dff66a8db2449d43e2ca27d6d Reviewed-on: https://gerrit.libreoffice.org/9349Reviewed-by:
Thomas Arnhold <thomas@arnhold.org> Tested-by:
Thomas Arnhold <thomas@arnhold.org>
-
Thomas Arnhold yazdı
so we can re-use it in other modules Change-Id: I6057b1e955f745019fd48f91a754279df0f2b948 Reviewed-on: https://gerrit.libreoffice.org/9348Reviewed-by:
Thomas Arnhold <thomas@arnhold.org> Tested-by:
Thomas Arnhold <thomas@arnhold.org>
-
Chris Laplante yazdı
Change-Id: I42787db31769e8bde984c5f4f0aa90335e889b1c Reviewed-on: https://gerrit.libreoffice.org/9356Reviewed-by:
Thomas Arnhold <thomas@arnhold.org> Tested-by:
LibreOffice gerrit bot <gerrit@libreoffice.org>
-
Julien Nabet yazdı
See http://nabble.documentfoundation.org/Question-unoType-for-getXmlToken-dbaccess-reportdesign-module-td4109071.html Thank you Lionel! Change-Id: I999bad0d6de0327bea7ba04a6c61a497d45f53a0
-
Markus Mohrhard yazdı
Change-Id: I53a7eba4a4f8b1bd61381283b20190cfc05a138a
-
Markus Mohrhard yazdı
Change-Id: I1a12e2453ec935dc642135c30a36e1a97fc3d0f9
-
Chris Sherlock yazdı
Change-Id: Ifb7cc12da349fcbcd1d3dc25b64cd2bf3fd7e819 Reviewed-on: https://gerrit.libreoffice.org/9378Tested-by:
LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by:
Chris Sherlock <chris.sherlock79@gmail.com>
-
Kohei Yoshida yazdı
That means there is nothing to delete, and proceeding would cause Calc to freeze. Change-Id: I2a8fb5736870ba459082873c8f864283d8b9c664
-
Kohei Yoshida yazdı
Change-Id: I7b7e67fe2ee59b57ce74f8303d30bebc84f6b0d0
-
Eike Rathke yazdı
This reverts commit 3b3b690c1f0479cfbebcfa68595f75a4994e7a5f. With the use of StringContainsWord() it is unnecessary to loop all available names.
-
Eike Rathke yazdı
Follow-up, check for ASCII first to avoid calls to i18n, and check the type flags instead of calls to CharClass methods that give unexpected results with their masks. Change-Id: I10e685998299dceb2dbcf1d87ae1de09680b8a99
-
Eike Rathke yazdı
Change-Id: I897dbcee47de574d91ba3e3b40a39a35b779fef8
-
Kohei Yoshida yazdı
Change-Id: I245f4a26c8fdee8230bb0af2963cae2739413253
-
- 16 May, 2014 17 kayıt (commit)
-
-
Michael Stahl yazdı
ObjectContactOfPageView::DoProcessDisplay() has a special case for painting to MetaFiles, and does not set the ViewPort from the passed-in RedrawArea unless it's a printing or PDF export, with the result that for a plain MetaFile all fly-frames in a Writer document are painted, whether visible or not. Since e2eda70f now calls GetPreviewMetaFile() after every document load, this issue is more visible. Since there is no obvious reason to ever ignore a passed RedrawArea, simply always use it for the ViewPort, not just when printing. Change-Id: I256710f1476181f567069b45a2a494b0d2064d6b
-
Michael Stahl yazdı
Invalid read of size 1 at SwParaPortion::SetPrep(bool) (porlay.hxx:299) by SwTxtFrm::Prepare(PrepareHint, void const*, bool) (txtfrm.cxx:1756) by SwTxtFrm::Prepare(PrepareHint, void const*, bool) (txtfrm.cxx:1663) by SwCntntFrm::MakeAll() (calcmove.cxx:1310) by SwFrm::OptPrepareMake() (calcmove.cxx:356) by SwFrm::OptCalc() const (frame.hxx:1037) by SwLayAction::_FormatCntnt(SwCntntFrm const*, SwPageFrm const*) (layact.cxx:1829) by SwLayAction::FormatCntnt(SwPageFrm const*) (layact.cxx:1660) by SwLayAction::InternalAction() (layact.cxx:597) by SwLayAction::Action() (layact.cxx:376) by SwLayIdle::SwLayIdle(SwRootFrm*, SwViewImp*) (layact.cxx:2179) Address 0x1f9507e0 is 832 bytes inside a block of size 840 free'd by FixedMemPool::Free(void*) (mempool.cxx:48) by SwParaPortion::operator delete(void*, unsigned long) (in /work/lo/master/instdir/program/libswlo.so) by SwParaPortion::~SwParaPortion() (porlay.cxx:1972) by SwTxtFrm::ClearPara() (txtcache.cxx:102) by SwTxtFrm::Init() (txtfrm.cxx:329) by SwTxtFrm::CalcLineSpace() (txtfrm.cxx:746) by SwTxtFrm::Prepare(PrepareHint, void const*, bool) (txtfrm.cxx:1680) by SwTxtFrm::Prepare(PrepareHint, void const*, bool) (txtfrm.cxx:1663) by SwCntntFrm::MakeAll() (calcmove.cxx:1310) by SwFrm::OptPrepareMake() (calcmove.cxx:356) by SwFrm::OptCalc() const (frame.hxx:1037) by SwLayAction::_FormatCntnt(SwCntntFrm const*, SwPageFrm const*) (layact.cxx:1829) by SwLayAction::FormatCntnt(SwPageFrm const*) (layact.cxx:1660) by SwLayAction::InternalAction() (layact.cxx:597) by SwLayAction::Action() (layact.cxx:376) by SwLayIdle::SwLayIdle(SwRootFrm*, SwViewImp*) (layact.cxx:2179) Change-Id: I64a1cc6ea301b653af951ba0e00e28d4655d2d97
-
Julien Nabet yazdı
Change-Id: I5e2c57f4c53147ab4ae58f48059c8020de144f3c
-
Julien Nabet yazdı
Change-Id: Iaecba29cb5958787ec2581198943d373e37a3934
-
Julien Nabet yazdı
Change-Id: Iadb275a3799195a8c2eb57a975315f21d8215b31
-
Julien Nabet yazdı
Change-Id: I22ded05f328aeb4479c90e79b12729eb3835b3ec
-
Julien Nabet yazdı
Change-Id: Ibccaa2138426c22cd63d273a1b6cdc927ebe80dc
-
Miklos Vajna yazdı
Change-Id: Ib1108a6641635bbbb0d88968754d7bb19a8c9e73
-
Miklos Vajna yazdı
Change-Id: Ia0c416ce7c1323f9c0c20b969bd57e9a2174a3dc
-
Miklos Vajna yazdı
Change-Id: Ie777de47dc70da136b145028a08ea17a0de7a87d
-
Zolnai Tamás yazdı
It leads confusing behavior. Time is not set by now because set method does not work. Change-Id: I447d07d4193e25e6916ee05ee335d4cf150380a2
-
Michael Meeks yazdı
This happens with certain fglrx drivers etc. where 'cloned' is not set but instead both monitors are placed over the top of each other (by XFCE) -> work around that. Change-Id: I9d1846bfae2692681606717f7f5e8408df532d95
-
Tor Lillqvist yazdı
Change-Id: I1f44de228fe09584699a1e158c32882cd9e7eac7
-
Zolnai Tamás yazdı
Change-Id: I663e8da9ee3f4b860d727abb3783e322eedd7d9f
-
Kohei Yoshida yazdı
This prevents creation of a temporary EditView instance which would mess up the cursor state while the mouse pointer is hovering. Change-Id: I7759667b105b4389dd4de2673cd2fbe32082c95d
-
Eike Rathke yazdı
... so we can switch later to an SvxLanguageComboBox for some. Change-Id: I1a48ee7207a14b2666be09f091c47f09fcbce192
-
Zolnai Tamás yazdı
gltf_animation_set_time doesn't work but stops the animation. Change-Id: Ia17724c36e2007451e24f97e04a09240359ad969
-