Searched refs:pAnyArr (Results 1 – 1 of 1) sorted by relevance
1150 uno::Any** pAnyArr; member in SwStyleProperties_Impl1176 pAnyArr = new uno::Any* [nArrLen]; in SwStyleProperties_Impl()1178 pAnyArr[i] = 0; in SwStyleProperties_Impl()1185 delete pAnyArr[i]; in ~SwStyleProperties_Impl()1186 delete[] pAnyArr; in ~SwStyleProperties_Impl()1200 delete pAnyArr[nPos]; in SetProperty()1220 delete pAnyArr[nPos]; in ClearProperty()1221 pAnyArr[ nPos ] = 0; in ClearProperty()1234 delete pAnyArr[i]; in ClearAllProperties()1235 pAnyArr[ i ] = 0; in ClearAllProperties()[all …]
Completed in 23 milliseconds