Lines Matching refs:pCat
828 SmCategoryDesc *pCat; in SetCategory() local
834 pCat = Categories[nActiveCategory]; in SetCategory()
835 pCat->SetValue(0, (sal_uInt16) aMetricField1.GetValue()); in SetCategory()
836 pCat->SetValue(1, (sal_uInt16) aMetricField2.GetValue()); in SetCategory()
837 pCat->SetValue(2, (sal_uInt16) aMetricField3.GetValue()); in SetCategory()
838 pCat->SetValue(3, (sal_uInt16) aMetricField4.GetValue()); in SetCategory()
881 pCat = Categories[nCategory]; in SetCategory()
882 pFT->SetText(*pCat->GetString(i)); in SetCategory()
884 pMF->SetMin(pCat->GetMinimum(i)); in SetCategory()
885 pMF->SetMax(pCat->GetMaximum(i)); in SetCategory()
886 pMF->SetValue(pCat->GetValue(i)); in SetCategory()
970 SmCategoryDesc *pCat = Categories[i]; in ApplyImages() local
971 if (pCat) in ApplyImages()
972 pCat->SetHighContrast( bHighContrast ); in ApplyImages()