Searched refs:pFilterTP (Results 1 – 2 of 2) sorted by relevance
130 SvxTPFilter* pFilterTP = pImplDlg->GetChgCtrl()->GetFilterPage(); in AcceptAll() local132 if (pFilterTP->IsDate() || pFilterTP->IsAuthor() || in AcceptAll()133 pFilterTP->IsRange() || pFilterTP->IsAction()) in AcceptAll()135 pFilterTP->CheckDate(sal_False); // Alle Filter abschalten in AcceptAll()136 pFilterTP->CheckAuthor(sal_False); in AcceptAll()137 pFilterTP->CheckRange(sal_False); in AcceptAll()138 pFilterTP->CheckAction(sal_False); in AcceptAll()
1062 SvxTPFilter *pFilterTP = aTabPagesCTRL.GetFilterPage(); in IMPL_LINK() local1064 if (pFilterTP->IsAction()) in IMPL_LINK()1065 sFilterAction = pFilterTP->GetLbAction()->GetSelectEntry(); in IMPL_LINK()
Completed in 23 milliseconds