HI my friend:
I ask you a question
In pdfexport.cxx file: You can see some code as below
#ifndef _COM_SUN_STAR_VIEW_XRENDERABLE_HPP_
#include <com/sun/star/view/XRenderable.hpp>
#endif
sal_Bool PDFExport::Export( const OUString& rFile, const Sequence<
PropertyValue >& rFilterData )
{
......................
if( aURL.GetProtocol() == INET_PROT_FILE )
{
Reference< XRenderable > xRenderable( mxSrcDoc, UNO_QUERY );
............................
}
}
For searching XRenderable.hpp, I use OpenGrok with
http://opengrok.adfinis-sygroup.org/source/
not find the XRenderable.hpp file
where can I find XRenderable.hpp file?
Thanks
regards