Home
last modified time | relevance | path

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

/trunk/main/starmath/source/
H A Dtoolbox.cxx48 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
[all …]
/trunk/main/starmath/inc/
H A Dtoolbox.hxx49 void ApplyImageLists( sal_uInt16 nCategoryRID );