Home
last modified time | relevance | path

Searched refs:eThisType (Results 1 – 3 of 3) sorted by relevance

/trunk/main/basic/source/sbx/
H A Dsbxvalue.cxx1134 SbxDataType eThisType = GetType(); in Compute() local
1144 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()
/trunk/main/filter/source/graphicfilter/idxf/
H A Ddxfentrd.cxx32 DXFBasicEntity::DXFBasicEntity(DXFEntityType eThisType) in DXFBasicEntity() argument
34 eType=eThisType; in DXFBasicEntity()
H A Ddxfentrd.hxx85 DXFBasicEntity(DXFEntityType eThisType);

Completed in 31 milliseconds