Re: Create a diff document.

2016-03-01 Thread Samuel Mehrbrodt
Am 01.03.2016 um 09:30 schrieb Miklos Vajna: > I think the best we have is > . We have also https://wiki.documentfoundation.org/Development/DispatchCommands Samuel ___ Libre

Re: Create a diff document.

2016-03-01 Thread Miklos Vajna
Hi, On Mon, Feb 29, 2016 at 10:07:31AM +0100, Stef Bon wrote: > I understand that for every interactive command there is an equivalent "uno". > I've seen already a call in lokit api for that. > > Where can I find more about uno's? I think the best we have is

Re: Create a diff document.

2016-02-29 Thread Stef Bon
2016-02-23 13:58 GMT+01:00 Miklos Vajna : > > There is Edit -> Track changes -> Compare document. First I would check > if the result on the desktop is good enough for your purposes. If so, > you can send that uno command from your "viewer" (it won't be a viewer > anymore :-) ), then paintTile() w

Re: Create a diff document.

2016-02-23 Thread Miklos Vajna
Hi, On Tue, Feb 23, 2016 at 11:03:55AM +0100, Stef Bon wrote: > Is there another way to create the diff of two office documents which > is viewable using lokit? There is Edit -> Track changes -> Compare document. First I would check if the result on the desktop is good enough for your purposes.

Create a diff document.

2016-02-23 Thread Stef Bon
Hi, I'm working on a backup and version service, using btrfs, sqlite and fuse to provide easy access to backup and previous versions. Now I'm building a qt viewer to show the differences between a previous version of a document and the current one (or another version). For office documents there