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()
337 Context *Window::getContext() in getContext()
682 ControlImpl::ControlImpl (Context *context, const PeerHandle &peer, Window *window) in ControlImpl()
772 DialogImpl( Context *context, PeerHandle const &peer, Window *window );
775 DialogImpl::DialogImpl( Context *context, const PeerHandle &peer, Window *window ) in DialogImpl()
782 : Context( xml_file ) in Dialog()
783 , Window( new DialogImpl( this, Context::GetPeerHandle( id, nId ), this ) ) in Dialog()
791 : Context( xml_file ) in Dialog()
792 , Window( new DialogImpl( this, Context::GetPeerHandle( id, nId ), this ) ) in Dialog()
1009 TabControlImpl (Context *context, const PeerHandle &peer, Window *window) in TabControlImpl()
1236 TabPageImpl( Context *context, const PeerHandle &peer, Window *window ) in TabPageImpl()
1249 : Context( xml_file ) in TabPage()
1250 , Window( new TabPageImpl( this, Context::GetPeerHandle( id, nId ), this ) ) in TabPage()
1257 : Context( xml_file ) in TabPage()
1258 , Window( new TabPageImpl( this, Context::GetPeerHandle( id, nId ), this ) ) in TabPage()
1282 FixedLineImpl( Context *context, const PeerHandle &peer, Window *window ) in FixedLineImpl()
1301 FixedTextImpl( Context *context, const PeerHandle &peer, Window *window ) in FixedTextImpl()
1341 FixedInfoImpl( Context *context, const PeerHandle &peer, Window *window ) in FixedInfoImpl()
1354 ProgressBarImpl( Context *context, const PeerHandle &peer, Window *window ) in ProgressBarImpl()
1373 FixedImageImpl( Context *context, const PeerHandle &peer, Window *window) in FixedImageImpl()
1460 PluginImpl( Context *context, const PeerHandle &peer, Window *window, :: Control *plugin ) in PluginImpl()
1478 Plugin::Plugin( Context *context, char const *id, ::Control *plugin ) in Plugin()
1491 LocalizedStringImpl( Context *context, const PeerHandle &peer, Window *window ) in LocalizedStringImpl()
1512 LocalizedString::LocalizedString( Context *context, char const* id ) in LocalizedString()
1574 InPlugImpl (Context *context, const PeerHandle &peer, Window *window) in InPlugImpl()
1589 : Context (FIXME_set_parent (parent ? parent->GetWindow () : 0, xml_file)) in InPlug()
1590 , layout::Window (new InPlugImpl (this, Context::GetPeerHandle (id, nId), this)) in InPlug()
1599 : Context (FIXME_set_parent (parent, xml_file)) in InPlug()
1600 , layout::Window (new InPlugImpl (this, Context::GetPeerHandle (id, nId), this)) in InPlug()