1. 17 May, 2014 23 kayıt (commit)
  2. 16 May, 2014 17 kayıt (commit)
    • Michael Stahl's avatar
      fdo#78149: set the ViewPort even when painting to a MetaFile · aa68e130
      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
      aa68e130
    • Michael Stahl's avatar
      sw: try to fix a valgrind warning · 44c81ce2
      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
      44c81ce2
    • Julien Nabet's avatar
      Fixes · 53130f7a
      Julien Nabet yazdı
      Change-Id: I5e2c57f4c53147ab4ae58f48059c8020de144f3c
      53130f7a
    • Julien Nabet's avatar
      Fixes · 42af6f98
      Julien Nabet yazdı
      Change-Id: Iaecba29cb5958787ec2581198943d373e37a3934
      42af6f98
    • Julien Nabet's avatar
      More fix · 280eed82
      Julien Nabet yazdı
      Change-Id: Iadb275a3799195a8c2eb57a975315f21d8215b31
      280eed82
    • Julien Nabet's avatar
      Fix previous commit · f9ed1ec1
      Julien Nabet yazdı
      Change-Id: I22ded05f328aeb4479c90e79b12729eb3835b3ec
      f9ed1ec1
    • Julien Nabet's avatar
      Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part14 · dd33f915
      Julien Nabet yazdı
      Change-Id: Ibccaa2138426c22cd63d273a1b6cdc927ebe80dc
      dd33f915
    • Miklos Vajna's avatar
      coverity#704866 Unchecked dynamic_cast · 8ae06100
      Miklos Vajna yazdı
      Change-Id: Ib1108a6641635bbbb0d88968754d7bb19a8c9e73
      8ae06100
    • Miklos Vajna's avatar
      unused XGradient::VclGradient · 5bbc90be
      Miklos Vajna yazdı
      Change-Id: Ia0c416ce7c1323f9c0c20b969bd57e9a2174a3dc
      5bbc90be
    • Miklos Vajna's avatar
      sw: fix indentation in rtf{export,import} test · 04ab7b8e
      Miklos Vajna yazdı
      Change-Id: Ie777de47dc70da136b145028a08ea17a0de7a87d
      04ab7b8e
    • Zolnai Tamás's avatar
      OGLPlayer: comment out gltf_animation_get_time · 17ed8c53
      Zolnai Tamás yazdı
      It leads confusing behavior. Time is not set by now
      because set method does not work.
      
      Change-Id: I447d07d4193e25e6916ee05ee335d4cf150380a2
      17ed8c53
    • Michael Meeks's avatar
      fdo#78799 - ignore overlayed monitors with co-incident origin. · 5eeea7c9
      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
      5eeea7c9
    • Tor Lillqvist's avatar
      WaE: unused parameter 'fTime' · baf78fb8
      Tor Lillqvist yazdı
      Change-Id: I1f44de228fe09584699a1e158c32882cd9e7eac7
      baf78fb8
    • Zolnai Tamás's avatar
      Fix typo: this is a static library · 29316ee0
      Zolnai Tamás yazdı
      Change-Id: I663e8da9ee3f4b860d727abb3783e322eedd7d9f
      29316ee0
    • Kohei Yoshida's avatar
      fdo#77315: When in cell edit mode, use the EditView instance already there. · df51f7d4
      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
      df51f7d4
    • Eike Rathke's avatar
      use SvxLanguageBoxBase* in the general routines · 48a48e4e
      Eike Rathke yazdı
      ... so we can switch later to an SvxLanguageComboBox for some.
      
      Change-Id: I1a48ee7207a14b2666be09f091c47f09fcbce192
      48a48e4e
    • Zolnai Tamás's avatar
      OGLPlayer: fix playing of animation in edit mode · 73212108
      Zolnai Tamás yazdı
      gltf_animation_set_time doesn't work but stops the animation.
      
      Change-Id: Ia17724c36e2007451e24f97e04a09240359ad969
      73212108