Searched refs:pAnyArr (Results 1 – 1 of 1) sorted by relevance
1118 uno::Any** pAnyArr; member in SwStyleProperties_Impl1144 pAnyArr = new uno::Any* [nArrLen]; in SwStyleProperties_Impl()1146 pAnyArr[i] = 0; in SwStyleProperties_Impl()1153 delete pAnyArr[i]; in ~SwStyleProperties_Impl()1154 delete[] pAnyArr; in ~SwStyleProperties_Impl()1168 delete pAnyArr[nPos]; in SetProperty()1188 delete pAnyArr[nPos]; in ClearProperty()1189 pAnyArr[ nPos ] = 0; in ClearProperty()1202 delete pAnyArr[i]; in ClearAllProperties()1203 pAnyArr[ i ] = 0; in ClearAllProperties()[all …]
Completed in 56 milliseconds