LibreOffice Module sw (master) 1
|
#include <docstyle.hxx>
Private Member Functions | |
virtual rtl::Reference< SfxStyleSheetBase > | Create (const OUString &, SfxStyleFamily, SfxStyleSearchBits nMask) override |
virtual rtl::Reference< SfxStyleSheetBase > | Create (const SfxStyleSheetBase &) override |
virtual | ~SwDocStyleSheetPool () override |
SwDocStyleSheetPool (const SwDocStyleSheetPool &)=delete | |
virtual SfxStyleSheetBase * | Find (const OUString &, SfxStyleFamily eFam, SfxStyleSearchBits n=SfxStyleSearchBits::All) |
Private Attributes | |
rtl::Reference< SwDocStyleSheet > | mxStyleSheet |
rtl::Reference< SfxStyleSheetPool > | mxEEStyleSheetPool |
SwDoc & | m_rDoc |
bool | m_bOrganizer: 1 |
Organizer. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from SfxStyleSheetBasePool | |
SfxStyleSheetIterator * | GetCachedIterator () |
void | ChangeParent (std::u16string_view rOld, const OUString &rNew, SfxStyleFamily eFamily, bool bVirtual=true) |
virtual rtl::Reference< SfxStyleSheetBase > | Create (const OUString &, SfxStyleFamily, SfxStyleSearchBits) |
virtual rtl::Reference< SfxStyleSheetBase > | Create (const SfxStyleSheetBase &) |
virtual | ~SfxStyleSheetBasePool () override |
void | StoreStyleSheet (const rtl::Reference< SfxStyleSheetBase > &) |
const svl::IndexedStyleSheets & | GetIndexedStyleSheets () const |
SfxStyleSheetBase * | GetStyleSheetByPositionInIndex (unsigned pos) |
Protected Member Functions inherited from SfxBroadcaster | |
void | Forward (SfxBroadcaster &rBC, const SfxHint &rHint) |
Protected Attributes inherited from SfxStyleSheetBasePool | |
SfxItemPool & | rPool |
Definition at line 208 of file docstyle.hxx.
SwDocStyleSheetPool::SwDocStyleSheetPool | ( | SwDoc & | rDocument, |
bool | bOrganizer | ||
) |
Definition at line 2603 of file docstyle.cxx.
References m_bOrganizer.
|
overrideprivatevirtual |
Definition at line 2612 of file docstyle.cxx.
|
privatedelete |
|
overrideprivatevirtual |
Reimplemented from SfxStyleSheetBasePool.
Definition at line 2637 of file docstyle.cxx.
|
overrideprivatevirtual |
Reimplemented from SfxStyleSheetBasePool.
Definition at line 2631 of file docstyle.cxx.
|
overridevirtual |
Reimplemented from SfxStyleSheetBasePool.
Definition at line 2644 of file docstyle.cxx.
void SwDocStyleSheetPool::dispose | ( | void | ) |
Definition at line 2649 of file docstyle.cxx.
References mxEEStyleSheetPool, and mxStyleSheet.
|
privatevirtual |
Reimplemented from SfxStyleSheetBasePool.
|
overridevirtual |
Reimplemented from SfxStyleSheetBasePool.
Definition at line 2715 of file docstyle.cxx.
References SwDocStyleSheet::FillOnlyName, IDocumentSettingAccess::get(), SwDoc::getIDocumentSettingAccess(), SwNumRule::GetPoolFormatId(), HTML_MODE, m_rDoc, mxStyleSheet, n, nId, and USER_FMT.
|
inline |
Definition at line 235 of file docstyle.hxx.
References m_rDoc.
|
inline |
Definition at line 236 of file docstyle.hxx.
References mxEEStyleSheetPool.
Referenced by SwTextAPIEditSource::EnsureOutliner(), sw::annotation::SwAnnotationWin::InitControls(), and SwPostItMgr::SwPostItMgr().
void SwDocStyleSheetPool::InvalidateIterator | ( | ) |
Definition at line 3350 of file docstyle.cxx.
References SfxStyleSheetBasePool::GetCachedIterator(), and SwStyleSheetIterator::InvalidateIterator().
Referenced by SwDocStyleSheet::SetGrabBagItem(), and SwDocStyleSheet::SetHidden().
|
inline |
Definition at line 231 of file docstyle.hxx.
References m_bOrganizer.
|
overridevirtual |
Reimplemented from SfxStyleSheetBasePool.
Definition at line 2616 of file docstyle.cxx.
References mxStyleSheet.
|
overridevirtual |
Reimplemented from SfxStyleSheetBasePool.
Definition at line 2655 of file docstyle.cxx.
References SfxBroadcaster::Broadcast(), SwDoc::DelCharFormat(), SwDoc::DelFrameFormat(), SwDoc::DelNumRule(), SwDoc::DelPageDesc(), SwDoc::DelTableStyle(), SwDoc::DelTextFormatColl(), SfxStyleSheetBase::GetFamily(), SfxStyleSheetBase::GetName(), lcl_FindCharFormat(), lcl_FindFrameFormat(), lcl_FindParaFormat(), m_rDoc, and sName.
|
private |
Organizer.
Definition at line 213 of file docstyle.hxx.
Referenced by IsOrganizerMode(), and SwDocStyleSheetPool().
|
private |
Definition at line 212 of file docstyle.hxx.
|
private |
Definition at line 211 of file docstyle.hxx.
Referenced by dispose(), and GetEEStyleSheetPool().
|
private |
Definition at line 210 of file docstyle.hxx.