Home
last modified time | relevance | path

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

/aoo4110/main/oox/source/xls/
H A Dsheetdatacontext.cxx127 if( nElement == XLS_TOKEN( row ) ) { importRow( rAttribs ); return this; } in onCreateContext()
246 if( nRecId == BIFF12_ID_ROW ) { importRow( rStrm ); return this; } in onCreateRecordContext()
283 void SheetDataContext::importRow( const AttributeList& rAttribs ) in importRow() function in oox::xls::SheetDataContext
360 void SheetDataContext::importRow( SequenceInputStream& rStrm ) in importRow() function in oox::xls::SheetDataContext
617 case BIFF2_ID_ROW: importRow( rStrm ); break; in importRecord()
625 case BIFF3_ID_ROW: importRow( rStrm ); break; in importRecord()
633 case BIFF3_ID_ROW: importRow( rStrm ); break; in importRecord()
645 case BIFF3_ID_ROW: importRow( rStrm ); break; in importRecord()
660 case BIFF3_ID_ROW: importRow( rStrm ); break; in importRecord()
674 void BiffSheetDataContext::importRow( BiffInputStream& rStrm ) in importRow() function in oox::xls::BiffSheetDataContext
/aoo4110/main/oox/inc/oox/xls/
H A Dsheetdatacontext.hxx76 void importRow( const AttributeList& rAttribs );
83 void importRow( SequenceInputStream& rStrm );
140 void importRow( BiffInputStream& rStrm );

Completed in 16 milliseconds