Home
last modified time | relevance | path

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

/trunk/main/oox/inc/oox/xls/
H A Dworksheetfragment.hxx81 void importSheetFormatPr( const AttributeList& rAttribs );
102 void importSheetFormatPr( SequenceInputStream& rStrm );
/trunk/main/oox/source/xls/
H A Dworksheetfragment.cxx264 …case XLS_TOKEN( sheetFormatPr ): importSheetFormatPr( rAttribs ); … in onCreateContext()
380 … case BIFF12_ID_SHEETFORMATPR: importSheetFormatPr( rStrm ); break; in onCreateRecordContext()
508 void WorksheetFragment::importSheetFormatPr( const AttributeList& rAttribs ) in importSheetFormatPr() function in oox::xls::WorksheetFragment
618 void WorksheetFragment::importSheetFormatPr( SequenceInputStream& rStrm ) in importSheetFormatPr() function in oox::xls::WorksheetFragment

Completed in 11 milliseconds