Searched refs:pFilterArr (Results 1 – 1 of 1) sorted by relevance
130 static SfxFilterList_Impl* pFilterArr = 0; variable135 pFilterArr = new SfxFilterList_Impl; in CreateFilterArr()240 sal_uInt16 nCount = ( sal_uInt16 ) pFilterArr->Count(); in GetDefaultFilter_Impl()243 const SfxFilter* pCheckFilter = pFilterArr->GetObject( n ); in GetDefaultFilter_Impl()322 for ( sal_uInt16 n=0; n<pFilterArr->Count(); n++ ) in Update()324 SfxFilter* pFilter = pFilterArr->GetObject(n); in Update()349 ((SfxFilterMatcher_Impl*)this)->pList = pFilterArr; in InitForIterating()795 if ( !pFilterArr ) in GetFilter4FilterName()799 for( sal_uInt16 n=0; n<pFilterArr->Count(); n++ ) in GetFilter4FilterName()801 const SfxFilter* pFilter = pFilterArr->GetObject( n ); in GetFilter4FilterName()[all …]