|
LibreOffice Module basic (master) 1
|
#include <runtime.hxx>
Public Member Functions | |
| SbiForStack () | |
Public Attributes | |
| SbiForStack * | pNext |
| SbxVariableRef | refVar |
| SbxVariableRef | refEnd |
| SbxVariableRef | refInc |
| ForType | eForType |
| sal_Int32 | nCurCollectionIndex |
| std::unique_ptr< sal_Int32[]> | pArrayCurIndices |
| std::unique_ptr< sal_Int32[]> | pArrayLowerBounds |
| std::unique_ptr< sal_Int32[]> | pArrayUpperBounds |
| css::uno::Reference< css::container::XEnumeration > | xEnumeration |
| css::uno::Reference< css::container::XIndexAccess > | xIndexAccess |
Definition at line 65 of file runtime.hxx.
|
inline |
Definition at line 83 of file runtime.hxx.
References To.
| ForType SbiForStack::eForType |
Definition at line 72 of file runtime.hxx.
Referenced by SbiRuntime::StepNEXT(), and SbiRuntime::StepTESTFOR().
| sal_Int32 SbiForStack::nCurCollectionIndex |
Definition at line 73 of file runtime.hxx.
Referenced by BasicCollection::CollRemove(), and SbiRuntime::StepTESTFOR().
| std::unique_ptr<sal_Int32[]> SbiForStack::pArrayCurIndices |
Definition at line 75 of file runtime.hxx.
| std::unique_ptr<sal_Int32[]> SbiForStack::pArrayLowerBounds |
Definition at line 77 of file runtime.hxx.
| std::unique_ptr<sal_Int32[]> SbiForStack::pArrayUpperBounds |
Definition at line 79 of file runtime.hxx.
| SbiForStack* SbiForStack::pNext |
Definition at line 66 of file runtime.hxx.
| SbxVariableRef SbiForStack::refEnd |
Definition at line 68 of file runtime.hxx.
Referenced by SbiRuntime::StepTESTFOR().
| SbxVariableRef SbiForStack::refInc |
Definition at line 69 of file runtime.hxx.
Referenced by SbiRuntime::StepNEXT(), and SbiRuntime::StepTESTFOR().
| SbxVariableRef SbiForStack::refVar |
Definition at line 67 of file runtime.hxx.
Referenced by SbiRuntime::StepNEXT(), and SbiRuntime::StepTESTFOR().
| css::uno::Reference< css::container::XEnumeration > SbiForStack::xEnumeration |
Definition at line 80 of file runtime.hxx.
| css::uno::Reference<css::container::XIndexAccess> SbiForStack::xIndexAccess |
Definition at line 81 of file runtime.hxx.