Lines Matching defs:Selection
185 struct Selection struct in x11::SelectionManager
187 enum State
192 State m_eState;
193 SelectionAdaptor* m_pAdaptor;
194 Atom m_aAtom;
196 Sequence< sal_Int8 > m_aData;
198 m_aTypes;
199 std::vector< Atom > m_aNativeTypes;
203 Atom m_aRequestedType;
205 int m_nLastTimestamp;
206 bool m_bHaveUTF16;
207 Atom m_aUTF8Type;
208 bool m_bHaveCompound;
209 bool m_bOwner;
210 XLIB_Window m_aLastOwner;
211 PixmapHolder* m_pPixmap;
214 XLIB_Time m_nOrigTimestamp;
216 Selection() : m_eState( Inactive ), in Selection() function