Lines Matching refs:pGbl
57 ( SbxObject* pObj, SbxObject* pGbl, const xub_Unicode** ppBuf,
104 ( SbxObject* pObj, SbxObject* pGbl, const xub_Unicode** ppBuf, SbxClassType t ) in QualifiedName() argument
113 refVar = Element( pObj, pGbl, &p, t, aCharClass ); in QualifiedName()
127 refVar = Element( pObj, pGbl, &p, t, aCharClass ); in QualifiedName()
142 ( SbxObject* pObj, SbxObject* pGbl, const xub_Unicode** ppBuf, sal_Bool bVar ) in Operand() argument
179 refVar = QualifiedName( pObj, pGbl, &p, SbxCLASS_DONTCARE ); in Operand()
189 static SbxVariable* MulDiv( SbxObject* pObj, SbxObject* pGbl, const xub_Unicode** ppBuf ) in MulDiv() argument
192 SbxVariableRef refVar( Operand( pObj, pGbl, &p, sal_False ) ); in MulDiv()
197 SbxVariableRef refVar2( Operand( pObj, pGbl, &p, sal_False ) ); in MulDiv()
221 static SbxVariable* PlusMinus( SbxObject* pObj, SbxObject* pGbl, const xub_Unicode** ppBuf ) in PlusMinus() argument
224 SbxVariableRef refVar( MulDiv( pObj, pGbl, &p ) ); in PlusMinus()
229 SbxVariableRef refVar2( MulDiv( pObj, pGbl, &p ) ); in PlusMinus()
253 static SbxVariable* Assign( SbxObject* pObj, SbxObject* pGbl, const xub_Unicode** ppBuf ) in Assign() argument
256 SbxVariableRef refVar( Operand( pObj, pGbl, &p, sal_True ) ); in Assign()
271 SbxVariableRef refVar2( PlusMinus( pObj, pGbl, &p ) ); in Assign()
296 ( SbxObject* pObj, SbxObject* pGbl, const xub_Unicode** ppBuf, in Element() argument
305 if( pObj == pGbl ) in Element()
324 SbxVariableRef refArg = PlusMinus( pGbl, pGbl, &p ); in Element()