Lines Matching refs:it

198                 framebound_map_t::const_iterator it = m_vFrameBoundsOf.find(rParentFrame);  in GetFrameBoundContents()  local
199 if(it == m_vFrameBoundsOf.end()) in GetFrameBoundContents()
201 return &(it->second); in GetFrameBoundContents()
1409 for(TextContentSet::const_iterator_t it = pTexts->getBegin(); in exportPageFrames() local
1410 it != pTexts->getEnd(); in exportPageFrames()
1411 ++it) in exportPageFrames()
1412 exportTextFrame(*it, bAutoStyles, bIsProgress, sal_True); in exportPageFrames()
1413 for(TextContentSet::const_iterator_t it = pGraphics->getBegin(); in exportPageFrames() local
1414 it != pGraphics->getEnd(); in exportPageFrames()
1415 ++it) in exportPageFrames()
1416 exportTextGraphic(*it, bAutoStyles); in exportPageFrames()
1417 for(TextContentSet::const_iterator_t it = pEmbeddeds->getBegin(); in exportPageFrames() local
1418 it != pEmbeddeds->getEnd(); in exportPageFrames()
1419 ++it) in exportPageFrames()
1420 exportTextEmbedded(*it, bAutoStyles); in exportPageFrames()
1421 for(TextContentSet::const_iterator_t it = pShapes->getBegin(); in exportPageFrames() local
1422 it != pShapes->getEnd(); in exportPageFrames()
1423 ++it) in exportPageFrames()
1424 exportShape(*it, bAutoStyles); in exportPageFrames()
1434 for(TextContentSet::const_iterator_t it = pTexts->getBegin(); in exportFrameFrames() local
1435 it != pTexts->getEnd(); in exportFrameFrames()
1436 ++it) in exportFrameFrames()
1437 exportTextFrame(*it, bAutoStyles, bIsProgress, sal_True); in exportFrameFrames()
1440 for(TextContentSet::const_iterator_t it = pGraphics->getBegin(); in exportFrameFrames() local
1441 it != pGraphics->getEnd(); in exportFrameFrames()
1442 ++it) in exportFrameFrames()
1443 exportTextGraphic(*it, bAutoStyles); in exportFrameFrames()
1446 for(TextContentSet::const_iterator_t it = pEmbeddeds->getBegin(); in exportFrameFrames() local
1447 it != pEmbeddeds->getEnd(); in exportFrameFrames()
1448 ++it) in exportFrameFrames()
1449 exportTextEmbedded(*it, bAutoStyles); in exportFrameFrames()
1452 for(TextContentSet::const_iterator_t it = pShapes->getBegin(); in exportFrameFrames() local
1453 it != pShapes->getEnd(); in exportFrameFrames()
1454 ++it) in exportFrameFrames()
1455 exportShape(*it, bAutoStyles); in exportFrameFrames()