idl: add article that has details on SDI file format

Change-Id: I7af9fb6f193387624fcd1279ace1d0972bddc4d4
This commit is contained in:
Miklos Vajna 2015-08-12 09:06:52 +02:00
parent 5975874141
commit e889f6f69d

View File

@ -1,2 +1,7 @@
SvIDL Compiler that generates C++ slot headers from SDI files in modules' sdi/ SvIDL Compiler that generates C++ slot headers from SDI files in modules' sdi/
subdirectory. subdirectory.
There is an overview of basic architecture of the markup of SDI files in the
OOo wiki:
https://wiki.openoffice.org/wiki/Framework/Article/Implementation_of_the_Dispatch_API_In_SFX2