Home
last modified time | relevance | path

Searched refs:BIFF12_CELLSTYLE_HIDDEN (Results 1 – 2 of 2) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/oox/
H A Dstylesbuffer.cxx188 const sal_uInt16 BIFF12_CELLSTYLE_HIDDEN = 0x0002; variable
2479 maModel.mbHidden = getFlag( nFlags, BIFF12_CELLSTYLE_HIDDEN ); in importCellStyle()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/oox/
H A Dstylesbuffer.cxx187 const sal_uInt16 BIFF12_CELLSTYLE_HIDDEN = 0x0002; variable
2472 maModel.mbHidden = getFlag( nFlags, BIFF12_CELLSTYLE_HIDDEN ); in importCellStyle()