Lines Matching refs:peer

157 WindowImpl::WindowImpl (Context *context, const PeerHandle &peer, Window *window)  in WindowImpl()  argument
160 , mxWindow (peer, uno::UNO_QUERY) in WindowImpl()
161 , mxVclPeer (peer, uno::UNO_QUERY) in WindowImpl()
673 ControlImpl::ControlImpl (Context *context, const PeerHandle &peer, Window *window) in ControlImpl() argument
674 : WindowImpl( context, peer, window ) in ControlImpl()
763 DialogImpl( Context *context, PeerHandle const &peer, Window *window );
766 DialogImpl::DialogImpl( Context *context, const PeerHandle &peer, Window *window ) in DialogImpl() argument
767 : WindowImpl( context, peer, window ) in DialogImpl()
768 , mxDialog( peer, uno::UNO_QUERY ) in DialogImpl()
1000 TabControlImpl (Context *context, const PeerHandle &peer, Window *window) in TabControlImpl() argument
1001 : ControlImpl (context, peer, window) in TabControlImpl()
1002 , mxTabControl (peer, uno::UNO_QUERY) in TabControlImpl()
1227 TabPageImpl( Context *context, const PeerHandle &peer, Window *window ) in TabPageImpl() argument
1228 : WindowImpl( context, peer, window ) in TabPageImpl()
1229 , mxTabPage( peer, uno::UNO_QUERY ) in TabPageImpl()
1273 FixedLineImpl( Context *context, const PeerHandle &peer, Window *window ) in FixedLineImpl() argument
1274 : ControlImpl( context, peer, window ) in FixedLineImpl()
1292 FixedTextImpl( Context *context, const PeerHandle &peer, Window *window ) in FixedTextImpl() argument
1293 : ControlImpl( context, peer, window ) in FixedTextImpl()
1294 , mxFixedText( peer, uno::UNO_QUERY ) in FixedTextImpl()
1332 FixedInfoImpl( Context *context, const PeerHandle &peer, Window *window ) in FixedInfoImpl() argument
1333 : FixedTextImpl( context, peer, window ) in FixedInfoImpl()
1345 ProgressBarImpl( Context *context, const PeerHandle &peer, Window *window ) in ProgressBarImpl() argument
1346 : ControlImpl( context, peer, window ) in ProgressBarImpl()
1347 , mxProgressBar( peer, uno::UNO_QUERY ) in ProgressBarImpl()
1364 FixedImageImpl( Context *context, const PeerHandle &peer, Window *window) in FixedImageImpl() argument
1366 : ControlImpl( context, peer, window ) in FixedImageImpl()
1368 , mxGraphic( peer, uno::UNO_QUERY ) in FixedImageImpl()
1451 PluginImpl( Context *context, const PeerHandle &peer, Window *window, :: Control *plugin ) in PluginImpl() argument
1452 : ControlImpl( context, peer, window ) in PluginImpl()
1482 LocalizedStringImpl( Context *context, const PeerHandle &peer, Window *window ) in LocalizedStringImpl() argument
1483 : WindowImpl( context, peer, window ) in LocalizedStringImpl()
1565 InPlugImpl (Context *context, const PeerHandle &peer, Window *window) in InPlugImpl() argument
1566 : WindowImpl (context, peer, window) in InPlugImpl()