Lines Matching refs:GRAPHICBULLETS
621 GrfBulDataRelation* pEntry = new GrfBulDataRelation(eNBType::GRAPHICBULLETS); in GraphicBulletsTypeMgr()
647 GrfBulDataRelation* pEntry = new GrfBulDataRelation(eNBType::GRAPHICBULLETS); in Init()
893 }else if ( aTypeMgr.pActualBullets[i]->eType == eNBType::GRAPHICBULLETS ) in MixBulletsTypeMgr()
898 pActualBullets[i]->pBullets = new GrfBulDataRelation(eNBType::GRAPHICBULLETS) ; in MixBulletsTypeMgr()
993 pActualBullets[6] = new MixBulletsSettings_Impl(eNBType::GRAPHICBULLETS); in Init()
994 pActualBullets[6]->eType = eNBType::GRAPHICBULLETS; in Init()
997 pActualBullets[6]->pBullets = new GrfBulDataRelation(eNBType::GRAPHICBULLETS) ; in Init()
1001 ((GrfBulDataRelation*)(pActualBullets[6]->pBullets))->eType = eNBType::GRAPHICBULLETS; in Init()
1004 pActualBullets[7] = new MixBulletsSettings_Impl(eNBType::GRAPHICBULLETS); in Init()
1005 pActualBullets[7]->eType = eNBType::GRAPHICBULLETS; in Init()
1008 pActualBullets[7]->pBullets = new GrfBulDataRelation(eNBType::GRAPHICBULLETS) ; in Init()
1012 ((GrfBulDataRelation*)(pActualBullets[7]->pBullets))->eType = eNBType::GRAPHICBULLETS; in Init()
1060 if ( pActualBullets[i]->eType == eNBType::GRAPHICBULLETS ) in GetNBOIndexForNumRule()
1117 …Type&(~LINK_TOKEN)) == SVX_NUM_BITMAP && pActualBullets[nIndex]->eType == eNBType::GRAPHICBULLETS ) in RelplaceNumRule()
1211 pActualBullets[nIndex]->eType = eNBType::GRAPHICBULLETS; in RelplaceNumRule()
1213 pActualBullets[nIndex]->pBullets = new GrfBulDataRelation(eNBType::GRAPHICBULLETS) ; in RelplaceNumRule()
1217 … ((GrfBulDataRelation*)(pActualBullets[nIndex]->pBullets))->eType = eNBType::GRAPHICBULLETS; in RelplaceNumRule()
1256 if (pActualBullets[nIndex]->eType == eNBType::GRAPHICBULLETS) { in RelplaceNumRule()
1301 }else if ( pCurrentBullets->eType == eNBType::GRAPHICBULLETS ) in ApplyNumRule()