Searched refs:GetPeerHandle (Results 1 – 5 of 5) sorted by relevance
/trunk/main/toolkit/source/layout/vcl/ |
H A D | wrapper.cxx | 143 PeerHandle Context::GetPeerHandle( const char *id, sal_uInt32 nId ) const in GetPeerHandle() function in layout::Context 155 xHandle = GetPeerHandle( aStr.getStr(), 0 ); in GetPeerHandle() 777 , Window( new DialogImpl( this, Context::GetPeerHandle( id, nId ), this ) ) in Dialog() 786 , Window( new DialogImpl( this, Context::GetPeerHandle( id, nId ), this ) ) in Dialog() 1244 , Window( new TabPageImpl( this, Context::GetPeerHandle( id, nId ), this ) ) in TabPage() 1252 , Window( new TabPageImpl( this, Context::GetPeerHandle( id, nId ), this ) ) in TabPage() 1473 : Control( new PluginImpl( context, context->GetPeerHandle( id, 0 ), this, plugin ) ) in Plugin() 1507 : Window( new LocalizedStringImpl( context, context->GetPeerHandle( id, 0 ), this ) ) in LocalizedString() 1584 , layout::Window (new InPlugImpl (this, Context::GetPeerHandle (id, nId), this)) in InPlug() 1594 , layout::Window (new InPlugImpl (this, Context::GetPeerHandle (id, nId), this)) in InPlug()
|
H A D | wrapper.hxx | 97 : par( new t##Impl( context, context->GetPeerHandle( pId, nId ), this ) ) \ 122 : win_par( new t##Impl( context, context->GetPeerHandle( pId, nId ), this ) ) \
|
H A D | wcontainer.cxx | 38 : mxContainer( context->GetPeerHandle( pId ), uno::UNO_QUERY ) in Container()
|
/trunk/main/toolkit/workben/layout/ |
H A D | editor.cxx | 1506 layout::PeerHandle handle = dialog->GetPeerHandle( "preview-box" ); in LayoutTree() 1714 , mxToplevel( dialog->GetPeerHandle( "dialog" ), uno::UNO_QUERY ) in EditorImpl()
|
/trunk/main/toolkit/inc/layout/ |
H A D | layout.hxx | 88 PeerHandle GetPeerHandle( char const* id, sal_uInt32 nId = 0 ) const;
|
Completed in 74 milliseconds