LibreOffice Module sw (master) 1
|
#include <ww8scan.hxx>
Public Member Functions | |
WW8Fonts (SvStream &rSt, WW8Fib const &rFib) | |
const WW8_FFN * | GetFont (sal_uInt16 nNum) const |
sal_uInt16 | GetMax () const |
Private Member Functions | |
WW8Fonts (const WW8Fonts &)=delete | |
WW8Fonts & | operator= (const WW8Fonts &)=delete |
Private Attributes | |
std::vector< WW8_FFN > | m_aFontA |
Definition at line 1580 of file ww8scan.hxx.
|
privatedelete |
Definition at line 7236 of file ww8scan.cxx.
References checkSeek(), ww::eWW2, ww::eWW8, WW8Fib::GetFIBCharset(), WW8Fib::GetFIBVersion(), i, lcl_checkFontname(), m_aFontA, WW8Fib::m_fcSttbfffn, WW8Fib::m_lcbSttbfffn, WW8Fib::m_lid, o3tl::make_unsigned(), min(), n, p, SvStream::ReadBytes(), SvStream::ReadUInt16(), SvStream::remainingSize(), SAL_WARN, and SvStream::SeekRel().
const WW8_FFN * WW8Fonts::GetFont | ( | sal_uInt16 | nNum | ) | const |
Definition at line 7491 of file ww8scan.cxx.
References m_aFontA.
|
inline |
Definition at line 1591 of file ww8scan.hxx.
References m_aFontA.
|
private |
Definition at line 1586 of file ww8scan.hxx.
Referenced by GetFont(), GetMax(), and WW8Fonts().