Home
last modified time | relevance | path

Searched defs:CellRef (Results 1 – 14 of 14) sorted by relevance

/dports/games/openmw/openmw-openmw-0.47.0/apps/opencs/model/world/
H A Dref.hpp11 struct CellRef : public ESM::CellRef struct
13 std::string mId;
14 std::string mCell;
15 std::string mOriginalCell;
16 bool mNew; // new reference, not counted yet, ref num not assigned yet
H A Dref.cpp5 CSMWorld::CellRef::CellRef() : mNew (true) in CellRef() function in CSMWorld::CellRef
/dports/games/openmw/openmw-openmw-0.47.0/apps/essimporter/
H A Dimportcellref.hpp18 struct CellRef : public ActorData struct
20 std::string mIndexedRefId;
22 std::string mScript;
24 bool mEnabled;
26 bool mDeleted;
/dports/games/openmw/openmw-openmw-0.47.0/apps/openmw/mwworld/
H A Dcellref.hpp15 class CellRef class
19 CellRef (const ESM::CellRef& ref) in CellRef() function in MWWorld::CellRef
/dports/devel/godot2/godot-2.1.6-stable/scene/resources/
H A Dworld_2d.cpp41 struct CellRef { struct
43 int ref;
45 _FORCE_INLINE_ int inc() { in inc()
49 _FORCE_INLINE_ int dec() { in dec()
54 _FORCE_INLINE_ CellRef() { in CellRef() argument
/dports/devel/godot2-tools/godot-2.1.6-stable/scene/resources/
H A Dworld_2d.cpp41 struct CellRef { struct
43 int ref;
45 _FORCE_INLINE_ int inc() { in inc()
49 _FORCE_INLINE_ int dec() { in dec()
54 _FORCE_INLINE_ CellRef() { in CellRef() function
/dports/devel/godot/godot-3.2.3-stable/scene/resources/
H A Dworld_2d.cpp42 struct CellRef { struct
44 int ref;
46 _FORCE_INLINE_ int inc() { in inc()
50 _FORCE_INLINE_ int dec() { in dec()
55 _FORCE_INLINE_ CellRef() { in CellRef() argument
/dports/devel/godot-tools/godot-3.2.3-stable/scene/resources/
H A Dworld_2d.cpp42 struct CellRef { struct
44 int ref;
46 _FORCE_INLINE_ int inc() { in inc()
50 _FORCE_INLINE_ int dec() { in dec()
55 _FORCE_INLINE_ CellRef() { in CellRef() function
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/inc/
H A Dcelltypes.hxx34 typedef rtl::Reference<Cell> CellRef; typedef
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/inc/
H A Dcelltypes.hxx34 typedef rtl::Reference< Cell > CellRef; typedef
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svx/
H A Dsvdotable.hxx46 typedef rtl::Reference< Cell > CellRef; typedef
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svx/
H A Dsvdotable.hxx46 typedef rtl::Reference< Cell > CellRef; typedef
/dports/games/openmw/openmw-openmw-0.47.0/components/esm/
H A Dcellref.hpp41 class CellRef class
/dports/cad/verilator/verilator-4.216/src/
H A DV3AstNodes.h2926 ASTNODE_NODE_FUNCS(CellRef) in ASTNODE_NODE_FUNCS() argument