Home
last modified time | relevance | path

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

/trunk/main/oox/inc/oox/xls/
H A Dworksheetsettings.hxx92 void importChartProtection( const AttributeList& rAttribs );
103 void importChartProtection( SequenceInputStream& rStrm );
/trunk/main/oox/source/xls/
H A Dchartsheetfragment.cxx63 …case XLS_TOKEN( sheetProtection ): getWorksheetSettings().importChartProtection( rAttribs ); … in onCreateContext()
120 …case BIFF12_ID_CHARTPROTECTION: getWorksheetSettings().importChartProtection( rStrm ); … in onCreateRecordContext()
H A Dworksheetsettings.cxx164 void WorksheetSettings::importChartProtection( const AttributeList& rAttribs ) in importChartProtection() function in oox::xls::WorksheetSettings
222 void WorksheetSettings::importChartProtection( SequenceInputStream& rStrm ) in importChartProtection() function in oox::xls::WorksheetSettings

Completed in 12 milliseconds