Home
last modified time | relevance | path

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

/trunk/main/oox/source/xls/
H A Dworksheetsettings.cxx100 mbInsertRows( true ), in SheetProtectionModel()
153 maSheetProt.mbInsertRows = rAttribs.getBool( XML_insertRows, true ); in importSheetProtection()
211 maSheetProt.mbInsertRows = rStrm.readInt32() != 0; in importSheetProtection()
296 maSheetProt.mbInsertRows = !getFlag( nFlags, BIFF_SHEETPROT_INSERT_ROWS ); in importSheetProtection()
/trunk/main/oox/inc/oox/xls/
H A Dworksheetsettings.hxx61 bool mbInsertRows; /// True = insert rows locked. member

Completed in 64 milliseconds