Lines Matching refs:targetValueType

70 …                                                                 const E_ValueType targetValueType,  in checkContentRelationship()  argument
81 …result = (targetValueType == VT_Text) || (targetValueType == VT_Code) || (targetValueType == VT_Nu… in checkContentRelationship()
82 …(targetValueType == VT_DateTime) || (targetValueType == VT_UIDRef) || (targetValueType == VT_PName… in checkContentRelationship()
83 …(targetValueType == VT_Image) || (targetValueType == VT_Composite) || (targetValueType == VT_Conta… in checkContentRelationship()
88 …result = (targetValueType == VT_DateTime) || (targetValueType == VT_Code) || (targetValueType == V… in checkContentRelationship()
89 (targetValueType == VT_UIDRef) || (targetValueType == VT_PName); in checkContentRelationship()
95 …result = (targetValueType == VT_Text) || (targetValueType == VT_Code) || (targetValueType == VT_Nu… in checkContentRelationship()
96 …(targetValueType == VT_DateTime) || (targetValueType == VT_UIDRef) || (targetValueType == VT_PName… in checkContentRelationship()
97 (targetValueType == VT_Composite); in checkContentRelationship()
103 …result = (targetValueType == VT_Text) || (targetValueType == VT_Code) || (targetValueType == VT_Nu… in checkContentRelationship()
104 …(targetValueType == VT_DateTime) || (targetValueType == VT_UIDRef) || (targetValueType == VT_PName… in checkContentRelationship()
105 (targetValueType == VT_Container); in checkContentRelationship()
110 result = (targetValueType == VT_Text) || (targetValueType == VT_Code); in checkContentRelationship()
116 …result = (targetValueType == VT_Text) || (targetValueType == VT_Code) || (targetValueType == VT_Nu… in checkContentRelationship()
117 …(targetValueType == VT_DateTime) || (targetValueType == VT_UIDRef) || (targetValueType == VT_PName… in checkContentRelationship()
118 …(targetValueType == VT_Image) || (targetValueType == VT_Composite) || (targetValueType == VT_Conta… in checkContentRelationship()
123 …result = (targetValueType == VT_Text) || (targetValueType == VT_Code) || (targetValueType == VT_Da… in checkContentRelationship()
124 … (targetValueType == VT_Date) || (targetValueType == VT_Time) || (targetValueType == VT_UIDRef) || in checkContentRelationship()
125 (targetValueType == VT_PName); in checkContentRelationship()
131 …result = (targetValueType == VT_Text) || (targetValueType == VT_Code) || (targetValueType == VT_Nu… in checkContentRelationship()
132 …(targetValueType == VT_DateTime) || (targetValueType == VT_UIDRef) || (targetValueType == VT_Image… in checkContentRelationship()
133 (targetValueType == VT_Composite) || (targetValueType == VT_Container); in checkContentRelationship()