|
LibreOffice Module sdext (master) 1
|
Typedefs | |
| typedef ::comphelper::WeakComponentImplHelper< css::document::XExtendedFilterDetection, css::lang::XServiceInfo > | PDFDetectorBase |
| typedef std::shared_ptr< ContentSink > | ContentSinkSharedPtr |
| typedef std::unordered_map< OUString, OUString > | PropertyMap |
| typedef sal_Int32 | ImageId |
| typedef std::shared_ptr< ElementTreeVisitor > | ElementTreeVisitorSharedPtr |
| typedef std::shared_ptr< TreeVisitorFactory > | TreeVisitorFactorySharedPtr |
| typedef std::shared_ptr< XmlEmitter > | XmlEmitterSharedPtr |
| typedef ::comphelper::WeakComponentImplHelper< css::document::XFilter, css::document::XImporter, css::lang::XServiceInfo > | PDFIHybridAdaptorBase |
| typedef ::comphelper::WeakComponentImplHelper< css::xml::XImportFilter, css::document::XImporter, css::lang::XServiceInfo > | PDFIAdaptorBase |
| typedef ::cppu::WeakComponentImplHelper< css::io::XOutputStream > | OutputWrapBase |
| typedef GBool | poppler_bool |
Enumerations | |
| enum | PolygonAction { PATH_STROKE =1 , PATH_FILL =2 , PATH_EOFILL =4 } |
| What to do with a polygon. values can be ORed together. More... | |
Functions | |
| bool | checkDocChecksum (const OUString &rInPDFFileURL, sal_uInt32 nBytes, const OUString &rChkSum) |
| uno::Reference< io::XStream > | getAdditionalStream (const OUString &rInPDFFileURL, OUString &rOutMimetype, OUString &io_rPwd, const uno::Reference< uno::XComponentContext > &xContext, const uno::Sequence< beans::PropertyValue > &rFilterData, bool bMayUseUI) |
| SAL_DLLPUBLIC_EXPORT css::uno::XInterface * | sdext_PDFDetector_get_implementation (css::uno::XComponentContext *context, css::uno::Sequence< css::uno::Any > const &) |
| css::uno::Reference< css::io::XStream > | 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 | isComplex (const css::uno::Reference< css::i18n::XBreakIterator > &rBreakIterator, TextElement *const pTextElem) |
| XmlEmitterSharedPtr | createOdfEmitter (const css::uno::Reference< css::io::XOutputStream > &xOut) |
| OUString | unitMMString (double fMM) |
| OUString | convertPixelToUnitString (double fPix) |
| double | convPx2mm (double fPix) |
| double | convmm2Px (double fMM) |
| double | convPx2mmPrec2 (double fPix) |
| round to 2 decimal places More... | |
| OUString | getColorString (const css::rendering::ARGBColor &) |
| Convert color to "#FEFEFE" color notation. More... | |
| OUString | getPercentString (double value) |
| double | GetAverageTransformationScale (const basegfx::B2DHomMatrix &matrix) |
| void | FillDashStyleProps (PropertyMap &props, const std::vector< double > &dashArray, double scale) |
| bool | getPassword (const css::uno::Reference< css::task::XInteractionHandler > &xHandler, OUString &rOutPwd, bool bFirstTry, const OUString &rDocName) |
| retrieve password from user More... | |
| void | reportUnsupportedEncryptionFormat (css::uno::Reference< css::task::XInteractionHandler > const &handler) |
| XmlEmitterSharedPtr | createSaxEmitter (const css::uno::Reference< css::xml::sax::XDocumentHandler > &xDocHdl) |
| TreeVisitorFactorySharedPtr | createWriterTreeVisitorFactory () |
| TreeVisitorFactorySharedPtr | createImpressTreeVisitorFactory () |
| TreeVisitorFactorySharedPtr | createDrawTreeVisitorFactory () |
| bool | xpdf_ImportFromFile (const OUString &rURL, const ContentSinkSharedPtr &rSink, const css::uno::Reference< css::task::XInteractionHandler > &xIHdl, const OUString &rPwd, const css::uno::Reference< css::uno::XComponentContext > &xContext, const OUString &rFilterOptions) |
| bool | xpdf_ImportFromStream (const css::uno::Reference< css::io::XInputStream > &xInput, const ContentSinkSharedPtr &rSink, const css::uno::Reference< css::task::XInteractionHandler > &xIHdl, const OUString &rPwd, const css::uno::Reference< css::uno::XComponentContext > &xContext, const OUString &rFilterOptions) |
| bool | getPassword (const uno::Reference< task::XInteractionHandler > &xHandler, OUString &rOutPwd, bool bFirstTry, const OUString &rDocName) |
| void | reportUnsupportedEncryptionFormat (uno::Reference< task::XInteractionHandler > const &handler) |
| XmlEmitterSharedPtr | createOdfEmitter (const uno::Reference< io::XOutputStream > &xOut) |
| SAL_DLLPUBLIC_EXPORT css::uno::XInterface * | sdext_PDFIRawAdaptor_Writer_get_implementation (css::uno::XComponentContext *context, css::uno::Sequence< css::uno::Any > const &) |
| SAL_DLLPUBLIC_EXPORT css::uno::XInterface * | sdext_PDFIRawAdaptor_Draw_get_implementation (css::uno::XComponentContext *context, css::uno::Sequence< css::uno::Any > const &) |
| SAL_DLLPUBLIC_EXPORT css::uno::XInterface * | sdext_PDFIRawAdaptor_Impress_get_implementation (css::uno::XComponentContext *context, css::uno::Sequence< css::uno::Any > const &) |
| SAL_DLLPUBLIC_EXPORT css::uno::XInterface * | sdext_PDFIHybridAdaptor_get_implementation (css::uno::XComponentContext *context, css::uno::Sequence< css::uno::Any > const &) |
| XmlEmitterSharedPtr | createSaxEmitter (const uno::Reference< xml::sax::XDocumentHandler > &xDocHdl) |
| static bool | isSpaces (TextElement *pTextElem) |
| static void | SetFontsizeProperties (PropertyMap &props, double fontSize) |
| static bool | lr_tb_sort (std::unique_ptr< Element > const &pLeft, std::unique_ptr< Element > const &pRight) |
| static bool | checkEncryption (std::u16string_view i_rPath, const uno::Reference< task::XInteractionHandler > &i_xIHdl, OUString &io_rPwd, bool &o_rIsEncrypted, const OUString &i_rDocName) |
| bool | xpdf_ImportFromFile (const OUString &rURL, const ContentSinkSharedPtr &rSink, const uno::Reference< task::XInteractionHandler > &xIHdl, const OUString &rPwd, const uno::Reference< uno::XComponentContext > &xContext, const OUString &rFilterOptions) |
| bool | xpdf_ImportFromStream (const uno::Reference< io::XInputStream > &xInput, const ContentSinkSharedPtr &rSink, const uno::Reference< task::XInteractionHandler > &xIHdl, const OUString &rPwd, const uno::Reference< uno::XComponentContext > &xContext, const OUString &rFilterOptions) |
| static double | normalize (double val) |
| cut off very small numbers & clamp value to zero More... | |
| static void | initBuf (OutputBuffer &io_rBuffer) |
| static void | writeBinaryBuffer (const OutputBuffer &rBuffer) |
| static bool | ExtractJpegData (Stream *str, OutputBuffer &outBuf) |
| static void | writeJpeg_ (OutputBuffer &o_rOutputBuf, Stream *str) |
| static void | writePbm_ (OutputBuffer &o_rOutputBuf, Stream *str, int width, int height, bool bInvert) |
| static void | writePpm_ (OutputBuffer &o_rOutputBuf, Stream *str, int width, int height, GfxImageColorMap *colorMap) |
| static void | writePng_ (OutputBuffer &o_rOutputBuf, Stream *str, int width, int height, GfxRGB const &zeroColor, GfxRGB const &oneColor, bool bIsMask) |
| static void | writePng_ (OutputBuffer &o_rOutputBuf, Stream *str, int width, int height, GfxImageColorMap *colorMap, Stream *maskStr, int maskWidth, int maskHeight, GfxImageColorMap *maskColorMap) |
| static void | writePng_ (OutputBuffer &o_rOutputBuf, Stream *str, int width, int height, GfxImageColorMap *colorMap, Stream *maskStr, int maskWidth, int maskHeight, bool maskInvert) |
| static void | writeMask_ (OutputBuffer &o_rOutputBuf, Stream *str, int width, int height, bool bInvert) |
| static void | writeImage_ (OutputBuffer &o_rOutputBuf, Stream *str, int width, int height, GfxImageColorMap *colorMap) |
| static void | writeImageLF (OutputBuffer &o_rOutputBuf, Stream *str, int width, int height, GfxImageColorMap *colorMap) |
| static void | writeMaskLF (OutputBuffer &o_rOutputBuf, Stream *str, int width, int height, bool bInvert) |
Variables | |
| const OUString | fontAttributesSuffixes [] |
| typedef std::shared_ptr<ContentSink> pdfi::ContentSinkSharedPtr |
Definition at line 176 of file contentsink.hxx.
| typedef std::shared_ptr<ElementTreeVisitor> pdfi::ElementTreeVisitorSharedPtr |
Definition at line 56 of file treevisiting.hxx.
| typedef sal_Int32 pdfi::ImageId |
Definition at line 45 of file pdfihelper.hxx.
| typedef ::cppu::WeakComponentImplHelper< css::io::XOutputStream > pdfi::OutputWrapBase |
Definition at line 34 of file outputwrap.hxx.
| typedef ::comphelper::WeakComponentImplHelper< css::document::XExtendedFilterDetection, css::lang::XServiceInfo> pdfi::PDFDetectorBase |
Definition at line 35 of file filterdet.hxx.
| typedef ::comphelper::WeakComponentImplHelper< css::xml::XImportFilter, css::document::XImporter, css::lang::XServiceInfo> pdfi::PDFIAdaptorBase |
Definition at line 76 of file pdfiadaptor.hxx.
| typedef ::comphelper::WeakComponentImplHelper< css::document::XFilter, css::document::XImporter, css::lang::XServiceInfo> pdfi::PDFIHybridAdaptorBase |
Definition at line 45 of file pdfiadaptor.hxx.
| typedef GBool pdfi::poppler_bool |
Definition at line 129 of file pdfioutdev_gpl.hxx.
| typedef std::unordered_map< OUString, OUString > pdfi::PropertyMap |
Definition at line 44 of file pdfihelper.hxx.
| typedef std::shared_ptr<TreeVisitorFactory> pdfi::TreeVisitorFactorySharedPtr |
Definition at line 50 of file treevisitorfactory.hxx.
| typedef std::shared_ptr<XmlEmitter> pdfi::XmlEmitterSharedPtr |
Definition at line 48 of file xmlemitter.hxx.
| enum pdfi::PolygonAction |
What to do with a polygon. values can be ORed together.
| Enumerator | |
|---|---|
| PATH_STROKE | |
| PATH_FILL | |
| PATH_EOFILL | |
Definition at line 48 of file pdfihelper.hxx.
| bool pdfi::checkDocChecksum | ( | const OUString & | rInPDFFileURL, |
| sal_uInt32 | nBytes, | ||
| const OUString & | rChkSum | ||
| ) |
Definition at line 450 of file filterdet.cxx.
References aBuf, comphelper::Hash::finalize(), pChar, SAL_INFO, and comphelper::Hash::update().
Referenced by getAdditionalStream().
|
static |
Definition at line 906 of file wrapper.cxx.
References getPassword(), pdfparse::PDFFile::isEncrypted(), OUStringToOString(), pdfparse::PDFReader::read(), reportUnsupportedEncryptionFormat(), pdfparse::PDFFile::setupDecryptionData(), and pdfparse::PDFFile::usesSupportedEncryptionFormat().
Referenced by xpdf_ImportFromFile().
| OUString pdfi::convertPixelToUnitString | ( | double | fPix | ) |
Definition at line 113 of file pdfihelper.cxx.
References convPx2mm().
Referenced by FillDashStyleProps(), pdfi::WriterXmlEmitter::fillFrameProps(), pdfi::DrawXmlEmitter::fillFrameProps(), pdfi::DrawXmlFinalizer::visit(), and pdfi::WriterXmlFinalizer::visit().
|
inline |
Definition at line 60 of file pdfihelper.hxx.
References PDFI_OUTDEV_RESOLUTION.
Referenced by pdfi::DrawXmlFinalizer::visit(), and pdfi::WriterXmlFinalizer::visit().
|
inline |
Definition at line 53 of file pdfihelper.hxx.
References PDFI_OUTDEV_RESOLUTION.
Referenced by convertPixelToUnitString(), pdfi::DrawXmlEmitter::fillFrameProps(), pdfi::DrawXmlFinalizer::visit(), and pdfi::WriterXmlFinalizer::visit().
|
inline |
round to 2 decimal places
Definition at line 68 of file pdfihelper.hxx.
References mm, and PDFI_OUTDEV_RESOLUTION.
Referenced by pdfi::DrawXmlEmitter::visit(), and pdfi::WriterXmlEmitter::visit().
| TreeVisitorFactorySharedPtr pdfi::createDrawTreeVisitorFactory | ( | ) |
Definition at line 105 of file treevisitorfactory.cxx.
Referenced by SAL_IMPLEMENT_MAIN_WITH_ARGS(), and sdext_PDFIRawAdaptor_Draw_get_implementation().
| TreeVisitorFactorySharedPtr pdfi::createImpressTreeVisitorFactory | ( | ) |
Definition at line 101 of file treevisitorfactory.cxx.
Referenced by SAL_IMPLEMENT_MAIN_WITH_ARGS(), and sdext_PDFIRawAdaptor_Impress_get_implementation().
| XmlEmitterSharedPtr pdfi::createOdfEmitter | ( | const css::uno::Reference< css::io::XOutputStream > & | xOut | ) |
Referenced by pdfi::PDFIRawAdaptor::odfConvert().
| XmlEmitterSharedPtr pdfi::createOdfEmitter | ( | const uno::Reference< io::XOutputStream > & | xOut | ) |
Definition at line 113 of file odfemitter.cxx.
| XmlEmitterSharedPtr pdfi::createSaxEmitter | ( | const css::uno::Reference< css::xml::sax::XDocumentHandler > & | xDocHdl | ) |
Referenced by pdfi::PDFIRawAdaptor::importer().
| XmlEmitterSharedPtr pdfi::createSaxEmitter | ( | const uno::Reference< xml::sax::XDocumentHandler > & | xDocHdl | ) |
Definition at line 171 of file emitcontext.cxx.
| TreeVisitorFactorySharedPtr pdfi::createWriterTreeVisitorFactory | ( | ) |
Definition at line 97 of file treevisitorfactory.cxx.
Referenced by SAL_IMPLEMENT_MAIN_WITH_ARGS(), and sdext_PDFIRawAdaptor_Writer_get_implementation().
|
static |
Definition at line 141 of file pdfioutdev_gpl.cxx.
Referenced by writeJpeg_().
| void pdfi::FillDashStyleProps | ( | PropertyMap & | props, |
| const std::vector< double > & | dashArray, | ||
| double | scale | ||
| ) |
Definition at line 40 of file pdfihelper.cxx.
References convertPixelToUnitString(), distance, i, props, and scale.
Referenced by pdfi::DrawXmlFinalizer::visit(), and pdfi::WriterXmlFinalizer::visit().
| uno::Reference< io::XStream > pdfi::getAdditionalStream | ( | const OUString & | rInPDFFileURL, |
| OUString & | rOutMimetype, | ||
| OUString & | io_rPwd, | ||
| const uno::Reference< uno::XComponentContext > & | xContext, | ||
| const uno::Sequence< beans::PropertyValue > & | rFilterData, | ||
| bool | bMayUseUI | ||
| ) |
Definition at line 515 of file filterdet.cxx.
References checkDocChecksum(), pdfparse::PDFContainer::findObject(), pdfparse::PDFName::getFilteredName(), getPassword(), pdfparse::PDFFile::isEncrypted(), pdfparse::PDFDict::m_aMap, pdfparse::PDFContainer::m_aSubElements, pdfparse::PDFObjectRef::m_nGeneration, pdfparse::PDFObjectRef::m_nNumber, pdfparse::PDFContainer::m_nOffset, pdfparse::PDFTrailer::m_pDict, nElements, OUStringToOString(), pObject, pdfparse::PDFReader::read(), SAL_INFO, SAL_WARN_IF, and pdfparse::PDFFile::setupDecryptionData().
Referenced by pdfi::PDFDetector::detect(), and pdfi::PDFIHybridAdaptor::filter().
| 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.
Useful e.g. for hybrid PDF
| rPDFFile | URI of the pdf file |
| o_rOutMimetype | Output parameter. Receives the mime type of the substream. Used to distinguish between draw/impress/writer/calc during import |
| o_rOutPwd | In/Out parameter. If given password is wrong, user is queried for another (if bMayUseUI is true) |
| xContext | Component context |
| rFilterData | Basically used to pass on XFilter::filter properties (function uses it to retrieve interaction handler) |
| bMayUseUI | When false, no dialog is opened to query user for alternate password |
| double pdfi::GetAverageTransformationScale | ( | const basegfx::B2DHomMatrix & | matrix | ) |
Definition at line 32 of file pdfihelper.cxx.
References rotate(), and scale.
Referenced by pdfi::DrawXmlFinalizer::visit(), and pdfi::WriterXmlFinalizer::visit().
| OUString pdfi::getColorString | ( | const css::rendering::ARGBColor & | ) |
Convert color to "#FEFEFE" color notation.
Referenced by pdfi::DrawXmlFinalizer::visit(), and pdfi::WriterXmlFinalizer::visit().
| bool pdfi::getPassword | ( | const css::uno::Reference< css::task::XInteractionHandler > & | xHandler, |
| OUString & | rOutPwd, | ||
| bool | bFirstTry, | ||
| const OUString & | rDocName | ||
| ) |
retrieve password from user
Referenced by checkEncryption(), and getAdditionalStream().
| bool pdfi::getPassword | ( | const uno::Reference< task::XInteractionHandler > & | xHandler, |
| OUString & | rOutPwd, | ||
| bool | bFirstTry, | ||
| const OUString & | rDocName | ||
| ) |
Definition at line 150 of file pwdinteract.cxx.
| OUString pdfi::getPercentString | ( | double | value | ) |
Definition at line 103 of file pdfihelper.cxx.
References value.
Referenced by pdfi::DrawXmlFinalizer::visit().
|
static |
Definition at line 121 of file pdfioutdev_gpl.cxx.
References WRITE_BUFFER_INITIAL_CAPACITY.
Referenced by pdfi::PDFOutDev::drawImage(), pdfi::PDFOutDev::drawImageMask(), pdfi::PDFOutDev::drawMaskedImage(), and pdfi::PDFOutDev::drawSoftMaskedImage().
| bool pdfi::isComplex | ( | const css::uno::Reference< css::i18n::XBreakIterator > & | rBreakIterator, |
| TextElement *const | pTextElem | ||
| ) |
Definition at line 434 of file genericelements.cxx.
References i, nType, and pdfi::TextElement::Text.
Referenced by pdfi::DrawXmlOptimizer::optimizeTextElements(), and pdfi::WriterXmlOptimizer::optimizeTextElements().
|
static |
Definition at line 652 of file drawtreevisiting.cxx.
References i, and pdfi::TextElement::Text.
Referenced by pdfi::DrawXmlOptimizer::optimizeTextElements().
|
static |
Definition at line 628 of file pdfiprocessor.cxx.
Referenced by pdfi::PDFIProcessor::sortElements().
|
static |
cut off very small numbers & clamp value to zero
Definition at line 70 of file pdfioutdev_gpl.cxx.
Referenced by pdfi::PDFOutDev::drawChar(), pdfi::PDFOutDev::printPath(), pdfi::PDFOutDev::processLink(), pdfi::PDFOutDev::setDefaultCTM(), pdfi::PDFOutDev::startPage(), pdfi::PDFOutDev::updateCTM(), pdfi::PDFOutDev::updateFillColor(), pdfi::PDFOutDev::updateFont(), pdfi::PDFOutDev::updateLineDash(), pdfi::PDFOutDev::updateLineWidth(), pdfi::PDFOutDev::updateMiterLimit(), and pdfi::PDFOutDev::updateStrokeColor().
| void pdfi::reportUnsupportedEncryptionFormat | ( | css::uno::Reference< css::task::XInteractionHandler > const & | handler | ) |
Referenced by checkEncryption().
| void pdfi::reportUnsupportedEncryptionFormat | ( | uno::Reference< task::XInteractionHandler > const & | handler | ) |
Definition at line 177 of file pwdinteract.cxx.
| SAL_DLLPUBLIC_EXPORT css::uno::XInterface * pdfi::sdext_PDFDetector_get_implementation | ( | css::uno::XComponentContext * | context, |
| css::uno::Sequence< css::uno::Any > const & | |||
| ) |
Definition at line 646 of file filterdet.cxx.
| SAL_DLLPUBLIC_EXPORT css::uno::XInterface * pdfi::sdext_PDFIHybridAdaptor_get_implementation | ( | css::uno::XComponentContext * | context, |
| css::uno::Sequence< css::uno::Any > const & | |||
| ) |
Definition at line 356 of file pdfiadaptor.cxx.
| SAL_DLLPUBLIC_EXPORT css::uno::XInterface * pdfi::sdext_PDFIRawAdaptor_Draw_get_implementation | ( | css::uno::XComponentContext * | context, |
| css::uno::Sequence< css::uno::Any > const & | |||
| ) |
Definition at line 336 of file pdfiadaptor.cxx.
References createDrawTreeVisitorFactory().
| SAL_DLLPUBLIC_EXPORT css::uno::XInterface * pdfi::sdext_PDFIRawAdaptor_Impress_get_implementation | ( | css::uno::XComponentContext * | context, |
| css::uno::Sequence< css::uno::Any > const & | |||
| ) |
Definition at line 346 of file pdfiadaptor.cxx.
References createImpressTreeVisitorFactory().
| SAL_DLLPUBLIC_EXPORT css::uno::XInterface * pdfi::sdext_PDFIRawAdaptor_Writer_get_implementation | ( | css::uno::XComponentContext * | context, |
| css::uno::Sequence< css::uno::Any > const & | |||
| ) |
Definition at line 326 of file pdfiadaptor.cxx.
References createWriterTreeVisitorFactory().
|
static |
Definition at line 844 of file drawtreevisiting.cxx.
References PDFI_OUTDEV_RESOLUTION, and props.
Referenced by pdfi::DrawXmlFinalizer::visit().
| OUString pdfi::unitMMString | ( | double | fMM | ) |
Definition at line 108 of file pdfihelper.cxx.
Referenced by pdfi::DrawXmlFinalizer::visit(), and pdfi::WriterXmlFinalizer::visit().
|
static |
Definition at line 126 of file pdfioutdev_gpl.cxx.
References g_binary_out.
Referenced by pdfi::PDFOutDev::drawImage(), pdfi::PDFOutDev::drawImageMask(), pdfi::PDFOutDev::drawMaskedImage(), and pdfi::PDFOutDev::drawSoftMaskedImage().
|
static |
Definition at line 382 of file pdfioutdev_gpl.cxx.
References nIndex, writeJpeg_(), writePng_(), and writePpm_().
Referenced by writeImageLF().
|
static |
Definition at line 418 of file pdfioutdev_gpl.cxx.
References writeImage_().
Referenced by pdfi::PDFOutDev::drawImage().
|
static |
Definition at line 207 of file pdfioutdev_gpl.cxx.
References ExtractJpegData().
Referenced by writeImage_(), and writeMask_().
|
static |
Definition at line 374 of file pdfioutdev_gpl.cxx.
References writeJpeg_(), and writePbm_().
Referenced by writeMaskLF().
|
static |
Definition at line 423 of file pdfioutdev_gpl.cxx.
References writeMask_().
Referenced by pdfi::PDFOutDev::drawImageMask().
|
static |
Definition at line 226 of file pdfioutdev_gpl.cxx.
References i, size, and WRITE_BUFFER_SIZE.
Referenced by writeMask_().
|
static |
Definition at line 358 of file pdfioutdev_gpl.cxx.
References pdfi::PngHelper::createPng().
|
static |
Definition at line 343 of file pdfioutdev_gpl.cxx.
References pdfi::PngHelper::createPng().
|
static |
Definition at line 326 of file pdfioutdev_gpl.cxx.
References pdfi::PngHelper::createPng().
Referenced by pdfi::PDFOutDev::drawImageMask(), pdfi::PDFOutDev::drawMaskedImage(), pdfi::PDFOutDev::drawSoftMaskedImage(), and writeImage_().
|
static |
Definition at line 268 of file pdfioutdev_gpl.cxx.
References p, size, WRITE_BUFFER_SIZE, x, and y.
Referenced by writeImage_().
| bool pdfi::xpdf_ImportFromFile | ( | const OUString & | rURL, |
| const ContentSinkSharedPtr & | rSink, | ||
| const css::uno::Reference< css::task::XInteractionHandler > & | xIHdl, | ||
| const OUString & | rPwd, | ||
| const css::uno::Reference< css::uno::XComponentContext > & | xContext, | ||
| const OUString & | rFilterOptions | ||
| ) |
Referenced by pdfi::PDFIRawAdaptor::parse(), and xpdf_ImportFromStream().
| bool pdfi::xpdf_ImportFromFile | ( | const OUString & | rURL, |
| const ContentSinkSharedPtr & | rSink, | ||
| const uno::Reference< task::XInteractionHandler > & | xIHdl, | ||
| const OUString & | rPwd, | ||
| const uno::Reference< uno::XComponentContext > & | xContext, | ||
| const OUString & | rFilterOptions | ||
| ) |
Definition at line 1013 of file wrapper.cxx.
References aBuf, args, checkEncryption(), line, OUStringToOString(), pOut, SAL_INFO, and SAL_WARN.
| bool pdfi::xpdf_ImportFromStream | ( | const css::uno::Reference< css::io::XInputStream > & | xInput, |
| const ContentSinkSharedPtr & | rSink, | ||
| const css::uno::Reference< css::task::XInteractionHandler > & | xIHdl, | ||
| const OUString & | rPwd, | ||
| const css::uno::Reference< css::uno::XComponentContext > & | xContext, | ||
| const OUString & | rFilterOptions | ||
| ) |
Referenced by pdfi::PDFIRawAdaptor::parse().
| bool pdfi::xpdf_ImportFromStream | ( | const uno::Reference< io::XInputStream > & | xInput, |
| const ContentSinkSharedPtr & | rSink, | ||
| const uno::Reference< task::XInteractionHandler > & | xIHdl, | ||
| const OUString & | rPwd, | ||
| const uno::Reference< uno::XComponentContext > & | xContext, | ||
| const OUString & | rFilterOptions | ||
| ) |
Definition at line 1198 of file wrapper.cxx.
References aBuf, aURL, and xpdf_ImportFromFile().
| const OUString pdfi::fontAttributesSuffixes[] |
Definition at line 56 of file wrapper.hxx.