Home
last modified time | relevance | path

Searched refs:IS_GROUP (Results 1 – 21 of 21) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/configmgr/source/
H A Daccess.cxx536 assert(thisIs(IS_GROUP)); in getProperties()
550 assert(thisIs(IS_GROUP)); in getPropertyByName()
562 assert(thisIs(IS_GROUP)); in hasPropertyByName()
691 assert(thisIs(IS_GROUP)); in getPropertySetInfo()
698 assert(thisIs(IS_GROUP)); in setPropertyValue()
719 assert(thisIs(IS_GROUP)); in getPropertyValue()
734 assert(thisIs(IS_GROUP)); in addPropertyChangeListener()
758 assert(thisIs(IS_GROUP)); in removePropertyChangeListener()
779 assert(thisIs(IS_GROUP)); in addVetoableChangeListener()
804 assert(thisIs(IS_GROUP)); in removeVetoableChangeListener()
[all …]
H A Daccess.hxx442 IS_ANY = 0, IS_GROUP = 0x01, IS_SET = 0x02, IS_EXTENSIBLE = 0x04, enumerator
/dports/editors/libreoffice6/libreoffice-6.4.7.2/configmgr/source/
H A Daccess.cxx536 assert(thisIs(IS_GROUP)); in getProperties()
550 assert(thisIs(IS_GROUP)); in getPropertyByName()
562 assert(thisIs(IS_GROUP)); in hasPropertyByName()
691 assert(thisIs(IS_GROUP)); in getPropertySetInfo()
698 assert(thisIs(IS_GROUP)); in setPropertyValue()
719 assert(thisIs(IS_GROUP)); in getPropertyValue()
734 assert(thisIs(IS_GROUP)); in addPropertyChangeListener()
758 assert(thisIs(IS_GROUP)); in removePropertyChangeListener()
779 assert(thisIs(IS_GROUP)); in addVetoableChangeListener()
804 assert(thisIs(IS_GROUP)); in removeVetoableChangeListener()
[all …]
H A Daccess.hxx444 IS_ANY = 0, IS_GROUP = 0x01, IS_SET = 0x02, IS_EXTENSIBLE = 0x04, enumerator
/dports/graphics/opendx/dx-4.4.4/src/exec/hwrender/
H A DhwGroupInteractor.c108 IS_GROUP(I) = 1 ; in _dxfCreateInteractorGroup()
176 IS_GROUP(I) = 1 ; in StartStroke()
H A DhwInteractor.c192 IS_GROUP(I) = 0 ; in _dxfAllocateInteractor()
557 !IS_AUX(W->Interactors[i]) && !IS_GROUP(W->Interactors[i])) in _dxfRedrawInteractorEchos()
H A DhwInteractor.h262 #define IS_GROUP(interactor) ((interactor)->is_group) macro
/dports/graphics/dia/dia-0.97.3/lib/
H A Dgroup.h34 #define IS_GROUP(obj) ((obj)->type == &group_type) macro
H A Dprop_text.c468 if (IS_GROUP(object)) in object_get_displayname()
/dports/graphics/nip2/nip2-8.7.1/src/
H A Dgroup.h34 #define IS_GROUP( obj ) (GTK_CHECK_TYPE( (obj), TYPE_GROUP )) macro
/dports/graphics/dia/dia-0.97.3/app/
H A Dhighlight.c75 if (IS_GROUP(object)) { in highlight_reset_objects()
H A Dload_save.c271 if IS_GROUP(obj) { in read_connections()
723 if (IS_GROUP(obj) && group_objects(obj) != NULL) { in write_objects()
783 if IS_GROUP(obj) { in write_connections()
H A Ddiagram.c426 if (IS_GROUP(obj)) return TRUE; in diagram_selected_any_groups()
1293 if (IS_GROUP(group)) { in diagram_ungroup_selected()
/dports/graphics/opendx/dx-4.4.4/src/exec/dxmods/
H A Dselect.c25 #define IS_GROUP 2 macro
126 return doselect(o, whichone, IS_GROUP, fexcept); in doobject()
200 case IS_GROUP: in doselect()
231 case IS_GROUP: in doselect()
258 case IS_GROUP: in doselect()
/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/misc/
H A DSoBase.h98 enum BaseFlags { IS_ENGINE = 0x01, IS_GROUP = 0x02 }; enumerator
/dports/graphics/Coin/coin-Coin-4.0.0/src/nodes/
H A DSoUnknownNode.cpp182 if (!in->isBinary() || (flags & SoBase::IS_GROUP)) { in readInstance()
H A DSoGroup.cpp337 flags |= SoBase::IS_GROUP; in readInstance()
/dports/graphics/Coin/coin-Coin-4.0.0/src/fields/
H A DSoFieldContainer.cpp1050 (flags & SoBase::IS_GROUP) ? FALSE : TRUE, in readInstance()
/dports/devel/efl/efl-1.25.1/src/bin/edje/
H A Dedje_pick.c347 #define IS_GROUP(x) ((!strcmp(x, "-g")) || (!strcmp(x, "--group"))) in _edje_pick_command_line_parse() macro
387 if (IS_GROUP(argv[k])) in _edje_pick_command_line_parse()
/dports/deskutils/fet/fet-6.2.0/src/interface/
H A Dactivityplanningform.cpp104 const int IS_GROUP = 2; variable
171 yearORgroupORsubgroup<<IS_GROUP; in startActivityPlanning()
3889 case IS_GROUP: if(showGroups->checkState()!=Qt::Checked) show=false; break; in updateTablesVisual()
3922 case IS_GROUP: if(showGroups->checkState()!=Qt::Checked) show=false; break; in updateTablesVisual()
/dports/graphics/Coin/coin-Coin-4.0.0/src/misc/
H A DSoBase.cpp1282 if (isgroup) flags |= SoBase::IS_GROUP; in writeHeader()