LibreOffice Module sfx2 (master) 1
|
#include <fcontnr.hxx>
Public Member Functions | |
SfxFilterMatcherIter (const SfxFilterMatcher &rMatcher, SfxFilterFlags nMask=SfxFilterFlags::NONE, SfxFilterFlags nNotMask=SFX_FILTER_NOTINSTALLED) | |
SfxFilterMatcherIter (const SfxFilterMatcherIter &)=delete | |
SfxFilterMatcherIter & | operator= (const SfxFilterMatcherIter &)=delete |
std::shared_ptr< const SfxFilter > | First () |
std::shared_ptr< const SfxFilter > | Next () |
Private Member Functions | |
SAL_DLLPRIVATE std::shared_ptr< const SfxFilter > | Find_Impl () |
Private Attributes | |
SfxFilterFlags | nOrMask |
SfxFilterFlags | nAndMask |
sal_uInt16 | nCurrent |
const SfxFilterMatcher_Impl & | m_rMatch |
Definition at line 98 of file fcontnr.hxx.
SfxFilterMatcherIter::SfxFilterMatcherIter | ( | const SfxFilterMatcher & | rMatcher, |
SfxFilterFlags | nMask = SfxFilterFlags::NONE , |
||
SfxFilterFlags | nNotMask = SFX_FILTER_NOTINSTALLED |
||
) |
Definition at line 793 of file fltfnc.cxx.
References SfxFilterMatcher_Impl::InitForIterating(), m_rMatch, and nOrMask.
|
delete |
|
private |
Definition at line 805 of file fltfnc.cxx.
References m_rMatch, nAndMask, nCurrent, nOrMask, SfxFilterMatcher_Impl::pList, and size.
std::shared_ptr< const SfxFilter > SfxFilterMatcherIter::First | ( | ) |
Definition at line 820 of file fltfnc.cxx.
References Find_Impl(), and nCurrent.
Referenced by SfxObjectFactory::GetTemplateFilter().
std::shared_ptr< const SfxFilter > SfxFilterMatcherIter::Next | ( | void | ) |
Definition at line 827 of file fltfnc.cxx.
References Find_Impl().
Referenced by SfxObjectFactory::GetTemplateFilter().
|
delete |
|
private |
Definition at line 104 of file fcontnr.hxx.
Referenced by Find_Impl(), and SfxFilterMatcherIter().
|
private |
Definition at line 102 of file fcontnr.hxx.
Referenced by Find_Impl().
|
private |
Definition at line 103 of file fcontnr.hxx.
Referenced by Find_Impl(), and First().
|
private |
Definition at line 101 of file fcontnr.hxx.
Referenced by Find_Impl(), and SfxFilterMatcherIter().