Searched refs:MAX_FUNCCAT (Results 1 – 2 of 2) sorted by relevance
1772 for ( sal_uInt16 i=0; i<MAX_FUNCCAT; i++ ) // Kategorie-Listen erstellen in ScFunctionMgr()1795 DBG_ASSERT((pDesc->nCategory) < MAX_FUNCCAT, "Unbekannte Kategorie"); in ScFunctionMgr()1796 if ((pDesc->nCategory) < MAX_FUNCCAT) in ScFunctionMgr()1805 for (sal_uInt16 i = 0; i < MAX_FUNCCAT; i++) in ~ScFunctionMgr()1837 DBG_ASSERT( nCategory < MAX_FUNCCAT, "Unbekannte Kategorie" ); in First()1839 if ( nCategory < MAX_FUNCCAT ) in First()1862 return MAX_FUNCCAT - 1; in getCount()1867 if ( nCategory < (MAX_FUNCCAT-1) ) in getCategory()
36 #define MAX_FUNCCAT 12 /* maximum number of categories for functions */ macro171 List* aCatLists[MAX_FUNCCAT];
Completed in 67 milliseconds