Home
last modified time | relevance | path

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

/dports/devel/liborcus/liborcus-0.16.1/src/liborcus/
H A Dxlsx_revision_context.cpp254 long get_sheet_id() const { return m_sheet_id; } in get_sheet_id() function in orcus::__anon4902a5f90211::rcc_attr_parser
292 long get_sheet_id() const { return m_sheet_id; } in get_sheet_id() function in orcus::__anon4902a5f90211::rrc_attr_parser
405 cout << " - sheet index: " << func.get_sheet_id() << endl; in start_element()
455 cout << " - sheet index: " << func.get_sheet_id() << endl; in start_element()
/dports/audio/traverso/traverso-0.49.6/src/core/
H A DAudioClip.h102 qint64 get_sheet_id() const {return m_sheetId;}
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/scripts/
H A Dgenerate_stats.py517 def get_sheet_id(spreadsheet, sheet_name): function
532 sheet_id = get_sheet_id(spreadsheet, sheet_name)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/scripts/
H A Dgenerate_stats.py520 def get_sheet_id(spreadsheet, sheet_name): function
535 sheet_id = get_sheet_id(spreadsheet, sheet_name)
/dports/audio/traverso/traverso-0.49.6/src/traverso/widgets/
H A DResourcesWidget.cpp455 if (m_clip->get_sheet_id() == sheet->get_id()) { in apply_filter()