Home
last modified time | relevance | path

Searched refs:SbxERROR (Results 1 – 20 of 20) sorted by relevance

/AOO41X/main/basic/source/sbx/
H A Dsbxint.cxx53 case SbxERROR: in ImpGetInteger()
198 case SbxBYREF | SbxERROR: in ImpGetInteger()
238 case SbxERROR: in ImpPutInteger()
306 case SbxBYREF | SbxERROR: in ImpPutInteger()
412 case SbxERROR: in ImpGetInt64()
501 case SbxBYREF | SbxERROR: in ImpGetInt64()
548 case SbxERROR: in ImpPutInt64()
621 case SbxBYREF | SbxERROR: in ImpPutInt64()
700 case SbxERROR: in ImpGetUInt64()
804 case SbxBYREF | SbxERROR: in ImpGetUInt64()
[all …]
H A Dsbxbool.cxx52 case SbxERROR: in ImpGetBool()
134 case SbxBYREF | SbxERROR: in ImpGetBool()
175 case SbxERROR: in ImpPutBool()
222 case SbxBYREF | SbxERROR: in ImpPutBool()
H A Dsbxdbl.cxx47 case SbxERROR: in ImpGetDouble()
118 case SbxBYREF | SbxERROR: in ImpGetDouble()
158 case SbxERROR: in ImpPutDouble()
231 case SbxBYREF | SbxERROR: in ImpPutDouble()
H A Dsbxulng.cxx55 case SbxERROR: in ImpGetULong()
160 case SbxBYREF | SbxERROR: in ImpGetULong()
230 case SbxERROR: in ImpPutULong()
277 case SbxBYREF | SbxERROR: in ImpPutULong()
H A Dsbxsng.cxx48 case SbxERROR: in ImpGetSingle()
156 case SbxBYREF | SbxERROR: in ImpGetSingle()
201 case SbxERROR: in ImpPutSingle()
281 case SbxBYREF | SbxERROR: in ImpPutSingle()
H A Dsbxstr.cxx105 case SbxERROR: in ImpGetString()
123 case SbxBYREF | SbxERROR: in ImpGetString()
184 case SbxERROR: in ImpPutString()
235 case SbxBYREF | SbxERROR: in ImpPutString()
H A Dsbxchar.cxx60 case SbxERROR: in ImpGetChar()
197 case SbxBYREF | SbxERROR: in ImpGetChar()
261 case SbxERROR: in ImpPutChar()
292 case SbxBYREF | SbxERROR: in ImpPutChar()
H A Dsbxlng.cxx48 case SbxERROR: in ImpGetLong()
163 case SbxBYREF | SbxERROR: in ImpGetLong()
214 case SbxERROR: in ImpPutLong()
283 case SbxBYREF | SbxERROR: in ImpPutLong()
H A Dsbxbyte.cxx64 case SbxERROR: in ImpGetByte()
209 case SbxBYREF | SbxERROR: in ImpGetByte()
245 case SbxERROR: in ImpPutByte()
298 case SbxBYREF | SbxERROR: in ImpPutByte()
H A Dsbxuint.cxx55 case SbxERROR: in ImpGetUShort()
184 case SbxBYREF | SbxERROR: in ImpGetUShort()
229 case SbxERROR: in ImpPutUShort()
300 case SbxBYREF | SbxERROR: in ImpPutUShort()
H A Dsbxcurr.cxx57 case SbxERROR: in ImpGetCurrency()
144 case SbxBYREF | SbxERROR: in ImpGetCurrency()
193 case SbxERROR: in ImpPutCurrency()
268 case SbxBYREF | SbxERROR: in ImpPutCurrency()
H A Dsbxdate.cxx53 case SbxERROR: in ImpGetDate()
164 case SbxBYREF | SbxERROR: in ImpGetDate()
212 case SbxERROR: in ImpPutDate()
339 case SbxBYREF | SbxERROR: in ImpPutDate()
H A Dsbxdec.cxx481 case SbxERROR: in ImpGetDecimal()
552 case SbxBYREF | SbxERROR: in ImpGetDecimal()
603 case SbxERROR: in ImpPutDecimal()
707 case SbxBYREF | SbxERROR: in ImpPutDecimal()
H A Dsbxvalue.cxx236 case SbxERROR: in SbxValue()
680 GET( GetErr, SbxERROR, sal_uInt16, nUShort ) in GET()
949 PUT( PutErr, SbxERROR, sal_uInt16, nUShort ) in PUT()
1685 case SbxERROR: in LoadData()
1803 case SbxERROR: in StoreData()
H A Dsbxvar.cxx464 case SbxERROR: in LoadData()
/AOO41X/main/basic/inc/basic/
H A Dsbxdef.hxx64 SbxERROR = 10, // * Error (sal_uInt16) enumerator
H A Dsbxvar.hxx263 sal_Bool IsErr() const { return sal_Bool( GetType() == SbxERROR ); } in IsErr()
/AOO41X/main/basic/source/runtime/
H A Dmethods1.cxx1189 sal_Bool bHasRecordNo = (sal_Bool)(eType2 != SbxEMPTY && eType2 != SbxERROR); in PutGet()
1429 case SbxERROR: in RTLFUNC()
H A Dstep2.cxx734 if( p->GetType() == SbxERROR && ( i ) ) in StepPARAM()
/AOO41X/main/basic/source/classes/
H A Dsbunoobj.cxx1879 case SbxERROR: aRet = String( RTL_CONSTASCII_USTRINGPARAM("SbxERROR") ); break; in Dbg_SbxDataType2String()