Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/
H A Dwrtw8nds.cxx197 sw::Frames maFlyFrms; // #i2916# member in WW8SwAttrIter
278 maFlyFrms = GetFramesInNode(rWr.maFrames, rNd); in WW8SwAttrIter()
279 std::sort(maFlyFrms.begin(), maFlyFrms.end(), sortswflys()); in WW8SwAttrIter()
289 std::for_each(maFlyFrms.begin(), maFlyFrms.end(), in WW8SwAttrIter()
293 maFlyIter = maFlyFrms.begin(); in WW8SwAttrIter()
428 if (maFlyIter != maFlyFrms.end()) in SearchNext()
586 while ( maFlyIter != maFlyFrms.end() ) in OutFlys()