LibreOffice Module svx (master) 1
|
#include <fmshimp.hxx>
Public Member Functions | |
const OUString & | getCurrentValue () const |
SearchableControlIterator (css::uno::Reference< css::uno::XInterface > const &xStartingPoint) | |
virtual bool | ShouldHandleElement (const css::uno::Reference< css::uno::XInterface > &rElement) override |
virtual bool | ShouldStepInto (const css::uno::Reference< css::uno::XInterface > &xContainer) const override |
virtual void | Invalidate () override |
Public Member Functions inherited from comphelper::IndexAccessIterator | |
IndexAccessIterator (css::uno::Reference< css::uno::XInterface > xStartingPoint) | |
virtual | ~IndexAccessIterator () |
css::uno::Reference< css::uno::XInterface > const & | Next () |
virtual void | Invalidate () |
Private Attributes | |
OUString | m_sCurrentValue |
Additional Inherited Members | |
virtual bool | ShouldHandleElement (const css::uno::Reference< css::uno::XInterface > &) |
virtual bool | ShouldStepInto (const css::uno::Reference< css::uno::XInterface > &) const |
Protected Attributes inherited from comphelper::IndexAccessIterator | |
css::uno::Reference< css::uno::XInterface > | m_xStartingPoint |
css::uno::Reference< css::uno::XInterface > | m_xCurrentObject |
::std::vector< sal_Int32 > | m_arrChildIndizies |
Definition at line 545 of file fmshimp.hxx.
SearchableControlIterator::SearchableControlIterator | ( | css::uno::Reference< css::uno::XInterface > const & | xStartingPoint | ) |
Definition at line 3905 of file fmshimp.cxx.
|
inline |
Definition at line 551 of file fmshimp.hxx.
Referenced by IMPL_LINK().
|
inlineoverridevirtual |
Reimplemented from comphelper::IndexAccessIterator.
Definition at line 557 of file fmshimp.hxx.
|
overridevirtual |
Reimplemented from comphelper::IndexAccessIterator.
Definition at line 3911 of file fmshimp.cxx.
References Any, FM_PROP_BOUNDFIELD, FM_PROP_CLASSID, FM_PROP_CONTROLSOURCE, and m_sCurrentValue.
|
overridevirtual |
Reimplemented from comphelper::IndexAccessIterator.
Definition at line 3943 of file fmshimp.cxx.
|
private |
Definition at line 547 of file fmshimp.hxx.
Referenced by ShouldHandleElement().