Home
last modified time | relevance | path

Searched refs:m_attributeManager (Results 1 – 7 of 7) sorted by relevance

/dports/editors/calligra/calligra-3.2.1/plugins/formulashape/
H A DFormulaRenderer.cpp29 m_attributeManager = new AttributeManager(); in FormulaRenderer()
34 delete m_attributeManager; in ~FormulaRenderer()
43 element->paint( p, m_attributeManager ); // let element paint itself in paintElement()
45 element->paintEditingHints( p, m_attributeManager ); in paintElement()
62 element->setDisplayStyle( m_attributeManager->boolOf("displaystyle", element)); in layoutElement()
64 int scale = m_attributeManager->scriptLevel( element, i++ ); in layoutElement()
68 element->layout( m_attributeManager ); // actually layout the element in layoutElement()
86 tmpElement->layout( m_attributeManager ); // layout the element in updateElementLayout()
H A DFormulaRenderer.h85 AttributeManager* m_attributeManager; variable
/dports/editors/calligra/calligra-3.2.1/plugins/formulashape/tests/
H A DTestAttributeManager.cpp11 m_attributeManager = new AttributeManager(); in initTestCase()
17 delete m_attributeManager; in cleanupTestCase()
H A DTestAttributeManager.h23 AttributeManager* m_attributeManager;
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/render/backend/
H A Dnodemanagers.cpp80 , m_attributeManager(new AttributeManager()) in NodeManagers()
119 delete m_attributeManager; in ~NodeManagers()
275 return m_attributeManager; in manager()
H A Dnodemanagers_p.h206 inline AttributeManager *attributeManager() const noexcept { return m_attributeManager; } in attributeManager()
244 AttributeManager *m_attributeManager; variable
/dports/textproc/libstaroffice/libstaroffice-0.0.7/src/lib/
H A DStarObject.cxx58 , m_attributeManager(new StarAttributeManager) in State()
67 std::shared_ptr<StarAttributeManager> m_attributeManager; member
122 return m_state->m_attributeManager; in getAttributeManager()