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()
360 void Window::SetHelpId( const rtl::OString& id ) in SetHelpId() argument
362 GetWindow()->SetHelpId( id ); in SetHelpId()
775 Dialog::Dialog( Window *parent, const char *xml_file, const char *id, sal_uInt32 nId ) in Dialog() argument
777 , Window( new DialogImpl( this, Context::GetPeerHandle( id, nId ), this ) ) in Dialog()
784 Dialog::Dialog( ::Window *parent, const char *xml_file, const char *id, sal_uInt32 nId ) in Dialog() argument
786 , Window( new DialogImpl( this, Context::GetPeerHandle( id, nId ), this ) ) in Dialog()
839 Dialog (parent, xml_file, id)\
854 char const* xml_file, char const* id) in MessageBox() argument
864 char const* xml_file, char const* id)
878 char const* xml_file, char const* id)
891 char const* xml_file, char const* id)
962 char const* xml_file, char const* id)\
963 : MessageBox (parent, message, yes, no, help_id, xml_file, id)\
969 char const* xml_file, char const* id)\
970 : MessageBox (parent, message, yes, no, help_id, xml_file, id)\
976 char const* xml_file, char const* id)\
977 : MessageBox (parent, bits, message, yes, no, help_id, xml_file, id)\
983 char const* xml_file, char const* id)\
984 : MessageBox (parent, bits, message, yes, no, help_id, xml_file, id)\
1088 void TabControl::InsertPage (sal_uInt16 id, OUString const& title, sal_uInt16 pos) in InsertPage() argument
1095 SetCurPageId (id); in InsertPage()
1108 MX_TABCONTROL->setTabProps (id, seq); in InsertPage()
1110 GetTabPage (id)->SetText (title); in InsertPage()
1117 ::TabPage *page = GetTabPage (id); in InsertPage()
1132 void TabControl::RemovePage (sal_uInt16 id) in RemovePage() argument
1134 GetTabControl ()->RemovePage (id); in RemovePage()
1144 sal_uInt16 TabControl::GetPagePos (sal_uInt16 id) const in GetPagePos()
1147 return GetTabControl ()->GetPagePos (id); in GetPagePos()
1149 void TabControl::SetCurPageId (sal_uInt16 id) in SetCurPageId() argument
1152 GetTabControl ()->SetCurPageId (id); in SetCurPageId()
1158 void TabControl::SetTabPage (sal_uInt16 id, ::TabPage* page) in SetTabPage() argument
1160 GetTabControl ()->SetTabPage (id, page); in SetTabPage()
1178 ::TabPage* TabControl::GetTabPage (sal_uInt16 id) const in GetTabPage()
1180 return GetTabControl ()->GetTabPage (id); in GetTabPage()
1242 TabPage::TabPage( Window *parent, const char *xml_file, const char *id, sal_uInt32 nId) in TabPage() argument
1244 , Window( new TabPageImpl( this, Context::GetPeerHandle( id, nId ), this ) ) in TabPage()
1250 TabPage::TabPage( ::Window *parent, const char *xml_file, const char *id, sal_uInt32 nId) in TabPage() argument
1252 , Window( new TabPageImpl( this, Context::GetPeerHandle( id, nId ), this ) ) in TabPage()
1472 Plugin::Plugin( Context *context, char const *id, ::Control *plugin ) in Plugin() argument
1473 : Control( new PluginImpl( context, context->GetPeerHandle( id, 0 ), this, plugin ) ) in Plugin()
1506 LocalizedString::LocalizedString( Context *context, char const* id ) in LocalizedString() argument
1507 : Window( new LocalizedStringImpl( context, context->GetPeerHandle( id, 0 ), this ) ) in LocalizedString()
1582 InPlug::InPlug (Window *parent, char const* xml_file, char const* id, sal_uInt32 nId) in InPlug() argument
1584 , layout::Window (new InPlugImpl (this, Context::GetPeerHandle (id, nId), this)) in InPlug()
1592 InPlug::InPlug (::Window *parent, char const* xml_file, char const* id, sal_uInt32 nId) in InPlug() argument
1594 , layout::Window (new InPlugImpl (this, Context::GetPeerHandle (id, nId), this)) in InPlug()