Home
last modified time | relevance | path

Searched refs:pCategory (Results 1 – 5 of 5) sorted by relevance

/trunk/main/formula/source/ui/dlg/
H A Dfuncpage.cxx109 const IFunctionCategory* pCategory = m_pFunctionManager->getCategory(j); in FuncPage() local
110 aLbCategory.SetEntryData(aLbCategory.InsertEntry(pCategory->getName()),(void*)pCategory); in FuncPage()
135 …const IFunctionCategory* pCategory = static_cast<const IFunctionCategory*>(aLbCategory.GetEntryDat… in UpdateFunctionList() local
147 if ( pCategory == NULL ) in UpdateFunctionList()
157 impl_addFunctions(pCategory); in UpdateFunctionList()
H A DFormulaHelper.cxx99 const IFunctionCategory* pCategory = m_pFunctionManager->getCategory(j); in GetNextFunc() local
100 const sal_uInt32 nCount = pCategory->getCount(); in GetNextFunc()
103 const IFunctionDescription* pCurrent = pCategory->getFunction(i); in GetNextFunc()
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationCreateDialog.cxx284 PresetCategoryPtr pCategory( *aCategoryIter++ ); in CustomAnimationCreateTabPage() local
285 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()
/trunk/main/sd/source/core/
H A DCustomAnimationPreset.cxx643 PresetCategoryPtr pCategory = (*pCategoryList)[nCategory]; in getRandomPreset() local
644 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()
/trunk/main/reportdesign/source/ui/misc/
H A DFunctionHelper.cxx70 … ::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 30 milliseconds