1. 24 May, 2014 26 kayıt (commit)
  2. 23 May, 2014 14 kayıt (commit)
    • Luboš Luňák's avatar
      discard more header/footer stuff when discarding headers/footers (bnc#875718) · 5510f563
      Luboš Luňák yazdı
      782adba4 discards unneeded headers/footers,
      but only the text, not e.g. frames or fields. The test document therefore
      ends up with a frame with a page number inside the body text, because the text
      in the footer it should be anchored to was discarded. This commit fixes
      this by discarding more (although probably the whole header/footer
      shouldn't even be parsed to begin with).
      
      The test from b349d248 actually checked
      for this incorrect frame, so change that (the whole test is suspicious, as
      the end result is quite far away from what the original doc looks like).
      
      Change-Id: I2e7192e00237db1f030d0524c5667fe92c9e496b
      5510f563
    • Stephan Bergmann's avatar
      loplugin:saloverride · 57b1bac2
      Stephan Bergmann yazdı
      Change-Id: Ie85ffc561de858eedafa062a89e0a9983aa20182
      57b1bac2
    • Stephan Bergmann's avatar
      For now, work around sporadic SwNoTxtFrm::Modify failures · 0086754e
      Stephan Bergmann yazdı
      ...that appear sporadically in the wild but are decently reproducible at least
      on OS X when changing the DoUpdateModifiedOLE timeout in the SwDoc ctor
      (sw/source/core/doc/docnew.cxx) from 1000 to 100 when running
      CppunitTest_writerperfect_writer, caused by a bad static cast from an SwOLENode
      to an SwGrfNode at
      
      SwNoTxtFrm::Modify
      SwModify::ModifyBroadcast
      SwModify::NotifyClients
      SwCntntNode::Modify
      SwClient::ModifyNotification
      SwDoc::DoUpdateModifiedOLE
      SwDoc::LinkStubDoUpdateModifiedOLE
      Link::Call
      Timer::Timeout
      Timer::ImplTimerCallbackProc
      SalTimer::CallCallback
      -[TimerCallbackCaller timerElapsed:]
      [...]
      -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:]
      AquaSalInstance::AnyInput
      Application::AnyInput
      SwLayAction::CheckIdleEnd
      SwLayAction::_FormatFlyCntnt
      SwObjectFormatter::_FormatObj
      SwObjectFormatterLayFrm::DoFormatObj
      SwObjectFormatter::_FormatObjsAtFrm
      SwObjectFormatterLayFrm::DoFormatObjs
      SwObjectFormatter::FormatObjsAtFrm
      SwLayAction::InternalAction
      SwLayAction::Action
      SwViewShell::ImplEndAction
      SwViewShell::EndAction
      SwCrsrShell::EndAction
      SwRootFrm::EndAllAction
      UnoActionContext::~UnoActionContext
      UnoActionContext::~UnoActionContext
      SwXTextDocument::unlockControllers
      writerperfect::test::WpftImportTestBase::load
      [...]
      
      Change-Id: I8903cf6890c3cf526768939dca2438fa2d978310
      0086754e
    • Julien Nabet's avatar
      Resolves: fdo#79139 Crash in SwDropCapCache::CalcFontSize · 06afd406
      Julien Nabet yazdı
      Minimum of nMaxFontHeight must be at least 1
      
      Change-Id: I35462fc069c7026958e597c2e0605345ed009c91
      06afd406
    • Caolán McNamara's avatar
      get stoc to build again · b36ccf58
      Caolán McNamara yazdı
      Change-Id: Ie4f04f8d5daf4af66057ec1ead4372c2ef0e7056
      b36ccf58
    • Oliver-Rainer Wittmann's avatar
      Resolves: #i124966# keep picture format information · 597ae8dd
      Oliver-Rainer Wittmann yazdı
      - <GfxLink> instance - also for the reading of preview picture data
      
      in order to avoid trouble on save in case that the preview data equals the
      picture data
      
      (cherry picked from commit d6af1b60)
      
      Conflicts:
      	svx/source/svdraw/svdograf.cxx
      
      Change-Id: Ifecb07b4d5d33d593502fccd6f21644893027d2d
      597ae8dd
    • Oliver-Rainer Wittmann's avatar
      Resolves: #i124946# only apply new embedded stream name... · 05e07167
      Oliver-Rainer Wittmann yazdı
      for a graphic, if is already has one.
      
      - needed correction for the fix made for issue #i114361#
      
      (cherry picked from commit 23a4bd91)
      
      Conflicts:
      	sw/inc/ndgrf.hxx
      	sw/source/core/graphic/ndgrf.cxx
      	sw/source/filter/xml/xmltexte.cxx
      
      Change-Id: Ia9771932ae5b380ccae9b0a3cbb79d41f5d9bdb8
      05e07167
    • Julien Nabet's avatar
      Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20 · ac76cc7e
      Julien Nabet yazdı
      Change-Id: If87cdfb2c605254f6d69baa4ca5aec09091caa68
      ac76cc7e
    • Zolnai Tamás's avatar
      collada2gltf: one more URL usage fix · 3191d7d1
      Zolnai Tamás yazdı
      This one caused empty images and so textures were
      missing.
      
      Change-Id: Ia1e93270b7f5ec560b39a41d207e84171bb2434a
      3191d7d1
    • Zolnai Tamás's avatar
      avmedia: remove unused code related to fast-forward · 4359ec6b
      Zolnai Tamás yazdı
      One part of that was removed by:
      55d52165
      e.g. setRate()
      
      Change-Id: Ia5def0150029c1597cd505bbaf740a42819a7c73
      4359ec6b
    • Zolnai Tamás's avatar
      avmedia: avoid segmentation fault during destruction of media window · 4ec3554a
      Zolnai Tamás yazdı
      mpEvents is not initialized in the destructor any more:
      b5529c8c
      
      Plus use scoped_ptr to stop memory leak.
      
      Change-Id: Idaaa274e39c1ac34270ae5b0acdd237ee5aec1c3
      4ec3554a
    • Zolnai Tamás's avatar
      CustomAnimationCreateDialog: select previously set misc animation · dd1f8ac3
      Zolnai Tamás yazdı
      Regression from 9695f38c.
      
      Change-Id: I8777fd8fa3e31c67b6645044d262fd4c5f645634
      dd1f8ac3
    • Caolán McNamara's avatar
      drop unused template · eaa3f8e1
      Caolán McNamara yazdı
      Change-Id: I3668d9b5cff71aae1598f87f09ab82bf66ace71e
      eaa3f8e1
    • Herbert Dürr's avatar
      Related: #i124191# small cleanup for salframeview.mm · 5456a01f
      Herbert Dürr yazdı
      clean up some minor warts while the behaviour remains unchanged.
      
      (cherry picked from commit 8ba6a0be)
      
      Conflicts:
      	vcl/osx/salframeview.mm
      
      Change-Id: I613bf0f40429db6516f82e79438e86bffb7f71cb
      5456a01f