Home
last modified time | relevance | path

Searched refs:mbDeleteColumns (Results 1 – 10 of 10) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/oox/
H A Dworksheetsettings.cxx71 mbDeleteColumns( true ), in SheetProtectionModel()
126 maSheetProt.mbDeleteColumns = rAttribs.getBool( XML_deleteColumns, true ); in importSheetProtection()
217 maSheetProt.mbDeleteColumns = rStrm.readInt32() == 0; in importSheetProtection()
267 aProtect.setOption( ScTableProtection::DELETE_COLUMNS, !maSheetProt.mbDeleteColumns ); in finalizeImport()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/oox/
H A Dworksheetsettings.cxx71 mbDeleteColumns( true ), in SheetProtectionModel()
126 maSheetProt.mbDeleteColumns = rAttribs.getBool( XML_deleteColumns, true ); in importSheetProtection()
217 maSheetProt.mbDeleteColumns = rStrm.readInt32() == 0; in importSheetProtection()
267 aProtect.setOption( ScTableProtection::DELETE_COLUMNS, !maSheetProt.mbDeleteColumns ); in finalizeImport()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/inc/
H A Dworksheetsettings.hxx58 bool mbDeleteColumns; /// True = delete columns locked. member
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/inc/
H A Dworksheetsettings.hxx60 bool mbDeleteColumns; /// True = delete columns locked. member
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/xml/
H A Dxmlsubti.cxx53 mbDeleteColumns(false), in ScXMLTabProtectionData()
206 aProtect.setOption(ScTableProtection::DELETE_COLUMNS, maProtectionData.mbDeleteColumns); in DeleteTable()
H A Dxmlsubti.hxx43 bool mbDeleteColumns; member
H A Dxmltabi.cxx458 rProtectData.mbDeleteColumns = bDeleteColumns; in ScXMLTableProtectionContext()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/xml/
H A Dxmlsubti.cxx53 mbDeleteColumns(false), in ScXMLTabProtectionData()
205 pProtect->setOption(ScTableProtection::DELETE_COLUMNS, maProtectionData.mbDeleteColumns); in DeleteTable()
H A Dxmlsubti.hxx44 bool mbDeleteColumns; member
H A Dxmltabi.cxx481 rProtectData.mbDeleteColumns = bDeleteColumns; in ScXMLTableProtectionContext()