summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-10-29tdf#89337: Fixing crash in edit/index dialog, againOliver Specht
the fix of tdf#92732 moved the crash from pressing Close/OK to pressing the window closer. Now the CareWindow is set in dispose and this works for all Change-Id: Id9c272acec48890556a5042c0f5310e69c0a67da Reviewed-on: https://gerrit.libreoffice.org/19645 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Oliver Specht <oliver.specht@cib.de>
2015-10-29tdf#93509: crash on storing auto correction config fixedOliver Specht
fix of tdf#86494 removed the pAutoCorrect which is required to store the config committing the config before fixes the crash Change-Id: If049d5ad1e62711d4ec66ec6cca15940f7edba90 Reviewed-on: https://gerrit.libreoffice.org/19640 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Oliver Specht <oliver.specht@cib.de>
2015-10-29remove the USE_APP_SHORTCUTS #define and simplify the code in the processNoel Grandin
it was effectively always being set to true Change-Id: I9e29819d10985708e37e87daa37be72b3e160c7e Reviewed-on: https://gerrit.libreoffice.org/19639 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-10-29com::sun::star->css in sfx2Noel Grandin
Change-Id: I20d9b45e4b28c2a4a511774d3154aceb0471d197 Reviewed-on: https://gerrit.libreoffice.org/19643 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-10-29Updated coreStanislav Horacek
Project: help 40fcfdbae0a973225f0c814f640bbf9b35bd0069 use switches for Ctrl or Command key Change-Id: Iba433df44d9f944182022ff32ce94db4b4b548a5 Reviewed-on: https://gerrit.libreoffice.org/19650 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2015-10-29evil error description is misleadingBjoern Michaelsen
Change-Id: I2b8332e8346fbbbb3270e53102e5e3a51cbd6df7
2015-10-29sw: fix "long" overflow in lcl_CalcWishMichael Stahl
0 + (1 * 32768 * 65536 / 65537) evaluates to -32767 with 32-bit MSVC whereas with 64-bit GCC the result is +32767. The multiplication overflows to 0x80000000 - so do that in 64 bits. This fixes the JunitTest_sw_unoapi_4 failure in SwXTextTable on the TableBorder property, where the wrong result caused MakeSelUnions() to believe that the last cell is not visible and hence setting the TableBorder property failed. Change-Id: Idb10535ce5342cd83d7ab6aea07782a2034469eb
2015-10-28unit test for tdf#95395Eike Rathke
Change-Id: I8bbd70f6740019bebc23d20259f923b8f87d4329
2015-10-28Resolves: tdf#95395 force range reference to array only in array formulaEike Rathke
... and not already if the function has a (ReferenceOr)ForceArray type parameter somewhere else in the parameter list. Regression triggered by commit 01eea7fe40c939311bf1920b6e8b4391a93c2e82 for MATCH, HLOOKUP and VLOOKUP first parameter, but behavior already present since OOo for LOOKUP; FORECAST in its first parameter, PROB, LINEST, LOGEST and TTEST in the last two parameters. Change-Id: I4a30ea3362f86274a048b0e3f47fa12da3001a3a
2015-10-28coverity#1326258 Explicit null dereferencedCaolán McNamara
Change-Id: I58b07353f4dca7fc24305bd0120ed7db18339e83
2015-10-28coverity#1326465 Dereference null return valueCaolán McNamara
Change-Id: I0bb704e3f49444c7b377ac22acb52cf2dd58325f
2015-10-28coverity#1326106 Missing call to superclassCaolán McNamara
Change-Id: I546d3a1be35c627b4fe36972620eefd4ee099e7f
2015-10-28coverity#1326926 NS: Suspicious use of non-short-circuit boolean operatorCaolán McNamara
Change-Id: Iceccb42d7e65abe012411fd61b3c69145d91f17a
2015-10-28coverity#1326924 NS: Suspicious use of non-short-circuit boolean operatorCaolán McNamara
Change-Id: I99aba91939af31837923d2e2e3ca4814178449dc
2015-10-28tdf#91270 fix crash on exit (Windows)Andras Timar
dynamic atexit destructor and const static variables reportedly cause crash, let's avoid this. Change-Id: I24234084f810854606dde9914bee1c98ebc2e3dd Reviewed-on: https://gerrit.libreoffice.org/19656 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2015-10-28tdf#94138 also apply settings when printing (Draw call)Tomaž Vajngerl
Change-Id: I72056f3e167923f00c37648a24190b533eb9b471
2015-10-28base new query wizard: fix confusion between display name and field nameLionel Elie Mamane
Change-Id: I75354ffea2daede55b34e4cf3321d57196be3d9b
2015-10-28dbaccess KeySet: on insert, set NULL only when there is no default valueLionel Elie Mamane
Change-Id: I4f9ea6760a7e47d28fe378c8429fb286d6e7f33e
2015-10-28Breeze Icons: optimize png files reduce file sizeandreas kainz
Change-Id: Id380b97a507377f77ef679962dce155d9fa777b9 Reviewed-on: https://gerrit.libreoffice.org/19566 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
2015-10-28tdf#92256: Don't save CONV_UNSPECIFIED string ref syntax valueKatarina Behrens
The following scenario is how it breaks: 1. user has ExcelA1 as her formula syntax setting, CONV_UNSPECIFIED (that means "same as formula syntax") as her string ref syntax setting 2. she saves the document, it will now contain CONV_UNSPECIFIED value 3. someone else with CalcA1 formula syntax setting opens the document ... since it contains CONV_UNSPECIFIED "same as formula syntax" value, it will use his CalcA1 formula syntax value to evaluate INDIRECT func => #REF! Avoid this by reading formula syntax/grammar value, mapping it to matching string ref syntax and saving that instead of CONV_UNSPECIFIED Change-Id: Ide62d81e6b70c2e9f2ff79648935788107475778 Reviewed-on: https://gerrit.libreoffice.org/19610 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2015-10-28What's a "mape"?Tor Lillqvist
Change-Id: I4f7895683d5e42fd9c901759615025958939eb76
2015-10-28tdf#95354 - pad AltX to 4 charactersJustin Luth
Change-Id: I552f305e78427bdbd37e48013f5cc4b78024e8ff Reviewed-on: https://gerrit.libreoffice.org/19631 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2015-10-28sw: surely that should be !=, not <Michael Stahl
Change-Id: Id733fd3a53fe2023be20fcf7c9d93823d1697a7d
2015-10-28sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
Change-Id: I1d9aa200734d264e3bc65ea39f8c2a2d03782f7b
2015-10-28tdf#94871: sw: fix a frame formatting regression that affects helpMichael Stahl
The early return must also be taken if the anchor is neither AT_CHAR nor AT_PARA. (regression from a219bbb62f974020fac0799143fbc51c385bb460) Change-Id: I4eccb1f80401ba620ef87342f40c1a896918f3d3
2015-10-28sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
Change-Id: I85409838a5c44f8e76c60ff88e41c01d2bb71987
2015-10-28sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
Change-Id: I2bb543ce1678140e8a6e086171a8f6b4529771d3
2015-10-28sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
Change-Id: I32edfa929aa81431a1e20180f3fd8a539ad43274
2015-10-28sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
Change-Id: I9adb9a445844ead91eefec8c57b879b0cc11c686
2015-10-28preserve and renumber duplicate valuesEike Rathke
Change-Id: I5c805fb7d60d8bae7109e3910f7bb0b5dd142909
2015-10-28add comment that some STR_COND_... values must be in sequenceEike Rathke
Change-Id: Ibb1b14aa624b1ff6f52c5db8ba799d8cf30c3484
2015-10-28Date: avoid temporary conversions to sal_uIntPtrMatteo Casalin
Change-Id: Ib52c5d1a55d17c572fd5be9a3ce36c6de7965220
2015-10-28Date: group common codeMatteo Casalin
Change-Id: I4d1bf6591d54621c33dc2ff0be0ecb59f1839581
2015-10-28Rename (private) Date::init and reuse itMatteo Casalin
Change-Id: I3123876860cf6cce1e16c8f516f3d08fa7e15d83
2015-10-28Date: use support function for mapping years to daysMatteo Casalin
and reduce scope for other local support functions. Change-Id: Id0d6b9a04ff67620f6dca39d62443a3f191d75ee
2015-10-28Avoid intermediate cast to sal_uIntPtrMatteo Casalin
Change-Id: Ia7b5f519e381318f1d1cd6d0f982d22e8bbdffa7
2015-10-28vcl: This is constantTakeshi Abe
Change-Id: I27a83996031b9494ad736ad82a7fff5740fbaf30
2015-10-28Get rid of some redundant base class typedefsStephan Bergmann
Change-Id: Ia11ec85cc172d1b81b494107306c0aee98ce2ab5
2015-10-28vcl: getWindow() -> setClipboard() in ITiledRenderableMiklos Vajna
It's cleaner to let the apps do this themselves than exposing their underlying vcl::Window. Change-Id: Iff2442dd325fa65a0cf3ad4aa7f918542dab1e4c
2015-10-28sw: prefix members of SwSubFontMiklos Vajna
Change-Id: Ifc4ec214ad7034ecf694c690c3a04e995c64fbe9
2015-10-28sw: prefix members of SwTOXMarkMiklos Vajna
Change-Id: Id8cc41ab9af5d6fe9934f97927c7e3d1e7f6ebf3
2015-10-28sw: prefix members of SwTOXTypeMiklos Vajna
Change-Id: I8500dda538a82a920dd6164251bf193489b12a15
2015-10-28sw: prefix members of SwTableBoxMiklos Vajna
Change-Id: If4c4a043f3d9c2e1e89eb4199d33cd39f502c56e
2015-10-28Fix includesStephan Bergmann
Change-Id: I9e2b4cd366fa4f7561945d9c86e35e984df36fd9
2015-10-28Fix previous 604c6cf42f1d136e5c076b4ae17bec86e7e1a206Stephan Bergmann
"bin confusion with name AccessibleGridControlTableImplHelper," there is no cppu::ImplHelper Change-Id: I289c3a20e848a1ce6f548b5720cf1436eed5352c
2015-10-28com::sun::star->css in scNoel Grandin
Change-Id: I7774890f46f9343e944e34db27af8bce3b1d0915
2015-10-28sw: remove SwDBTreeList_Impl::m_aConnectionsMichael Stahl
... which actually does nothing since commit fca027b0bd76a76b50f4d6d667d2d479417a74a6 but was dutifully converted to a boost::ptr_vector. Change-Id: I69186d6ba7d90fb2f94b417fede3a907811c32c0 Reviewed-on: https://gerrit.libreoffice.org/19518 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-10-28bin confusion with name AccessibleGridControlTableImplHelperDouglas Mencken
AccessibleGridControlTableBase.hxx : typedef ::cppu::ImplHelper< css::accessibility::XAccessibleTable > AccessibleGridControlTableImplHelper; AccessibleGridControlTable.hxx : typedef ::cppu::ImplHelper< css::accessibility::XAccessibleSelection > AccessibleGridControlTableImplHelper1; Change-Id: Icde57d148cf725a3bd4c0927edf7461598398e04 Reviewed-on: https://gerrit.libreoffice.org/19348 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-10-28com::sun::star->css in sal,saxNoel Grandin
Change-Id: I24e202b1f8071fe918e4e164b5fa1c08a561cb24 Reviewed-on: https://gerrit.libreoffice.org/19626 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-10-28com::sun::star->css in scaddins,sccomp,scriptingNoel Grandin
Change-Id: Id9167341940bac65f055e1e33ff0670f6fa0f6c4 Reviewed-on: https://gerrit.libreoffice.org/19629 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>