Home
last modified time | relevance | path

Searched refs:nRecId (Results 51 – 75 of 80) sorted by relevance

1234

/trunk/main/oox/inc/oox/xls/
H A Dexternallinkfragment.hxx54 …virtual ::oox::core::ContextHandlerRef onCreateRecordContext( sal_Int32 nRecId, SequenceInputStrea…
96 …virtual ::oox::core::ContextHandlerRef onCreateRecordContext( sal_Int32 nRecId, SequenceInputStrea…
H A Dworksheetfragment.hxx44 …virtual ::oox::core::ContextHandlerRef onCreateRecordContext( sal_Int32 nRecId, SequenceInputStrea…
69 …virtual ::oox::core::ContextHandlerRef onCreateRecordContext( sal_Int32 nRecId, SequenceInputStrea…
H A Dsharedstringsfragment.hxx43 …virtual ::oox::core::ContextHandlerRef onCreateRecordContext( sal_Int32 nRecId, SequenceInputStrea…
H A Dtablefragment.hxx45 …virtual ::oox::core::ContextHandlerRef onCreateRecordContext( sal_Int32 nRecId, SequenceInputStrea…
H A Dcondformatcontext.hxx45 …virtual ::oox::core::ContextHandlerRef onCreateRecordContext( sal_Int32 nRecId, SequenceInputStrea…
H A Dquerytablefragment.hxx45 …virtual ::oox::core::ContextHandlerRef onCreateRecordContext( sal_Int32 nRecId, SequenceInputStrea…
H A Dcommentsfragment.hxx46 …virtual ::oox::core::ContextHandlerRef onCreateRecordContext( sal_Int32 nRecId, SequenceInputStrea…
H A Dchartsheetfragment.hxx45 …virtual ::oox::core::ContextHandlerRef onCreateRecordContext( sal_Int32 nRecId, SequenceInputStrea…
H A Dworkbookfragment.hxx48 …virtual ::oox::core::ContextHandlerRef onCreateRecordContext( sal_Int32 nRecId, SequenceInputStrea…
H A Dconnectionsbuffer.hxx126 void importWebPrTable( SequenceInputStream& rStrm, sal_Int32 nRecId );
H A Dsheetdatacontext.hxx71 …virtual ::oox::core::ContextHandlerRef onCreateRecordContext( sal_Int32 nRecId, SequenceInputStrea…
H A Dbiffinputstream.hxx361 bool isContinueId( sal_uInt16 nRecId ) const;
/trunk/main/oox/source/dump/
H A Dbiffdumper.cxx1601 sal_uInt16 nRecId = rStrm.getRecId(); in implDumpRecordBody() local
1605 switch( nRecId ) in implDumpRecordBody()
1617 dumpCellHeader( nRecId == BIFF2_ID_BLANK ); in implDumpRecordBody()
1644 dumpCellHeader( nRecId == BIFF2_ID_BOOLERR ); in implDumpRecordBody()
2315 dumpRange( "used-area", true, (nRecId == BIFF3_ID_DIMENSION) && (eBiff == BIFF8) ); in implDumpRecordBody()
2316 if( nRecId == BIFF3_ID_DIMENSION ) dumpUnused( 2 ); in implDumpRecordBody()
2552 bool bBiff2 = nRecId == BIFF2_ID_LABEL; in implDumpRecordBody()
2658 dumpCellHeader( nRecId == BIFF2_ID_NUMBER ); in implDumpRecordBody()
3066 …dumpString( "result", ((nRecId == BIFF2_ID_STRING) && (eBiff <= BIFF4)) ? BIFF_STR_8BITLENGTH : BI… in implDumpRecordBody()
4455 sal_uInt16 nRecId = rStrm.getRecId(); in implDumpRecordBody() local
[all …]
H A Dxlsbdumper.cxx92 sal_Int32 nRecId = 0, nRecSize = 0; in implReadRecordHeader() local
93 …bool bValid = readCompressedInt( rBaseStrm, nRecId ) && (nRecId >= 0) && readCompressedInt( rBaseS… in implReadRecordHeader()
94 ornRecId = nRecId; in implReadRecordHeader()
/trunk/main/sc/source/filter/excel/
H A Dxestream.cxx90 void XclExpStream::StartRecord( sal_uInt16 nRecId, sal_Size nRecSize ) in StartRecord() argument
97 InitRecord( nRecId ); in StartRecord()
400 void XclExpStream::InitRecord( sal_uInt16 nRecId ) in InitRecord() argument
403 mrStrm << nRecId; in InitRecord()
H A Dxeroot.cxx221 XclExpRecordRef XclExpRoot::CreateRecord( sal_uInt16 nRecId ) const in CreateRecord()
224 switch( nRecId ) in CreateRecord()
H A Dxeescher.cxx190 XclExpMsoDrawingBase::XclExpMsoDrawingBase( XclEscherEx& rEscherEx, sal_uInt16 nRecId ) : in XclExpMsoDrawingBase() argument
191 XclExpRecord( nRecId ), in XclExpMsoDrawingBase()
245 XclExpImgData::XclExpImgData( const Graphic& rGraphic, sal_uInt16 nRecId ) : in XclExpImgData() argument
247 mnRecId( nRecId ) in XclExpImgData()
H A Dxechart.cxx142 void lclSaveRecord( XclExpStream& rStrm, XclExpRecordRef xRec, sal_uInt16 nRecId, Type nValue ) in lclSaveRecord() argument
146 XclExpValueRecord< Type >( nRecId, nValue ).Save( rStrm ); in lclSaveRecord()
153 sal_uInt16 nRecId = bBegin ? EXC_ID_CHFRBLOCKBEGIN : EXC_ID_CHFRBLOCKEND; in lclWriteChFrBlockRecord() local
154 rStrm.StartRecord( nRecId, 12 ); in lclWriteChFrBlockRecord()
155 …rStrm << nRecId << EXC_FUTUREREC_EMPTYFLAGS << rFrBlock.mnType << rFrBlock.mnContext << rFrBlock.m… in lclWriteChFrBlockRecord()
437 sal_uInt16 nFrType, sal_uInt16 nRecId, sal_Size nRecSize ) : in XclExpChGroupBase() argument
438 XclExpRecord( nRecId, nRecSize ), in XclExpChGroupBase()
483 XclFutureRecType eRecType, sal_uInt16 nRecId, sal_Size nRecSize ) : in XclExpChFutureRecordBase() argument
484 XclExpFutureRecord( eRecType, nRecId, nRecSize ), in XclExpChFutureRecordBase()
H A Dxlchart.cxx586 const XclChTypeInfo& XclChTypeInfoProvider::GetTypeInfoFromRecId( sal_uInt16 nRecId ) const in GetTypeInfoFromRecId()
590 if( pIt->mnRecId == nRecId ) in GetTypeInfoFromRecId()
/trunk/main/sc/source/filter/inc/
H A Dxeescher.hxx125 explicit XclExpMsoDrawingBase( XclEscherEx& rEscherEx, sal_uInt16 nRecId );
163 explicit XclExpImgData( const Graphic& rGraphic, sal_uInt16 nRecId );
H A Dxestream.hxx95 void StartRecord( sal_uInt16 nRecId, sal_Size nRecSize );
175 void InitRecord( sal_uInt16 nRecId );
H A Dxeroot.hxx155 XclExpRecordRef CreateRecord( sal_uInt16 nRecId ) const;
H A Dxechart.hxx176 sal_uInt16 nRecId, sal_Size nRecSize = 0 );
204 XclFutureRecType eRecType, sal_uInt16 nRecId, sal_Size nRecSize = 0 );
H A Dxistream.hxx470 bool IsContinueId( sal_uInt16 nRecId ) const;
/trunk/main/oox/source/xls/
H A Dconnectionsbuffer.cxx355 void Connection::importWebPrTable( SequenceInputStream& rStrm, sal_Int32 nRecId ) in importWebPrTable() argument
360 switch( nRecId ) in importWebPrTable()

Completed in 151 milliseconds

1234