Lines Matching refs:Window
45 Window *mpWindow;
49 ::Window *mvclWindow;
52 WindowImpl (Context *context, PeerHandle const &peer, Window *window);
71 ControlImpl( Context *context, PeerHandle const& peer, Window *window );
86 inline WindowImpl *Window::getImpl() const{ return (static_cast< WindowImpl * >( mpImpl )); } in getImpl()
99 Window *parent = dynamic_cast<Window*> (context);\
104 t::t( Window *parent, WinBits bits) \
105 … : par( new t##Impl( parent->getContext(), Window::CreatePeer( parent, bits, unoName ), this ) ) \
111 t::t( Window *parent, ResId const& res) \
112 … : par( new t##Impl( parent->getContext(), Window::CreatePeer( parent, 0, unoName ), this ) ) \
123 , other_par( new other_par##Impl( Window::GetPeer() ) ) \
126 t::t( Window *parent, WinBits bits) \
127 …: win_par( new t##Impl( parent->getContext(), Window::CreatePeer( parent, bits, unoName ), this ) …
128 , other_par( new other_par##Impl( Window::GetPeer() ) ) \
136 t##Impl( Context *context, PeerHandle const& peer, Window *window ) \