Lines Matching refs:id
140 PeerHandle Context::GetPeerHandle( const char *id, sal_uInt32 nId ) const in GetPeerHandle() argument
143 xHandle = pImpl->getByName( OUString( id, strlen( id ), RTL_TEXTENCODING_UTF8 ) ); in GetPeerHandle()
146 DBG_ERROR1( "Failed to fetch widget '%s'", id ); in GetPeerHandle()
357 void Window::SetHelpId( const rtl::OString& id ) in SetHelpId() argument
359 GetWindow()->SetHelpId( id ); in SetHelpId()
772 Dialog::Dialog( Window *parent, const char *xml_file, const char *id, sal_uInt32 nId ) in Dialog() argument
774 , Window( new DialogImpl( this, Context::GetPeerHandle( id, nId ), this ) ) in Dialog()
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()
836 Dialog (parent, xml_file, id)\
851 char const* xml_file, char const* id) in MessageBox() argument
861 char const* xml_file, char const* id)
875 char const* xml_file, char const* id)
888 char const* xml_file, char const* id)
959 char const* xml_file, char const* id)\
960 : MessageBox (parent, message, yes, no, help_id, xml_file, id)\
966 char const* xml_file, char const* id)\
967 : MessageBox (parent, message, yes, no, help_id, xml_file, id)\
973 char const* xml_file, char const* id)\
974 : MessageBox (parent, bits, message, yes, no, help_id, xml_file, id)\
980 char const* xml_file, char const* id)\
981 : MessageBox (parent, bits, message, yes, no, help_id, xml_file, id)\
1085 void TabControl::InsertPage (sal_uInt16 id, OUString const& title, sal_uInt16 pos) in InsertPage() argument
1092 SetCurPageId (id); in InsertPage()
1105 MX_TABCONTROL->setTabProps (id, seq); in InsertPage()
1107 GetTabPage (id)->SetText (title); in InsertPage()
1114 ::TabPage *page = GetTabPage (id); in InsertPage()
1129 void TabControl::RemovePage (sal_uInt16 id) in RemovePage() argument
1131 GetTabControl ()->RemovePage (id); in RemovePage()
1141 sal_uInt16 TabControl::GetPagePos (sal_uInt16 id) const in GetPagePos()
1144 return GetTabControl ()->GetPagePos (id); in GetPagePos()
1146 void TabControl::SetCurPageId (sal_uInt16 id) in SetCurPageId() argument
1149 GetTabControl ()->SetCurPageId (id); in SetCurPageId()
1155 void TabControl::SetTabPage (sal_uInt16 id, ::TabPage* page) in SetTabPage() argument
1157 GetTabControl ()->SetTabPage (id, page); in SetTabPage()
1175 ::TabPage* TabControl::GetTabPage (sal_uInt16 id) const in GetTabPage()
1177 return GetTabControl ()->GetTabPage (id); in GetTabPage()
1239 TabPage::TabPage( Window *parent, const char *xml_file, const char *id, sal_uInt32 nId) in TabPage() argument
1241 , Window( new TabPageImpl( this, Context::GetPeerHandle( id, nId ), this ) ) in TabPage()
1247 TabPage::TabPage( ::Window *parent, const char *xml_file, const char *id, sal_uInt32 nId) in TabPage() argument
1249 , Window( new TabPageImpl( this, Context::GetPeerHandle( id, nId ), this ) ) in TabPage()
1469 Plugin::Plugin( Context *context, char const *id, ::Control *plugin ) in Plugin() argument
1470 : Control( new PluginImpl( context, context->GetPeerHandle( id, 0 ), this, plugin ) ) in Plugin()
1503 LocalizedString::LocalizedString( Context *context, char const* id ) in LocalizedString() argument
1504 : Window( new LocalizedStringImpl( context, context->GetPeerHandle( id, 0 ), this ) ) in LocalizedString()
1579 InPlug::InPlug (Window *parent, char const* xml_file, char const* id, sal_uInt32 nId) in InPlug() argument
1581 , layout::Window (new InPlugImpl (this, Context::GetPeerHandle (id, nId), this)) in InPlug()
1589 InPlug::InPlug (::Window *parent, char const* xml_file, char const* id, sal_uInt32 nId) in InPlug() argument
1591 , layout::Window (new InPlugImpl (this, Context::GetPeerHandle (id, nId), this)) in InPlug()