Home
last modified time | relevance | path

Searched refs:importSheetProtection (Results 1 – 3 of 3) sorted by relevance

/trunk/main/oox/inc/oox/xls/
H A Dworksheetsettings.hxx90 void importSheetProtection( const AttributeList& rAttribs );
101 void importSheetProtection( SequenceInputStream& rStrm );
120 void importSheetProtection( BiffInputStream& rStrm );
/trunk/main/oox/source/xls/
H A Dworksheetsettings.cxx143 void WorksheetSettings::importSheetProtection( const AttributeList& rAttribs ) in importSheetProtection() function in oox::xls::WorksheetSettings
200 void WorksheetSettings::importSheetProtection( SequenceInputStream& rStrm ) in importSheetProtection() function in oox::xls::WorksheetSettings
286 void WorksheetSettings::importSheetProtection( BiffInputStream& rStrm ) in importSheetProtection() function in oox::xls::WorksheetSettings
H A Dworksheetfragment.cxx265 …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 24 milliseconds