Home
last modified time | relevance | path

Searched refs:SbxLPSTR (Results 1 – 18 of 18) sorted by relevance

/aoo4110/main/basic/source/sbx/
H A Dsbxint.cxx150 case SbxLPSTR: in ImpGetInteger()
271 case SbxLPSTR: in ImpPutInteger()
454 case SbxLPSTR: in ImpGetInt64()
571 case SbxLPSTR: in ImpPutInt64()
741 case SbxLPSTR: in ImpGetUInt64()
874 case SbxLPSTR: in ImpPutUInt64()
H A Dsbxbool.cxx84 case SbxLPSTR: in ImpGetBool()
199 case SbxLPSTR: in ImpPutBool()
H A Dsbxdbl.cxx74 case SbxLPSTR: in ImpGetDouble()
186 case SbxLPSTR: in ImpPutDouble()
H A Dsbxulng.cxx125 case SbxLPSTR: in ImpGetULong()
244 case SbxLPSTR: in ImpPutULong()
H A Dsbxbyte.cxx163 case SbxLPSTR: in ImpGetByte()
277 case SbxLPSTR: in ImpPutByte()
H A Dsbxchar.cxx154 case SbxLPSTR: in ImpGetChar()
270 case SbxLPSTR: in ImpPutChar()
H A Dsbxlng.cxx117 case SbxLPSTR: in ImpGetLong()
238 case SbxLPSTR: in ImpPutLong()
H A Dsbxsng.cxx110 case SbxLPSTR: in ImpGetSingle()
234 case SbxLPSTR: in ImpPutSingle()
H A Dsbxstr.cxx84 case SbxLPSTR: in ImpGetString()
206 case SbxLPSTR: in ImpPutString()
H A Dsbxuint.cxx149 case SbxLPSTR: in ImpGetUShort()
270 case SbxLPSTR: in ImpPutUShort()
H A Dsbxcurr.cxx119 case SbxLPSTR: in ImpGetCurrency()
222 case SbxLPSTR: in ImpPutCurrency()
H A Dsbxdate.cxx84 case SbxLPSTR: in ImpGetDate()
240 case SbxLPSTR: in ImpPutDate()
H A Dsbxdec.cxx524 case SbxLPSTR: in ImpGetDecimal()
666 case SbxLPSTR: in ImpPutDecimal()
H A Dsbxvalue.cxx554 case SbxLPSTR: in Get()
738 case SbxLPSTR: in GET()
923 aRes.eType = SbxLPSTR; in PutpChar()
/aoo4110/main/basic/inc/basic/
H A Dsbxvar.hxx213 SbxValues( sal_Unicode* _pChar ): pChar( _pChar ), eType(SbxLPSTR) {} in SbxValues()
272 sal_Bool IspChar() const { return sal_Bool( GetType() == SbxLPSTR ); } in IspChar()
H A Dsbxdef.hxx83 SbxLPSTR = 30, // * null terminated string enumerator
/aoo4110/main/basic/source/runtime/
H A Dmethods1.cxx1014 case SbxLPSTR: in lcl_WriteSbxVariable()
1131 case SbxLPSTR: in lcl_ReadSbxVariable()
1462 case SbxLPSTR: in RTLFUNC()
/aoo4110/main/basic/source/classes/
H A Dsbunoobj.cxx1899 case SbxLPSTR: aRet = String( RTL_CONSTASCII_USTRINGPARAM("SbxLPSTR") ); break; in Dbg_SbxDataType2String()

Completed in 108 milliseconds