Re: Some questions about "undo"

2014-03-07 Thread Ariel Constenla-Haile
On Thu, Mar 06, 2014 at 07:56:49PM +0100, Jörg Schmidt wrote: > > From: Ariel Constenla-Haile [mailto:arie...@apache.org] > > > This looks like an omission from the developer, you might > > want to submit > > a bug. > > No, I think not. > > Please consider the following example: > http://www

Re: Some questions about "undo"

2014-03-07 Thread Bernard Marcelly
Hello, For your information, the rework of the Undo manager was done in january 2011. See See also the messages titled "info/CWS undoapi: ..." in the archives of the defunct interface-announce mailing-list.

Re: Some questions about "undo"

2014-03-06 Thread Jürgen Schmidt
On 3/6/14 7:56 PM, Jörg Schmidt wrote: >> From: Ariel Constenla-Haile [mailto:arie...@apache.org] > >> This looks like an omission from the developer, you might >> want to submit >> a bug. > > No, I think not. > > Please consider the following example: > http://www.openoffice.org/api/docs/co

Re: Some questions about "undo"

2014-03-06 Thread Jörg Schmidt
> From: Ariel Constenla-Haile [mailto:arie...@apache.org] > This looks like an omission from the developer, you might > want to submit > a bug. No, I think not. Please consider the following example: http://www.openoffice.org/api/docs/common/ref/com/sun/star/util/PathSettings.html I do no

Re: Some questions about "undo"

2014-03-06 Thread Ariel Constenla-Haile
Hi Jörg, On Thu, Mar 06, 2014 at 10:37:10AM +0100, Jörg Schmidt wrote: > in: > http://www.openoffice.org/api/docs/common/ref/com/sun/star/document/XUndoManager.h > tml > > I find no evidence for the version of the OO interface "XUndoManager" works. > > Earlier there were in the IDL-reference for

Re: Some questions about "undo"

2014-03-06 Thread Jörg Schmidt
Hello Ariel, *, > From: Ariel Constenla-Haile [mailto:arie...@apache.org] > That particular scenario can have a workaround only if your code is > controlling the undo context, oh yes, that helps me a lot. > See http://people.apache.org/~arielch/api/UndoManager.odt Thank you. > The documen

Re: Some questions about "undo"

2014-02-28 Thread Ariel Constenla-Haile
Hi Jörg, On Fri, Feb 28, 2014 at 06:47:37AM +0100, Jörg Schmidt wrote: > Hello, > > (a) > Is there a way to remove one or several undo actions from the stack, but not > all actions? > > Exemple: > > My undo-stack is: > > Eingabe > Attribute > Eingabe > > and I would like to have the undo-st

Some questions about "undo"

2014-02-27 Thread Jörg Schmidt
Hello, (a) Is there a way to remove one or several undo actions from the stack, but not all actions? Exemple: My undo-stack is: Eingabe Attribute Eingabe and I would like to have the undo-stack: Eingabe Eingabe (b) How can I in general use the 'undo-API'? I find in the Internet the exam