Searched refs:GetCategory (Results 1 – 14 of 14) sorted by relevance
727 if(pOpt->GetCategory().Len()) in IMPL_LINK()728 aCategoryBox.SetText(pOpt->GetCategory()); in IMPL_LINK()731 if (pOpt->GetCategory().Len() && in IMPL_LINK()732 aCategoryBox.GetEntryPos(pOpt->GetCategory()) == COMBOBOX_ENTRY_NOTFOUND) in IMPL_LINK()733 aCategoryBox.InsertEntry(pOpt->GetCategory()); in IMPL_LINK()
677 case 1: pValues[nProp] <<= OUString(rOpt.GetCategory()); break;//Category in lcl_WriteOpt()
106 sal_uInt16 GetCategory();
101 sal_uInt16 GetCategory();
229 sal_uInt16 FuncPage::GetCategory() in GetCategory() function in formula::FuncPage
804 if( pFuncPage->GetCategory() != pFuncDesc->getCategory()->getNumber() + 1 ) in FillListboxes()1063 sal_uInt16 nCat = pFuncPage->GetCategory(); in UpdateFunctionDesc()1718 sal_uInt16 nCat = pFuncPage->GetCategory(); in IMPL_LINK()
71 inline const String& GetCategory() const { return sCategory; } in GetCategory() function in InsCaptionOpt
126 const String &rName = pOpt->GetCategory(); in InsertCaption()
254 inline FDCategory GetCategory( void ) const;771 inline FDCategory FuncData::GetCategory( void ) const in GetCategory() function in FuncData
428 switch( p->GetCategory() ) in getProgrammaticCategoryName()458 switch( p->GetCategory() ) in getDisplayCategoryName()
125 sal_uInt16 GetCategory() const { return nCategory; } in GetCategory() function in ScUnoAddInFuncData
260 inline ScaCategory GetCategory() const { return eCat; } in GetCategory() function in ScaFuncData
512 switch( pFData->GetCategory() ) in getProgrammaticCategoryName()
1336 rDesc.nCategory = rFuncData.GetCategory(); in FillFunctionDescFromData()
Completed in 594 milliseconds