Home
last modified time | relevance | path

Searched refs:SbxVarEntry (Results 1 – 1 of 1) sorted by relevance

/trunk/main/basic/source/sbx/
H A Dsbxarray.cxx38 class SbxVarEntry : public SbxVariableRef { class
41 SbxVarEntry() : SbxVariableRef(), pAlias( NULL ) {} in SbxVarEntry() function in SbxVarEntry
42 ~SbxVarEntry() { delete pAlias; } in ~SbxVarEntry()
45 typedef SbxVarEntry* SbxVarEntryPtr;
93 SbxVarEntryPtr pDstRef = new SbxVarEntry; in operator =()
128 SbxVarEntry* pEntry = (*pData)[i]; in Clear()
158 const SbxVarEntryPtr p = new SbxVarEntry; in GetRef32()
176 const SbxVarEntryPtr p = new SbxVarEntry; in GetRef()
267 SbxVarEntry& rRef = (SbxVarEntry&) GetRef( nIdx ); in GetAlias()
285 SbxVarEntry& rRef = (SbxVarEntry&) GetRef( nIdx ); in PutAlias()
[all …]