Home
last modified time | relevance | path

Searched refs:startRecord (Results 1 – 11 of 11) sorted by relevance

/trunk/main/oox/source/xls/
H A Dbiffoutputstream.cxx43 void BiffOutputRecordBuffer::startRecord( sal_uInt16 nRecId ) in startRecord() function in oox::xls::prv::BiffOutputRecordBuffer
93 void BiffOutputStream::startRecord( sal_uInt16 nRecId ) in startRecord() function in oox::xls::BiffOutputStream
95 maRecBuffer.startRecord( nRecId ); in startRecord()
197 maRecBuffer.startRecord( BIFF_ID_CONT ); in prepareWriteBlock()
H A Dbiffinputstream.cxx84 bool BiffInputRecordBuffer::startRecord( sal_Int64 nHeaderPos ) in startRecord() function in oox::xls::prv::BiffInputRecordBuffer
109 return startRecord( mnNextHeaderPos ); in startNextRecord()
465 maRecBuffer.startRecord( getRecHandle() ); in restartRecord()
/trunk/main/oox/inc/oox/xls/
H A Dbiffoutputstream.hxx52 void startRecord( sal_uInt16 nRecId );
104 void startRecord( sal_uInt16 nRecId );
H A Dbiffinputstream.hxx62 bool startRecord( sal_Int64 nHeaderPos );
/trunk/main/oox/source/core/
H A Drecordparser.cxx287 xCurrContext->startRecord( nRecId, aRecStrm ); in parseStream()
313 xCurrContext->startRecord( nRecId, aRecStrm ); in parseStream()
H A Dfragmenthandler2.cxx91 void FragmentHandler2::startRecord( sal_Int32 nRecId, SequenceInputStream& rStrm ) in startRecord() function in oox::core::FragmentHandler2
H A Dcontexthandler.cxx137 void ContextHandler::startRecord( sal_Int32, SequenceInputStream& ) in startRecord() function in oox::core::ContextHandler
H A Dcontexthandler2.cxx219 void ContextHandler2::startRecord( sal_Int32 nRecId, SequenceInputStream& rStrm ) in startRecord() function in oox::core::ContextHandler2
/trunk/main/oox/inc/oox/core/
H A Dfragmenthandler2.hxx84 virtual void startRecord( sal_Int32 nRecId, SequenceInputStream& rStrm );
H A Dcontexthandler2.hxx250 virtual void startRecord( sal_Int32 nRecId, SequenceInputStream& rStrm );
H A Dcontexthandler.hxx93 virtual void startRecord( sal_Int32 nRecId, SequenceInputStream& rStrm );

Completed in 32 milliseconds