Searched refs:ppBuf (Results 1 – 1 of 1) sorted by relevance
| /AOO41X/main/basic/source/sbx/ |
| H A D | sbxexec.cxx | 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() [all …]
|