Lines Matching refs:xub_Unicode
57 ( SbxObject* pObj, SbxObject* pGbl, const xub_Unicode** ppBuf,
60 static const xub_Unicode* SkipWhitespace( const xub_Unicode* p ) in SkipWhitespace()
70 static const xub_Unicode* Symbol( const xub_Unicode* p, XubString& rSym, const SbxSimpleCharClass& … in Symbol()
104 ( SbxObject* pObj, SbxObject* pGbl, const xub_Unicode** ppBuf, SbxClassType t ) in QualifiedName()
109 const xub_Unicode* p = SkipWhitespace( *ppBuf ); in QualifiedName()
142 ( SbxObject* pObj, SbxObject* pGbl, const xub_Unicode** ppBuf, sal_Bool bVar ) in Operand()
147 const xub_Unicode* p = SkipWhitespace( *ppBuf ); in Operand()
189 static SbxVariable* MulDiv( SbxObject* pObj, SbxObject* pGbl, const xub_Unicode** ppBuf ) in MulDiv()
191 const xub_Unicode* p = *ppBuf; in MulDiv()
196 xub_Unicode cOp = *p++; in MulDiv()
221 static SbxVariable* PlusMinus( SbxObject* pObj, SbxObject* pGbl, const xub_Unicode** ppBuf ) in PlusMinus()
223 const xub_Unicode* p = *ppBuf; in PlusMinus()
228 xub_Unicode cOp = *p++; in PlusMinus()
253 static SbxVariable* Assign( SbxObject* pObj, SbxObject* pGbl, const xub_Unicode** ppBuf ) in Assign()
255 const xub_Unicode* p = *ppBuf; in Assign()
296 ( SbxObject* pObj, SbxObject* pGbl, const xub_Unicode** ppBuf, in Element()
300 const xub_Unicode* p = Symbol( *ppBuf, aSym, rCharClass ); in Element()
362 const xub_Unicode* p = rTxt.GetBuffer(); in Execute()
387 const xub_Unicode* p = rName.GetBuffer(); in FindQualified()