Searched refs:pCategory (Results 1 – 5 of 5) sorted by relevance
109 const IFunctionCategory* pCategory = m_pFunctionManager->getCategory(j); in FuncPage() local110 aLbCategory.SetEntryData(aLbCategory.InsertEntry(pCategory->getName()),(void*)pCategory); in FuncPage()135 …const IFunctionCategory* pCategory = static_cast<const IFunctionCategory*>(aLbCategory.GetEntryDat… in UpdateFunctionList() local147 if ( pCategory == NULL ) in UpdateFunctionList()157 impl_addFunctions(pCategory); in UpdateFunctionList()
99 const IFunctionCategory* pCategory = m_pFunctionManager->getCategory(j); in GetNextFunc() local100 const sal_uInt32 nCount = pCategory->getCount(); in GetNextFunc()103 const IFunctionDescription* pCurrent = pCategory->getFunction(i); in GetNextFunc()
284 PresetCategoryPtr pCategory( *aCategoryIter++ ); in CustomAnimationCreateTabPage() local285 if( pCategory.get() ) in CustomAnimationCreateTabPage()287 mpLBEffects->InsertCategory( pCategory->maLabel ); in CustomAnimationCreateTabPage()289 std::vector< CustomAnimationPresetPtr > aSortedVector(pCategory->maEffects.size()); in CustomAnimationCreateTabPage()290 std::copy( pCategory->maEffects.begin(), pCategory->maEffects.end(), aSortedVector.begin() ); in CustomAnimationCreateTabPage()
643 PresetCategoryPtr pCategory = (*pCategoryList)[nCategory]; in getRandomPreset() local644 if( pCategory.get() && !pCategory->maEffects.empty() ) in getRandomPreset()646 sal_Int32 nDescriptor = (rand() * pCategory->maEffects.size() / RAND_MAX); in getRandomPreset()647 CustomAnimationPresetPtr pPreset = pCategory->maEffects[nDescriptor]; in getRandomPreset()
70 … ::boost::shared_ptr< FunctionCategory > pCategory(new FunctionCategory(this,_nPos + 1,xCategory)); in getCategory()71 …ush_back( m_aCategories.insert(TCategoriesMap::value_type(xCategory->getName(),pCategory)).first ); in getCategory()
Completed in 34 milliseconds