Home
last modified time | relevance | path

Searched refs:TYPE_STRUCT (Results 1 – 5 of 5) sorted by relevance

/AOO41X/main/idl/source/objects/ !
H A Dtypes.cxx525 if( pBaseType->GetType() == TYPE_STRUCT ) in WriteParam()
558 pBaseType->GetType() == TYPE_STRUCT || in WriteParam()
802 if( nBType == TYPE_STRUCT ) in Write()
842 if( nBType == TYPE_STRUCT ) in Write()
929 if( nBType == TYPE_STRUCT ) in Write()
975 if( pBaseType->GetType() == TYPE_STRUCT ) in MakeSfx()
1471 SetType( TYPE_STRUCT ); in ReadHeaderSvIdl()
1617 case TYPE_STRUCT: in Write()
1622 if( nType == TYPE_STRUCT || nType == TYPE_UNION ) in Write()
1641 if( nType == TYPE_STRUCT ) in Write()
[all …]
H A Dslot.cxx1496 GetType()->GetBaseType()->GetType() != TYPE_STRUCT ) in WriteSlot()
/AOO41X/main/dbaccess/source/ui/inc/ !
H A DTypeInfo.hxx73 const sal_uInt16 TYPE_STRUCT = 25; variable
/AOO41X/main/idl/inc/ !
H A Dtypes.hxx135 enum { TYPE_METHOD, TYPE_STRUCT, TYPE_BASE, TYPE_ENUM, TYPE_UNION, enumerator
/AOO41X/main/dbaccess/source/ui/misc/ !
H A DUITools.cxx836 aName = _rsTypeNames.GetToken(TYPE_STRUCT); in fillTypeInfo()