1. 11 Agu, 2016 10 kayıt (commit)
  2. 10 Agu, 2016 25 kayıt (commit)
  3. 09 Agu, 2016 5 kayıt (commit)
    • Christian Lohmaier's avatar
      Updated core · 107a7cc5
      Christian Lohmaier yazdı
      Project: translations  0f9380734b89eb362e97e4e23bbf32d924b39132
      
      update translations for 5.2.1 rc1
      
      and force-fix errors using pocheck
      
      Change-Id: I49f23c37a0f656727ba869e616e9d0b5679b9b15
      107a7cc5
    • Caolán McNamara's avatar
      Resolves: tdf#101309 crash on deleted SdrObject · d79a4f46
      Caolán McNamara yazdı
      when we're not recording undo, then SdrUndoDelObj just deletes
      the argument its passed. And this code assumes that it is transferred
      to the SdrUndoDelObj and it still exists.
      
      Use the same pattern as ScPostIt::RemoveCaption for this situation
      
      Invalid read of size 8
         at 0xB1713B6: SdrObject::GetOrdNum() const (svdobj.cxx:777)
         by 0x3C9E029C: ScDetectiveFunc::DeleteArrowsAt(short, int, bool) (detfunc.cxx:695)
         by 0x3C9E1D4C: ScDetectiveFunc::FindSuccLevel(short, int, short, int, unsigned short, unsigned short) (detfunc.cxx:1118)
         by 0x3C9E2405: ScDetectiveFunc::DeleteSucc(short, int) (detfunc.cxx:1207)
         by 0x3CF812BA: ScDocFunc::DetectiveRefresh(bool) (docfunc.cxx:480)
         by 0x3CFC9FAF: ScDocShell::DoHardRecalc(bool) (docsh4.cxx:1250)
      
       Address 0x50992d50 is 112 bytes inside a block of size 464 free'd
         at 0x4C2D22A: operator delete(void*) (vg_replace_malloc.c:576)
         by 0xB1D04BC: SdrPathObj::~SdrPathObj() (svdopath.cxx:1681)
         by 0xB1701F5: SdrObject::Free(SdrObject*&) (svdobj.cxx:394)
         by 0xB258666: SdrUndoObjList::~SdrUndoObjList() (svdundo.cxx:720)
         by 0xB258A39: SdrUndoRemoveObj::~SdrUndoRemoveObj() (svdundo.cxx:774)
         by 0xB25E29B: SdrUndoDelObj::~SdrUndoDelObj() (svdundo.hxx:298)
         by 0xB25E2B7: SdrUndoDelObj::~SdrUndoDelObj() (svdundo.hxx:298)
         by 0x3C7E5D0E: ScDrawLayer::AddCalcUndo(SdrUndoAction*) (drwlayer.cxx:1120)
         by 0x3C9E0238: ScDetectiveFunc::DeleteArrowsAt(short, int, bool) (detfunc.cxx:692)
      
      Change-Id: Idc6d1f8e9ad8b203dac55630f8c100e74d3e017b
      d79a4f46
    • Eike Rathke's avatar
      Function Wizard: clarify that CEILING.XCL rounds away from zero · ebb9ae93
      Eike Rathke yazdı
      Change-Id: Iabb24d673c15ffa26bb7ea00373639e736e324d4
      ebb9ae93
    • Eike Rathke's avatar
      Updated core · e9aae8ab
      Eike Rathke yazdı
      Project: help  4c58b1b195d7df86ea6ccee322478064f7f8a10a
      
      clarify on CEILING,CEILING.MATH,CEILING.XCL and FLOOR,FLOOR.MATH,FLOOR.XCL
      
      Change-Id: I557b2be54fad33e540017e093d3261e430e9a152
      e9aae8ab
    • Miklos Vajna's avatar
      sw lok: limit undo/redo access to undo actions created by the same view · 5d8639aa
      Miklos Vajna yazdı
      So one view can't undo the changes of an other view by accident. If
      this is found to be useful in the desktop case, perhaps a dedicated
      config option can be added for it; for now the behavior is LOK-only.
      
      Change-Id: I7ff505d021bd6f6be36953ecc8f8bb971ce8927e
      Reviewed-on: https://gerrit.libreoffice.org/28007Reviewed-by: 's avatarMiklos Vajna <vmiklos@collabora.co.uk>
      Tested-by: 's avatarJenkins <ci@libreoffice.org>
      5d8639aa