Home
last modified time | relevance | path

Searched refs:SbxNULL (Results 1 – 24 of 24) sorted by relevance

/aoo4110/main/basic/source/runtime/
H A Dstdobj.cxx70 { "AboutStarBasic", SbxNULL, 1 | _FUNCTION, RTLNAME(AboutStarBasic),0 },
89 { "Beep", SbxNULL, _FUNCTION, RTLNAME(Beep),0 },
116 { "ChDir", SbxNULL, 1 | _FUNCTION, RTLNAME(ChDir),0 },
118 { "ChDrive", SbxNULL, 1 | _FUNCTION, RTLNAME(ChDrive),0 },
201 { "Ddeexecute", SbxNULL, 2 | _FUNCTION, RTLNAME(DDEExecute),0 },
207 { "Ddepoke", SbxNULL, 3 | _FUNCTION, RTLNAME(DDEPoke),0 },
214 { "Ddeterminate", SbxNULL, 1 | _FUNCTION, RTLNAME(DDETerminate),0 },
230 { "EnableReschedule", SbxNULL, 1 | _FUNCTION, RTLNAME(EnableReschedule),0},
422 { "Null", SbxNULL, _CPROP, RTLNAME(Null),0 },
537 { "TraceCommand", SbxNULL, 1 | _FUNCTION, RTLNAME(TraceCommand),0 },
[all …]
H A Dmethods1.cxx979 case SbxNULL: in lcl_WriteSbxVariable()
1083 case SbxNULL: in lcl_ReadSbxVariable()
1415 case SbxNULL: in RTLFUNC()
/aoo4110/main/basic/source/sbx/
H A Dsbxvalue.cxx255 n = SbxNULL; in SbxValue()
269 aData.eType = SbxNULL; in SbxValue()
379 case SbxNULL: in Clear()
535 case SbxNULL: break; in Get()
723 case SbxNULL: break; in GET()
1144 else if( eThisType == SbxNULL || eOpType == SbxNULL ) in Compute()
1145 SetType( SbxNULL ); in Compute()
1474 else if( GetType() == SbxNULL && rOp.GetType() == SbxNULL && !bVBAInterop ) in Compare()
1481 else if( GetType() == SbxNULL || rOp.GetType() == SbxNULL ) in Compare()
1740 case SbxNULL: in LoadData()
[all …]
H A Dsbxvar.cxx454 if( nType == SbxNULL && GetClass() == SbxCLASS_METHOD ) in LoadData()
501 case SbxNULL: in LoadData()
504 aData.eType = SbxNULL; in LoadData()
509 if( nType != SbxNULL && nType != SbxEMPTY && !Put( aTmp ) ) in LoadData()
H A Dsbxscan.cxx855 case SbxNULL: // #45929 NULL mit durchschummeln in Format()
863 if( eType != SbxNULL ) in Format()
927 if( eType != SbxNULL ) in Format()
H A Dsbxint.cxx42 case SbxNULL: in ImpGetInteger()
401 case SbxNULL: in ImpGetInt64()
689 case SbxNULL: in ImpGetUInt64()
H A Dsbxbool.cxx41 case SbxNULL: in ImpGetBool()
H A Dsbxdbl.cxx36 case SbxNULL: in ImpGetDouble()
H A Dsbxulng.cxx37 case SbxNULL: in ImpGetULong()
H A Dsbxbyte.cxx37 case SbxNULL: in ImpGetByte()
H A Dsbxchar.cxx42 case SbxNULL: in ImpGetChar()
H A Dsbxlng.cxx37 case SbxNULL: in ImpGetLong()
H A Dsbxsng.cxx37 case SbxNULL: in ImpGetSingle()
H A Dsbxstr.cxx51 case SbxNULL: in ImpGetString()
H A Dsbxuint.cxx37 case SbxNULL: in ImpGetUShort()
H A Dsbxcurr.cxx46 case SbxNULL: in ImpGetCurrency()
H A Dsbxdate.cxx42 case SbxNULL: in ImpGetDate()
H A Dsbxdec.cxx470 case SbxNULL: in ImpGetDecimal()
H A Dsbxobj.cxx827 case SbxNULL: in GenerateSource()
/aoo4110/main/sw/source/core/doc/
H A Ddocbasic.cxx101 if( pRet && SbxNULL < pRetValue->GetType() && in ExecMacro()
/aoo4110/main/basic/inc/basic/
H A Dsbxdef.hxx55 SbxNULL = 1, // * Contains no valid data enumerator
H A Dsbxvar.hxx265 sal_Bool IsNull() const { return sal_Bool( GetType() == SbxNULL ); } in IsNull()
/aoo4110/main/basic/source/sample/
H A Dobject.cxx108 { NULL, SbxNULL, NULL, -1 }}; // Tabellenende
/aoo4110/main/basic/source/classes/
H A Dsbunoobj.cxx948 case SbxNULL: aRetType = ::getCppuType( (const Reference< XInterface > *)0 ); break; in getUnoTypeForSbxBaseType()
1869 case SbxNULL: aRet = String( RTL_CONSTASCII_USTRINGPARAM("SbxNULL") ); break; in Dbg_SbxDataType2String()

Completed in 135 milliseconds