Searched refs:GetPeerHandle (Results 1 – 5 of 5) sorted by relevance
/aoo4110/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() 783 , Window( new DialogImpl( this, Context::GetPeerHandle( id, nId ), this ) ) in Dialog() 792 , Window( new DialogImpl( this, Context::GetPeerHandle( id, nId ), this ) ) in Dialog() 1250 , Window( new TabPageImpl( this, Context::GetPeerHandle( id, nId ), this ) ) in TabPage() 1258 , Window( new TabPageImpl( this, Context::GetPeerHandle( id, nId ), this ) ) in TabPage() 1479 : Control( new PluginImpl( context, context->GetPeerHandle( id, 0 ), this, plugin ) ) in Plugin() 1513 : Window( new LocalizedStringImpl( context, context->GetPeerHandle( id, 0 ), this ) ) in LocalizedString() 1590 , layout::Window (new InPlugImpl (this, Context::GetPeerHandle (id, nId), this)) in InPlug() 1600 , 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()
|
/aoo4110/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()
|
/aoo4110/main/toolkit/inc/layout/ |
H A D | layout.hxx | 88 PeerHandle GetPeerHandle( char const* id, sal_uInt32 nId = 0 ) const;
|
Completed in 64 milliseconds