SfxItemPool* SwSvxUnoDrawPool::getModelPool(bool/*bReadOnly*/) noexcept
{ // DVO, OD 01.10.2003 #i18732# - return item pool of writer document; // it contains draw model item pool as secondary pool. //SdrModel* pModel = m_rDoc.MakeDrawModel(); //return &pModel->GetItemPool(); // #i52858# - method name changed
m_rDoc.getIDocumentDrawModelAccess().GetOrCreateDrawModel(); return &(m_rDoc.GetAttrPool());
}
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.