Lines Matching refs:OfaQuoteTabPage

131 	AddTabPage(RID_OFAPAGE_AUTOCORR_QUOTE, 	 OfaQuoteTabPage::Create, 0);  in OfaAutoCorrDlg()
1992 SvLBoxEntry* OfaQuoteTabPage::CreateEntry(String& rTxt, sal_uInt16 nCol) in CreateEntry()
2020 OfaQuoteTabPage::OfaQuoteTabPage( Window* pParent, const SfxItemSet& rSet ) : in OfaQuoteTabPage() function in OfaQuoteTabPage
2096 aStartQuotePB.SetClickHdl(LINK(this, OfaQuoteTabPage, QuoteHdl)); in OfaQuoteTabPage()
2097 aEndQuotePB.SetClickHdl(LINK(this, OfaQuoteTabPage, QuoteHdl)); in OfaQuoteTabPage()
2098 aSglStartQuotePB.SetClickHdl(LINK(this, OfaQuoteTabPage, QuoteHdl)); in OfaQuoteTabPage()
2099 aSglEndQuotePB.SetClickHdl(LINK(this, OfaQuoteTabPage, QuoteHdl)); in OfaQuoteTabPage()
2100 aDblStandardPB.SetClickHdl(LINK(this, OfaQuoteTabPage, StdQuoteHdl)); in OfaQuoteTabPage()
2101 aSglStandardPB.SetClickHdl(LINK(this, OfaQuoteTabPage, StdQuoteHdl)); in OfaQuoteTabPage()
2125 OfaQuoteTabPage::~OfaQuoteTabPage() in ~OfaQuoteTabPage()
2132 SfxTabPage* OfaQuoteTabPage::Create( Window* pParent, in Create()
2135 return new OfaQuoteTabPage(pParent, rAttrSet); in Create()
2140 sal_Bool OfaQuoteTabPage::FillItemSet( SfxItemSet& ) in FillItemSet()
2210 void OfaQuoteTabPage::ActivatePage( const SfxItemSet& ) in ActivatePage()
2217 void OfaQuoteTabPage::Reset( const SfxItemSet& ) in Reset()
2284 IMPL_LINK( OfaQuoteTabPage, QuoteHdl, PushButton*, pBtn ) in IMPL_LINK() argument
2363 IMPL_LINK( OfaQuoteTabPage, StdQuoteHdl, PushButton*, pBtn ) in IMPL_LINK() argument
2385 String OfaQuoteTabPage::ChangeStringExt_Impl( sal_UCS4 cChar ) in ChangeStringExt_Impl()