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 1578 of file ww8scan.hxx.
|
privatedelete |
Definition at line 7223 of file ww8scan.cxx.
References WW8_FFN::aFFNBase, assert(), WW8_FFN_BASE::cbFfnM1, checkSeek(), WW8_FFN_BASE::chs, ww::eWW2, ww::eWW8, WW8_FFN_BASE::ff, WW8_FFN_BASE::fTrueType, WW8Fib::GetFIBCharset(), WW8Fib::GetFIBVersion(), i, WW8_FFN_BASE::ibszAlt, lcl_checkFontname(), m_aFontA, WW8Fib::m_fcSttbfffn, WW8Fib::m_lcbSttbfffn, WW8Fib::m_lid, o3tl::make_unsigned(), n, WW8_FFN_BASE::prg, SvStream::ReadBytes(), SvStream::ReadUInt16(), SvStream::remainingSize(), SAL_WARN, SvStream::SeekRel(), WW8_FFN::sFontname, u, and WW8_FFN_BASE::wWeight.
const WW8_FFN * WW8Fonts::GetFont | ( | sal_uInt16 | nNum | ) | const |
Definition at line 7483 of file ww8scan.cxx.
References m_aFontA.
|
inline |
Definition at line 1589 of file ww8scan.hxx.
|
private |
Definition at line 1584 of file ww8scan.hxx.
Referenced by GetFont(), and WW8Fonts().