/aoo41x/main/sc/source/core/data/ |
H A D | global.cxx | 1122 pDesc->nCategory = GetNum(); in ScFuncRes() 1293 pDesc->nCategory = ID_FUNCTION_GRP_ADDINS; in ScFunctionList() 1418 nCategory (0), in ScFuncDesc() 1461 nCategory = 0; in Clear() 1796 if ((pDesc->nCategory) < MAX_FUNCCAT) in ScFunctionMgr() 1797 aCatLists[pDesc->nCategory]->Insert((void*)pDesc, LIST_APPEND); in ScFunctionMgr() 1837 DBG_ASSERT( nCategory < MAX_FUNCCAT, "Unbekannte Kategorie" ); in First() 1839 if ( nCategory < MAX_FUNCCAT ) in First() 1841 pCurCatList = aCatLists[nCategory]; in First() 1867 if ( nCategory < (MAX_FUNCCAT-1) ) in getCategory() [all …]
|
/aoo41x/main/xmloff/source/text/ |
H A D | txtstyle.cxx | 64 sal_Int16 nCategory = 0; in exportStyleAttributes() local 65 xPropSet->getPropertyValue( sCategory ) >>= nCategory; in exportStyleAttributes() 67 if( -1 != nCategory ) in exportStyleAttributes() 69 switch( nCategory ) in exportStyleAttributes()
|
H A D | txtstyli.cxx | 232 sal_uInt16 nCategory = ParagraphStyleCategory::TEXT; in CreateAndInsert() local 236 SvXMLUnitConverter::convertEnum( nCategory, sCategoryVal, aCategoryMap ) ) in CreateAndInsert() 239 aAny <<= (sal_Int16)nCategory; in CreateAndInsert()
|
/aoo41x/main/cui/source/tabpages/ |
H A D | numfmt.cxx | 1018 sal_uInt16 nCategory = nCurCategory; in UpdateOptions_Impl() local 1040 nCategory ); in UpdateOptions_Impl() 1042 if(nCategory==CAT_CURRENCY) in UpdateOptions_Impl() 1055 if ( nCategory != nCurCategory || bDoIt) in UpdateOptions_Impl() 1062 SetCategory(nCategory ); in UpdateOptions_Impl() 1077 nCategory=nFixedCategory; in UpdateOptions_Impl() 1080 switch ( nCategory ) in UpdateOptions_Impl()
|
/aoo41x/main/starmath/source/ |
H A D | dialog.cxx | 793 void SmDistanceDialog::SetCategory(sal_uInt16 nCategory) in SetCategory() argument 796 DBG_ASSERT(/*0 <= nCategory &&*/ nCategory < NOCATEGORIES, in SetCategory() 856 bActive = aCatMf2Hid[nCategory][i] != 0; in SetCategory() 866 if (nCategory < 9) in SetCategory() 881 pCat = Categories[nCategory]; in SetCategory() 888 SetHelpId(*pMF, aCatMf2Hid[nCategory][i]); in SetCategory() 893 bActive = nCategory == 5; in SetCategory() 905 aMenuButton.GetPopupMenu()->CheckItem(nCategory + 1, sal_True); in SetCategory() 906 aFixedLine.SetText(Categories[nCategory]->GetName()); in SetCategory() 908 nActiveCategory = nCategory; in SetCategory()
|
/aoo41x/main/sc/source/core/tool/ |
H A D | addincol.cxx | 96 nCategory( nCat ), in ScUnoAddInFuncData() 473 sal_uInt16 nCategory = ID_FUNCTION_GRP_ADDINS; in ReadConfiguration() local 499 nCategory = lcl_GetCategory( aCategoryName ); in ReadConfiguration() 616 nCategory, sHelpId, in ReadConfiguration() 930 sal_uInt16 nCategory = lcl_GetCategory( in ReadFromAddIn() local 1014 nCategory, sHelpId, in ReadFromAddIn() 1336 rDesc.nCategory = rFuncData.GetCategory(); in FillFunctionDescFromData()
|
/aoo41x/main/sc/inc/ |
H A D | funcdesc.hxx | 97 sal_uInt16 nCategory; // Function category member in ScFuncDesc 160 const ScFuncDesc* First( sal_uInt16 nCategory = 0 ) const;
|
H A D | addincol.hxx | 98 sal_uInt16 nCategory; member in ScUnoAddInFuncData 125 sal_uInt16 GetCategory() const { return nCategory; } in GetCategory()
|
/aoo41x/main/formula/source/ui/dlg/ |
H A D | funcpage.cxx | 136 sal_uInt16 nCategory = ( LISTBOX_ENTRY_NOTFOUND != nSelPos ) in UpdateFunctionList() local 139 (void)nCategory; in UpdateFunctionList()
|
/aoo41x/main/sd/source/core/ |
H A D | CustomAnimationPreset.cxx | 641 sal_Int32 nCategory = (rand() * pCategoryList->size() / RAND_MAX); in getRandomPreset() local 643 PresetCategoryPtr pCategory = (*pCategoryList)[nCategory]; in getRandomPreset()
|
/aoo41x/main/starmath/inc/ |
H A D | toolbox.hxx | 68 void SetCategory(sal_uInt16 nCategory);
|
/aoo41x/main/sc/source/ui/formdlg/ |
H A D | dwfunctr.cxx | 818 sal_uInt16 nCategory = ( LISTBOX_ENTRY_NOTFOUND != nSelPos ) in UpdateFunctionList() local 828 const ScFuncDesc* pDesc = pFuncMgr->First( nCategory ); in UpdateFunctionList()
|
/aoo41x/main/svx/inc/svx/ |
H A D | numfmtsh.hxx | 257 SVX_DLLPRIVATE void CategoryToPos_Impl( short nCategory, sal_uInt16& rPos );
|
/aoo41x/main/svx/source/items/ |
H A D | numfmtsh.cxx | 1227 void SvxNumberFormatShell::CategoryToPos_Impl( short nCategory, sal_uInt16& rPos ) in CategoryToPos_Impl() argument 1230 switch ( nCategory ) in CategoryToPos_Impl()
|
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | appluno.cxx | 787 pArray[1].Value <<= (sal_Int32) rDesc.nCategory; in lcl_FillSequence()
|