1. 01 Eyl, 2015 10 kayıt (commit)
    • Caolán McNamara's avatar
      add EDB-38031 test case · bfa839ba
      Caolán McNamara yazdı
      Change-Id: Idb24848ecd15d3970cdec3e080eb0f8ead0358ed
      bfa839ba
    • Miklos Vajna's avatar
      cid#1321599 missing break · 0cf6c6b8
      Miklos Vajna yazdı
      Change-Id: Idaf322c53cb8955bb88e18a6d79fd800dc48621d
      0cf6c6b8
    • Takeshi Abe's avatar
      sdext: tdf#88206 replace cppu::WeakImplHelper* etc. · e15d4b8e
      Takeshi Abe yazdı
      with the variadic variants.
      
      Change-Id: I663029b736489b81ed4ccb5f7bd657fbaf091bdf
      Reviewed-on: https://gerrit.libreoffice.org/18206Reviewed-by: 's avatarNoel Grandin <noelgrandin@gmail.com>
      Tested-by: 's avatarNoel Grandin <noelgrandin@gmail.com>
      e15d4b8e
    • Julien Nabet's avatar
      tdf#91022: Incorrect Dates in Report created with legacy report wizard · ed33646c
      Julien Nabet yazdı
      Regression from http://cgit.freedesktop.org/libreoffice/core/commit/?id=5d8ecad569fd7a254902da154ed8057ec61f3a83
      Thank you Matthew Francis for having found the root cause!
      
      Change-Id: I4128368a5f5df6a9fc5f7668fb1f8f330b5795b9
      Reviewed-on: https://gerrit.libreoffice.org/18210Reviewed-by: 's avatarNoel Grandin <noelgrandin@gmail.com>
      Tested-by: 's avatarNoel Grandin <noelgrandin@gmail.com>
      ed33646c
    • David Ostrovsky's avatar
      core: fix build with system boost 1.59 · e00a3a68
      David Ostrovsky yazdı
      9a6cdce3 was trying to fix the problem
      with exposing deprecated vars and functions in system's error_code.hpp
      include file by patching bundled boost version.  This approach would
      only make sense, when upstream version is going to be fixed ASAP. Apply
      another approach, and follow the same pattern as applied in external
      libraries, by defining
      
        -DBOOST_ERROR_CODE_HEADER_ONLY \
        -DBOOST_SYSTEM_NO_DEPRECATED
      
      instead of patching bundled boost version.  This way, the code would
      work with unpatched system boost 1.59 final as well.
      
      Change-Id: I8684ca458ea4a5b7d7c3c3acfe7c14a6d19bc665
      Reviewed-on: https://gerrit.libreoffice.org/18201Reviewed-by: 's avatarDavid Ostrovsky <david@ostrovsky.org>
      Tested-by: 's avatarDavid Ostrovsky <david@ostrovsky.org>
      e00a3a68
    • Stephan Bergmann's avatar
      -fsanitize=enum · 0fad62c2
      Stephan Bergmann yazdı
      ...as happens in CppunitTest_sw_filters_test with
      sw/qa/core/data/ww8/pass/CVE-2015-2467-1.doc, first at:
      
      > filter/source/msfilter/msdffimp.cxx:1477:17: runtime error: load of value 8193, which is not a valid value for type 'MSO_Anchor'
      >  DffPropertyReader::ApplyCustomShapeTextAttributes(SfxItemSet&) const filter/source/msfilter/msdffimp.cxx:1477:17
      >  DffPropertyReader::ApplyAttributes(SvStream&, SfxItemSet&, DffObjData&) const filter/source/msfilter/msdffimp.cxx:2694:9
      >  SvxMSDffManager::ImportShape(DffRecordHeader const&, SvStream&, void*, Rectangle&, Rectangle const&, int, int*) filter/source/msfilter/msdffimp.cxx:4332:21
      >  SvxMSDffManager::ImportGroup(DffRecordHeader const&, SvStream&, void*, Rectangle&, Rectangle const&, int, int*) filter/source/msfilter/msdffimp.cxx:4119:39
      >  SvxMSDffManager::ImportGroup(DffRecordHeader const&, SvStream&, void*, Rectangle&, Rectangle const&, int, int*) filter/source/msfilter/msdffimp.cxx:4106:39
      >  SvxMSDffManager::ImportGroup(DffRecordHeader const&, SvStream&, void*, Rectangle&, Rectangle const&, int, int*) filter/source/msfilter/msdffimp.cxx:4106:39
      >  SvxMSDffManager::ImportGroup(DffRecordHeader const&, SvStream&, void*, Rectangle&, Rectangle const&, int, int*) filter/source/msfilter/msdffimp.cxx:4106:39
      >  SvxMSDffManager::ImportObj(SvStream&, void*, Rectangle&, Rectangle const&, int, int*) filter/source/msfilter/msdffimp.cxx:4033:16
      >  SvxMSDffManager::GetShape(unsigned long, SdrObject*&, SvxMSDffImportData&) filter/source/msfilter/msdffimp.cxx:6210:23
      >  SwWW8ImplReader::Read_GrafLayer(long) sw/source/filter/ww8/ww8graf.cxx:2502:17
      >  SwWW8ImplReader::ReadChar(long, long) sw/source/filter/ww8/ww8par.cxx:3634:17
      >  SwWW8ImplReader::ReadChars(int&, int, long, long) sw/source/filter/ww8/ww8par.cxx:3436:27
      >  SwWW8ImplReader::ReadText(int, int, ManTypes) sw/source/filter/ww8/ww8par.cxx:3974:22
      >  SwWW8ImplReader::CoreLoad(WW8Glossary*) sw/source/filter/ww8/ww8par.cxx:5175:9
      >  SwWW8ImplReader::LoadThroughDecryption(WW8Glossary*) sw/source/filter/ww8/ww8par.cxx:5773:19
      >  SwWW8ImplReader::LoadDoc(WW8Glossary*) sw/source/filter/ww8/ww8par.cxx:6045:19
      >  WW8Reader::Read(SwDoc&, rtl::OUString const&, SwPaM&, rtl::OUString const&) sw/source/filter/ww8/ww8par.cxx:6167:20
      >  SwReader::Read(Reader const&) sw/source/filter/basflt/shellio.cxx:175:18
      >  SwDocShell::ConvertFrom(SfxMedium&) sw/source/uibase/app/docsh.cxx:258:22
      >  SfxObjectShell::DoLoad(SfxMedium*) sfx2/source/doc/objstor.cxx:790:23
      >  SwFiltersTest::filter(rtl::OUString const&, rtl::OUString const&, rtl::OUString const&, SfxFilterFlags, SotClipboardFormatId, unsigned int, bool) sw/qa/core/filters-test.cxx:112:20
      
      Change-Id: Iafc548b5ba21a985521790770732f7f03e2485c9
      0fad62c2
    • Miklos Vajna's avatar
      Revert "windows opengl: Set PFD_DOUBLEBUFFER even for single buffer rendering" · dbf5882a
      Miklos Vajna yazdı
      This reverts commit 6fd71992. Kendy says the
      original problem can't be reproduced anymore, and most unexpected flickering
      goes away with this for my nvidia card.
      
      Also, it's a good idea in general to keep PFD_DOUBLEBUFFER and
      WGL_DOUBLE_BUFFER_ARB in sync, which is now the case.
      
      Change-Id: I7a809d1c85be4206c01720d5de9b0a5617a59c87
      dbf5882a
    • Stephan Bergmann's avatar
      -fsanitize=null · 3b1ab016
      Stephan Bergmann yazdı
      ...as happens in CppunitTest_sw_filters_test with
      sw/qa/core/data/ww8/pass/CVE-2015-2431-1.doc:
      
      > sw/source/filter/ww8/ww8par4.cxx:294:76: runtime error: reference binding to null pointer of type 'const SfxItemSet'
      >  SwWW8ImplReader::ImportOle(Graphic const*, SfxItemSet const*, SfxItemSet const*, Rectangle const&) sw/source/filter/ww8/ww8par4.cxx:294:23
      >  SwWW8ImplReader::ReadChar(long, long) sw/source/filter/ww8/ww8par.cxx:3611:35
      >  SwWW8ImplReader::ReadChars(int&, int, long, long) sw/source/filter/ww8/ww8par.cxx:3436:27
      >  SwWW8ImplReader::ReadText(int, int, ManTypes) sw/source/filter/ww8/ww8par.cxx:3974:22
      >  SwWW8ImplReader::CoreLoad(WW8Glossary*) sw/source/filter/ww8/ww8par.cxx:5175:9
      >  SwWW8ImplReader::LoadThroughDecryption(WW8Glossary*) sw/source/filter/ww8/ww8par.cxx:5773:19
      >  SwWW8ImplReader::LoadDoc(WW8Glossary*) sw/source/filter/ww8/ww8par.cxx:6045:19
      >  WW8Reader::Read(SwDoc&, rtl::OUString const&, SwPaM&, rtl::OUString const&) sw/source/filter/ww8/ww8par.cxx:6167:20
      >  SwReader::Read(Reader const&) sw/source/filter/basflt/shellio.cxx:175:18
      >  SwDocShell::ConvertFrom(SfxMedium&) sw/source/uibase/app/docsh.cxx:258:22
      >  SfxObjectShell::DoLoad(SfxMedium*) sfx2/source/doc/objstor.cxx:790:23
      >  SwFiltersTest::filter(rtl::OUString const&, rtl::OUString const&, rtl::OUString const&, SfxFilterFlags, SotClipboardFormatId, unsigned int, bool) sw/qa/core/filters-test.cxx:112:20
      
      Change-Id: I4482bc5d8e0c2646e7c8667a231a78311b557e89
      3b1ab016
    • Miklos Vajna's avatar
      sw: use std::unique_ptr<> in dbinsdlg · fd1571e8
      Miklos Vajna yazdı
      Change-Id: If882d49c3abe236c8ca5af502a38947b98e34d5e
      fd1571e8
    • Tomaž Vajngerl's avatar
      opengl: use "old" SubdivideBezier when drawing PolyLines · b3de73f3
      Tomaž Vajngerl yazdı
      SubdivideBezier creates polygons which are more exact for drawing
      in opengl when drawing hairline PolyLines - so let's use that with
      AA line drawing.
      
      Change-Id: I490fd0f19361b5fc9e1f4e03851c1ae1a1f75f71
      b3de73f3
  2. 31 Agu, 2015 30 kayıt (commit)