Searched refs:pAnyArr (Results 1 – 1 of 1) sorted by relevance
1106 uno::Any** pAnyArr; member in SwStyleProperties_Impl1132 pAnyArr = new uno::Any* [nArrLen]; in SwStyleProperties_Impl()1134 pAnyArr[i] = 0; in SwStyleProperties_Impl()1141 delete pAnyArr[i]; in ~SwStyleProperties_Impl()1142 delete[] pAnyArr; in ~SwStyleProperties_Impl()1156 delete pAnyArr[nPos]; in SetProperty()1157 pAnyArr[nPos] = new uno::Any ( aVal ); in SetProperty()1176 delete pAnyArr[nPos]; in ClearProperty()1177 pAnyArr[ nPos ] = 0; in ClearProperty()1190 delete pAnyArr[i]; in ClearAllProperties()[all …]