Lines Matching refs:BULLETS

358             pActualBullets[i] = new BulletsSettings_Impl(eNBType::BULLETS);  in Init()
370 pActualBullets[i] = new BulletsSettings_Impl(eNBType::BULLETS); in Init()
882 if ( aTypeMgr.pActualBullets[i]->eType == eNBType::BULLETS ) in MixBulletsTypeMgr()
887 pActualBullets[i]->pBullets = new BulletsSettings_Impl(eNBType::BULLETS) ; in MixBulletsTypeMgr()
917 pActualBullets[0] = new MixBulletsSettings_Impl(eNBType::BULLETS); in Init()
918 pActualBullets[0]->eType = eNBType::BULLETS; in Init()
921 pActualBullets[0]->pBullets = new BulletsSettings_Impl(eNBType::BULLETS) ; in Init()
926 ((BulletsSettings_Impl*)(pActualBullets[0]->pBullets))->eType = eNBType::BULLETS; in Init()
929 pActualBullets[1] = new MixBulletsSettings_Impl(eNBType::BULLETS); in Init()
930 pActualBullets[1]->eType = eNBType::BULLETS; in Init()
933 pActualBullets[1]->pBullets = new BulletsSettings_Impl(eNBType::BULLETS) ; in Init()
938 ((BulletsSettings_Impl*)(pActualBullets[1]->pBullets))->eType = eNBType::BULLETS; in Init()
941 pActualBullets[2] = new MixBulletsSettings_Impl(eNBType::BULLETS); in Init()
942 pActualBullets[2]->eType = eNBType::BULLETS; in Init()
945 pActualBullets[2]->pBullets = new BulletsSettings_Impl(eNBType::BULLETS) ; in Init()
950 ((BulletsSettings_Impl*)(pActualBullets[2]->pBullets))->eType = eNBType::BULLETS; in Init()
953 pActualBullets[3] = new MixBulletsSettings_Impl(eNBType::BULLETS); in Init()
954 pActualBullets[3]->eType = eNBType::BULLETS; in Init()
957 pActualBullets[3]->pBullets = new BulletsSettings_Impl(eNBType::BULLETS) ; in Init()
962 ((BulletsSettings_Impl*)(pActualBullets[3]->pBullets))->eType = eNBType::BULLETS; in Init()
965 pActualBullets[4] = new MixBulletsSettings_Impl(eNBType::BULLETS); in Init()
966 pActualBullets[4]->eType = eNBType::BULLETS; in Init()
969 pActualBullets[4]->pBullets = new BulletsSettings_Impl(eNBType::BULLETS) ; in Init()
974 ((BulletsSettings_Impl*)(pActualBullets[4]->pBullets))->eType = eNBType::BULLETS; in Init()
977 pActualBullets[5] = new MixBulletsSettings_Impl(eNBType::BULLETS); in Init()
978 pActualBullets[5]->eType = eNBType::BULLETS; in Init()
981 pActualBullets[5]->pBullets = new BulletsSettings_Impl(eNBType::BULLETS) ; in Init()
986 ((BulletsSettings_Impl*)(pActualBullets[5]->pBullets))->eType = eNBType::BULLETS; in Init()
1037 if ( pActualBullets[i]->eType == eNBType::BULLETS ) in GetNBOIndexForNumRule()
1103 if( eNumType == SVX_NUM_CHAR_SPECIAL && pActualBullets[nIndex]->eType == eNBType::BULLETS ) in RelplaceNumRule()
1171 pActualBullets[nIndex]->eType = eNBType::BULLETS; in RelplaceNumRule()
1173 pActualBullets[nIndex]->pBullets = new BulletsSettings_Impl(eNBType::BULLETS) ; in RelplaceNumRule()
1177 ((BulletsSettings_Impl*)(pActualBullets[nIndex]->pBullets))->eType = eNBType::BULLETS; in RelplaceNumRule()
1251 if (pActualBullets[nIndex]->eType == eNBType::BULLETS) { in RelplaceNumRule()
1274 if ( pCurrentBullets->eType == eNBType::BULLETS ) in ApplyNumRule()