Searched refs:nCat (Results 1 – 6 of 6) sorted by relevance
1063 sal_uInt16 nCat = pFuncPage->GetCategory(); in UpdateFunctionDesc() local1064 if ( nCat == LISTBOX_ENTRY_NOTFOUND ) in UpdateFunctionDesc()1065 nCat = 0; in UpdateFunctionDesc()1066 pData->SetCatSel( nCat ); in UpdateFunctionDesc()1718 sal_uInt16 nCat = pFuncPage->GetCategory(); in IMPL_LINK() local1719 if ( nCat == LISTBOX_ENTRY_NOTFOUND ) nCat = 0; in IMPL_LINK()
210 void FuncPage::SetCategory(sal_uInt16 nCat) in SetCategory() argument212 aLbCategory.SelectEntryPos(nCat); in SetCategory()
98 void SetCategory(sal_uInt16 nCat);
103 void SetCategory(sal_uInt16 nCat);
106 sal_uInt16 nCat, const rtl::OString&,
82 sal_uInt16 nCat, const rtl::OString& sHelp, in ScUnoAddInFuncData() argument96 nCategory( nCat ), in ScUnoAddInFuncData()
Completed in 35 milliseconds