Home
last modified time | relevance | path

Searched refs:split_reference (Results 1 – 6 of 6) sorted by relevance

/dports/textproc/xlnt/xlnt-1.5.0-92-g20f3dac2/source/cell/
H A Dcell_reference.cpp55 auto split = split_reference(string, absolute_column_, absolute_row_); in cell_reference()
109 std::pair<std::string, row_t> cell_reference::split_reference(const std::string &reference_string) in split_reference() function in xlnt::cell_reference
112 return split_reference(reference_string, ignore1, ignore2); in split_reference()
115 std::pair<std::string, row_t> cell_reference::split_reference( in split_reference() function in xlnt::cell_reference
/dports/textproc/xlnt/xlnt-1.5.0-92-g20f3dac2/include/xlnt/cell/
H A Dcell_reference.hpp63 static std::pair<std::string, row_t> split_reference(const std::string &reference_string);
71 static std::pair<std::string, row_t> split_reference(
/dports/textproc/xlnt/xlnt-1.5.0-92-g20f3dac2/docs/api/
H A Dcell_reference.md2 ## ```static std::pair<std::string, row_t> xlnt::cell_reference::split_reference(const std::string …
4 ## ```static std::pair<std::string, row_t> xlnt::cell_reference::split_reference(const std::string …
/dports/graphics/blender/blender-2.91.0/intern/cycles/bvh/
H A Dbvh_split.cpp191 split_reference( in BVHSpatialSplit()
284 split_reference(*builder, lref, rref, curr_ref, this->dim, this->pos); in split()
479 void BVHSpatialSplit::split_reference(const BVHBuild &builder, in split_reference() function in BVHSpatialSplit
H A Dbvh_split.h92 void split_reference(const BVHBuild &builder,
/dports/textproc/xlnt/xlnt-1.5.0-92-g20f3dac2/source/worksheet/
H A Dworksheet.cpp97 auto temp = cell_reference::split_reference(name); in create_named_range()