Searched refs:SPFlowregion (Results 1 - 7 of 7) sorted by relevance

/inkscape/src/
H A Dsp-flowregion.h9 #define SP_FLOWREGION(obj) (dynamic_cast<SPFlowregion*>((SPObject*)obj))
10 #define SP_IS_FLOWREGION(obj) (dynamic_cast<const SPFlowregion*>((SPObject*)obj) != NULL)
20 class SPFlowregion : public SPItem { class in inherits:SPItem
22 SPFlowregion();
23 virtual ~SPFlowregion();
H A Dsp-flowregion.cpp30 SPFlowregion::SPFlowregion() : SPItem() { function in class:SPFlowregion
33 SPFlowregion::~SPFlowregion() {
39 void SPFlowregion::child_added(Inkscape::XML::Node *child, Inkscape::XML::Node *ref) {
47 void SPFlowregion::remove_child(Inkscape::XML::Node * child) {
54 void SPFlowregion::update(SPCtx *ctx, unsigned int flags) {
98 void SPFlowregion::UpdateComputed(void)
112 void SPFlowregion::modified(guint flags) {
141 Inkscape::XML::Node *SPFlowregion
[all...]
H A Dsp-flowtext.cpp137 if (dynamic_cast<SPFlowregion *>(o)) {
227 if ( dynamic_cast<SPFlowdiv *>(child) || dynamic_cast<SPFlowpara *>(child) || dynamic_cast<SPFlowregion *>(child) || dynamic_cast<SPFlowregionExclude *>(child)) {
243 if ( dynamic_cast<SPFlowdiv *>(child) || dynamic_cast<SPFlowpara *>(child) || dynamic_cast<SPFlowregion *>(child) || dynamic_cast<SPFlowregionExclude *>(child)) {
388 SPFlowregion *region = dynamic_cast<SPFlowregion *>(child);
575 if (dynamic_cast<SPFlowregion *>(o)) {
628 g_assert(dynamic_cast<SPFlowregion *>(region_object) != NULL);
689 if (dynamic_cast<SPFlowregion *>(o)) {
H A Dsp-use.cpp190 SPFlowregion *flowregion = dynamic_cast<SPFlowregion *>(flowtext->firstChild());
420 if (parent && dynamic_cast<SPFlowregion *>(parent)) {
565 if (parent && dynamic_cast<SPFlowregion *>(parent)) {
H A Dsp-factory.cpp143 ret = new SPFlowregion;
H A Ddesktop-style.cpp136 (dynamic_cast<SPFlowregion *>(o->parent) ||
H A Dselection-chemistry.cpp1625 if (dynamic_cast<SPFlowregion *>(region) || dynamic_cast<SPFlowregionExclude *>(region)) {

Completed in 39 milliseconds