Searched refs:OfaHtmlTabPage (Results 1 – 3 of 3) sorted by relevance
/trunk/main/cui/source/options/ |
H A D | opthtml.cxx | 57 OfaHtmlTabPage::OfaHtmlTabPage(Window* pParent, const SfxItemSet& rSet) : in OfaHtmlTabPage() function in OfaHtmlTabPage 105 aExportLB.SetSelectHdl(LINK(this, OfaHtmlTabPage, ExportHdl_Impl)); in OfaHtmlTabPage() 106 aStarBasicCB.SetClickHdl(LINK(this, OfaHtmlTabPage, CheckBoxHdl_Impl)); in OfaHtmlTabPage() 116 OfaHtmlTabPage::~OfaHtmlTabPage() in ~OfaHtmlTabPage() 124 SfxTabPage* OfaHtmlTabPage::Create( Window* pParent, in Create() 127 return new OfaHtmlTabPage(pParent, rAttrSet); in Create() 134 sal_Bool OfaHtmlTabPage::FillItemSet( SfxItemSet& ) in FillItemSet() 186 void OfaHtmlTabPage::Reset( const SfxItemSet& ) in Reset() 241 IMPL_LINK(OfaHtmlTabPage, ExportHdl_Impl, ListBox*, pBox) in IMPL_LINK() argument 259 IMPL_LINK(OfaHtmlTabPage, CheckBoxHdl_Impl, CheckBox*, pBox) in IMPL_LINK() argument
|
H A D | opthtml.hxx | 34 class OfaHtmlTabPage : public SfxTabPage class 69 OfaHtmlTabPage(Window* pParent, const SfxItemSet& rSet); 70 virtual ~OfaHtmlTabPage();
|
H A D | treeopt.cxx | 357 case RID_OFAPAGE_HTMLOPT: fnCreate = &OfaHtmlTabPage::Create; break; in CreateGeneralTabPage()
|
Completed in 28 milliseconds