Searched refs:pImplArr (Results 1 – 1 of 1) sorted by relevance
259 static SfxFilterMatcherArr_Impl* pImplArr = 0; variable280 if ( !pImplArr ) in SfxFilterMatcher()282 pImplArr = new SfxFilterMatcherArr_Impl; in SfxFilterMatcher()286 for ( sal_uInt16 n=0; n<pImplArr->Count(); n++ ) in SfxFilterMatcher()289 SfxFilterMatcher_Impl* pImp = pImplArr->GetObject(n); in SfxFilterMatcher()299 pImplArr->Insert( pImplArr->Count(), pImpl ); in SfxFilterMatcher()1170 if ( pImplArr && bUpdate ) in ReadFilters_Impl()1173 for ( sal_uInt16 n=0; n<pImplArr->Count(); n++ ) in ReadFilters_Impl()1174 pImplArr->GetObject(n)->Update(); in ReadFilters_Impl()
Completed in 11 milliseconds