|
LibreOffice Module vbahelper (master) 1
|
#include <vbacollectionimpl.hxx>
Public Member Functions | |
| ScVbaCollectionBase (const css::uno::Reference< ov::XHelperInterface > &xParent, const css::uno::Reference< css::uno::XComponentContext > &xContext, css::uno::Reference< css::container::XIndexAccess > xIndexAccess, bool bIgnoreCase=false) | |
| virtual ::sal_Int32 SAL_CALL | getCount () override |
| virtual css::uno::Any SAL_CALL | Item (const css::uno::Any &Index1, const css::uno::Any &) override |
| OUString SAL_CALL | getDefaultMethodName () override |
| virtual css::uno::Reference< css::container::XEnumeration > SAL_CALL | createEnumeration () override=0 |
| virtual css::uno::Type SAL_CALL | getElementType () override=0 |
| virtual sal_Bool SAL_CALL | hasElements () override |
| virtual css::uno::Any | createCollectionObject (const css::uno::Any &aSource)=0 |
Public Member Functions inherited from InheritedHelperInterfaceImpl< Ifc... > | |
| InheritedHelperInterfaceImpl (const css::uno::Reference< ov::XHelperInterface > &xParent, css::uno::Reference< css::uno::XComponentContext > xContext) | |
| virtual OUString | getServiceImplName ()=0 |
| virtual css::uno::Sequence< OUString > | getServiceNames ()=0 |
| virtual ::sal_Int32 SAL_CALL | getCreator () override |
| virtual css::uno::Reference< ov::XHelperInterface > SAL_CALL | getParent () override |
| virtual css::uno::Any SAL_CALL | Application () override |
| virtual OUString SAL_CALL | getImplementationName () override |
| virtual sal_Bool SAL_CALL | supportsService (const OUString &ServiceName) override |
| virtual css::uno::Sequence< OUString > SAL_CALL | getSupportedServiceNames () override |
Protected Member Functions | |
| virtual css::uno::Any | getItemByStringIndex (const OUString &sIndex) |
| virtual css::uno::Any | getItemByIntIndex (const sal_Int32 nIndex) |
| void | UpdateCollectionIndex (const css::uno::Reference< css::container::XIndexAccess > &xIndexAccess) |
Protected Attributes | |
| css::uno::Reference< css::container::XIndexAccess > | m_xIndexAccess |
| css::uno::Reference< css::container::XNameAccess > | m_xNameAccess |
| bool | mbIgnoreCase |
Protected Attributes inherited from InheritedHelperInterfaceImpl< Ifc... > | |
| css::uno::WeakReference< ov::XHelperInterface > | mxParent |
| css::uno::Reference< css::uno::XComponentContext > | mxContext |
Private Types | |
| typedef InheritedHelperInterfaceImpl< Ifc... > | BaseColBase |
Definition at line 236 of file vbacollectionimpl.hxx.
|
private |
Definition at line 238 of file vbacollectionimpl.hxx.
|
inline |
Definition at line 287 of file vbacollectionimpl.hxx.
|
pure virtual |
Implemented in ScVbaShapeRange, ScVbaShapes, ScVbaControls, ScVbaPages, ScVbaCommandBarControls, VbaDummyCommandBarControls, ScVbaCommandBars, and VbaDocumentsBase.
|
overridepure virtual |
Implemented in ScVbaShapeRange, ScVbaShapes, ScVbaControls, ScVbaPages, ScVbaCommandBarControls, VbaDummyCommandBarControls, ScVbaCommandBars, and VbaDocumentsBase.
|
inlineoverride |
Definition at line 290 of file vbacollectionimpl.hxx.
|
inlineoverride |
Definition at line 323 of file vbacollectionimpl.hxx.
|
overridepure virtual |
Implemented in ScVbaShapeRange, ScVbaShapes, ScVbaControls, ScVbaPages, ScVbaCommandBarControls, VbaDummyCommandBarControls, ScVbaCommandBars, and VbaDocumentsBase.
|
inlineprotectedvirtual |
| css::uno::RuntimeException | |
| css::lang::IndexOutOfBoundsException |
Definition at line 266 of file vbacollectionimpl.hxx.
References nIndex.
|
inlineprotectedvirtual |
| css::uno::RuntimeException |
Definition at line 245 of file vbacollectionimpl.hxx.
|
inlineoverridevirtual |
Definition at line 333 of file vbacollectionimpl.hxx.
|
inlineoverridevirtual |
Reimplemented in ScVbaCommandBars, ScVbaCommandBarControls, and VbaDummyCommandBarControls.
Definition at line 295 of file vbacollectionimpl.hxx.
References nIndex.
|
inlineprotected |
Definition at line 279 of file vbacollectionimpl.hxx.
|
protected |
Definition at line 240 of file vbacollectionimpl.hxx.
|
protected |
Definition at line 241 of file vbacollectionimpl.hxx.
|
protected |
Definition at line 242 of file vbacollectionimpl.hxx.