Lines Matching refs:pSearchList
358 pSearchList ( NULL ), \
414 delete pSearchList; in ~SvxSearchDialog()
1056 if ( !pSearchList ) in Init_Impl()
1165 ( ( pSearchList && pSearchList->Count() ) || in Init_Impl()
1239 if ( !pSearchList ) in Init_Impl()
1282 delete pSearchList; in InitAttrList_Impl()
1283 pSearchList = new SearchAttrItemList; in InitAttrList_Impl()
1287 pSearchList->Put( *pSSet ); in InitAttrList_Impl()
1518 if ( pSearchList ) in IMPL_LINK()
1519 pSearchList->Clear(); in IMPL_LINK()
1965 ( !pSearchList || !pSearchList->Count() ) ); in EnableControls_Impl()
2036 && pSearchList ) in EnableControl_Impl()
2069 ( !pSearchList || !pSearchList->Count() ) ); in SetItem_Impl()
2174 pSearchList->Get( aSet ); in IMPL_LINK()
2199 SearchAttrItemList* pList = bSearch ? pSearchList : pReplaceList; in IMPL_LINK()
2238 pSearchList->Clear(); in IMPL_LINK()
2259 if ( !pSearchList || !pImpl->pRanges ) in IMPL_LINK()
2266 …g = pFact->CreateSvxSearchAttributeDialog( LAYOUT_THIS_WINDOW (this), *pSearchList, pImpl->pRanges… in IMPL_LINK()
2307 if ( nLen && pSearchList ) in GetSearchItems()
2308 pSearchList->Get( rSet ); in GetSearchItems()
2341 SearchAttrItemList* pList = bSrchFlag ? pSearchList : pReplaceList; in BuildAttrText_Impl()