24 #ifndef __TextWrapRef__ 25 #define __TextWrapRef__ 27 #include "IPMUnknown.h" 45 fSODUID(other.fSODUID),
46 fSpreadUID(other.fSpreadUID),
47 fTransform(other.fTransform)
54 fSpreadUID(spreadUID),
60 fSODUID(::GetUID(sod)),
61 fSpreadUID(kInvalidUID)
70 inline bool16 operator==(
const TextWrapRef& other)
const 72 return ((fSODUID == other.fSODUID) && (fSpreadUID == other.fSpreadUID) && (fTransform == other.fTransform));
75 inline bool16 operator!=(
const TextWrapRef& other)
const 77 return !(*
this == other);
80 inline bool16 GetIsNative()
const 81 {
return (fSpreadUID == kInvalidUID); }
88 #endif // __TextWrapRef__