LibreOffice Module sc (master) 1
Classes | Public Member Functions | Public Attributes | List of all members
sc::ImportPostProcessData Struct Reference

Stores data imported from the file that need to be processed at the end of the import process. More...

#include <importfilterdata.hxx>

Classes

struct  DataStream
 Data stream data needs to be post-processed because it requires ScDocShell instance which is not available in the filter code. More...
 

Public Member Functions

 ImportPostProcessData ()=default
 
 ImportPostProcessData (const ImportPostProcessData &)=delete
 
const ImportPostProcessDataoperator= (const ImportPostProcessData &)=delete
 

Public Attributes

std::unique_ptr< DataStreammpDataStream
 

Detailed Description

Stores data imported from the file that need to be processed at the end of the import process.

Definition at line 22 of file importfilterdata.hxx.

Constructor & Destructor Documentation

◆ ImportPostProcessData() [1/2]

sc::ImportPostProcessData::ImportPostProcessData ( )
default

◆ ImportPostProcessData() [2/2]

sc::ImportPostProcessData::ImportPostProcessData ( const ImportPostProcessData )
delete

Member Function Documentation

◆ operator=()

const ImportPostProcessData & sc::ImportPostProcessData::operator= ( const ImportPostProcessData )
delete

Member Data Documentation

◆ mpDataStream

std::unique_ptr<DataStream> sc::ImportPostProcessData::mpDataStream

Definition at line 43 of file importfilterdata.hxx.


The documentation for this struct was generated from the following file: