1. 13 Eyl, 2013 13 kayıt (commit)
    • Lionel Elie Mamane's avatar
      fdo#69147 report sort columns are RESULT columns · 6a1ad344
      Lionel Elie Mamane yazdı
      as opposed to table columns or other expressions.
      So it makes no sense to slap a table name on them.
      Notwithstanding HSQLDB 1.8 (our embedded database) bugs.
      
      Change-Id: Ib5d0b1479e29b9efeafca9ebc2eb7ed8e0f42b79
      6a1ad344
    • Tomaž Vajngerl's avatar
      Numeric fileds: round to the nearest spin value on spin up/down · 2defeda9
      Tomaž Vajngerl yazdı
      Change-Id: I8660ae764c7dd51b8d780929effe895243e4fc4c
      2defeda9
    • Noel Power's avatar
      fix for fdo#69173 crasher · 751e238c
      Noel Power yazdı
      the layout changes for the basic IDE ( for the object browser and object
      catalog ) seem flacky, I have seen since those changes have been introduced
      some strange ( but random ) behaviour ( like the odd unrepeatable core ( maybe
      related to this ) and also sometimes Modules appearing in the tree under the
      wrong nodes etc. I'm no expert in the basic IDE code but this patch seems to
      fix the problem.
      However there is one drawback, in the core inducing scenario the tree view
      ( object catalog ) dissappears, this is because the patch suppresses the
      problematic layout in this case ( as the layout seem not to be currently able
      to deal with 'no-existent' (recently) deleted current window )
      Probably in this scenario a fallback currentwin (instead of nil) could be set
      this would behave better but ideally. Ultimately the layout class should
      probably be modified ( possibly redesigned )
      
      Change-Id: I9d1e23bd6fc4aae32aa78da8278c318f7051136a
      751e238c
    • Stephan Bergmann's avatar
      Fix visibility for --enable-64-bit · 645c97d1
      Stephan Bergmann yazdı
      ...post 68e2a4e4 "Revert 'Visibility doesn't
      seem to work as we want in Apple's Clang.'"
      
      Quoting <https://developer.apple.com/library/mac/documentation/developertools/
      Conceptual/CppRuntimeEnv/Articles/SymbolVisibility.html> section "Symbol
      Visibility and Objective-C:"  "When building for x86_64 OS X or for iOS, symbol
      visibility /does/ affect objective-C classes.  [...]  This means that if a given
      class is intended to be usable outside the library or executable it's defined
      in, you need to ensure proper symbol visibility."
      
      The chosen syntax works at least with both --en/disable-64-bit "experimental"
      (Clang-based) builds on OS X 10.8.  Hopefully, it also works for baseline
      builds.  (Also, it could be that a more fine grained use of
      SAL_DLLPUBLIC_EXPORT/SAL_DLLPRIVATE would be useful, but with the current setup
      at least linking of Library_vcl against Library_AppleRemote works.)
      
      Change-Id: Iff4fe9e50d1400c83879f62fe29b35bd19d58eb8
      645c97d1
    • Miklos Vajna's avatar
      SwFrm::dumpAsXml: dump cursor positions as well · 91efe73b
      Miklos Vajna yazdı
      Change-Id: Icd832483228812cf3c8ddff3c0d56090f3b17856
      91efe73b
    • Miguel Gomez's avatar
      fdo#64491: Added functionality to export SmartArt diagrams · 114eef57
      Miguel Gomez yazdı
      When exporting a Frame that contains an eDrawing, check whether it's
      a diagram and export it properly if so.
      
      Exporting the diagram means adding the relations for the four
      mandatory files (data, layout, quickStyle and colors), and the
      optional one (drawing), and also writing those from the imported
      XDocuments to the respective files.
      
      If the drawing file exists, the data XDocument must be updated before
      writing it to disk, as it contains a reference to the drawing file
      that must be updated with the new relation id.
      
      With this change, the files saved to docx that contain SmartArt will
      be properly opened by MS Word without data loss.
      LibreOffice won't be able to properly open saved files though, as
      it requires the theme file to be present, and it's not being
      exported yet. This is planned to be fixed in an upcoming patch.
      
      Change-Id: If69ca9815dd076597a37937fe2af8ed4d1c7acc5
      Reviewed-on: https://gerrit.libreoffice.org/5896Reviewed-by: 's avatarThorsten Behrens <thb@documentfoundation.org>
      Reviewed-by: 's avatarMiklos Vajna <vmiklos@collabora.co.uk>
      Tested-by: 's avatarMiklos Vajna <vmiklos@collabora.co.uk>
      114eef57
    • Siqi LIU's avatar
      stick menu button to right lower corner · 85430e41
      Siqi LIU yazdı
      Change-Id: I8484be77353b288b6dfaa0d86fa4b325fd1187a5
      85430e41
    • Siqi LIU's avatar
      libreoffice_logo used in about page, identical to the one used in android · e2025037
      Siqi LIU yazdı
      Change-Id: Ie3e2f6c9d1b8ff75b8450e8c377073821d0f1b37
      e2025037
    • Siqi LIU's avatar
      licenses · 7bf6e417
      Siqi LIU yazdı
      Change-Id: Ib9a706a7ecb20bbee283e566f94fd22d412027e7
      7bf6e417
    • Siqi LIU's avatar
      countdown timer for iPad & license page · 598615ab
      Siqi LIU yazdı
      Change-Id: I516a4e9da4e670f0fdbbfa0f793ccfb308189534
      598615ab
    • Siqi LIU's avatar
      auto scroll to default time widget fix · 1a412370
      Siqi LIU yazdı
      Change-Id: Ib71adb544c02b764fe85b2fd32fda2097efc41d0
      1a412370
    • Norbert Thiebaud's avatar
      Do not use int64 litteral without the proper wrapping · 24f277a4
      Norbert Thiebaud yazdı
      Change-Id: I879a47720f337b57038ac3207cb466aa42d0beeb
      24f277a4
    • Kohei Yoshida's avatar
      Change so that we won't have to include mtvelements.hxx in cellvalue.hxx. · c86b1a5c
      Kohei Yoshida yazdı
      Because mtvelements.hxx is very slow to parse by the compiler, and
      cellvalue.hxx is included everywhere. Hopefully this will speed up the
      compilation time of sc...
      
      Change-Id: Ic9a9b8483c8325e4a91021f071f2391db8b57806
      c86b1a5c
  2. 12 Eyl, 2013 27 kayıt (commit)