Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/xml/
H A Dxmltabi.cxx411 bool bSelectProtectedCells = false; in ScXMLTableProtectionContext() local
428 bSelectProtectedCells = IsXMLToken(aIter, XML_TRUE); in ScXMLTableProtectionContext()
454 rProtectData.mbSelectProtectedCells = bSelectProtectedCells; in ScXMLTableProtectionContext()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/xml/
H A Dxmltabi.cxx434 bool bSelectProtectedCells = false; in ScXMLTableProtectionContext() local
451 bSelectProtectedCells = IsXMLToken(aIter, XML_TRUE); in ScXMLTableProtectionContext()
477 rProtectData.mbSelectProtectedCells = bSelectProtectedCells; in ScXMLTableProtectionContext()