Searched refs:importSheetProtection (Results 1 – 3 of 3) sorted by relevance
90 void importSheetProtection( const AttributeList& rAttribs );101 void importSheetProtection( SequenceInputStream& rStrm );120 void importSheetProtection( BiffInputStream& rStrm );
143 void WorksheetSettings::importSheetProtection( const AttributeList& rAttribs ) in importSheetProtection() function in oox::xls::WorksheetSettings200 void WorksheetSettings::importSheetProtection( SequenceInputStream& rStrm ) in importSheetProtection() function in oox::xls::WorksheetSettings286 void WorksheetSettings::importSheetProtection( BiffInputStream& rStrm ) in importSheetProtection() function in oox::xls::WorksheetSettings
265 …case XLS_TOKEN( sheetProtection ): getWorksheetSettings().importSheetProtection( rAttribs ); … in onCreateContext()387 … case BIFF12_ID_SHEETPROTECTION: getWorksheetSettings().importSheetProtection( rStrm ); break; in onCreateRecordContext()1199 getWorksheetSettings().importSheetProtection( rStrm ); in importSharedFeatHead()
Completed in 38 milliseconds