Lines Matching refs:id

143 PeerHandle Context::GetPeerHandle( const char *id, sal_uInt32 nId ) const  in GetPeerHandle()  argument
146 xHandle = pImpl->getByName( OUString( id, strlen( id ), RTL_TEXTENCODING_UTF8 ) ); in GetPeerHandle()
149 DBG_ERROR1( "Failed to fetch widget '%s'", id ); in GetPeerHandle()
369 void Window::SetHelpId( const rtl::OString& id ) in SetHelpId() argument
371 GetWindow()->SetHelpId( id ); in SetHelpId()
781 Dialog::Dialog( Window *parent, const char *xml_file, const char *id, sal_uInt32 nId ) in Dialog() argument
783 , Window( new DialogImpl( this, Context::GetPeerHandle( id, nId ), this ) ) in Dialog()
790 Dialog::Dialog( ::Window *parent, const char *xml_file, const char *id, sal_uInt32 nId ) in Dialog() argument
792 , Window( new DialogImpl( this, Context::GetPeerHandle( id, nId ), this ) ) in Dialog()
845 Dialog (parent, xml_file, id)\
860 char const* xml_file, char const* id) in MessageBox() argument
870 char const* xml_file, char const* id)
884 char const* xml_file, char const* id)
897 char const* xml_file, char const* id)
968 char const* xml_file, char const* id)\
969 : MessageBox (parent, message, yes, no, help_id, xml_file, id)\
975 char const* xml_file, char const* id)\
976 : MessageBox (parent, message, yes, no, help_id, xml_file, id)\
982 char const* xml_file, char const* id)\
983 : MessageBox (parent, bits, message, yes, no, help_id, xml_file, id)\
989 char const* xml_file, char const* id)\
990 : MessageBox (parent, bits, message, yes, no, help_id, xml_file, id)\
1094 void TabControl::InsertPage (sal_uInt16 id, OUString const& title, sal_uInt16 pos) in InsertPage() argument
1101 SetCurPageId (id); in InsertPage()
1114 MX_TABCONTROL->setTabProps (id, seq); in InsertPage()
1116 GetTabPage (id)->SetText (title); in InsertPage()
1123 ::TabPage *page = GetTabPage (id); in InsertPage()
1138 void TabControl::RemovePage (sal_uInt16 id) in RemovePage() argument
1140 GetTabControl ()->RemovePage (id); in RemovePage()
1150 sal_uInt16 TabControl::GetPagePos (sal_uInt16 id) const in GetPagePos()
1153 return GetTabControl ()->GetPagePos (id); in GetPagePos()
1155 void TabControl::SetCurPageId (sal_uInt16 id) in SetCurPageId() argument
1158 GetTabControl ()->SetCurPageId (id); in SetCurPageId()
1164 void TabControl::SetTabPage (sal_uInt16 id, ::TabPage* page) in SetTabPage() argument
1166 GetTabControl ()->SetTabPage (id, page); in SetTabPage()
1184 ::TabPage* TabControl::GetTabPage (sal_uInt16 id) const in GetTabPage()
1186 return GetTabControl ()->GetTabPage (id); in GetTabPage()
1248 TabPage::TabPage( Window *parent, const char *xml_file, const char *id, sal_uInt32 nId) in TabPage() argument
1250 , Window( new TabPageImpl( this, Context::GetPeerHandle( id, nId ), this ) ) in TabPage()
1256 TabPage::TabPage( ::Window *parent, const char *xml_file, const char *id, sal_uInt32 nId) in TabPage() argument
1258 , Window( new TabPageImpl( this, Context::GetPeerHandle( id, nId ), this ) ) in TabPage()
1478 Plugin::Plugin( Context *context, char const *id, ::Control *plugin ) in Plugin() argument
1479 : Control( new PluginImpl( context, context->GetPeerHandle( id, 0 ), this, plugin ) ) in Plugin()
1512 LocalizedString::LocalizedString( Context *context, char const* id ) in LocalizedString() argument
1513 : Window( new LocalizedStringImpl( context, context->GetPeerHandle( id, 0 ), this ) ) in LocalizedString()
1588 InPlug::InPlug (Window *parent, char const* xml_file, char const* id, sal_uInt32 nId) in InPlug() argument
1590 , layout::Window (new InPlugImpl (this, Context::GetPeerHandle (id, nId), this)) in InPlug()
1598 InPlug::InPlug (::Window *parent, char const* xml_file, char const* id, sal_uInt32 nId) in InPlug() argument
1600 , layout::Window (new InPlugImpl (this, Context::GetPeerHandle (id, nId), this)) in InPlug()