LibreOffice Module sdext (master) 1
|
#include <com/sun/star/document/XExtendedFilterDetection.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/io/XStream.hpp>
#include <comphelper/compbase.hxx>
#include <cppuhelper/basemutex.hxx>
Go to the source code of this file.
Classes | |
class | pdfi::PDFDetector |
Namespaces | |
namespace | pdfi |
Typedefs | |
typedef ::comphelper::WeakComponentImplHelper< css::document::XExtendedFilterDetection, css::lang::XServiceInfo > | pdfi::PDFDetectorBase |
Functions | |
css::uno::Reference< css::io::XStream > | pdfi::getAdditionalStream (const OUString &rPDFFile, OUString &o_rOutMimetype, OUString &io_rOutPwd, const css::uno::Reference< css::uno::XComponentContext > &xContext, const css::uno::Sequence< css::beans::PropertyValue > &rFilterData, bool bMayUseUI) |
Retrieve embedded substream from PDF file. More... | |
bool | pdfi::checkDocChecksum (const OUString &rInPDFFileURL, sal_uInt32 nBytes, const OUString &rChkSum) |