Searched refs:pTablesIter (Results 1 – 1 of 1) sorted by relevance
460 const PropertyValue* pTablesIter = aWindowData.getConstArray(); in loadTableWindows() local461 const PropertyValue* pTablesEnd = pTablesIter + aWindowData.getLength(); in loadTableWindows()462 for ( ; pTablesIter != pTablesEnd; ++pTablesIter ) in loadTableWindows()464 ::comphelper::NamedValueCollection aSingleTableData( pTablesIter->Value ); in loadTableWindows()
Completed in 6 milliseconds