Lines Matching refs:ppBuf
57 ( SbxObject* pObj, SbxObject* pGbl, const xub_Unicode** ppBuf,
104 ( SbxObject* pObj, SbxObject* pGbl, const xub_Unicode** ppBuf, SbxClassType t ) in QualifiedName() argument
109 const xub_Unicode* p = SkipWhitespace( *ppBuf ); in QualifiedName()
132 *ppBuf = p; in QualifiedName()
142 ( SbxObject* pObj, SbxObject* pGbl, const xub_Unicode** ppBuf, sal_Bool bVar ) in Operand() argument
147 const xub_Unicode* p = SkipWhitespace( *ppBuf ); in Operand()
180 *ppBuf = p; in Operand()
189 static SbxVariable* MulDiv( SbxObject* pObj, SbxObject* pGbl, const xub_Unicode** ppBuf ) in MulDiv() argument
191 const xub_Unicode* p = *ppBuf; in MulDiv()
215 *ppBuf = p; in MulDiv()
221 static SbxVariable* PlusMinus( SbxObject* pObj, SbxObject* pGbl, const xub_Unicode** ppBuf ) in PlusMinus() argument
223 const xub_Unicode* p = *ppBuf; in PlusMinus()
247 *ppBuf = p; in PlusMinus()
253 static SbxVariable* Assign( SbxObject* pObj, SbxObject* pGbl, const xub_Unicode** ppBuf ) in Assign() argument
255 const xub_Unicode* p = *ppBuf; in Assign()
285 *ppBuf = p; in Assign()
296 ( SbxObject* pObj, SbxObject* pGbl, const xub_Unicode** ppBuf, in Element() argument
300 const xub_Unicode* p = Symbol( *ppBuf, aSym, rCharClass ); in Element()
351 *ppBuf = p; in Element()