Home
last modified time | relevance | path

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

/AOO42X/main/starmath/inc/
H A Ddialog.hxx196 class SmCategoryDesc : public Resource class
208 SmCategoryDesc(const ResId &rResId, sal_uInt16 nCategoryIdx);
209 ~SmCategoryDesc();
244 SmCategoryDesc *Categories[NOCATEGORIES];
/AOO42X/main/starmath/source/
H A Ddialog.cxx620 SmCategoryDesc::SmCategoryDesc(const ResId& rResId, sal_uInt16 nCategoryIdx) : in SmCategoryDesc() function in SmCategoryDesc
658 SmCategoryDesc::~SmCategoryDesc() in ~SmCategoryDesc()
785 SmCategoryDesc *pCat; in SetCategory()
891 Categories[i] = new SmCategoryDesc(SmResId(i + 1), i); in SmDistanceDialog()
925 SmCategoryDesc *pCat = Categories[i]; in ApplyImages()