Home
last modified time | relevance | path

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

/aoo4110/main/xmloff/source/style/
H A Dxmlnumfe.cxx214 sal_Int32* pWasUsed = rWasUsed.getArray(); in GetWasUsed() local
215 if (pWasUsed) in GetWasUsed()
220 *pWasUsed = *aItr; in GetWasUsed()
222 pWasUsed++; in GetWasUsed()
231 const sal_Int32* pWasUsed = rWasUsed.getConstArray(); in SetWasUsed() local
232 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 19 milliseconds