Home
last modified time | relevance | path

Searched refs:get_celltype (Results 1 – 5 of 5) sorted by relevance

/dports/devel/liborcus/liborcus-0.16.1/src/spreadsheet/
H A Dfactory_sheet.cpp603 switch (cxt.get_celltype(pos)) in write_string()
H A Dhtml_dumper.cpp512 ixion::celltype_t ct = cxt.get_celltype(pos); in dump()
H A Dsheet.cpp642 switch (cxt.get_celltype(pos)) in dump_check()
/dports/cad/sumo/sumo-1.2.0/tools/contributed/sumopy/agilepy/lib_wx/
H A Dobjpanel.py1856 self.celltypes.append(self.get_celltype(attrconf))
1860 def get_celltype(self, attrconf): member in TableGrid
/dports/games/hyperrogue/hyperrogue-12.0f/
H A Dcomplex.cpp1001 celltype get_celltype(cell *c) { in get_celltype() function
1016 celltype t = get_celltype(c); in imput()