LibreOffice Module sw (master)
1
|
Public Member Functions | |
SwAutoStylesEnumImpl (SwDoc &rInitDoc, IStyleAccess::SwAutoStyleFamily eFam) | |
bool | hasMoreElements () |
std::shared_ptr< SfxItemSet > const & | nextElement () |
IStyleAccess::SwAutoStyleFamily | getFamily () const |
SwDoc & | getDoc () const |
Private Attributes | |
std::vector< std::shared_ptr< SfxItemSet > > | mAutoStyles |
std::vector< std::shared_ptr< SfxItemSet > >::iterator | aIter |
SwDoc & | rDoc |
IStyleAccess::SwAutoStyleFamily | eFamily |
Definition at line 3371 of file unostyle.cxx.
SwAutoStylesEnumImpl::SwAutoStylesEnumImpl | ( | SwDoc & | rInitDoc, |
IStyleAccess::SwAutoStyleFamily | eFam | ||
) |
Definition at line 3747 of file unostyle.cxx.
References aIter, IStyleAccess::AUTO_STYLE_RUBY, SfxItemPool::GetItemSurrogates(), mAutoStyles, and RES_TXTATR_CJK_RUBY().
|
inline |
Definition at line 3382 of file unostyle.cxx.
References rDoc.
|
inline |
Definition at line 3381 of file unostyle.cxx.
References eFamily.
|
inline |
Definition at line 3379 of file unostyle.cxx.
|
inline |
Definition at line 3380 of file unostyle.cxx.
|
private |
Definition at line 3374 of file unostyle.cxx.
Referenced by SwAutoStylesEnumImpl().
|
private |
Definition at line 3376 of file unostyle.cxx.
Referenced by getFamily().
|
private |
Definition at line 3373 of file unostyle.cxx.
Referenced by SwAutoStylesEnumImpl().
|
private |
Definition at line 3375 of file unostyle.cxx.
Referenced by getDoc().