Searched refs:ImpGetByte (Results 1 – 4 of 4) sorted by relevance
176 p->nByte = ImpGetByte( &aTmp ); break; in ImpPutString()229 *p->pByte = ImpGetByte( p ); break; in ImpPutString()
125 sal_uInt8 ImpGetByte( const SbxValues* );
30 sal_uInt8 ImpGetByte( const SbxValues* p ) in ImpGetByte() function
551 case SbxBYTE: rRes.nByte = ImpGetByte( &p->aData ); break; in Get()
Completed in 22 milliseconds