Searched refs:eThisType (Results 1 – 3 of 3) sorted by relevance
1134 SbxDataType eThisType = GetType(); in Compute() local1144 else if( eThisType == SbxNULL || eOpType == SbxNULL ) in Compute()1147 else if( eThisType == SbxEMPTY in Compute()1156 if( bVBAInterop && ( ( eThisType == SbxSTRING && eOpType != SbxSTRING ) || in Compute()1157 ( eThisType != SbxSTRING && eOpType == SbxSTRING ) ) && in Compute()1162 …else if( eThisType == SbxSTRING || eOp == SbxCAT || ( bVBAInterop && ( eOpType == SbxSTRING ) && (… in Compute()
32 DXFBasicEntity::DXFBasicEntity(DXFEntityType eThisType) in DXFBasicEntity() argument34 eType=eThisType; in DXFBasicEntity()
85 DXFBasicEntity(DXFEntityType eThisType);
Completed in 31 milliseconds