Searched defs:UnoFrameWrap_traits (Results 1 – 1 of 1) sorted by relevance
769 template<FlyCntType T> struct UnoFrameWrap_traits {}; struct772 struct UnoFrameWrap_traits<FLYCNTTYPE_FRM> struct774 typedef SwXTextFrame core_frame_t;775 typedef XTextFrame uno_frame_t;776 static inline bool filter(const SwNode* const pNode) { return !pNode->IsNoTxtNode(); }; in filter()780 struct UnoFrameWrap_traits<FLYCNTTYPE_GRF> struct782 typedef SwXTextGraphicObject core_frame_t;783 typedef XTextContent uno_frame_t;784 static inline bool filter(const SwNode* const pNode) { return pNode->IsGrfNode(); }; in filter()788 struct UnoFrameWrap_traits<FLYCNTTYPE_OLE> struct[all …]