Home
last modified time | relevance | path

Searched refs:handleKeepWithNext (Results 1 – 4 of 4) sorted by relevance

/dports/print/scribus-devel/scribus-1.5.7/scribus/ui/
H A Dpropertywidget_orphans.cpp29 connect(keepWithNext, SIGNAL(stateChanged(int)), this, SLOT(handleKeepWithNext())); in connectSignals()
37 disconnect(keepWithNext, SIGNAL(stateChanged(int)), this, SLOT(handleKeepWithNext())); in disconnectSignals()
64 void PropertyWidget_Orphans::handleKeepWithNext() in handleKeepWithNext() function in PropertyWidget_Orphans
H A Dpropertywidget_orphans.h34 void handleKeepWithNext();
H A Dsmtextstyles.h110 void handleKeepWithNext();
H A Dsmtextstyles.cpp537 connect(m_pwidget->keepWithNext, SIGNAL(stateChanged(int)), this, SLOT(handleKeepWithNext())); in setupConnections()
638 disconnect(m_pwidget->keepWithNext, SIGNAL(stateChanged(int)), this, SLOT(handleKeepWithNext())); in removeConnections()
1209 void SMParagraphStyle::handleKeepWithNext() in handleKeepWithNext() function in SMParagraphStyle