Searched refs:pWasUsed (Results 1 – 1 of 1) sorted by relevance
214 sal_Int32* pWasUsed = rWasUsed.getArray(); in GetWasUsed() local215 if (pWasUsed) in GetWasUsed()220 *pWasUsed = *aItr; in GetWasUsed()222 pWasUsed++; in GetWasUsed()231 const sal_Int32* pWasUsed = rWasUsed.getConstArray(); in SetWasUsed() local232 for (sal_uInt16 i = 0; i < nCount; i++, pWasUsed++) in SetWasUsed()234 std::pair<SvXMLuInt32Set::iterator, bool> aPair = aWasUsed.insert( *pWasUsed ); in SetWasUsed()
Completed in 16 milliseconds