1. 16 May, 2013 24 kayıt (commit)
  2. 15 May, 2013 16 kayıt (commit)
    • Xisco Fauli's avatar
      Wae: unused variable · bc2fe616
      Xisco Fauli yazdı
      Change-Id: I1025bb9766d6d6aad2d60467a72a15d3a3af97d4
      bc2fe616
    • Lei De Bin's avatar
      Related:#119576# fix indent and spacing between bullets and text · b858429f
      Lei De Bin yazdı
      they are inconsistent with MS word
      
      Reported by: Yan Ji
      Patch by: Lei De Bin
      Review by: Chen Zuo Jun
      Conflicts:
      	sw/source/filter/ww8/ww8par6.cxx
      
      Change-Id: I48a6761a8e8fb1c052aa4f2a261aefb850d6c112
      b858429f
    • Caolán McNamara's avatar
      Resolves: fdo#64584 revert convert Point::X/Y to Point::set/getX/Y · 78123a50
      Caolán McNamara yazdı
      This reverts commit 69c52bc5
      
      I found one place where Y should have been X, but didn't clear
      the problem, so threw my hat at it and reverted the lot, its
      cosmetic anyway so no functionality lost be reverting.
      78123a50
    • Michael Stahl's avatar
      sw: change pool default of RES_FOLLOW_TEXT_FLOW to "false" · d278cc76
      Michael Stahl yazdı
      For a new document the default is already effectively "false" due to
      SwDocShell::InitNew() and the ODF and WW8 filters set it explicitly to
      false... which is also the appropriate value for RTF and DOCX.
      
      But only OOoXML and (perhaps) HTML (not sure) want "true" as the
      default.
      
      It is also mysteriously reset to "true" in
      SwDoc::RemoveAllFmtLanguageDependencies() (which is called after loading
      a template) for no apparent reason.
      
      Change-Id: If5ad33c99f97412cb3ad4f9cec32f47825ed6f6b
      d278cc76
    • Michael Stahl's avatar
      i#119922: reverse engineer 9a37613b · da9bb77e
      Michael Stahl yazdı
      It is not quite obvious what that commit attempts to do... especially
      since the bugdoc attachment does not actually exercise the code that was
      added in the commit, which changes the handling of the
      "IsFollowingTextFlow" property.
      
      The corresponding ODF attribute is style:flow-with-text, which has been
      added in OOo 2.0.  Investigation revels that MSO's ODF filter  does not
      support this attribute and acts as if it always had value "false".
      
      The code in FillBaseProperties effectively acts as a default if the
      value is not set; the ODF spec does not specify what the default should
      be.  But when an ODF document was written by MSO, "false" makes more
      sense than the previous "true" default.  Except when the document is not
      ODF but OOoXML format, which indicates it's likely written by OOo 1.x
      which did not support the attribute and acts as if it always had value
      "true".
      
      The Writer UNO API implementation is however not the right place for
      format specific handling, so replace that with an addition to the
      function reading the default graphic style that sets the
      "IsFollowingTextFlow" property to false as a default, which should
      have the same effect because all styles inherit from it.
      
      Note: MSO 2010 Word always writes a default graphic style into ODF docs.
      
      This has a side effect for loaded ODF documents: various newly
      inserted objects have the property turned off then.  But it turns out
      this is actually an advantage, since the same behavior already exists
      for _new_ documents (see SwDocShell::InitNew) so it is more consistent
      now.
      
      Change-Id: Iba6444a0515fd583398ff052fc5018254da31c30
      da9bb77e
    • Michael Stahl's avatar
      factor out SvXMLImport::IsOOoXML() · 3905bd92
      Michael Stahl yazdı
      Change-Id: I9ccfe565bde1112f9f3cb8c666e901bf121862dc
      3905bd92
    • Stephan Bergmann's avatar
      OSL_TRACE -> SAL_INFO · 3e5d7723
      Stephan Bergmann yazdı
      ...to work around MSVC 2008 Express (at least) "warning C4503:
      'rtl::operator +' : decorated name length exceeded, name was truncated."
      
      Change-Id: If6838aaa45ecfc0c092f95228e8616e69ea1f0e0
      3e5d7723
    • Andre Fischer's avatar
      Resolves: #i119493# Fixed import of tables with connectors. · 3db08658
      Andre Fischer yazdı
      Reported by: liupingtan
      Patch by: SunYing
      Review by: Andre Fischer
      (cherry picked from commit 8be0972c)
      
      Change-Id: Ic9a1325ccc9bc9c9a4501269df9de0f7e29a8e1d
      3db08658
    • Andre Fischer's avatar
      Resolves: #i20044# Fixed queryEmptyCell() · 694d65b5
      Andre Fischer yazdı
      Reported by: Steffen Grund
      Patch by: hanya:
      Review by: Andre Fischer
      (cherry picked from commit f42a0043)
      
      Conflicts:
      	sc/source/ui/unoobj/cellsuno.cxx
      
      Change-Id: I43db011e138a79bd3a871e68a7331d26267e7899
      694d65b5
    • Stephan Bergmann's avatar
      gallery: allow disabling the from-source build in configure · 0c99c1c2
      Stephan Bergmann yazdı
      Change-Id: Ic390ceeb9f52953d5dea6999b194956e90eb4629
      0c99c1c2
    • David Tardon's avatar
      only use svp on unx · fbf2e9f7
      David Tardon yazdı
      Change-Id: I8cd4a42a90e87446c9ef3744bf71f7734767078e
      fbf2e9f7
    • David Tardon's avatar
      gbuild: use pattern rules for Gallery l10n files · 268a23d8
      David Tardon yazdı
      Change-Id: I781d02805ee0d526638f556794b852c6277922dd
      268a23d8
    • David Tardon's avatar
      gbuild: silence building of galleries · 7fd93c32
      David Tardon yazdı
      Change-Id: I17e6a3923f3ee6cec22760f8c9f9410bbe742a7f
      7fd93c32
    • Chris Sherlock's avatar
      Documentation update of README.cross · 91b27bc3
      Chris Sherlock yazdı
      * Fixed typos
      * Errant/missing commas fixed
      * autogen.lastrun -> autogen.input
      
      Change-Id: Ibc0d34f21de661139e622a34d760a6683f394643
      Reviewed-on: https://gerrit.libreoffice.org/3916Reviewed-by: 's avatarTor Lillqvist <tml@iki.fi>
      Tested-by: 's avatarTor Lillqvist <tml@iki.fi>
      91b27bc3
    • Andre Fischer's avatar
      Resolves: #i119551# Avoid grouping shapes on import from PPT... · 578bd456
      Andre Fischer yazdı
      under certain conditions.
      
      Reported by: Li Feng Wang
      Patch and review by: Ma Bingbing and Armin Le Grand
      (cherry picked from commit f425d556)
      
      Conflicts:
      	sd/source/filter/eppt/epptso.cxx
      
      (cherry picked from commit 8c23e31a)
      
      Change-Id: I7e610b754ff7215201bc1ac47d618869e4e8fe2b
      578bd456
    • Caolán McNamara's avatar
      fix original intent of the lwp import code · 4edc81ef
      Caolán McNamara yazdı
      revert d2546346
      and fix 8a9448aa
      
      Change-Id: Ide781e4f197d2fc1d42b0cda8e9d901ac1118d08
      4edc81ef