Home
last modified time | relevance | path

Searched refs:getAllPositions (Results 1 – 14 of 14) sorted by relevance

/dports/games/keeperrl/keeperrl-alpha23/
H A Dminion_task.cpp103 vector<Position> MinionTasks::getAllPositions(WConstCollective collective, WConstCreature c, Minion… in getAllPositions() function in MinionTasks
130 vector<Position> squares = getAllPositions(collective, c, task, true); in generate()
134 vector<Position> squares = getAllPositions(collective, c, task, false); in generate()
H A Dminion_task.h37 …static vector<Position> getAllPositions(WConstCollective, WConstCreature, MinionTask, bool onlyAct…
H A Dlevel.cpp80 for (auto pos : ret->getAllPositions()) in create()
264 landCreature(getAllPositions(), creature); in landCreature()
457 vector<Position> Level::getAllPositions() const { in getAllPositions() function in Level
501 for (Position pos : getAllPositions()) in getSectors()
H A Dmodel.cpp259 cemetery->landCreature(cemetery->getAllPositions(), c); in killCreature()
290 CHECK(target->landCreature(target->getAllPositions(), ref)) << "No place to spawn player"; in landHeroPlayer()
H A Dminimap_gui.cpp117 for (Position v : level->getAllPositions()) in update()
H A Dlevel.h108 vector<Position> getAllPositions() const;
H A Dtutorial.cpp499 for (auto pos : collective->getLevel()->getAllPositions()) in createTutorial()
H A Dplayer_control.cpp1596 for (auto& pos : MinionTasks::getAllPositions(getCollective(), nullptr, task)) in processInput()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/inc/
H A Dlistenerquery.hxx43 const TabsType& getAllPositions() const;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/inc/
H A Dlistenerquery.hxx43 const TabsType& getAllPositions() const;
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/tool/
H A Dlistenerquery.cxx65 const RefQueryFormulaGroup::TabsType& RefQueryFormulaGroup::getAllPositions() const in getAllPositions() function in sc::RefQueryFormulaGroup
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/tool/
H A Dlistenerquery.cxx65 const RefQueryFormulaGroup::TabsType& RefQueryFormulaGroup::getAllPositions() const in getAllPositions() function in sc::RefQueryFormulaGroup
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/data/
H A Dtable3.cxx1386 const sc::RefQueryFormulaGroup::TabsType& rGroupTabs = aFormulaGroupPos.getAllPositions(); in SortReorderByRowRefUpdate()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/data/
H A Dtable3.cxx1482 const sc::RefQueryFormulaGroup::TabsType& rGroupTabs = aFormulaGroupPos.getAllPositions(); in SortReorderByRowRefUpdate()