|
LibreOffice Module sw (master) 1
|
#include <WW8Sttbf.hxx>
Public Member Functions | |
| WW8Sttb (SvStream &rSt, sal_Int32 nPos, sal_uInt32 nSize) | |
| virtual | ~WW8Sttb () override |
| std::vector< OUString > & | getStrings () |
Public Member Functions inherited from ww8::WW8Struct | |
| WW8Struct (SvStream &rSt, sal_uInt32 nPos, sal_uInt32 nSize) | |
| WW8Struct (WW8Struct const *pStruct, sal_uInt32 nPos, sal_uInt32 nSize) | |
| virtual | ~WW8Struct () override |
| sal_uInt8 | getU8 (sal_uInt32 nOffset) |
| sal_uInt16 | getU16 (sal_uInt32 nOffset) |
| OUString | getUString (sal_uInt32 nOffset, sal_Int32 nCount) |
Public Member Functions inherited from sw::ExternalData | |
| virtual | ~ExternalData () |
Private Types | |
| typedef std::shared_ptr< void > | ExtraPointer_t |
Private Attributes | |
| bool | m_bDoubleByteCharacters |
| std::vector< OUString > | m_Strings |
| std::vector< ExtraPointer_t > | m_Extras |
Definition at line 54 of file WW8Sttbf.hxx.
|
private |
Definition at line 56 of file WW8Sttbf.hxx.
| ww8::WW8Sttb< T >::WW8Sttb | ( | SvStream & | rSt, |
| sal_Int32 | nPos, | ||
| sal_uInt32 | nSize | ||
| ) |
Definition at line 72 of file WW8Sttbf.hxx.
References ww8::WW8Struct::getU16(), ww8::WW8Struct::getU8(), ww8::WW8Struct::getUString(), i, ww8::WW8Sttb< T >::m_bDoubleByteCharacters, ww8::WW8Sttb< T >::m_Extras, ww8::WW8Sttb< T >::m_Strings, nCount, and nPos.
|
overridevirtual |
Definition at line 117 of file WW8Sttbf.hxx.
|
inline |
Definition at line 65 of file WW8Sttbf.hxx.
References ww8::WW8Sttb< T >::m_Strings.
Referenced by WW8Export::WriteFkpPlcUsw().
|
private |
Definition at line 57 of file WW8Sttbf.hxx.
Referenced by ww8::WW8Sttb< T >::WW8Sttb().
|
private |
Definition at line 59 of file WW8Sttbf.hxx.
Referenced by ww8::WW8Sttb< T >::WW8Sttb().
|
private |
Definition at line 58 of file WW8Sttbf.hxx.
Referenced by ww8::WW8Sttb< T >::getStrings(), and ww8::WW8Sttb< T >::WW8Sttb().