https://bugs.documentfoundation.org/show_bug.cgi?id=94490

Yousuf (Jay) Philips <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
                 CC|                            |[email protected]
     Ever confirmed|0                           |1

--- Comment #1 from Yousuf (Jay) Philips <[email protected]> ---
Yes during the saving process, it assigns all missing paragraphs with IDs
within a split second and the only part of the id that is changing is the
random number part that is looking for a random number in 100.

Here is that random id code

ID = ReplaceAll(Date,"/:. \","") + ReplaceAll(Time,"/:. \AMP","") + Int(Rnd *
100)

I was thinking the same to either add another random number to the end, or
alternatively do a random number of 10000 rather than 100.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to