Searched refs:IconChoicePage (Results 1 – 14 of 14) sorted by relevance
| /AOO41X/main/cui/source/dialogs/ |
| H A D | iconcdlg.cxx | 88 IconChoicePage::IconChoicePage( Window *pParent, const ResId &rResId, in IconChoicePage() function in IconChoicePage 101 IconChoicePage::~IconChoicePage() in ~IconChoicePage() 111 void IconChoicePage::ActivatePage( const SfxItemSet& ) in ActivatePage() 117 int IconChoicePage::DeactivatePage( SfxItemSet* ) in DeactivatePage() 128 void IconChoicePage::FillUserData() in FillUserData() 134 sal_Bool IconChoicePage::IsReadOnly() const in IsReadOnly() 141 sal_Bool IconChoicePage::QueryClose() in QueryClose() 152 void IconChoicePage::ImplInitSettings() in ImplInitSettings() 177 void IconChoicePage::StateChanged( StateChangedType nType ) in StateChanged() 190 void IconChoicePage::DataChanged( const DataChangedEvent& rDCEvt ) in DataChanged() [all …]
|
| H A D | hlmailtp.cxx | 190 IconChoicePage* SvxHyperlinkMailTp::Create( Window* pWindow, const SfxItemSet& rItemSet ) in Create()
|
| H A D | hldoctp.cxx | 184 IconChoicePage* SvxHyperlinkDocTp::Create( Window* pWindow, const SfxItemSet& rItemSet ) in Create()
|
| H A D | cuihyperdlg.cxx | 400 void SvxHpLinkDlg::PageCreated( sal_uInt16 /*nId*/, IconChoicePage& rPage ) in PageCreated()
|
| H A D | hldocntp.cxx | 259 IconChoicePage* SvxHyperlinkNewDocTp::Create( Window* pWindow, const SfxItemSet& rItemSet ) in Create()
|
| H A D | hlinettp.cxx | 238 IconChoicePage* SvxHyperlinkInternetTp::Create( Window* pWindow, const SfxItemSet& rItemSet ) in Create()
|
| H A D | hltpbase.cxx | 280 : IconChoicePage ( pParent, rResId, rItemSet ), in SvxHyperlinkTabPageBase()
|
| /AOO41X/main/cui/source/inc/ |
| H A D | iconcdlg.hxx | 47 class IconChoicePage; 50 typedef IconChoicePage* (*CreatePage)(Window *pParent, const SfxItemSet &rAttrSet); 70 IconChoicePage* pPage; // die TabPage selber 91 class IconChoicePage : public TabPage class 111 IconChoicePage( Window *pParent, const ResId &, const SfxItemSet &rAttrSet ); 117 virtual ~IconChoicePage(); 158 friend class IconChoicePage; 204 virtual void PageCreated( sal_uInt16 nId, IconChoicePage& rPage ); 207 inline IconChoicePage* GetTabPage( sal_uInt16 nPageId ) in GetTabPage()
|
| H A D | hlmailtp.hxx | 67 static IconChoicePage* Create( Window* pWindow, const SfxItemSet& rItemSet );
|
| H A D | hldocntp.hxx | 63 static IconChoicePage* Create( Window* pWindow, const SfxItemSet& rItemSet );
|
| H A D | hldoctp.hxx | 81 static IconChoicePage* Create( Window* pWindow, const SfxItemSet& rItemSet );
|
| H A D | cuihyperdlg.hxx | 98 virtual void PageCreated( sal_uInt16 nId, IconChoicePage& rPage );
|
| H A D | hlinettp.hxx | 94 static IconChoicePage* Create( Window* pWindow, const SfxItemSet& rItemSet );
|
| H A D | hltpbase.hxx | 104 class SvxHyperlinkTabPageBase : public IconChoicePage
|