Searched refs:IconChoicePage (Results 1 – 14 of 14) sorted by relevance
/trunk/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() 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() 827 int nRet = IconChoicePage::LEAVE_PAGE; in DeActivatePageImpl() 831 IconChoicePage * pPage = pData->pPage; in DeActivatePageImpl() 843 if ( ( IconChoicePage::LEAVE_PAGE & nRet ) == IconChoicePage::LEAVE_PAGE && in DeActivatePageImpl() 1148 if ( ( IconChoicePage::LEAVE_PAGE & nRet ) == IconChoicePage::LEAVE_PAGE in OK_Impl() [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()
|
/trunk/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 | hldocntp.hxx | 63 static IconChoicePage* Create( Window* pWindow, const SfxItemSet& rItemSet );
|
H A D | hlmailtp.hxx | 67 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 | hldoctp.hxx | 81 static IconChoicePage* Create( Window* pWindow, const SfxItemSet& rItemSet );
|
H A D | hlinettp.hxx | 94 static IconChoicePage* Create( Window* pWindow, const SfxItemSet& rItemSet );
|
H A D | hltpbase.hxx | 104 class SvxHyperlinkTabPageBase : public IconChoicePage
|
Completed in 46 milliseconds