Home
last modified time | relevance | path

Searched defs:nRecSize (Results 1 – 18 of 18) sorted by relevance

/trunk/main/sc/source/filter/excel/
H A Dxerecord.cxx152 XclExpRecord::XclExpRecord( sal_uInt16 nRecId, sal_Size nRecSize ) : in XclExpRecord()
162 void XclExpRecord::SetRecHeader( sal_uInt16 nRecId, sal_Size nRecSize ) in SetRecHeader()
212 XclExpDummyRecord::XclExpDummyRecord( sal_uInt16 nRecId, const void* pRecData, sal_Size nRecSize ) : in XclExpDummyRecord()
218 void XclExpDummyRecord::SetData( const void* pRecData, sal_Size nRecSize ) in SetData()
231 …tureRecord::XclExpFutureRecord( XclFutureRecType eRecType, sal_uInt16 nRecId, sal_Size nRecSize ) : in XclExpFutureRecord()
H A Dxistream.cxx87 void XclImpDecrypter::Update( SvStream& rStrm, sal_uInt16 nRecSize ) in Update()
196 …lImpBiff5Decrypter::OnUpdate( sal_Size /*nOldStrmPos*/, sal_Size nNewStrmPos, sal_uInt16 nRecSize ) in OnUpdate()
H A Dxestream.cxx90 void XclExpStream::StartRecord( sal_uInt16 nRecId, sal_Size nRecSize ) in StartRecord()
H A Dxechart.cxx437 sal_uInt16 nFrType, sal_uInt16 nRecId, sal_Size nRecSize ) : in XclExpChGroupBase()
483 XclFutureRecType eRecType, sal_uInt16 nRecId, sal_Size nRecSize ) : in XclExpChFutureRecordBase()
1081 sal_Size nRecSize = (1 + mxString->GetFormatsCount()) * ((GetBiff() == EXC_BIFF8) ? 2 : 1); in Save() local
H A Dxetable.cxx71 sal_uInt16 nRecId, sal_uInt32 nRecSize, const ScAddress& rScPos ) : in XclExpRangeFmlaBase()
81 sal_uInt16 nRecId, sal_uInt32 nRecSize, const ScRange& rScRange ) : in XclExpRangeFmlaBase()
H A Dxepivot.cxx893 sal_Size nRecSize = 0; in WriteSxindexlistList() local
H A Dxelink.cxx1315 …eetBase::XclExpExternSheetBase( const XclExpRoot& rRoot, sal_uInt16 nRecId, sal_uInt32 nRecSize ) : in XclExpExternSheetBase()
/trunk/main/oox/source/ole/
H A Dvbahelper.cxx57 sal_Int32 nRecSize; in readDirRecord() local
H A Dvbamodule.cxx74 sal_Int32 nRecSize = aRecData.getLength(); in importDirRecords() local
H A Dvbaproject.cxx298 sal_Int32 nRecSize = aRecData.getLength(); in importVba() local
/trunk/main/sc/source/filter/inc/
H A Dxerecord.hxx153 inline void SetRecSize( sal_Size nRecSize ) { mnRecSize = nRecSize; } in SetRecSize()
155 inline void AddRecSize( sal_Size nRecSize ) { mnRecSize += nRecSize; } in AddRecSize()
/trunk/main/oox/source/xls/
H A Dbiffoutputstream.cxx54 sal_uInt16 nRecSize = getLimitedValue< sal_uInt16, size_t >( maData.size(), 0, SAL_MAX_UINT16 ); in endRecord() local
/trunk/main/oox/source/core/
H A Drecordparser.cxx209 sal_Int32 nRecSize = 0; in lclReadNextRecord() local
/trunk/main/oox/source/dump/
H A Dxlsbdumper.cxx92 sal_Int32 nRecId = 0, nRecSize = 0; in implReadRecordHeader() local
H A Dbiffdumper.cxx1602 sal_Int64 nRecSize = rStrm.size(); in implDumpRecordBody() local
H A Ddumperbase.cxx3140 sal_Int32 nRecSize = static_cast< sal_Int32 >( ornRecSize ); in implStartRecord() local
/trunk/main/svtools/source/filter/wmf/
H A Denhwmf.cxx246 sal_uInt32 nRecType, nRecSize, nNextPos, in ReadEnhWMF() local
H A Dwinmtf.hxx729 sal_uInt32 nRecSize; member in WMFReader

Completed in 152 milliseconds