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

            Bug ID: 134829
           Summary: Gotorange method gives an error poiting to a
                    textsection with only a texttable as content
           Product: LibreOffice
           Version: 6.4.4.2 release
          Hardware: x86-64 (AMD64)
                OS: Linux (All)
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: BASIC
          Assignee: [email protected]
          Reporter: [email protected]

Created attachment 163056
  --> https://bugs.documentfoundation.org/attachment.cgi?id=163056&action=edit
File to test

When using a macro in Writer to point to a textsection, if the only content of
this testsection is a texttable, the gotorange method gives this error:
"Erro de execução do BASIC.
Ocorreu uma exceção 
Type: com.sun.star.uno.RuntimeException
Message: ."

My macro goes like this:

Sub Main
        dim file,section, oAnchor, textcursor
        file = thiscomponent
        textcursor = file.getText().createTextCursor()
        if file.getTextSections.hasByName("Seção1") then
                section = file.getTextSections.getByName("Seção1")
                oAnchor = section.getAnchor()
                textcursor.gotoRange(oAnchor, False)
        end if
End Sub

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

Reply via email to