| LibreOffice Module sc (master) 1
    | 
A binary blob of writer-specific data. More...
#include <autoform.hxx>
| Public Member Functions | |
| AutoFormatSwBlob () | |
| AutoFormatSwBlob (const AutoFormatSwBlob &)=delete | |
| const AutoFormatSwBlob & | operator= (const AutoFormatSwBlob &)=delete | 
| void | Reset () | 
| Public Attributes | |
| std::unique_ptr< sal_uInt8[]> | pData | 
| std::size_t | size | 
A binary blob of writer-specific data.
This data typically consists of types that are unavailable to Calc (e.g. SwFmtVertOrient), or that Calc doesn't care about.
Definition at line 54 of file autoform.hxx.
| 
 | inline | 
Definition at line 59 of file autoform.hxx.
| 
 | delete | 
| 
 | delete | 
| 
 | inline | 
Definition at line 65 of file autoform.hxx.
| std::unique_ptr<sal_uInt8[]> AutoFormatSwBlob::pData | 
Definition at line 56 of file autoform.hxx.
Referenced by Reset().
| std::size_t AutoFormatSwBlob::size | 
Definition at line 57 of file autoform.hxx.
Referenced by Reset().