LibreOffice Module filter (master) 1
|
#include <svgfilter.hxx>
Public Types | |
typedef std::unordered_map< Reference< XInterface >, ObjectRepresentation > | ObjectMap |
typedef std::unordered_set< Reference< XInterface > > | ObjectSet |
typedef std::unordered_set< sal_Unicode, HashUChar > | UCharSet |
typedef std::unordered_map< OUString, UCharSet > | UCharSetMap |
typedef std::unordered_map< Reference< XInterface >, UCharSetMap > | UCharSetMapMap |
typedef std::unordered_set< ObjectRepresentation, HashBitmap, EqualityBitmap > | MetaBitmapActionSet |
Public Member Functions | |
SVGFilter (const Reference< XComponentContext > &rxCtx) | |
virtual | ~SVGFilter () override |
virtual sal_Bool SAL_CALL | supportsService (const OUString &sServiceName) override |
virtual OUString SAL_CALL | getImplementationName () override |
virtual css::uno::Sequence< OUString > SAL_CALL | getSupportedServiceNames () override |
Protected Member Functions | |
virtual sal_Bool SAL_CALL | filter (const Sequence< PropertyValue > &rDescriptor) override |
virtual void SAL_CALL | cancel () override |
virtual void SAL_CALL | setTargetDocument (const Reference< XComponent > &xDoc) override |
virtual void SAL_CALL | setSourceDocument (const Reference< XComponent > &xDoc) override |
virtual OUString SAL_CALL | detect (Sequence< PropertyValue > &io_rDescriptor) override |
Private Member Functions | |
bool | implExport (const Sequence< PropertyValue > &rDescriptor) |
bool | implExportImpressOrDraw (const Reference< XOutputStream > &rxOStm) |
bool | implExportWriterOrCalc (const Reference< XOutputStream > &rxOStm) |
bool | implExportWriterTextGraphic (const Reference< view::XSelectionSupplier > &xSelectionSupplier) |
void | implGetPagePropSet (const Reference< css::drawing::XDrawPage > &rxPage) |
We collect info on master page elements visibility, and placeholder text shape content. More... | |
void | implGenerateMetaData () |
void | implExportTextShapeIndex () |
void | implEmbedBulletGlyphs () |
void | implEmbedBulletGlyph (sal_Unicode cBullet, const OUString &sPathData) |
void | implExportTextEmbeddedBitmaps () |
SVGFilter::implExportTextEmbeddedBitmaps We export bitmaps embedded into text shapes, such as those used by list items with image style, only once in a specific defs element. More... | |
void | implExportBackgroundBitmaps () |
void | implExportTiledBackground () |
void | implGenerateScript () |
bool | implExportDocument () |
void | implExportDocumentHeaderImpressOrDraw (sal_Int32 nDocX, sal_Int32 nDocY, sal_Int32 nDocWidth, sal_Int32 nDocHeight) |
void | implExportDocumentHeaderWriterOrCalc (sal_Int32 nDocX, sal_Int32 nDocY, sal_Int32 nDocWidth, sal_Int32 nDocHeight) |
void | implExportAnimations () |
bool | implExportMasterPages (const std::vector< Reference< css::drawing::XDrawPage > > &rxPages, sal_Int32 nFirstPage, sal_Int32 nLastPage) |
void | implExportDrawPages (const std::vector< Reference< css::drawing::XDrawPage > > &rxPages, sal_Int32 nFirstPage, sal_Int32 nLastPage) |
bool | implExportPage (std::u16string_view sPageId, const Reference< css::drawing::XDrawPage > &rxPage, const Reference< css::drawing::XShapes > &xShapes, bool bMaster) |
bool | implExportShapes (const Reference< css::drawing::XShapes > &rxShapes, bool bMaster) |
bool | implExportShape (const Reference< css::drawing::XShape > &rxShape, bool bMaster) |
bool | implCreateObjects () |
bool | implCreateObjectsFromShapes (const Reference< css::drawing::XDrawPage > &rxPage, const Reference< css::drawing::XShapes > &rxShapes) |
bool | implCreateObjectsFromShape (const Reference< css::drawing::XDrawPage > &rxPage, const Reference< css::drawing::XShape > &rxShape) |
void | implCreateObjectsFromBackground (const Reference< css::drawing::XDrawPage > &rxMasterPage) |
void | implRegisterInterface (const Reference< XInterface > &rxIf) |
const OUString & | implGetValidIDFromInterface (const Reference< XInterface > &rxIf) |
bool | implLookForFirstVisiblePage () |
DECL_LINK (CalcFieldHdl, EditFieldInfo *, void) | |
bool | filterImpressOrDraw (const Sequence< PropertyValue > &rDescriptor) |
bool | filterWriterOrCalc (const Sequence< PropertyValue > &rDescriptor) |
Static Private Member Functions | |
static Reference< XWriter > | implCreateExportDocumentHandler (const Reference< XOutputStream > &rxOStm) |
static OUString | implGetClassFromShape (const Reference< css::drawing::XShape > &rxShape) |
static OUString | implGetInterfaceName (const Reference< XInterface > &rxIf) |
static Any | implSafeGetPagePropSet (const OUString &sPropertyName, const Reference< XPropertySet > &rxPropSet, const Reference< XPropertySetInfo > &rxPropSetInfo) |
Definition at line 177 of file svgfilter.hxx.
typedef std::unordered_set< ObjectRepresentation, HashBitmap, EqualityBitmap > SVGFilter::MetaBitmapActionSet |
Definition at line 190 of file svgfilter.hxx.
typedef std::unordered_map< Reference< XInterface >, ObjectRepresentation > SVGFilter::ObjectMap |
Definition at line 183 of file svgfilter.hxx.
typedef std::unordered_set< Reference< XInterface > > SVGFilter::ObjectSet |
Definition at line 184 of file svgfilter.hxx.
typedef std::unordered_set< sal_Unicode, HashUChar > SVGFilter::UCharSet |
Definition at line 186 of file svgfilter.hxx.
typedef std::unordered_map< OUString, UCharSet > SVGFilter::UCharSetMap |
Definition at line 187 of file svgfilter.hxx.
typedef std::unordered_map< Reference< XInterface >, UCharSetMap > SVGFilter::UCharSetMapMap |
Definition at line 188 of file svgfilter.hxx.
|
explicit |
Definition at line 71 of file svgfilter.cxx.
References mxContext.
|
overridevirtual |
Definition at line 90 of file svgfilter.cxx.
References DBG_ASSERT, mpObjects, mpSVGDoc, mpSVGExport, mpSVGFontExport, and mpSVGWriter.
|
overrideprotectedvirtual |
Definition at line 599 of file svgfilter.cxx.
|
private |
|
overrideprotectedvirtual |
Definition at line 788 of file svgfilter.cxx.
References utl::MediaDescriptor::PROP_INPUTSTREAM, and TOOLS_WARN_EXCEPTION.
|
overrideprotectedvirtual |
Definition at line 99 of file svgfilter.cxx.
References filterImpressOrDraw(), filterWriterOrCalc(), mbCalcFilter, mbImpressFilter, mbIsPreview, mbShouldCompress, mbWriterFilter, mxDstDoc, and mxSrcDoc.
|
private |
Definition at line 152 of file svgfilter.cxx.
References SdrModel::adaptSizeAndBorderForAllPages(), utl::UcbStreamHelper::CreateStream(), vcl::Window::EnterWait(), ERRCODE_NONE, basegfx::fround(), Application::GetFocusWindow(), SdrModel::GetItemPool(), SdrPage::GetLeftBorder(), SdrPage::GetLowerBorder(), MapMode::GetMapUnit(), SfxItemPool::GetMetric(), Graphic::GetPrefMapMode(), Graphic::GetPrefSize(), SdrPage::GetRightBorder(), SdrPage::getSdrModelFromSdrPage(), SvxDrawPage::GetSdrPage(), SdrPage::GetSize(), SdrPage::GetUpperBorder(), Graphic::getVectorGraphicData(), uno::Any::hasValue(), Size::Height(), gentoken::i, implExport(), GraphicFilter::ImportGraphic(), SdrObjList::InsertObject(), comphelper::LibreOfficeKit::isActive(), vcl::Window::LeaveWait(), OutputDevice::LogicToLogic(), maShapeSelection, mMasterPageTargets, mSelectedPages, mxContext, mxDstDoc, mxSrcDoc, PRIMITIVE2D_ID_HIDDENGEOMETRYPRIMITIVE2D, utl::MediaDescriptor::PROP_INPUTSTREAM, u, Size::Width(), xController, and xFrame.
Referenced by filter().
|
private |
Definition at line 548 of file svgfilter.cxx.
References implExport(), implExportWriterTextGraphic(), maShapeSelection, mbWriterFilter, mSelectedPages, mxContext, mxSrcDoc, xController, and xFrame.
Referenced by filter().
|
overridevirtual |
Definition at line 833 of file svgfilter.cxx.
|
overridevirtual |
Definition at line 837 of file svgfilter.cxx.
|
staticprivate |
Definition at line 886 of file svgexport.cxx.
Referenced by implExportImpressOrDraw(), and implExportWriterOrCalc().
|
private |
Definition at line 2298 of file svgexport.cxx.
References gentoken::i, implCreateObjectsFromBackground(), implCreateObjectsFromShapes(), maShapeSelection, mbExportShapeSelection, mCreateOjectsCurrentMasterPage, mMasterPageTargets, mSelectedPages, and nCount.
Referenced by implExportDocument().
|
private |
Definition at line 2511 of file svgexport.cxx.
References GDIMetaFile::AddAction(), GDIMetaFile::GetAction(), GDIMetaFile::GetActionSize(), utl::TempFileFast::GetStream(), MetaAction::GetType(), implGetValidIDFromInterface(), maBitmapActionMap, comphelper::makePropertyValue(), maPatterProps, mxContext, nCount, nType, SvmReader::Read(), SvStream::Seek(), GDIMetaFile::SetPrefMapMode(), GDIMetaFile::SetPrefSize(), and sTiledBackgroundTag.
Referenced by implCreateObjects().
|
private |
Definition at line 2379 of file svgexport.cxx.
References GDIMetaFile::AddAction(), GDIMetaFile::GetAction(), GDIMetaFile::GetActionSize(), Graphic::GetBitmapEx(), MetaCommentAction::GetComment(), SdrObject::GetCurrentBoundRect(), Graphic::GetGDIMetaFile(), SdrExchangeView::GetObjGraphic(), SdrObject::getSdrObjectFromXShape(), tools::Rectangle::GetSize(), Graphic::GetType(), MetaAction::GetType(), implCreateObjectsFromShapes(), implGetValidIDFromInterface(), implRegisterInterface(), mbPresentation, mbWriterFilter, mEmbeddedBitmapActionMap, mEmbeddedBitmapActionSet, mpSVGExport, mTextShapeIdListMap, nCount, nType, GDIMetaFile::SetPrefMapMode(), and GDIMetaFile::SetPrefSize().
Referenced by implCreateObjectsFromShapes().
|
private |
Definition at line 2362 of file svgexport.cxx.
References gentoken::i, implCreateObjectsFromShape(), and nCount.
Referenced by implCreateObjects(), and implCreateObjectsFromShape().
|
private |
Definition at line 1570 of file svgexport.cxx.
References mpSVGExport, sId, and XML_NAMESPACE_NONE.
Referenced by implEmbedBulletGlyphs().
|
private |
Definition at line 1542 of file svgexport.cxx.
References implEmbedBulletGlyph(), mpSVGExport, and XML_NAMESPACE_NONE.
Referenced by implExportDocument().
|
private |
css::uno::RuntimeException |
Definition at line 629 of file svgexport.cxx.
References utl::UcbStreamHelper::CreateStream(), gentoken::i, implExportImpressOrDraw(), implExportWriterOrCalc(), maFilterData, mbCalcFilter, mbWriterFilter, Name, and nLength.
Referenced by filterImpressOrDraw(), and filterWriterOrCalc().
|
private |
Definition at line 1455 of file svgexport.cxx.
References aOOOAttrSlide, implGetValidIDFromInterface(), mpSVGExport, mSelectedPages, sId, and XML_NAMESPACE_NONE.
Referenced by implExportDocument().
|
private |
Definition at line 1587 of file svgexport.cxx.
References GDIMetaFile::GetAction(), GDIMetaFile::GetPrefSize(), maBitmapActionMap, mpSVGExport, mpSVGWriter, sId, SVGActionWriter::WriteMetaFile(), and XML_NAMESPACE_NONE.
Referenced by implExportDocument().
|
private |
Definition at line 934 of file svgexport.cxx.
References a, SVGFontExport::EmbedFonts(), basegfx::Range2D< typename TYPE, typename TRAITS >::expand(), basegfx::fround(), basegfx::Range2D< typename TYPE, typename TRAITS >::getHeight(), basegfx::Range2D< typename TYPE, typename TRAITS >::getMinX(), basegfx::Range2D< typename TYPE, typename TRAITS >::getMinY(), basegfx::Range2D< typename TYPE, typename TRAITS >::getWidth(), implCreateObjects(), implEmbedBulletGlyphs(), implExportAnimations(), implExportBackgroundBitmaps(), implExportDocumentHeaderImpressOrDraw(), implExportDocumentHeaderWriterOrCalc(), implExportDrawPages(), implExportMasterPages(), implExportTextEmbeddedBitmaps(), implExportTextShapeIndex(), implExportTiledBackground(), implGenerateMetaData(), implGenerateScript(), implGetPagePropSet(), implLookForFirstVisiblePage(), basegfx::Range2D< typename TYPE, typename TRAITS >::isEmpty(), maBitmapActionMap, maShapeSelection, mbCalcFilter, mbExportShapeSelection, mbIsPreview, mbPresentation, mbSinglePage, mbWriterFilter, mMasterPageTargets, mnVisiblePage, mpObjects, mpSVGDoc, mpSVGExport, mpSVGFontExport, mpSVGWriter, mSelectedPages, mxDefaultPage, nPos, SVGActionWriter::SetEmbeddedBitmapRefs(), and SVGActionWriter::SetPreviewMode().
Referenced by implExportImpressOrDraw(), and implExportWriterOrCalc().
|
private |
Definition at line 1056 of file svgexport.cxx.
References constSvgNamespace, mbExportShapeSelection, mbPresentation, mpSVGDoc, mpSVGExport, msClipPathId, SVG_DTD_STRING, and XML_NAMESPACE_NONE.
Referenced by implExportDocument().
|
private |
Definition at line 1150 of file svgexport.cxx.
References constSvgNamespace, mpSVGDoc, mpSVGExport, and XML_NAMESPACE_NONE.
Referenced by implExportDocument().
|
private |
Definition at line 1881 of file svgexport.cxx.
References aOOOAttrName, DBG_ASSERT, gentoken::i, implExportPage(), implGetValidIDFromInterface(), maShapeSelection, mbExportShapeSelection, mbPresentation, mpSVGExport, msClipPathId, and XML_NAMESPACE_NONE.
Referenced by implExportDocument().
|
private |
Definition at line 664 of file svgexport.cxx.
References ZCodec::BeginCompression(), ZCodec::Compress(), ZCodec::EndCompression(), SdrModel::GetActiveOutliners(), SvMemoryStream::GetData(), SdrModel::GetDrawOutliner(), SvStream::GetError(), SdrPage::getSdrModelFromSdrPage(), SvxDrawPage::GetSdrPage(), SvMemoryStream::GetSize(), implCreateExportDocumentHandler(), implExportDocument(), implRegisterInterface(), LINK, maFilterData, maNewFieldHdl, maOldFieldHdl, mbPresentation, mbShouldCompress, mMasterPageTargets, mpDefaultSdrPage, mpObjects, mpSVGDoc, mpSVGExport, mpSVGFontExport, mpSVGWriter, mSelectedPages, mxDefaultPage, mxSrcDoc, SAL_WARN, SvStream::Seek(), ZCodec::SetCompressionMetadata(), and ZCODEC_DEFAULT_COMPRESSION.
Referenced by implExport().
|
private |
Definition at line 1833 of file svgexport.cxx.
References aOOOAttrName, DBG_ASSERT, gentoken::i, implExportPage(), implGetValidIDFromInterface(), mbPresentation, mpSVGExport, and XML_NAMESPACE_NONE.
Referenced by implExportDocument().
|
private |
Definition at line 1982 of file svgexport.cxx.
References aOOOAttrName, PagePropertySet::bAreBackgroundObjectsVisible, PagePropertySet::bIsBackgroundVisible, GDIMetaFile::GetActionSize(), GDIMetaFile::GetPrefSize(), implExportShapes(), implGetInterfaceName(), mbPresentation, mpObjects, mpSVGExport, mpSVGWriter, mVisiblePagePropSet, SVGWRITER_WRITE_FILL, SVGActionWriter::WriteMetaFile(), and XML_NAMESPACE_NONE.
Referenced by implExportDrawPages(), and implExportMasterPages().
|
private |
Definition at line 2112 of file svgexport.cxx.
References GDIMetaFile::GetActionSize(), INetURLObject::GetProtocol(), INetURLObject::HasError(), implExportShapes(), implGetClassFromShape(), implGetValidIDFromInterface(), mbPresentation, mEmbeddedBitmapActionMap, mpObjects, mpSVGExport, mpSVGWriter, NSPREFIX, sPlaceholderTag, SVGActionWriter::WriteMetaFile(), and XML_NAMESPACE_NONE.
Referenced by implExportShapes().
|
private |
Definition at line 2095 of file svgexport.cxx.
References gentoken::i, implExportShape(), and nCount.
Referenced by implExportPage(), and implExportShape().
|
private |
SVGFilter::implExportTextEmbeddedBitmaps We export bitmaps embedded into text shapes, such as those used by list items with image style, only once in a specific defs element.
Definition at line 1688 of file svgexport.cxx.
References GDIMetaFile::GetAction(), GDIMetaFile::GetActionSize(), mEmbeddedBitmapActionSet, MetaAction::Move(), mpSVGExport, mpSVGWriter, nId, sId, SVGActionWriter::WriteMetaFile(), Point::X(), XML_NAMESPACE_NONE, and Point::Y().
Referenced by implExportDocument().
|
private |
Definition at line 1514 of file svgexport.cxx.
References aOOOAttrSlide, gentoken::i, implGetValidIDFromInterface(), mbExportShapeSelection, mpSVGExport, mSelectedPages, mTextShapeIdListMap, nCount, NSPREFIX, and XML_NAMESPACE_NONE.
Referenced by implExportDocument().
|
private |
Definition at line 1613 of file svgexport.cxx.
References Size::Height(), maBitmapActionMap, maPatterProps, mpSVGExport, Size::Width(), and XML_NAMESPACE_NONE.
Referenced by implExportDocument().
|
private |
Definition at line 788 of file svgexport.cxx.
References implCreateExportDocumentHandler(), implExportDocument(), maFilterData, mpObjects, mpSVGDoc, mpSVGExport, mpSVGFontExport, mpSVGWriter, mSelectedPages, mxDefaultPage, and TOOLS_WARN_EXCEPTION.
Referenced by implExport().
|
private |
Definition at line 828 of file svgexport.cxx.
References Any, SdrModel::EnableUndo(), Graphic::GetChecksum(), MapMode::GetOrigin(), Graphic::GetPrefMapMode(), Graphic::GetPrefSize(), comphelper::getProcessComponentContext(), SdrPage::getSdrModelFromSdrPage(), SvxDrawPage::GetSdrPage(), GetXShapeForSdrObject(), SdrModel::IsUndoEnabled(), OutputDevice::LogicToLogic(), maShapeSelection, mbIsPreview, and mSelectedPages.
Referenced by filterWriterOrCalc().
|
private |
Definition at line 1211 of file svgexport.cxx.
References aOOOAttrBackgroundVisibility, aOOOAttrDateTimeField, aOOOAttrDisplayName, aOOOAttrFooterField, aOOOAttrHasCustomBackground, aOOOAttrHasTransition, aOOOAttrMaster, aOOOAttrMasterObjectsVisibility, aOOOAttrSlide, aOOOAttrSlideDuration, aOOOElemTextField, SdrModel::GetPageNumType(), SdrPage::getSdrModelFromSdrPage(), SvxDrawPage::GetSdrPage(), gentoken::i, implGenerateFieldId(), implGetValidIDFromInterface(), mbPresentation, mnVisiblePage, mpSVGExport, mSelectedPages, mTextFieldCharSets, mVisiblePagePropSet, nCount, PagePropertySet::nPageNumberingType, NSPREFIX, sDisplayName, and XML_NAMESPACE_NONE.
Referenced by implExportDocument().
|
private |
Definition at line 1752 of file svgexport.cxx.
References gentoken::i, mpSVGExport, and XML_NAMESPACE_NONE.
Referenced by implExportDocument().
|
staticprivate |
Definition at line 2634 of file svgexport.cxx.
Referenced by implExportShape().
|
staticprivate |
Definition at line 2679 of file svgexport.cxx.
Referenced by implExportPage().
|
private |
We collect info on master page elements visibility, and placeholder text shape content.
This method is used when exporting a single page as implGenerateMetaData is not invoked.
Definition at line 1787 of file svgexport.cxx.
References PagePropertySet::bAreBackgroundObjectsVisible, PagePropertySet::bIsBackgroundVisible, PagePropertySet::bIsDateTimeFieldFixed, PagePropertySet::bIsDateTimeFieldVisible, PagePropertySet::bIsFooterFieldVisible, PagePropertySet::bIsHeaderFieldVisible, PagePropertySet::bIsPageNumberFieldVisible, SdrModel::GetPageNumType(), SdrPage::getSdrModelFromSdrPage(), SvxDrawPage::GetSdrPage(), implSafeGetPagePropSet(), mVisiblePagePropSet, PagePropertySet::nDateTimeFormat, and PagePropertySet::nPageNumberingType.
Referenced by implExportDocument().
|
private |
Definition at line 2673 of file svgexport.cxx.
References mpSVGExport.
Referenced by implCreateObjectsFromBackground(), implCreateObjectsFromShape(), implExportAnimations(), implExportDrawPages(), implExportMasterPages(), implExportShape(), implExportTextShapeIndex(), and implGenerateMetaData().
|
private |
Definition at line 900 of file svgexport.cxx.
References bVisible, mbPresentation, mbSinglePage, mnVisiblePage, and mSelectedPages.
Referenced by implExportDocument().
|
private |
Definition at line 2666 of file svgexport.cxx.
References mpSVGExport.
Referenced by implCreateObjectsFromShape(), and implExportImpressOrDraw().
|
staticprivate |
Definition at line 1771 of file svgexport.cxx.
Referenced by implGetPagePropSet().
|
overrideprotectedvirtual |
Definition at line 603 of file svgfilter.cxx.
References mxSrcDoc.
|
overrideprotectedvirtual |
Definition at line 608 of file svgfilter.cxx.
References mxDstDoc.
|
overridevirtual |
Definition at line 829 of file svgfilter.cxx.
References sServiceName, and cppu::supportsService().
|
private |
Definition at line 232 of file svgfilter.hxx.
Referenced by implCreateObjectsFromBackground(), implExportBackgroundBitmaps(), implExportDocument(), and implExportTiledBackground().
|
private |
Definition at line 209 of file svgfilter.hxx.
Referenced by implExport(), implExportImpressOrDraw(), and implExportWriterOrCalc().
|
private |
Definition at line 237 of file svgfilter.hxx.
Referenced by implExportImpressOrDraw().
|
private |
Definition at line 236 of file svgfilter.hxx.
Referenced by implExportImpressOrDraw().
|
private |
Definition at line 233 of file svgfilter.hxx.
Referenced by implCreateObjectsFromBackground(), and implExportTiledBackground().
|
private |
Definition at line 207 of file svgfilter.hxx.
Referenced by filterImpressOrDraw(), filterWriterOrCalc(), implCreateObjects(), implExportDocument(), implExportDrawPages(), and implExportWriterTextGraphic().
|
private |
Definition at line 216 of file svgfilter.hxx.
Referenced by filter(), implExport(), and implExportDocument().
|
private |
Definition at line 208 of file svgfilter.hxx.
Referenced by implCreateObjects(), implExportDocument(), implExportDocumentHeaderImpressOrDraw(), implExportDrawPages(), and implExportTextShapeIndex().
|
private |
Definition at line 217 of file svgfilter.hxx.
Referenced by filter().
|
private |
Definition at line 212 of file svgfilter.hxx.
Referenced by filter(), implExportDocument(), and implExportWriterTextGraphic().
|
private |
Definition at line 223 of file svgfilter.hxx.
Referenced by implCreateObjectsFromShape(), implExportDocument(), implExportDocumentHeaderImpressOrDraw(), implExportDrawPages(), implExportImpressOrDraw(), implExportMasterPages(), implExportPage(), implExportShape(), implGenerateMetaData(), and implLookForFirstVisiblePage().
|
private |
Definition at line 213 of file svgfilter.hxx.
Referenced by filter(), and implExportImpressOrDraw().
|
private |
Definition at line 201 of file svgfilter.hxx.
Referenced by implExportDocument(), and implLookForFirstVisiblePage().
|
private |
Definition at line 215 of file svgfilter.hxx.
Referenced by filter(), filterWriterOrCalc(), implCreateObjectsFromShape(), implExport(), and implExportDocument().
|
private |
Definition at line 227 of file svgfilter.hxx.
Referenced by implCreateObjects().
|
private |
Definition at line 231 of file svgfilter.hxx.
Referenced by implCreateObjectsFromShape(), and implExportShape().
|
private |
Definition at line 230 of file svgfilter.hxx.
Referenced by implCreateObjectsFromShape(), and implExportTextEmbeddedBitmaps().
|
private |
Definition at line 234 of file svgfilter.hxx.
Referenced by filterImpressOrDraw(), implCreateObjects(), implExportDocument(), and implExportImpressOrDraw().
|
private |
Definition at line 202 of file svgfilter.hxx.
Referenced by implExportDocument(), implGenerateMetaData(), and implLookForFirstVisiblePage().
|
private |
Impress / draw only members.
Definition at line 222 of file svgfilter.hxx.
Referenced by implExportImpressOrDraw().
|
private |
Definition at line 203 of file svgfilter.hxx.
Referenced by implExportDocument(), implExportImpressOrDraw(), implExportPage(), implExportShape(), implExportWriterOrCalc(), and ~SVGFilter().
|
private |
Definition at line 197 of file svgfilter.hxx.
Referenced by implExportDocument(), implExportDocumentHeaderImpressOrDraw(), implExportDocumentHeaderWriterOrCalc(), implExportImpressOrDraw(), implExportWriterOrCalc(), and ~SVGFilter().
|
private |
Definition at line 198 of file svgfilter.hxx.
Referenced by implCreateObjectsFromShape(), implEmbedBulletGlyph(), implEmbedBulletGlyphs(), implExportAnimations(), implExportBackgroundBitmaps(), implExportDocument(), implExportDocumentHeaderImpressOrDraw(), implExportDocumentHeaderWriterOrCalc(), implExportDrawPages(), implExportImpressOrDraw(), implExportMasterPages(), implExportPage(), implExportShape(), implExportTextEmbeddedBitmaps(), implExportTextShapeIndex(), implExportTiledBackground(), implExportWriterOrCalc(), implGenerateMetaData(), implGenerateScript(), implGetValidIDFromInterface(), implRegisterInterface(), and ~SVGFilter().
|
private |
Definition at line 199 of file svgfilter.hxx.
Referenced by implExportDocument(), implExportImpressOrDraw(), implExportWriterOrCalc(), and ~SVGFilter().
|
private |
Definition at line 200 of file svgfilter.hxx.
Referenced by implExportBackgroundBitmaps(), implExportDocument(), implExportImpressOrDraw(), implExportPage(), implExportShape(), implExportTextEmbeddedBitmaps(), implExportWriterOrCalc(), and ~SVGFilter().
|
private |
Definition at line 225 of file svgfilter.hxx.
Referenced by implExportDocumentHeaderImpressOrDraw(), and implExportDrawPages().
|
private |
Definition at line 211 of file svgfilter.hxx.
Referenced by filterImpressOrDraw(), filterWriterOrCalc(), implCreateObjects(), implExportAnimations(), implExportDocument(), implExportImpressOrDraw(), implExportTextShapeIndex(), implExportWriterOrCalc(), implExportWriterTextGraphic(), implGenerateMetaData(), and implLookForFirstVisiblePage().
|
private |
Definition at line 226 of file svgfilter.hxx.
Referenced by implGenerateMetaData().
|
private |
Definition at line 229 of file svgfilter.hxx.
Referenced by implCreateObjectsFromShape(), and implExportTextShapeIndex().
|
private |
Definition at line 224 of file svgfilter.hxx.
Referenced by implExportPage(), implGenerateMetaData(), and implGetPagePropSet().
|
private |
Generally use members.
Definition at line 196 of file svgfilter.hxx.
Referenced by filterImpressOrDraw(), filterWriterOrCalc(), and implCreateObjectsFromBackground().
|
private |
Definition at line 210 of file svgfilter.hxx.
Referenced by implExportDocument(), implExportImpressOrDraw(), and implExportWriterOrCalc().
|
private |
Definition at line 205 of file svgfilter.hxx.
Referenced by filter(), filterImpressOrDraw(), and setTargetDocument().
|
private |
Definition at line 204 of file svgfilter.hxx.
Referenced by filter(), filterImpressOrDraw(), filterWriterOrCalc(), implExportImpressOrDraw(), and setSourceDocument().