Home
last modified time | relevance | path

Searched defs:DELETEZ (Results 1 – 6 of 6) sorted by path

/trunk/main/sc/inc/
H A Dglobal.hxx290 #define DELETEZ(pPtr) { delete pPtr; pPtr = 0; } macro
/trunk/main/sfx2/source/inc/
H A Dsfxtypes.hxx47 #define DELETEZ(pPtr) ( delete pPtr, pPtr = 0 ) macro
/trunk/main/svl/source/inc/
H A Dpoolio.hxx28 #define DELETEZ(pPtr) { delete pPtr; pPtr = 0; } macro
/trunk/main/svx/source/tbxctrls/
H A Dtbcontrl.cxx99 #define DELETEZ(p) (delete (p), (p)=NULL) macro
/trunk/main/sw/source/filter/ww8/dump/
H A Dww8scan.hxx56 #define DELETEZ( p ) ( delete( p ), p = 0 ) macro
/trunk/main/tools/inc/tools/
H A Dsolar.h51 #define DELETEZ( p ) ( delete p,p = 0 ) macro

Completed in 52 milliseconds