Home
last modified time | relevance | path

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

/trunk/main/svtools/source/control/
H A Dctrltool.cxx349 mpSizeAry = NULL; in FontList()
382 if ( mpSizeAry ) in ~FontList()
383 delete[] mpSizeAry; in ~FontList()
802 if ( mpSizeAry ) in GetSizeAry()
804 delete[] ((FontList*)this)->mpSizeAry; in GetSizeAry()
805 ((FontList*)this)->mpSizeAry = NULL; in GetSizeAry()
831 ((FontList*)this)->mpSizeAry = new long[nDevSizeCount+1]; in GetSizeAry()
838 ((FontList*)this)->mpSizeAry[nRealCount] = nOldHeight; in GetSizeAry()
842 ((FontList*)this)->mpSizeAry[nRealCount] = 0; in GetSizeAry()
845 return mpSizeAry; in GetSizeAry()
/trunk/main/svtools/inc/svtools/
H A Dctrltool.hxx169 long* mpSizeAry; member in FontList

Completed in 41 milliseconds