Lines Matching refs:Context
119 Context::Context( const char *pPath ) in Context() function in layout::Context
123 Context::~Context() in ~Context()
129 void Context::setToplevel( PeerHandle xToplevel ) in setToplevel()
134 PeerHandle Context::getToplevel() in getToplevel()
138 PeerHandle Context::getRoot() in getRoot()
143 PeerHandle Context::GetPeerHandle( const char *id, sal_uInt32 nId ) const in GetPeerHandle()
160 WindowImpl::WindowImpl (Context *context, const PeerHandle &peer, Window *window) in WindowImpl()
328 Context *Window::getContext() in getContext()
676 ControlImpl::ControlImpl (Context *context, const PeerHandle &peer, Window *window) in ControlImpl()
766 DialogImpl( Context *context, PeerHandle const &peer, Window *window );
769 DialogImpl::DialogImpl( Context *context, const PeerHandle &peer, Window *window ) in DialogImpl()
776 : Context( xml_file ) in Dialog()
777 , Window( new DialogImpl( this, Context::GetPeerHandle( id, nId ), this ) ) in Dialog()
785 : Context( xml_file ) in Dialog()
786 , Window( new DialogImpl( this, Context::GetPeerHandle( id, nId ), this ) ) in Dialog()
1003 TabControlImpl (Context *context, const PeerHandle &peer, Window *window) in TabControlImpl()
1230 TabPageImpl( Context *context, const PeerHandle &peer, Window *window ) in TabPageImpl()
1243 : Context( xml_file ) in TabPage()
1244 , Window( new TabPageImpl( this, Context::GetPeerHandle( id, nId ), this ) ) in TabPage()
1251 : Context( xml_file ) in TabPage()
1252 , Window( new TabPageImpl( this, Context::GetPeerHandle( id, nId ), this ) ) in TabPage()
1276 FixedLineImpl( Context *context, const PeerHandle &peer, Window *window ) in FixedLineImpl()
1295 FixedTextImpl( Context *context, const PeerHandle &peer, Window *window ) in FixedTextImpl()
1335 FixedInfoImpl( Context *context, const PeerHandle &peer, Window *window ) in FixedInfoImpl()
1348 ProgressBarImpl( Context *context, const PeerHandle &peer, Window *window ) in ProgressBarImpl()
1367 FixedImageImpl( Context *context, const PeerHandle &peer, Window *window) in FixedImageImpl()
1454 PluginImpl( Context *context, const PeerHandle &peer, Window *window, :: Control *plugin ) in PluginImpl()
1472 Plugin::Plugin( Context *context, char const *id, ::Control *plugin ) in Plugin()
1485 LocalizedStringImpl( Context *context, const PeerHandle &peer, Window *window ) in LocalizedStringImpl()
1506 LocalizedString::LocalizedString( Context *context, char const* id ) in LocalizedString()
1568 InPlugImpl (Context *context, const PeerHandle &peer, Window *window) in InPlugImpl()
1583 : Context (FIXME_set_parent (parent ? parent->GetWindow () : 0, xml_file)) in InPlug()
1584 , layout::Window (new InPlugImpl (this, Context::GetPeerHandle (id, nId), this)) in InPlug()
1593 : Context (FIXME_set_parent (parent, xml_file)) in InPlug()
1594 , layout::Window (new InPlugImpl (this, Context::GetPeerHandle (id, nId), this)) in InPlug()