I have a simple VBA macro for word that works fine. I searched the libre forum and also tried to find any documentation regarding the libre object model, I was not able to find anything that would help. I need to loop through each line (in VBA ActiveDocument.Paragraphs) and then evaluate and modify the text there. Could someone provide an example how to iterate through the lines of text in libre office writer in a BASIC sub? 2. If possible, it would also be great is someone knew how to insert text at the end of the document similar to VBA:
ActiveDocument.Paragraphs.Add
ActiveDocument.Content.InsertAfter Text:=strEnd