Lines Matching refs:nCategoryRID
48 static sal_uInt16 GetImageListRID( sal_uInt16 nCategoryRID, sal_Bool bHighContrast ) in GetImageListRID() argument
51 switch (nCategoryRID) in GetImageListRID()
71 static sal_Int16 GetToolBoxCategoriesIndex( sal_uInt16 nCategoryRID ) in GetToolBoxCategoriesIndex() argument
74 switch (nCategoryRID) in GetToolBoxCategoriesIndex()
195 sal_uInt16 nCategoryRID = GetCategoryRID( nResId ); in GetImageList() local
196 sal_Int16 nIndex = GetToolBoxCategoriesIndex( nCategoryRID ); in GetImageList()
213 void SmToolBoxWindow::ApplyImageLists( sal_uInt16 nCategoryRID ) in ApplyImageLists() argument
224 sal_Int16 nIdx = GetToolBoxCategoriesIndex( nCategoryRID ); in ApplyImageLists()
225 sal_uInt16 nResId = GetImageListRID( nCategoryRID, bHighContrast ); in ApplyImageLists()
318 void SmToolBoxWindow::SetCategory(sal_uInt16 nCategoryRID) in SetCategory() argument
320 if (nCategoryRID != nActiveCategoryRID) in SetCategory()
321 ApplyImageLists( nCategoryRID ); in SetCategory()
325 switch (nCategoryRID) in SetCategory()
343 sal_Int16 nIdx = GetToolBoxCategoriesIndex( nCategoryRID ); in SetCategory()
358 nActiveCategoryRID = nCategoryRID; in SetCategory()