Lines Matching refs:Impl
91 inline t##Impl &t::getImpl() const \
93 return *(static_cast<t##Impl *>(mpImpl)); \
97 : par( new t##Impl( context, context->GetPeerHandle( pId, nId ), this ) ) \
105 … : par( new t##Impl( parent->getContext(), Window::CreatePeer( parent, bits, unoName ), this ) ) \
112 … : par( new t##Impl( parent->getContext(), Window::CreatePeer( parent, 0, unoName ), this ) ) \
122 : win_par( new t##Impl( context, context->GetPeerHandle( pId, nId ), this ) ) \
123 , other_par( new other_par##Impl( Window::GetPeer() ) ) \
127 …: win_par( new t##Impl( parent->getContext(), Window::CreatePeer( parent, bits, unoName ), this ) …
128 , other_par( new other_par##Impl( Window::GetPeer() ) ) \
133 class t##Impl : public parent##Impl \
136 t##Impl( Context *context, PeerHandle const& peer, Window *window ) \
137 : parent##Impl( context, peer, window ) \