Re: Internal API for LO supported formats

2015-09-17 Thread Miklos Vajna
Hi, Thanks, that lead to com.sun.star.document.TypeDetection, which can list all filter types, and the MediaType property of each element is what Pranav looks for. Regards, Miklos signature.asc Description: Digital signature ___ LibreOffice mailing l

Re: Internal API for LO supported formats

2015-09-16 Thread SOS
found in the API samples from OO hope it helps greetz Fernand REM * BASIC * Sub Main oFF= createUnoService( "com.sun.star.document.FilterFactory" ) oFilterNames= oFF.getElementNames() ' Now print the filter names. ' For i = LBound( oFilterNames ) To UBound( oFilter