Home
last modified time | relevance | path

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

/trunk/main/oox/source/xls/
H A Dworksheetsettings.cxx96 mbFormatCells( true ), in SheetProtectionModel()
149 maSheetProt.mbFormatCells = rAttribs.getBool( XML_formatCells, true ); in importSheetProtection()
207 maSheetProt.mbFormatCells = rStrm.readInt32() != 0; in importSheetProtection()
292 maSheetProt.mbFormatCells = !getFlag( nFlags, BIFF_SHEETPROT_FORMAT_CELLS ); in importSheetProtection()
/trunk/main/oox/inc/oox/xls/
H A Dworksheetsettings.hxx57 bool mbFormatCells; /// True = format cells locked. member

Completed in 21 milliseconds