Lines Matching refs:parent
99 Window *parent = dynamic_cast<Window*> (context);\
101 if (parent)\
102 SetParent (parent);\
104 t::t( Window *parent, WinBits bits) \
105 … : par( new t##Impl( parent->getContext(), Window::CreatePeer( parent, bits, unoName ), this ) ) \
108 if ( parent )\
109 SetParent (parent);\
111 t::t( Window *parent, ResId const& res) \
112 … : par( new t##Impl( parent->getContext(), Window::CreatePeer( parent, 0, unoName ), this ) ) \
116 if (parent)\
117 SetParent (parent);\
126 t::t( Window *parent, WinBits bits) \
127 …: win_par( new t##Impl( parent->getContext(), Window::CreatePeer( parent, bits, unoName ), this ) …
132 #define IMPL_IMPL(t, parent) \ argument
133 class t##Impl : public parent##Impl \
137 : parent##Impl( context, peer, window ) \