Hi! On 13.08.2024 1:18, Al Schapira wrote:
I would like to learn more about how rtf files are imported and subsequently rendered. Is anyone out there familiar with this process? Can anyone direct me to which source files are relevant so that I can take a look.
Regarding import, you may start at the heart of RTF keyword dispatch method, RTFTokenizer::dispatchKeyword:
https://opengrok.libreoffice.org/xref/core/sw/source/writerfilter/rtftok/rtftokenizer.cxx?r=246ef0b8#261 -- Best regards, Mike Kaganski