/aoo41x/main/oox/source/xls/ |
H A D | biffinputstream.cxx | 50 mnRecId( BIFF_ID_UNKNOWN ), in BiffInputRecordBuffer() 67 mnRecId = BIFF_ID_UNKNOWN; in restartAt() 91 mrInStrm >> mnRecId >> mnRecSize; in startRecord() 100 mnRecId = BIFF_ID_UNKNOWN; in startRecord() 171 mnRecId( BIFF_ID_UNKNOWN ), in BiffInputStream() 452 mnRecId = maRecBuffer.getRecId(); in setupRecord() 507 else if( mnRecId == BIFF_ID_CONT ) in jumpToNextStringContinue()
|
H A D | biffoutputstream.cxx | 36 mnRecId( BIFF_ID_UNKNOWN ), in BiffOutputRecordBuffer() 46 mnRecId = nRecId; in startRecord() 56 mrOutStrm << mnRecId << nRecSize; in endRecord()
|
/aoo41x/main/oox/inc/oox/xls/ |
H A D | biffinputstream.hxx | 71 inline sal_uInt16 getRecId() const { return mnRecId; } in getRecId() 102 sal_uInt16 mnRecId; /// Current record identifier. member in oox::xls::prv::BiffInputRecordBuffer 231 inline sal_uInt16 getRecId() const { return mnRecId; } in getRecId() 389 sal_uInt16 mnRecId; /// Identifier of current record (not the CONTINUE ID). member in oox::xls::BiffInputStream
|
H A D | biffoutputstream.hxx | 70 sal_uInt16 mnRecId; /// Current record identifier. member in oox::xls::prv::BiffOutputRecordBuffer
|
/aoo41x/main/sc/source/filter/excel/ |
H A D | xerecord.cxx | 154 mnRecId( nRecId ) in XclExpRecord() 174 DBG_ASSERT( mnRecId != EXC_ID_UNKNOWN, "XclExpRecord::Save - record ID uninitialized" ); in Save() 175 rStrm.StartRecord( mnRecId, mnRecSize ); in Save()
|
H A D | xistream.cxx | 428 mnRecId( EXC_ID_UNKNOWN ), in XclImpStream() 553 mnGlobRecId = mnRecId; in StoreGlobalPosition() 564 mnRecId = mnGlobRecId; in SeekGlobalPosition() 1089 mnRecId = mnRawRecId; in SetupRecord() 1121 else if( mnRecId == EXC_ID_CONT ) in JumpToNextStringContinue()
|
H A D | xeescher.cxx | 247 mnRecId( nRecId ) in XclExpImgData() 266 rStrm.StartRecord( mnRecId, nTmpSize + 4 ); in Save()
|
H A D | xichart.cxx | 2129 mnRecId( EXC_ID_CHUNKNOWN ), in XclImpChType() 2182 mnRecId = nRecId; in ReadChType() 2187 switch( mnRecId ) in Finalize() 2208 maTypeInfo = GetChartTypeInfo( mnRecId ); in Finalize()
|
H A D | xlchart.cxx | 590 if( pIt->mnRecId == nRecId ) in GetTypeInfoFromRecId()
|
H A D | xechart.cxx | 2172 SetRecId( maTypeInfo.mnRecId ); in Convert()
|
/aoo41x/main/sc/source/filter/inc/ |
H A D | xerecord.hxx | 146 inline sal_uInt16 GetRecId() const { return mnRecId; } in GetRecId() 151 inline void SetRecId( sal_uInt16 nRecId ) { mnRecId = nRecId; } in SetRecId() 169 sal_uInt16 mnRecId; /// The record ID. member in XclExpRecord
|
H A D | xistream.hxx | 333 inline sal_uInt16 GetRecId() const { return mnRecId; } in GetRecId() 524 sal_uInt16 mnRecId; /// Current record ID (not the CONTINUE ID). member in XclImpStream
|
H A D | xeescher.hxx | 170 sal_uInt16 mnRecId; /// Record identifier for the IMGDATA record. member in XclExpImgData
|
H A D | xichart.hxx | 913 inline sal_uInt16 GetRecId() const { return mnRecId; } in GetRecId() 930 sal_uInt16 mnRecId; /// Record identifier for chart type. member in XclImpChType
|
H A D | xlchart.hxx | 1271 sal_uInt16 mnRecId; /// Record identifier written to the file. member
|
/aoo41x/main/oox/source/dump/ |
H A D | dumperbase.cxx | 3047 while( implStartRecord( *mxBaseStrm, mnRecPos, mnRecId, mnRecSize ) ) in implDump() 3057 if( !mbBinaryOnly && cfg().hasName( xRecNames, mnRecId ) ) in implDump() 3059 ItemFormatMap::const_iterator aIt = aSimpleRecs.find( mnRecId ); in implDump() 3087 mnRecPos = mnRecId = mnRecSize = 0; in constructRecObjBase() 3101 mxOut->writeShortHex( mnRecId ); in writeHeader() 3102 addNameToItem( mnRecId, "CONV-DEC" ); in writeHeader() 3103 addNameToItem( mnRecId, maRecNames ); in writeHeader()
|
/aoo41x/main/oox/inc/oox/dump/ |
H A D | dumperbase.hxx | 1898 inline sal_Int64 getRecId() const { return mnRecId; } in getRecId() 1925 sal_Int64 mnRecId; member in oox::dump::RecordObjectBase
|