Curious about the Windows version of AOO and its support via OLE/COM:
* What are the ProgIds to use to automate AOO? Found the following ones with "office", "star" in them: G:\tmp\orx\ole\oleinfo\work>listProgIds.rex office # 415/2226: ProgId: [Dropbox.OfficeAddIn] # 815/2226: ProgId: [Lync.UCOfficeIntegration] # 918/2226: ProgId: [Microsoft.Office.List.OLEDB] # 1193/2226: ProgId: [OcOffice.FormRegionContext] # 1194/2226: ProgId: [OcOffice.OcForms] # 1195/2226: ProgId: [OcOffice.OneNoteHelper] # 1196/2226: ProgId: [Office.awsdc] # 1197/2226: ProgId: [Office.LocalSyncClient] # 1198/2226: ProgId: [OfficeCompatible.Application.x86] # 1199/2226: ProgId: [OfficeTheme] # 1278/2226: ProgId: [PDFMaker.OfficeAddin] # 1560/2226: ProgId: [soffice.StarCalcDocument.6] # 1561/2226: ProgId: [soffice.StarDrawDocument.6] # 1562/2226: ProgId: [soffice.StarImpressDocument.6] # 1563/2226: ProgId: [soffice.StarMathDocument.6] # 1564/2226: ProgId: [soffice.StarWriterDocument.6] # 1928/2226: ProgId: [TFCOfficeShim.Connect] # 1929/2226: ProgId: [TFCOfficeShim.ControlHost.14] # 1930/2226: ProgId: [TFCOfficeShim.GetAddIn] G:\tmp\orx\ole\oleinfo\work>listProgIds.rex star # 175/2226: ProgId: [bhWM2Core.ctlServerStartscreen] # 179/2226: ProgId: [bhWM2Core.ctlStartscreen] # 319/2226: ProgId: [com.sun.star.ServiceManager] # 772/2226: ProgId: [JavaWebStart.isInstalled] # 1560/2226: ProgId: [soffice.StarCalcDocument.6] # 1561/2226: ProgId: [soffice.StarDrawDocument.6] # 1562/2226: ProgId: [soffice.StarImpressDocument.6] # 1563/2226: ProgId: [soffice.StarMathDocument.6] # 1564/2226: ProgId: [soffice.StarWriterDocument.6] Trying to get at the published interfaces for e.g. "soffice.StarWriterDocument.6" does not return any published methods, properties, events and constants as is the case with MS Office. So wondering whether there are other ProgIDs for AOO on Windows registered that one should use instead? (Usually there are version independent ProgIDs which seems to not be the case here.) * Is there an AOO typelib available that would supply the published interfaces usable via OLE? If so what would be the name and how would one install them? ---rony