Home
last modified time | relevance | path

Searched refs:maFkpCache (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/source/filter/ww8/dump/
H A Dww8scan.cxx2695 std::find_if(maFkpCache.begin(), maFkpCache.end(), SamePos(nPo)); in NewFkp()
2696 if (aIter != maFkpCache.end()) in NewFkp()
2704 maFkpCache.push_back(pFkp); in NewFkp()
2706 if (maFkpCache.size() > eMaxCache) in NewFkp()
2708 delete maFkpCache.front(); in NewFkp()
2709 maFkpCache.pop_front(); in NewFkp()
2739 myiter aEnd = maFkpCache.end(); in ~WW8PLCFx_Fc_FKP()
2740 for (myiter aIter = maFkpCache.begin(); aIter != aEnd; ++aIter) in ~WW8PLCFx_Fc_FKP()
/trunk/main/sw/source/filter/ww8/
H A Dww8scan.cxx3024 std::find_if(maFkpCache.begin(), maFkpCache.end(), SamePos(nPo)); in NewFkp()
3025 if (aIter != maFkpCache.end()) in NewFkp()
3033 maFkpCache.push_back(pFkp); in NewFkp()
3035 if (maFkpCache.size() > eMaxCache) in NewFkp()
3037 delete maFkpCache.front(); in NewFkp()
3038 maFkpCache.pop_front(); in NewFkp()
3068 myiter aEnd = maFkpCache.end(); in ~WW8PLCFx_Fc_FKP()
3069 for (myiter aIter = maFkpCache.begin(); aIter != aEnd; ++aIter) in ~WW8PLCFx_Fc_FKP()
H A Dww8scan.hxx564 std::list<WW8Fkp*> maFkpCache; member in WW8PLCFx_Fc_FKP