Home
last modified time | relevance | path

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

/trunk/main/basic/source/sbx/
H A Dsbxarray.cxx89 SbxVarEntryPtr pSrcRef = (*pSrc)[i]; in operator =() local
90 const SbxVariable* pSrc_ = *pSrcRef; in operator =()
94 *((SbxVariableRef*) pDstRef) = *((SbxVariableRef*) pSrcRef); in operator =()
95 if( pSrcRef->pAlias ) in operator =()
96 pDstRef->pAlias = new XubString( *pSrcRef->pAlias ); in operator =()

Completed in 9 milliseconds