Lines Matching refs:peer

160 WindowImpl::WindowImpl (Context *context, const PeerHandle &peer, Window *window)  in WindowImpl()  argument
163 , mxWindow (peer, uno::UNO_QUERY) in WindowImpl()
164 , mxVclPeer (peer, uno::UNO_QUERY) in WindowImpl()
682 ControlImpl::ControlImpl (Context *context, const PeerHandle &peer, Window *window) in ControlImpl() argument
683 : WindowImpl( context, peer, window ) in ControlImpl()
772 DialogImpl( Context *context, PeerHandle const &peer, Window *window );
775 DialogImpl::DialogImpl( Context *context, const PeerHandle &peer, Window *window ) in DialogImpl() argument
776 : WindowImpl( context, peer, window ) in DialogImpl()
777 , mxDialog( peer, uno::UNO_QUERY ) in DialogImpl()
1009 TabControlImpl (Context *context, const PeerHandle &peer, Window *window) in TabControlImpl() argument
1010 : ControlImpl (context, peer, window) in TabControlImpl()
1011 , mxTabControl (peer, uno::UNO_QUERY) in TabControlImpl()
1236 TabPageImpl( Context *context, const PeerHandle &peer, Window *window ) in TabPageImpl() argument
1237 : WindowImpl( context, peer, window ) in TabPageImpl()
1238 , mxTabPage( peer, uno::UNO_QUERY ) in TabPageImpl()
1282 FixedLineImpl( Context *context, const PeerHandle &peer, Window *window ) in FixedLineImpl() argument
1283 : ControlImpl( context, peer, window ) in FixedLineImpl()
1301 FixedTextImpl( Context *context, const PeerHandle &peer, Window *window ) in FixedTextImpl() argument
1302 : ControlImpl( context, peer, window ) in FixedTextImpl()
1303 , mxFixedText( peer, uno::UNO_QUERY ) in FixedTextImpl()
1341 FixedInfoImpl( Context *context, const PeerHandle &peer, Window *window ) in FixedInfoImpl() argument
1342 : FixedTextImpl( context, peer, window ) in FixedInfoImpl()
1354 ProgressBarImpl( Context *context, const PeerHandle &peer, Window *window ) in ProgressBarImpl() argument
1355 : ControlImpl( context, peer, window ) in ProgressBarImpl()
1356 , mxProgressBar( peer, uno::UNO_QUERY ) in ProgressBarImpl()
1373 FixedImageImpl( Context *context, const PeerHandle &peer, Window *window) in FixedImageImpl() argument
1375 : ControlImpl( context, peer, window ) in FixedImageImpl()
1377 , mxGraphic( peer, uno::UNO_QUERY ) in FixedImageImpl()
1460 PluginImpl( Context *context, const PeerHandle &peer, Window *window, :: Control *plugin ) in PluginImpl() argument
1461 : ControlImpl( context, peer, window ) in PluginImpl()
1491 LocalizedStringImpl( Context *context, const PeerHandle &peer, Window *window ) in LocalizedStringImpl() argument
1492 : WindowImpl( context, peer, window ) in LocalizedStringImpl()
1574 InPlugImpl (Context *context, const PeerHandle &peer, Window *window) in InPlugImpl() argument
1575 : WindowImpl (context, peer, window) in InPlugImpl()