LibreOffice Module basic (master) 1
Variables
sbxcoll.cxx File Reference
#include <o3tl/safeint.hxx>
#include <tools/stream.hxx>
#include <basic/sbx.hxx>
#include <basic/sberrors.hxx>
#include "sbxres.hxx"
Include dependency graph for sbxcoll.cxx:

Go to the source code of this file.

Variables

static OUString pCount
 
static OUString pAdd
 
static OUString pItem
 
static OUString pRemove
 
static sal_uInt16 nCountHash = 0
 
static sal_uInt16 nAddHash
 
static sal_uInt16 nItemHash
 
static sal_uInt16 nRemoveHash
 

Variable Documentation

◆ nAddHash

sal_uInt16 nAddHash
static

Definition at line 32 of file sbxcoll.cxx.

Referenced by SbxCollection::Notify(), and SbxCollection::SbxCollection().

◆ nCountHash

sal_uInt16 nCountHash = 0
static

Definition at line 32 of file sbxcoll.cxx.

Referenced by SbxCollection::Notify(), and SbxCollection::SbxCollection().

◆ nItemHash

sal_uInt16 nItemHash
static

Definition at line 32 of file sbxcoll.cxx.

Referenced by SbxCollection::Notify(), and SbxCollection::SbxCollection().

◆ nRemoveHash

sal_uInt16 nRemoveHash
static

Definition at line 32 of file sbxcoll.cxx.

Referenced by SbxCollection::Notify(), and SbxCollection::SbxCollection().

◆ pAdd

OUString pAdd
static

◆ pCount

OUString pCount
static

◆ pItem

OUString pItem
static

◆ pRemove

OUString pRemove
static