Lines Matching refs:_nContentCount
641 _nContentCount( 0 ) in SfxMultiFixRecordWriter()
665 _nContentCount( 0 ) in SfxMultiFixRecordWriter()
685 *_pStream << _nContentCount; in Close()
777 _nContentCount-1 ); in FlushContent_Impl()
788 if ( _nContentCount ) in NewContent()
793 ++_nContentCount; in NewContent()
807 if ( _nContentCount ) in Close()
815 sizeof(sal_uInt32)*_nContentCount ); in Close()
817 for ( sal_uInt16 n = 0; n < _nContentCount; ++n ) in Close()
825 *_pStream << _nContentCount; in Close()
859 if ( _nContentCount ) in NewContent()
864 ++_nContentCount; in NewContent()
883 *_pStream >> _nContentCount; in ReadHeader_Impl()
896 _pContentOfs = new sal_uInt32[_nContentCount]; in ReadHeader_Impl()
897 memset(_pContentOfs, 0, _nContentCount*sizeof(sal_uInt32)); in ReadHeader_Impl()
900 _pStream->Read( _pContentOfs, sizeof(sal_uInt32)*_nContentCount ); in ReadHeader_Impl()
902 for ( sal_uInt16 n = 0; n < _nContentCount; ++n ) in ReadHeader_Impl()
917 , _nContentCount(0) in SfxMultiRecordReader()
982 if ( _nContentNo < _nContentCount ) in GetContent()