Michael Meeks
Michael Meeks
@meven can you implement that and get it into green - it should be the work of a few seconds. Thanks ! =)
Ah - nice :-) sounds interesting - would love to have some documentation fragments we can merge on setting that up too, or perhaps a forum post on your setup...
Past of my analysis: * Stack trace: TLDR; cause is getting "invalidatecursor:" messages left & right + these can be caused by other user's actions moving the view. + weirdly...
Seems rather important to fix =) thanks Julius.
Seems very unlikely the preload is the root cause here. Most likely we always had the bug for the 2nd user - but now the 2nd user is essentially the...
Sure; currently there is no way to serialize user settings / configuration like this. A protocol to do that needs adding to our integrations and to Online.
> I have a hard time to understand that this issue is not addressed. Of course, this new feature could be implemented - and you are very welcome to implement...
Thanks - the first link is an excel export filter =) so not the problem. The second is probably closer - but it seems unlikely that we re-parse the formula...
1st one is in a function called ScUnionFunc - I imagine that is some Union spreadsheet function. In general ScInterpreter::ScFoo is an =FOO() function in the sheet - so that's...
Best to read the code as I outline above; starting with a function that you know does what you want to chase down; so I would start from sc/inc/document.hxx -...