LibreOffice Module basic (master) 1
Public Member Functions | Public Attributes | List of all members
SbiForStack Struct Reference

#include <runtime.hxx>

Collaboration diagram for SbiForStack:
[legend]

Public Member Functions

 SbiForStack ()
 

Public Attributes

SbiForStackpNext
 
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
 

Detailed Description

Definition at line 65 of file runtime.hxx.

Constructor & Destructor Documentation

◆ SbiForStack()

SbiForStack::SbiForStack ( )
inline

Definition at line 83 of file runtime.hxx.

References To.

Member Data Documentation

◆ eForType

ForType SbiForStack::eForType

Definition at line 72 of file runtime.hxx.

Referenced by SbiRuntime::StepNEXT(), and SbiRuntime::StepTESTFOR().

◆ nCurCollectionIndex

sal_Int32 SbiForStack::nCurCollectionIndex

Definition at line 73 of file runtime.hxx.

Referenced by BasicCollection::CollRemove(), and SbiRuntime::StepTESTFOR().

◆ pArrayCurIndices

std::unique_ptr<sal_Int32[]> SbiForStack::pArrayCurIndices

Definition at line 75 of file runtime.hxx.

◆ pArrayLowerBounds

std::unique_ptr<sal_Int32[]> SbiForStack::pArrayLowerBounds

Definition at line 77 of file runtime.hxx.

◆ pArrayUpperBounds

std::unique_ptr<sal_Int32[]> SbiForStack::pArrayUpperBounds

Definition at line 79 of file runtime.hxx.

◆ pNext

SbiForStack* SbiForStack::pNext

Definition at line 66 of file runtime.hxx.

◆ refEnd

SbxVariableRef SbiForStack::refEnd

Definition at line 68 of file runtime.hxx.

Referenced by SbiRuntime::StepTESTFOR().

◆ refInc

SbxVariableRef SbiForStack::refInc

Definition at line 69 of file runtime.hxx.

Referenced by SbiRuntime::StepNEXT(), and SbiRuntime::StepTESTFOR().

◆ refVar

SbxVariableRef SbiForStack::refVar

Definition at line 67 of file runtime.hxx.

Referenced by SbiRuntime::StepNEXT(), and SbiRuntime::StepTESTFOR().

◆ xEnumeration

css::uno::Reference< css::container::XEnumeration > SbiForStack::xEnumeration

Definition at line 80 of file runtime.hxx.

◆ xIndexAccess

css::uno::Reference<css::container::XIndexAccess> SbiForStack::xIndexAccess

Definition at line 81 of file runtime.hxx.


The documentation for this struct was generated from the following file: