Home
last modified time | relevance | path

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

/aoo4110/main/sc/source/core/data/
H A Dglobal.cxx1772 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()
/aoo4110/main/sc/inc/
H A Dfuncdesc.hxx36 #define MAX_FUNCCAT 12 /* maximum number of categories for functions */ macro
171 List* aCatLists[MAX_FUNCCAT];

Completed in 27 milliseconds