Lines Matching refs:Context

116 Context::Context( const char *pPath )  in Context()  function in layout::Context
120 Context::~Context() in ~Context()
126 void Context::setToplevel( PeerHandle xToplevel ) in setToplevel()
131 PeerHandle Context::getToplevel() in getToplevel()
135 PeerHandle Context::getRoot() in getRoot()
140 PeerHandle Context::GetPeerHandle( const char *id, sal_uInt32 nId ) const in GetPeerHandle()
157 WindowImpl::WindowImpl (Context *context, const PeerHandle &peer, Window *window) in WindowImpl()
325 Context *Window::getContext() in getContext()
673 ControlImpl::ControlImpl (Context *context, const PeerHandle &peer, Window *window) in ControlImpl()
763 DialogImpl( Context *context, PeerHandle const &peer, Window *window );
766 DialogImpl::DialogImpl( Context *context, const PeerHandle &peer, Window *window ) in DialogImpl()
773 : Context( xml_file ) in Dialog()
774 , Window( new DialogImpl( this, Context::GetPeerHandle( id, nId ), this ) ) in Dialog()
782 : Context( xml_file ) in Dialog()
783 , Window( new DialogImpl( this, Context::GetPeerHandle( id, nId ), this ) ) in Dialog()
1000 TabControlImpl (Context *context, const PeerHandle &peer, Window *window) in TabControlImpl()
1227 TabPageImpl( Context *context, const PeerHandle &peer, Window *window ) in TabPageImpl()
1240 : Context( xml_file ) in TabPage()
1241 , Window( new TabPageImpl( this, Context::GetPeerHandle( id, nId ), this ) ) in TabPage()
1248 : Context( xml_file ) in TabPage()
1249 , Window( new TabPageImpl( this, Context::GetPeerHandle( id, nId ), this ) ) in TabPage()
1273 FixedLineImpl( Context *context, const PeerHandle &peer, Window *window ) in FixedLineImpl()
1292 FixedTextImpl( Context *context, const PeerHandle &peer, Window *window ) in FixedTextImpl()
1332 FixedInfoImpl( Context *context, const PeerHandle &peer, Window *window ) in FixedInfoImpl()
1345 ProgressBarImpl( Context *context, const PeerHandle &peer, Window *window ) in ProgressBarImpl()
1364 FixedImageImpl( Context *context, const PeerHandle &peer, Window *window) in FixedImageImpl()
1451 PluginImpl( Context *context, const PeerHandle &peer, Window *window, :: Control *plugin ) in PluginImpl()
1469 Plugin::Plugin( Context *context, char const *id, ::Control *plugin ) in Plugin()
1482 LocalizedStringImpl( Context *context, const PeerHandle &peer, Window *window ) in LocalizedStringImpl()
1503 LocalizedString::LocalizedString( Context *context, char const* id ) in LocalizedString()
1565 InPlugImpl (Context *context, const PeerHandle &peer, Window *window) in InPlugImpl()
1580 : Context (FIXME_set_parent (parent ? parent->GetWindow () : 0, xml_file)) in InPlug()
1581 , layout::Window (new InPlugImpl (this, Context::GetPeerHandle (id, nId), this)) in InPlug()
1590 : Context (FIXME_set_parent (parent, xml_file)) in InPlug()
1591 , layout::Window (new InPlugImpl (this, Context::GetPeerHandle (id, nId), this)) in InPlug()