/** This class implements the service com.sun.star.drawing.Defaults. ItworksontheSfxItemPoolfromthegivenmodelandtheglobal drawobjectitempool. Theclasscanworkinareadonlymodewithoutamodel.Derivated classescansetamodelondemandbyoverridinggetModelPool().
*/ typedef ::comphelper::WeakComponentImplHelper<css::lang::XServiceInfo> SvxUnoDrawPool_Base;
class SVX_DLLPUBLIC SvxUnoDrawPool : public SvxUnoDrawPool_Base, public comphelper::PropertySetHelper
{ public:
SvxUnoDrawPool(SdrModel* pModel, rtl::Reference<comphelper::PropertySetInfo> const & xDefaults);
virtual ~SvxUnoDrawPool() noexcept override;
/** This returns the item pool from the given model, or the default pool if there is no model and bReadOnly is true. IfbReadOnlyisfalseandthereisnomodelthedefaultimplementationreturnsNULL.
*/ virtual SfxItemPool* getModelPool( bool bReadOnly ) noexcept;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.