1. 19 Eki, 2013 15 kayıt (commit)
  2. 18 Eki, 2013 25 kayıt (commit)
    • Jesús Corrius's avatar
      Initial experimental support for Visual Studio 2013 · 3164924f
      Jesús Corrius yazdı
      Change-Id: I4a1ad9da56f39a21d8a392fdb92704cc4311c84c
      3164924f
    • Julien Nabet's avatar
      *api: remove type + remnants "> · 8998a84f
      Julien Nabet yazdı
      Change-Id: I2b60de0a11948ad1cab29931ac09b0aa1fe9adee
      8998a84f
    • Julien Nabet's avatar
      fdo#70515: Error in stated number of parameter value choices for WEEKNUM_ADD · ff901a00
      Julien Nabet yazdı
      Change-Id: I9cf5b9b0913e7bf4a59c3ec98157ce6d0661f408
      Reviewed-on: https://gerrit.libreoffice.org/6310Reviewed-by: 's avatarEike Rathke <erack@redhat.com>
      Tested-by: 's avatarEike Rathke <erack@redhat.com>
      ff901a00
    • Khaled Hosny's avatar
      Fix building from inside modules moved to external · cc4aca0c
      Khaled Hosny yazdı
      Change-Id: Id6023dc3751fe70984f489682be17d1ab1855f71
      cc4aca0c
    • Caolán McNamara's avatar
      rework Init/Main ui-previewer post early language detect · adfb02be
      Caolán McNamara yazdı
      i.e. due to d07e7d69
      "wait until we know the UI language before initializing gtk"
      we need to have uno working earlier
      
      Change-Id: I77dbea78113c1c95b622a2367472a0111d0d32d1
      adfb02be
    • Caolán McNamara's avatar
      Related: fdo#38838 make String::Erase private · 5712a06f
      Caolán McNamara yazdı
      Change-Id: I0a04798a38288eaa0cd4bc729303f8549ce4081a
      5712a06f
    • Eike Rathke's avatar
      removed senseless comments · 2d40520a
      Eike Rathke yazdı
      Change-Id: I38dcca9d513e9122ffca81f448ad3181fd7a9817
      2d40520a
    • Eike Rathke's avatar
      check fCount beforehand and bail out early, fdo#70000 related · ac0dc48b
      Eike Rathke yazdı
      Change-Id: I47265cf0be9785e8be4b4be0b13d40cda206f349
      ac0dc48b
    • Tor Lillqvist's avatar
      Hopefully fix Android build · 1e49bb2d
      Tor Lillqvist yazdı
      Change-Id: I85170f2d65dd17e0a04a261b0680f693e2917131
      1e49bb2d
    • Winfried Donkers's avatar
      fdo#70000 add support for COVARIANCE.P and COVARIANCE.S functions · ccbebd99
      Winfried Donkers yazdı
      These functions have been introduced with Excel 2010, but were not
      supported yet in calc.
      COVARIANCE.P (population) replaces the COVAR function, but the COVAR
      function remains present (in Excel as well as in calc).
      COVARIANCE.S (sample) is a new function.
      
      Change-Id: If5501b4090fb716adfb3d121c7898528fd1b7ad4
      Reviewed-on: https://gerrit.libreoffice.org/6135Reviewed-by: 's avatarEike Rathke <erack@redhat.com>
      Tested-by: 's avatarEike Rathke <erack@redhat.com>
      ccbebd99
    • Eike Rathke's avatar
      eliminated cause of "SelectionPattern Null" dbgutil warning · 82275ecb
      Eike Rathke yazdı
      No mark at all happens when creating a new document, in which
      case the selection pattern is empty (created of GetPool())
      anyway (hence there was a debug warning "SelectionPattern Null"
      from ScDocument::CreateSelectionPattern()) and nothing needs to
      be applied.
      
      Change-Id: I9df338063baf27581f258f6c2fd0737b95804509
      82275ecb
    • Ptyl Dragon's avatar
      ios tile testing app done · 4219195d
      Ptyl Dragon yazdı
      Change-Id: I1c4a45c3f19d79b4da8cc96304e0e1802f92dff2
      Reviewed-on: https://gerrit.libreoffice.org/6320Reviewed-by: 's avatarTor Lillqvist <tml@collabora.com>
      Tested-by: 's avatarTor Lillqvist <tml@collabora.com>
      4219195d
    • Tor Lillqvist's avatar
      More text selection WIP hacking · 4d8f12f5
      Tor Lillqvist yazdı
      Change-Id: Ia29725295613faf875a688b3917b144a5f05bbe3
      4d8f12f5
    • Stephan Bergmann's avatar
      Some clean-up · 5732ff54
      Stephan Bergmann yazdı
      Change-Id: I142f9c4e73585272c3028880e40c20f4a056f3c3
      5732ff54
    • Caolán McNamara's avatar
      disambiguate GetScriptType that return different value types · 9567fbdf
      Caolán McNamara yazdı
      Change-Id: I694d81d17fac5fbd964937dc654ebd764af90842
      9567fbdf
    • Caolán McNamara's avatar
      Related: fdo#38838 remove String::Match · fdf85819
      Caolán McNamara yazdı
      Change-Id: I9db663dbcb432cbfe380e1272d6daaed3e6f4221
      fdf85819
    • Caolán McNamara's avatar
      Resolves: rhbz#1020712 return all the selected scripts · f1a8aefe
      Caolán McNamara yazdı
      What we want here is *all* the scripts in the range, that's the whole point of
      using SCRIPTTYPE. We use this to determine the font to show in the fontbox. If
      it's an exclusive script then we can show the font that that script, and if
      there are multiple scripts we know to set it empty.
      
      With the other intermediate bugs out of the way, this now appears to work
      correctly.
      
      Change-Id: I58426123602d70c151bd878e96fa5cbab7d3fd3e
      f1a8aefe
    • Caolán McNamara's avatar
      Related: rhbz#1020712 more i18n::ScriptType being compared against SCRIPTTYPE · b57ffef6
      Caolán McNamara yazdı
      Change-Id: I5da9114a3fd8330df2b63dc9187323765d305791
      b57ffef6
    • Caolán McNamara's avatar
      Related: rhbz#1020712 wrong default font shown in editengine · e63a0d56
      Caolán McNamara yazdı
      Only in editengine could we have this fiasco.
      
      There are two ImpEditEngine::GetScriptType's
      
      a) sal_uInt16 ImpEditEngine::GetScriptType(const EditPaM& rPaM, sal_uInt16* pEndPos) const
      this one returns i18n::ScriptType
      
      b) sal_uInt16 ImpEditEngine::GetScriptType(const EditSelection& rSel) const
      this one returns SCRIPTTYPE
      
      Could there be a better way to ensure that mistakes will be made.
      
      Anyway, within variant b, with an empty edit engine
      ImpEditEngine::GetScriptType calls GetI18NScriptTypeOfLanguage but *that*
      returns i18n::ScriptType's not SCRIPTTYPEs but when there is content then a
      SCRIPTTYPE is truly returned.
      
      Change-Id: I3a4a7c8746728e0fdfb25d961004c8339a24c93d
      e63a0d56
    • Eike Rathke's avatar
      new WrongList only if there wasn't one or it wasn't empty · f6d23bbe
      Eike Rathke yazdı
      Change-Id: Id6eaba19e89236716db2a0db9f557216d9402c66
      f6d23bbe
    • Tor Lillqvist's avatar
      Add dummy touch_ui_selection_start() · 459e3a26
      Tor Lillqvist yazdı
      Change-Id: Id3854de1bcb8d5856d56e96895ff3bbf2e4aa666
      459e3a26
    • Tor Lillqvist's avatar
      Work in progress: Text selection handling for iOS · 24f8446c
      Tor Lillqvist yazdı
      Change-Id: I31c6bcb9a4b26653d439601f78d71fd94d938eeb
      24f8446c
    • Stephan Bergmann's avatar
      Remove *_Test product, so cppunittester can be NONE again · 359472b2
      Stephan Bergmann yazdı
      ...as per #libreoffice-dev IRC:
      
      Sep 19 10:32:24 <mst__> sberg, moggi  why the hell is that thing named
        "cppunit/cppunittester" and inside a subdir?  it's obstructing my attempt to
        put it in $(INSTDIR)/program
      Sep 19 10:33:28 <mst__> (... and if you wonder "wtf does it have to do with
        INSTDIR" you have never heard of awesome LibreOffice_Test installset.... not
        that i would know who needs it :)
      Sep 19 10:36:36 <sberg> mst__, it is in a subdir of solver/*/bin so that on
        Windows it would not accidentally have picked DLLs next to itself instead of
        the module-local DLLs it was supposed to test (back when we had module-local
        output trees)
      Sep 19 10:37:02 <mst__> sberg, ahh hysteric reasons then, /me renames it
      Sep 19 10:37:55 <tml> mst__, if nobody you know uses LibreOffice_Test, just kill
        it?
      Sep 19 10:38:59 <sberg> mst__, tml, LibreOffice_Test was conceived by pmladek
        and/or kendy, IIRC
      Sep 19 10:40:31 * kendy does not remember anything about it :-)
      Sep 19 10:42:17 <sberg> wasn't that something so users (or QA people?) could
        easily run the smoketest against an installation, to see whether the
        installation is any good at all, by installing that LibreOffice_Test alongside
        the installation proper?
      Sep 19 10:43:26 <sberg> mst__, ...and I'd unscientifically vote to kill it
      Sep 19 11:34:23 <pmladek> mst__, sberg: I have created the LibreOffice_Test
        package for one QA guy. He does not longer work on LO. I am not sure if anyone
        else started to use it. So, I think that it can be killed.
      
      Oct 17 18:18:07 <tml_> sberg: have you ever noticed that when you try to
        actually run instdir/unxmacxi/LibreOfficeDev.app , the system actually tries
        to run cppunittester inside the app bundle (it says so in the crash report)
        (it crashes because cppunittester requires a specialized DYLIB_LIBRARY_PATH
        apparently)
      Oct 17 18:19:29 <tml_> I suspect that the system when cppunittester as part of
        the build process is run from inside instdir (i.e. inside an app bundle) the
        system "caches" this false knowledge, and thinks that the executable of the
        app bundle is cppunittester...
      Oct 17 18:19:36 <sberg> tml_, no, never noticed; with "run
        instdir/unxmacxi/LibreOfficeDev.app" you mean calling "open
        instdir/unxmacxi/LibreOfficeDev.app"?  (I always call
        .app/Contenst/MacOS/program explicitly)
      Oct 17 18:19:52 <tml_> yes, I mean "open instdir/..."
      Oct 17 18:20:53 <tml_> some googling tells me that at least years ago, the
        CFBundleExecutable key in the Info.plist is ignored if it is manually changed,
        so I guess similar caching of mapping between an app bundle and which
        executable to actually run happens in this case
      Oct 17 18:23:17 <tml_> and last year somebody even claims "And while on Mountain
        Lion, CFBundleExecutable seems to be a no-op", which would be odd, surely
        there must be widely used apps that have several executables inside the MacOS
        directory; how would the system know which one to run when the app is run?
      Oct 17 18:24:38 <tml_> hmm, apparently the code that handles this might be open
        source even, http://www.opensource.apple.com/source/CF/CF-744.18/CFBundle.c
      Oct 17 18:25:52 <tml_> some mention of "caches" there yes, my guesses might be
        right
      Oct 17 18:27:05 <tml_> if I cp -R instdir/unxmacxi/LibreOffice.app foo.app and
        open foo.app, it works fine
      Oct 17 18:28:33 <tml_> anyway, I guess it would be cleaner to have cppunittester
        somewhere else even without this problem
      Oct 17 18:37:09 <sberg> tml_, yes, IIRC having cppunittester in instdir was a
        misguided mst decision, because that odd LibreOffice_Test product (that
        pmladek said nobody needs any longer anyway) includes it; I think consensus
        was to kill LibreOffice_Test and move cppunittester where all the other NONE
        executables are, but looks like nobody executed
      Oct 17 18:37:55 <tml_> ah ok, so mst should know what needs to be done? good, no
        need for me to try to hack this now then
      Oct 17 18:38:19 <sberg> tml_, I'll do the cleanup tomorrow, unless somebody
        beats me
      
      This removes smoketest/losmoketest et al along with the *_Test product, as they
      seem to not make sense without it anyway.  smoketest/Executable_libtest.mk
      appears to be a test that could also be run during the build, and only ended up
      in the *_Test product by accident, so I left it untouched for now.
      
      Change-Id: I8024472c909fe0a885eb08ef4d3777f8a9e1f7c8
      359472b2
    • Marcos Paulo de Souza's avatar
      fdo#60698: Move fileaccess module to ucb · b538fc54
      Marcos Paulo de Souza yazdı
      Change-Id: I4c688a4aeedcae56ed6404574bd1bb392d4190cb
      Reviewed-on: https://gerrit.libreoffice.org/6311Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
      Tested-by: 's avatarStephan Bergmann <sbergman@redhat.com>
      b538fc54
    • Bjoern Michaelsen's avatar
      solver is dead and gone · 30947844
      Bjoern Michaelsen yazdı
      Change-Id: I66257ed063849fde997ff78b8b9a6fc2db939fde
      30947844