LibreOffice Module sw (master) 1
|
#include <ww8par.hxx>
Public Member Functions | |
SwWW8StyInf () | |
void | SetOrgWWIdent (const OUString &rName, const sal_uInt16 nId) |
const OUString & | GetOrgWWName () const |
bool | HasWW8OutlineLevel () const |
bool | IsOutlineNumbered () const |
const SwNumRule * | GetOutlineNumrule () const |
rtl_TextEncoding | GetCharSet () const |
rtl_TextEncoding | GetCJKCharSet () const |
sal_uInt16 | GetWWStyleId () const |
bool | IsWW8BuiltInHeadingStyle () const |
bool | IsWW8BuiltInDefaultStyle () const |
Static Public Member Functions | |
static sal_uInt8 | WW8OutlineLevelToOutlinelevel (const sal_uInt8 nWW8OutlineLevel) |
Public Attributes | |
rtl_TextEncoding | m_eLTRFontSrcCharSet |
rtl_TextEncoding | m_eRTLFontSrcCharSet |
rtl_TextEncoding | m_eCJKFontSrcCharSet |
SwFormat * | m_pFormat |
std::shared_ptr< WW8FlyPara > | m_xWWFly |
SwNumRule * | m_pOutlineNumrule |
tools::Long | m_nFilePos |
sal_uInt16 | m_nBase |
sal_uInt16 | m_nFollow |
sal_uInt16 | m_nLFOIndex |
sal_uInt8 | m_nListLevel |
sal_uInt8 | mnWW8OutlineLevel |
sal_uInt16 | m_n81Flags |
sal_uInt16 | m_n81BiDiFlags |
std::shared_ptr< SvxFirstLineIndentItem > | m_pWordFirstLine |
std::shared_ptr< SvxTextLeftMarginItem > | m_pWordLeftMargin |
std::shared_ptr< SvxRightMarginItem > | m_pWordRightMargin |
bool | m_bValid |
bool | m_bImported |
bool | m_bColl |
bool | m_bImportSkipped |
bool | m_bHasStyNumRule |
bool | m_bHasBrokenWW6List |
bool | m_bListRelevantIndentSet |
bool | m_bParaAutoBefore |
bool | m_bParaAutoAfter |
sal_Int16 | m_nRelativeJustify |
Private Attributes | |
OUString | m_sWWStyleName |
sal_uInt16 | m_nWWStyleId |
Definition at line 225 of file ww8par.hxx.
|
inline |
Definition at line 270 of file ww8par.hxx.
References make_shared().
rtl_TextEncoding SwWW8StyInf::GetCharSet | ( | ) | const |
Definition at line 4566 of file ww8par2.cxx.
References SwFormat::GetFrameDir(), m_eLTRFontSrcCharSet, m_eRTLFontSrcCharSet, and m_pFormat.
rtl_TextEncoding SwWW8StyInf::GetCJKCharSet | ( | ) | const |
Definition at line 4573 of file ww8par2.cxx.
References SwFormat::GetFrameDir(), m_eCJKFontSrcCharSet, m_eRTLFontSrcCharSet, and m_pFormat.
|
inline |
Definition at line 314 of file ww8par.hxx.
References m_sWWStyleName.
Referenced by WW8RStyle::PrepareStyle().
|
inline |
Definition at line 329 of file ww8par.hxx.
References m_pOutlineNumrule.
|
inline |
Definition at line 336 of file ww8par.hxx.
References m_nWWStyleId.
Referenced by IsWW8BuiltInDefaultStyle(), and IsWW8BuiltInHeadingStyle().
|
inline |
Definition at line 319 of file ww8par.hxx.
References m_pFormat, MAXLEVEL, and mnWW8OutlineLevel.
Referenced by IsOutlineNumbered(), and SwWW8ImplReader::RegisterNumFormatOnStyle().
|
inline |
Definition at line 324 of file ww8par.hxx.
References HasWW8OutlineLevel(), and m_pOutlineNumrule.
|
inline |
Definition at line 346 of file ww8par.hxx.
References GetWWStyleId().
|
inline |
Definition at line 341 of file ww8par.hxx.
References GetWWStyleId().
Referenced by WW8RStyle::PrepareStyle(), SwWW8ImplReader::RegisterNumFormatOnStyle(), and SetOrgWWIdent().
|
inline |
Definition at line 302 of file ww8par.hxx.
References IsWW8BuiltInHeadingStyle(), m_nWWStyleId, m_sWWStyleName, mnWW8OutlineLevel, and nId.
Referenced by WW8RStyle::Import1Style(), and WW8RStyle::ImportOldFormatStyles().
|
inlinestatic |
Definition at line 352 of file ww8par.hxx.
References MAXLEVEL.
Referenced by SwWW8ImplReader::Read_POutLvl(), and SwWW8ImplReader::SetOutlineStyles().
bool SwWW8StyInf::m_bColl |
Definition at line 257 of file ww8par.hxx.
Referenced by WW8RStyle::Import(), SwWW8ImplReader::InsertTxbxStyAttrs(), WW8RStyle::PostStyle(), WW8RStyle::PrepareStyle(), SwWW8ImplReader::Read_ANLevelDesc(), SwWW8ImplReader::Read_ANLevelNo(), SwWW8ImplReader::Read_POutLvl(), WW8RStyle::ScanStyles(), and SwWW8ImplReader::SetTextFormatCollAndListLevel().
bool SwWW8StyInf::m_bHasBrokenWW6List |
Definition at line 260 of file ww8par.hxx.
bool SwWW8StyInf::m_bHasStyNumRule |
Definition at line 259 of file ww8par.hxx.
Referenced by SwWW8ImplReader::Read_ANLevelDesc(), SwWW8ImplReader::RegisterNumFormatOnStyle(), and SwWW8ImplReader::StartAnl().
bool SwWW8StyInf::m_bImported |
Definition at line 256 of file ww8par.hxx.
Referenced by WW8RStyle::Import1Style(), WW8RStyle::ImportOldFormatStyles(), and WW8RStyle::RecursiveReg().
bool SwWW8StyInf::m_bImportSkipped |
Definition at line 258 of file ww8par.hxx.
Referenced by WW8RStyle::PrepareStyle().
bool SwWW8StyInf::m_bListRelevantIndentSet |
Definition at line 261 of file ww8par.hxx.
Referenced by SetStyleIndent(), and UseListIndent().
bool SwWW8StyInf::m_bParaAutoAfter |
Definition at line 267 of file ww8par.hxx.
Referenced by WW8RStyle::PrepareStyle().
bool SwWW8StyInf::m_bParaAutoBefore |
Definition at line 266 of file ww8par.hxx.
Referenced by WW8RStyle::PrepareStyle().
bool SwWW8StyInf::m_bValid |
Definition at line 255 of file ww8par.hxx.
Referenced by WW8RStyle::Import1Style(), WW8RStyle::ImportOldFormatStyles(), WW8RStyle::RecursiveReg(), SwWW8ImplReader::RegisterNumFormatOnStyle(), WW8RStyle::ScanStyles(), and SwWW8ImplReader::SetStylesList().
rtl_TextEncoding SwWW8StyInf::m_eCJKFontSrcCharSet |
Definition at line 232 of file ww8par.hxx.
Referenced by GetCJKCharSet(), and WW8RStyle::PrepareStyle().
rtl_TextEncoding SwWW8StyInf::m_eLTRFontSrcCharSet |
Definition at line 230 of file ww8par.hxx.
Referenced by GetCharSet(), and WW8RStyle::PrepareStyle().
rtl_TextEncoding SwWW8StyInf::m_eRTLFontSrcCharSet |
Definition at line 231 of file ww8par.hxx.
Referenced by GetCharSet(), GetCJKCharSet(), and WW8RStyle::PrepareStyle().
sal_uInt16 SwWW8StyInf::m_n81BiDiFlags |
Definition at line 251 of file ww8par.hxx.
Referenced by WW8RStyle::PrepareStyle(), and SwWW8ImplReader::Read_BoldBiDiUsw().
sal_uInt16 SwWW8StyInf::m_n81Flags |
Definition at line 250 of file ww8par.hxx.
Referenced by WW8RStyle::PrepareStyle(), and SwWW8ImplReader::Read_BoldUsw().
sal_uInt16 SwWW8StyInf::m_nBase |
Definition at line 237 of file ww8par.hxx.
Referenced by WW8RStyle::Import1Style(), WW8RStyle::ImportOldFormatStyles(), WW8RStyle::PostStyle(), WW8RStyle::PrepareStyle(), SwWW8ImplReader::Read_BoldBiDiUsw(), SwWW8ImplReader::Read_BoldUsw(), WW8RStyle::RecursiveReg(), and WW8RStyle::ScanStyles().
tools::Long SwWW8StyInf::m_nFilePos |
Definition at line 236 of file ww8par.hxx.
Referenced by WW8RStyle::Import1Style(), and WW8RStyle::ScanStyles().
sal_uInt16 SwWW8StyInf::m_nFollow |
Definition at line 238 of file ww8par.hxx.
Referenced by WW8RStyle::Import(), and WW8RStyle::PrepareStyle().
sal_uInt16 SwWW8StyInf::m_nLFOIndex |
Definition at line 239 of file ww8par.hxx.
Referenced by SwWW8ImplReader::RegisterNumFormatOnStyle(), SwWW8ImplReader::SetStylesList(), and SwWW8ImplReader::SetTextFormatCollAndListLevel().
sal_uInt8 SwWW8StyInf::m_nListLevel |
Definition at line 240 of file ww8par.hxx.
Referenced by SwWW8ImplReader::RegisterNumFormatOnStyle(), SwWW8ImplReader::SetStylesList(), and SwWW8ImplReader::SetTextFormatCollAndListLevel().
sal_Int16 SwWW8StyInf::m_nRelativeJustify |
Definition at line 268 of file ww8par.hxx.
|
private |
Definition at line 228 of file ww8par.hxx.
Referenced by GetWWStyleId(), and SetOrgWWIdent().
SwFormat* SwWW8StyInf::m_pFormat |
Definition at line 233 of file ww8par.hxx.
Referenced by GetCharSet(), GetCJKCharSet(), HasWW8OutlineLevel(), WW8RStyle::Import(), SwWW8ImplReader::InsertTxbxStyAttrs(), WW8RStyle::PrepareStyle(), SwWW8ImplReader::Read_POutLvl(), SwWW8ImplReader::RegisterNumFormatOnStyle(), SetStyleIndent(), SwWW8ImplReader::SetTextFormatCollAndListLevel(), SwWW8ImplReader::StartAnl(), and UseListIndent().
SwNumRule* SwWW8StyInf::m_pOutlineNumrule |
Definition at line 235 of file ww8par.hxx.
Referenced by GetOutlineNumrule(), IsOutlineNumbered(), and SwWW8ImplReader::RegisterNumFormatOnStyle().
std::shared_ptr<SvxFirstLineIndentItem> SwWW8StyInf::m_pWordFirstLine |
Definition at line 252 of file ww8par.hxx.
Referenced by SwWW8ImplReader::RegisterNumFormatOnStyle().
std::shared_ptr<SvxTextLeftMarginItem> SwWW8StyInf::m_pWordLeftMargin |
Definition at line 253 of file ww8par.hxx.
Referenced by SwWW8ImplReader::RegisterNumFormatOnStyle().
std::shared_ptr<SvxRightMarginItem> SwWW8StyInf::m_pWordRightMargin |
Definition at line 254 of file ww8par.hxx.
Referenced by SwWW8ImplReader::RegisterNumFormatOnStyle().
|
private |
Definition at line 227 of file ww8par.hxx.
Referenced by GetOrgWWName(), and SetOrgWWIdent().
std::shared_ptr<WW8FlyPara> SwWW8StyInf::m_xWWFly |
Definition at line 234 of file ww8par.hxx.
Referenced by WW8RStyle::PrepareStyle(), and SwWW8ImplReader::Read_ApoPPC().
sal_uInt8 SwWW8StyInf::mnWW8OutlineLevel |
Definition at line 248 of file ww8par.hxx.
Referenced by HasWW8OutlineLevel(), WW8RStyle::PrepareStyle(), SwWW8ImplReader::Read_POutLvl(), and SetOrgWWIdent().