Home
last modified time | relevance | path

Searched refs:GetHighestOutlineLevel (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/inc/
H A Dxetable.hxx764 sal_uInt8 GetHighestOutlineLevel() const { return mnHighestOutlineLevel; } in GetHighestOutlineLevel() function in XclExpColinfoBuffer
925 sal_uInt8 GetHighestOutlineLevel() const { return mnHighestOutlineLevel; } in GetHighestOutlineLevel() function in XclExpRowBuffer
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/inc/
H A Dxetable.hxx765 sal_uInt8 GetHighestOutlineLevel() const { return mnHighestOutlineLevel; } in GetHighestOutlineLevel() function in XclExpColinfoBuffer
927 sal_uInt8 GetHighestOutlineLevel() const { return mnHighestOutlineLevel; } in GetHighestOutlineLevel() function in XclExpRowBuffer
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/excel/
H A Dxetable.cxx2741 XML_outlineLevelRow, OString::number(maRowBfr.GetHighestOutlineLevel()), in SaveXml()
2742 XML_outlineLevelCol, OString::number(maColInfoBfr.GetHighestOutlineLevel()) ); in SaveXml()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/excel/
H A Dxetable.cxx2734 XML_outlineLevelRow, OString::number(maRowBfr.GetHighestOutlineLevel()), in SaveXml()
2735 XML_outlineLevelCol, OString::number(maColInfoBfr.GetHighestOutlineLevel()) ); in SaveXml()