Home
last modified time | relevance | path

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

/trunk/main/svl/source/filerec/
H A Dfilerec.cxx512 _nRecordType = sal::static_int_cast< sal_uInt8 >(SFX_REC_TYP(nHeader)); in ReadHeader_Impl()
513 bRet = 0 != ( nTypes & _nRecordType); in ReadHeader_Impl()
602 _nRecordType = sal::static_int_cast< sal_uInt8 >( in FindHeader_Impl()
604 if ( nTypes & _nRecordType ) in FindHeader_Impl()
887 if ( _nRecordType != SFX_REC_TYPE_FIXSIZE ) in ReadHeader_Impl()
891 if ( _nRecordType == SFX_REC_TYPE_VARSIZE_RELOC || in ReadHeader_Impl()
892 _nRecordType == SFX_REC_TYPE_MIXTAGS_RELOC ) in ReadHeader_Impl()
985 sal_uInt32 nOffset = _nRecordType == SFX_REC_TYPE_FIXSIZE in GetContent()
1000 if ( _nRecordType == SFX_REC_TYPE_MIXTAGS || in GetContent()
1001 _nRecordType == SFX_REC_TYPE_MIXTAGS_RELOC ) in GetContent()
/trunk/main/svl/inc/svl/
H A Dfilerec.hxx410 sal_uInt8 _nRecordType; // Record Type aus dem Header member in SfxSingleRecordReader

Completed in 25 milliseconds