1. 18 Eyl, 2015 30 kayıt (commit)
  2. 15 Eyl, 2015 5 kayıt (commit)
  3. 14 Eyl, 2015 5 kayıt (commit)
    • Jan Holesovsky's avatar
      LOK: Implement an own trivial InteractionHandler. · f387ec16
      Jan Holesovsky yazdı
      So far it just selects 'Approve' for any interaction that is done through
      that, later we want to route the information via callbacks to the caller.
      
      Change-Id: I7ae3e2dcc04877b8b0197b0396299126e1217a2a
      f387ec16
    • Jan Holesovsky's avatar
      tdf#93480: Don't send an EMPTY Invalidate() on .uno:DefaultBullet. · 341f5ce7
      Jan Holesovsky yazdı
      When there was no modification to the document, and .uno:DefaultBullet was
      sent, we have got an invalidtion of the entire document.
      
      It seems that Invalidate() was not supposed to be called in the Validate()
      call, and instead, we should rely on what the Validate() invalidates :-)
      
      Change-Id: Ia65df90e4ff34078b59c1b2eb1ce1faac790b40d
      341f5ce7
    • Mihai Varga's avatar
      LOK: getFonts method · ddc9626e
      Mihai Varga yazdı
      Returns a json mapping of the available fonts to their possible font
      sizes
      
      Change-Id: I80c0bdd79e3ef2d814f64b8d38143d6c2b9ca720
      ddc9626e
    • Mihai Varga's avatar
      LOK: added a general getCommandValues method · 7705f4fa
      Mihai Varga yazdı
      This method returns a JSON mapping of the posible values for the given
      command (e.g. .uno:StyleApply, etc).
      
      returns:
      {commandName: "cmdName", commandValues: {json_of_cmd_values}}
      I've fixed the unit test this time
      
      Change-Id: I30b0fba8ba1db33dd79f4b46026d293b9ea72402
      7705f4fa
    • Mihai Varga's avatar
      LOK: moved the decalaration of LibLODocument_Impl to make it visible · 0b891c85
      Mihai Varga yazdı
      We needed a better way to test LOK methods that are not app specific,
      but are defined in /desktop/source/lib/init.cxx. So the decalaration
      needs to be visible.
      
      I also moved the `getStyles` test in the new test file
      
      Change-Id: I98d97dc17a66e72732ca7bd848c131610790f48e
      0b891c85