[Libreoffice-bugs] [Bug 130320] LibO 6: Windows 10 content indexing does not work

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Fri Jan 31 20:51:07 UTC 2020


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

--- Comment #4 from V Stuart Foote <vstuart.foote at utsa.edu> ---
(In reply to Michail Pappas from comment #3)

> I'm not sure of how one finds the GUID of the filter. Perhaps it's
> 7BC0E710-5703-45BE-A29D-5D46D8B39262 ?
> 

Yes that GUID is the correct CLSID, inherited by the LibreOffice source from
OOo (circa 2004), HKCR\CLSID\{7BC0E710-5703-45BE-A29D-5D46D8B39262} [1]. With a
persistent handler of HKCR\CLSID\{7BC0E713-5703-45BE-A29D-5D46D8B39262}

In a typical install placed at: C:\Program
Files\LibreOffice\program\shlxthdl\ooofilt.dll, though refactored a little
since for WIN32_LEAN_AND_MEAN 32bit/64bit building.

On the other hand, believe the MS Office 2010 filter pack provided filter looks
to be labeled "Open Document Format [ODT|ODS|ODP] Filter" provided by
odffilt.dll installed on this path:
C:\Program Files\Common Files\Microsoft Shared\Filters\odffilt.dll

ODT assigned {9FBC2D8F-6F52-4CFA-A86F-096F3E9EB4B2}
with a Persistent Handler {34CEAC8D-CBC0-4f77-B7B1-8A60CB6DA0F7}

ODS assigned {E2F5480E-ED5A-4DDE-B8A8-F9F297479F62}
with a Persistent Handler {3DDEB7A4-8ABF-4D82-B9EE-E1F4552E95BE}

ODP assigned {4693FF15-B962-420A-9E5D-176F7D4B8321}
with a Persistent Handler {E2F83EED-62DE-4A9F-9CD0-A1D40DCD13B6}


So, should note that the "Windows Explorer Extension" is an optional component
of a LibreOffice installation for Windows builds, and is enabled by default for
interactive install. But possible a scripted or GPO deployment might have it
disabled. And the MS Office filters might get activated.  

So, check the "work" computer(s).

=-ref-=
[1]
https://opengrok.libreoffice.org/xref/core/shell/source/win32/shlxthandler/ooofilt/ooofilt.cxx?r=3fbfb21e#1139

The filter retains the same GUID/CLSID but were originally named
"OpenOffice.org Filter" and "OpenOffice.org Persistent Handler"

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200131/e7bdb3d6/attachment-0001.htm>


More information about the Libreoffice-bugs mailing list