Searched refs:itrTab (Results 1 – 1 of 1) sorted by relevance
917 … for (vector<TableTypeRef>::const_iterator itrTab = rTables.begin(), itrTabEnd = rTables.end(); in getAllNumberFormats() local918 itrTab != itrTabEnd; ++itrTab) in getAllNumberFormats()920 TableTypeRef pTab = *itrTab; in getAllNumberFormats()940 for (::std::vector<TableTypeRef>::iterator itrTab = pDocItem->maTables.begin(); in setCacheDocReferenced()941 itrTab != pDocItem->maTables.end(); ++itrTab) in setCacheDocReferenced()943 if ((*itrTab).get()) in setCacheDocReferenced()944 (*itrTab)->setReferenced( true); in setCacheDocReferenced()1009 for (::std::vector<TableTypeRef>::iterator itrTab = rDocItem.maTables.begin(); in setAllCacheTableReferencedStati()1010 itrTab != rDocItem.maTables.end(); ++itrTab) in setAllCacheTableReferencedStati()1012 if ((*itrTab).get()) in setAllCacheTableReferencedStati()[all …]
Completed in 20 milliseconds