summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-05-30reenable JunitTest_dbaccess_complex part RowSetLionel Elie Mamane
Change-Id: I82a1af0cd6b068e9f349ec6b068e78d55e8ab969
2015-05-30tweaksLionel Elie Mamane
Change-Id: I84ca5d1f3247d3ba3ed76bf3d39be14b47613703
2015-05-30do not try to get bookmark when in invalid positionLionel Elie Mamane
Change-Id: I64fc14e527af4f0f846bbfae84cf8d1d2914b6b9
2015-05-30handle getParameters being called before execute()Lionel Elie Mamane
Change-Id: If81e745ee15df3848c6577a9e979672523718daf
2015-05-30janitorialLionel Elie Mamane
Change-Id: I72cc8b84332442920eb5bb793474de0e9ec0fc86
2015-05-30HSQLDB connection flush: safer handling when createStatement or execute failsLionel Elie Mamane
Change-Id: I32f3014bbf32c4a4a990bea03ee565c9b4c0164d
2015-05-30tdf#82591 ORowSetBase::getRow handles insert row correctlyLionel Elie Mamane
and critically for this bug, modified row, too. Change-Id: I11c418d8926cabe81fcdb65d7293a4283e566f7a
2015-05-30another DrawingML export crash fixAndras Timar
Change-Id: I0386b4a768a9ac51cb86ac1c3edb17c41caf821a Reviewed-on: https://gerrit.libreoffice.org/15993 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Andras Timar <andras.timar@collabora.com>
2015-05-30Fix TB Linux-F19-x86_64_14-with-checkJulien Nabet
CStyleCastExpr, suspicious cast from ´bool´ to ´sal_Bool´ (aka ´unsigned char´) [loplugin:salbool] Change-Id: Ic463a57a0ef701c3d8dbcfb9b2254f6bbc266460
2015-05-30Implemented formula group count statisticBenjamin Ni
Change-Id: I8b9c11fdd4b6e4343b467f1e5b1d1e96f1dd3140 Reviewed-on: https://gerrit.libreoffice.org/15927 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2015-05-30ScrollFlags conversion "typo" - fixes scrolling repaint problemsTomaž Vajngerl
beer++; Change-Id: Id89f4206ad7a21d793ae633f53055eb38bba5285
2015-05-30Fix missing small clear formatting iconYousuf Philips
Change-Id: I802e5bc245cdd2d84404c5131e065c7bf2934928 Reviewed-on: https://gerrit.libreoffice.org/15989 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com>
2015-05-29add a bugzilla starting id and set it for tdfCaolán McNamara
to avoid downloading duplicate bugs from before the migration to tdf Change-Id: I6449e26708b2cb46c3a8829ba5ef8bd86ef072ae
2015-05-29VclPtr: tdf#91396 crash after tool options and sidebar switchingCaolán McNamara
Change-Id: I86c23ffc08c8dec275608d9bc0bbe5eaf7ce0993 Reviewed-on: https://gerrit.libreoffice.org/15985 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-05-29tdf#91650 add missing small freeze pane iconYousuf Philips
Change-Id: If7149c29cca107661d93d6d0c0925c76f956b356 Reviewed-on: https://gerrit.libreoffice.org/15981 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com>
2015-05-29Fix Mac TBs by unhidding testSkipImages()Julien Nabet
Change-Id: I2624ef7824859339b1b0a669279e7c4186ebf35b
2015-05-29store FilterConfigItem options in disposeLászló Németh
Change-Id: I090303dcff833997774fc69826dc7feffa05a3c5
2015-05-29Revert "skip SkipImages unit test on MacOs"Julien Nabet
Let's reenable the test for MacOs to see. The system cache has been purged, a "make distclean" has been done (see http://nabble.documentfoundation.org/About-skip-SkipImages-unit-test-on-MacOs-td4149788.html) This reverts commit be01d68420086fc36ecf26b5f597ba7c6b29b369. Change-Id: Ib281db5e3497a3bc9b176a28ccbee25ba051910a
2015-05-29sc: SvxSearchItem, m_nStartPoint{X,Y}Henry Castro
The idea is that if you have your cursor at the begining of a Calc document, and you scroll down a lot, then search, then it's annoying that search jumps back to the start of the document for the first hit. Add an optional way to provide what is the starting point of such a search, so we can have "when nothing is selected, then search from the top left corner of the visible area". Change-Id: I22624dd52a093759d46541e003d838aeb0db943f
2015-05-29dispose SfxControllerItem objects correctlyLászló Németh
Change-Id: Id5f80e06e5609b4e85f3d6db7bc37aabe6ef0dac
2015-05-29Updated coreOlivier R
Project: dictionaries 6565f427350dc8ad47e8e2669c7321e5331202d7 Update French dictionary (v5.3.2)
2015-05-29fix Invalid Read on conversion of ooo95991-1.odt to pdfCaolán McNamara
"Prepare" can delete the Portion belonging to the SwTxtFrm and replace it. Prepare knows this and re-fetches it if that happens. But Prepare can call itself and the outermost Prepare doesn't know that the innermost Prepare replaced the SwTxtFrm (and re-fetched it for the remainer of the innermost Prepare). So bubble out that it was re-fetched so the outer most one re-fetches too Invalid read of size 1 SwParaPortion::SetPrep(bool) (porlay.hxx:299) SwTextFrm::Prepare(PrepareHint, void const*, bool) (txtfrm.cxx:1805) SwContentFrm::MakeAll() (calcmove.cxx:1317) SwFrm::PrepareMake() (calcmove.cxx:340) SwFrm::Calc() const (frame.hxx:1004) CalcContent(SwLayoutFrm*, bool, bool) (fly.cxx:1465) SwLayoutFrm::FormatWidthCols(SwBorderAttrs const&, long, long) (wsfrm.cxx:3306) Address 0x2137c850 is 832 bytes inside a block of size 840 free'd free (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so) rtl_freeMemory_SYSTEM(void*) (alloc_global.cxx:277) rtl_freeMemory (alloc_global.cxx:347) rtl_cache_free (alloc_cache.cxx:1222) FixedMemPool::Free(void*) (mempool.cxx:48) SwParaPortion::operator delete(void*, unsigned long) (in /home/caolan/LibreOffice/core/instdir/program/libswlo.so) SwParaPortion::~SwParaPortion() (porlay.cxx:1967) SwTextFrm::ClearPara() (txtcache.cxx:106) SwTextFrm::Init() (txtfrm.cxx:339) SwTextFrm::CalcLineSpace() (txtfrm.cxx:792) SwTextFrm::Prepare(PrepareHint, void const*, bool) (txtfrm.cxx:1724) SwTextFrm::Prepare(PrepareHint, void const*, bool) (txtfrm.cxx:1706) SwContentFrm::MakeAll() (calcmove.cxx:1317) SwFrm::PrepareMake() (calcmove.cxx:340) SwFrm::Calc() const (frame.hxx:1004) CalcContent(SwLayoutFrm*, bool, bool) (fly.cxx:1465) SwLayoutFrm::FormatWidthCols(SwBorderAttrs const&, long, long) (wsfrm.cxx:3306) Change-Id: I1fdade2846e3cbd2e73be1f58d2597e9358fa0ea
2015-05-29fix base wizard sizeCaolán McNamara
if we are forced to fetch the theme early before the MiscSettings in svtools sets it then don't cache the value so that when the MiscSettings kicks in that the SettingsChanged signal is sent out and we get the right fontsize (or something like that) Change-Id: I0447c934ec184232591183c6c099a4d7217183fb
2015-05-29tdf#91720 -after MailMerge print, plain std print is not possibleJuergen Funk
Reset the batchmode variable, after the batch print job Related: 138d29aa09417eba4d15ade4c9f4dab2620b6326 Change-Id: I6d8861e53ba6245019213d88d83603bfe932f010
2015-05-29add test for frame backgroundsVarun Dhall
Change-Id: I39766373811a48a683706c391aa46a9bf89b3462 Reviewed-on: https://gerrit.libreoffice.org/15924 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2015-05-29Support Azul Zulu JRE on Linux and Mac OS X, tooStephan Bergmann
Change-Id: I317506319b91daf006a0ba79874ff265ba6ed4da
2015-05-29tdf#91702 - fix stack-based MessBox allocation.Michael Meeks
Change-Id: I62dd164e281911d9db3de453789a5badc7cd5fd7 Reviewed-on: https://gerrit.libreoffice.org/15954 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
2015-05-29split forms unoapi test for performanceBjoern Michaelsen
- test previously took 2m51s here - slowest part is now 54s Change-Id: Ib81fcb1a6e27dd54e0c3a319ff065166d57654ff Reviewed-on: https://gerrit.libreoffice.org/15959 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2015-05-29split toolkit unoapi test for performanceBjoern Michaelsen
- test previously took 3m18s here - slowest part is now 60s Change-Id: Ibbcdf9a7f408fcca189bcb7b182a864aea1f7159 Reviewed-on: https://gerrit.libreoffice.org/15958 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2015-05-29split sw unoapi test for performanceBjoern Michaelsen
- test previously took 3m35s here - slowest part is now 70s Change-Id: I4a3e03cf6ef014ad60ecf6897b7395a680c33460 Reviewed-on: https://gerrit.libreoffice.org/15957 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2015-05-29split sc unoapi test for performanceBjoern Michaelsen
- test previously took 4m21s here - slowest part is now 54s Change-Id: I2abd645e9bdcebc976b07ba0d2ccbd62cbbf71ed Reviewed-on: https://gerrit.libreoffice.org/15956 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2015-05-29LOK: add DOCUMENT_SIZE_CHANGED testcaseMiklos Vajna
This failed without the SwViewShell::SizeChgNotify() hunk of commit 63a40c45018ad2e6f4a660a520a5907beb1d7801 (LOK: change PAGE_COUNT to a more generic DOCUMENT_SIZE, 2015-05-27). Change-Id: Id230420f60d1a6f3caf822f7e23ffca010919196
2015-05-29Bring test function lists in syncStephan Bergmann
Change-Id: Ic91ddc695e9f3c7d8ba4d2bb67c8c84de2a22d5c
2015-05-29Fix execution of testLaoStephan Bergmann
...which had already been conditional on U_ICU_VERSION_MAJOR_NUM > 51, so 452a06b70578eb83067c6c744cd97eebafc4003c "Activate unit test for Lao breakiterator support" should merely have extended that #if to the function declaration/definition in response to loplugin:unreffun, not unconditionally enabled it. Change-Id: Ia1ce4e99b4a960b1e70cae0a61b0d526b0353d9a
2015-05-29loplugin:redundantcast: const_cast to same typeStephan Bergmann
Change-Id: I1abdc2ab0b145e12f7fb00db529f52c11e4d7cfd
2015-05-29loplugin:redundantcast: const_cast to same typeStephan Bergmann
Change-Id: I610fd4cf9339fd5c18eb77e7c94ffd0f99e9b125
2015-05-29loplugin:redundantcast: const_cast to same typeStephan Bergmann
Change-Id: I7cb919140539d0d573b5fbf786a6041843c2388a
2015-05-29loplugin:redundantcast: const_cast to same typeStephan Bergmann
Change-Id: I226413abb1e87fcb9de21a496b359dd7ef33761d
2015-05-29loplugin:redundantcast: const_cast to same typeStephan Bergmann
Change-Id: Ifced01f17de220d430bb9d51d1fdc67242efcff8
2015-05-29loplugin:redundantcast: const_cast to same typeStephan Bergmann
Change-Id: I305f476e85b4e0bef4ef91fb5eaa75313b0e490f
2015-05-29loplugin:redundantcast: const_cast to same typeStephan Bergmann
Change-Id: I3da21ec39ea4802e2f95943dee4e02e1490a513f
2015-05-29loplugin:redundantcast: const_cast to same typeStephan Bergmann
Change-Id: Ifa5d960a9dbeb9e770beafd4f0cbeccb5a1b1c0d
2015-05-29loplugin:redundantcast: const_cast to same typeStephan Bergmann
Change-Id: I5fe081bc2edfe14c81372ae0fd407e493d80d689
2015-05-29loplugin:redundantcast: const_cast to same typeStephan Bergmann
Change-Id: Ifdb1c4174b89b273dd240d3d0f542ec4a871c7e0
2015-05-29loplugin:redundantcast: const_cast to same typeStephan Bergmann
Change-Id: Ib80d28bf3680fc7ff1f11f3d143a103075b7ef75
2015-05-29loplugin:redundantcast: const_cast to same typeStephan Bergmann
Change-Id: Ic4e5afab0e948392a0f2e4bdeab84afffa3e647f
2015-05-29loplugin:redundantcast: const_cast to same typeStephan Bergmann
Change-Id: Id14155fb1ec81d918490a904e4d0f6d2d67f7885
2015-05-29loplugin:redundantcast: Work around OS X memchr bugStephan Bergmann
...where in C++ memchr does not have exactly the two overloads void const * memchr(void const *, int, size_t) void * memchr(void *, int, size_t) but rather the C void * memchr(void const *, int, size_t) shining through (see bugreport.apple.com issue 21128245 "non-conforming memchr in C++"), which gets in the way of the upcoming improved redundant const_cast check in loplugin:redundantcast. Change-Id: I7001e74e03429ef23682d52da28fca435130d775
2015-05-29Fix Windows 64-bit buildStephan Bergmann
Change-Id: Ie02b1b51463aa9d6c5e80001eb089909995d5b5b
2015-05-29tdf#91484 fix macro editor - Invalidate in paintTomaž Vajngerl
Change-Id: I787da9a665e54caea229def185076b29c00fd11e