Searched refs:deactivated (Results 1 - 10 of 10) sorted by relevance

/inkscape/src/ui/dialog/
H A Dextensions.cpp78 stateStr = "deactivated";
85 if ( self->_showAll || in_plug->deactivated() ) {
H A Dfiledialogimpl-gtkmm.cpp848 if (imod->deactivated())
1211 if (omod->deactivated())
1465 if (omod->deactivated())
H A Dfiledialogimpl-win32.cpp301 if (imod->deactivated()) continue;
1708 if (omod->deactivated()) continue;
/inkscape/src/extension/
H A Ddb.cpp91 if ( !mod || mod->deactivated() )
H A Ddependency.cpp112 not deactivated, the dependency passes.
143 if (myext->deactivated()) return FALSE;
H A Dsystem.cpp162 if (!in_plug->deactivated() && dynamic_cast<Input *>(in_plug)) {
378 if (!in_plug->deactivated() && dynamic_cast<Output *>(in_plug)) {
H A Dinit.cpp334 if (!in_plug->deactivated() && !in_plug->check()) {
H A Dextension.h136 bool deactivated (void);
H A Dextension.cpp374 mark to the world that it has been deactivated. It also removes
396 \return Whether the extension has been deactivated
400 Extension::deactivated (void) function in class:Inkscape::Extension::Extension
/inkscape/src/ui/
H A Dclipboard.cpp1375 if ( !(*out)->deactivated() ) {

Completed in 38 milliseconds