Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/tool/
H A Dconsoli.cxx148 #define DELETEARR(ppArray,nCount) \ argument
151 if (ppArray) \
153 delete[] ppArray[i]; \
154 delete[] ppArray; \
155 ppArray = NULL; \
158 #define DELETESTR(ppArray,nCount) \ argument
161 if (ppArray) \
163 delete ppArray[i]; \
164 delete[] ppArray; \
165 ppArray = NULL; \

Completed in 20 milliseconds