Lines Matching refs:i

196 	for( sal_uInt16 i = 0; i < SVX_MAX_NUM; i++ )  in IsSingleLevel()  local
201 nLv=i; in IsSingleLevel()
247 for(sal_uInt16 i = 0; i < aNum.GetLevelCount(); i++) in ImplLoad() local
249 SvxNumberFormat aFmt(aNum.GetLevel(i)); in ImplLoad()
256 aNum.SetLevel(i, aFmt); in ImplLoad()
343 for (sal_uInt16 i=0;i<DEFAULT_BULLET_TYPES;i++) in BulletsTypeMgr() local
345 pActualBullets[i]->bIsCustomized = aTypeMgr.pActualBullets[i]->bIsCustomized; in BulletsTypeMgr()
346 pActualBullets[i]->cBulletChar = aTypeMgr.pActualBullets[i]->cBulletChar; in BulletsTypeMgr()
347 pActualBullets[i]->aFont = aTypeMgr.pActualBullets[i]->aFont; in BulletsTypeMgr()
348 pActualBullets[i]->sDescription = aTypeMgr. pActualBullets[i]->sDescription; in BulletsTypeMgr()
349 pActualBullets[i]->eType = aTypeMgr. pActualBullets[i]->eType; in BulletsTypeMgr()
358 for (sal_uInt16 i=0;i<DEFAULT_BULLET_TYPES;i++) in Init() local
360 pActualBullets[i] = new BulletsSettings_Impl(eNBType::BULLETS); in Init()
361 pActualBullets[i]->cBulletChar = aDefaultRTLBulletTypes[i]; in Init()
362 pActualBullets[i]->aFont = rActBulletFont; in Init()
363 if (i==4 || i==5) in Init()
364 pActualBullets[i]->sDescription = SVX_RESSTR( RID_SVXSTR_BULLET_RTL_DESCRIPTION_4 - 4 + i ); in Init()
366 pActualBullets[i]->sDescription = SVX_RESSTR( RID_SVXSTR_BULLET_DESCRIPTION_0 + i ); in Init()
370 for (sal_uInt16 i=0;i<DEFAULT_BULLET_TYPES;i++) in Init() local
372 pActualBullets[i] = new BulletsSettings_Impl(eNBType::BULLETS); in Init()
373 pActualBullets[i]->cBulletChar = aDefaultBulletTypes[i]; in Init()
374 pActualBullets[i]->aFont =rActBulletFont; in Init()
375 pActualBullets[i]->sDescription = SVX_RESSTR( RID_SVXSTR_BULLET_DESCRIPTION_0 + i ); in Init()
419 for(sal_uInt16 i = nFromIndex; i < DEFAULT_BULLET_TYPES; i++) in GetNBOIndexForNumRule() local
421 if ( (cChar == pActualBullets[i]->cBulletChar|| in GetNBOIndexForNumRule()
422 (cChar == 9830 && 57356 == pActualBullets[i]->cBulletChar) || in GetNBOIndexForNumRule()
423 …(cChar == 9632 && 57354 == pActualBullets[i]->cBulletChar)))// && pFont && (pFont->GetName().Compa… in GetNBOIndexForNumRule()
425 return i+1; in GetNBOIndexForNumRule()
517 for(sal_uInt16 i = 0; i < aNum.GetLevelCount(); i++) in ApplyNumRule() local
521 SvxNumberFormat aFmt(aNum.GetLevel(i)); in ApplyNumRule()
527 aNum.SetLevel(i, aFmt); in ApplyNumRule()
621 for (sal_uInt16 i=0;i< aTypeMgr.aGrfDataLst.Count();i++) in GraphicBulletsTypeMgr() local
624 GrfBulDataRelation* pSrcEntry = (GrfBulDataRelation*)(aTypeMgr.aGrfDataLst.GetObject(i)); in GraphicBulletsTypeMgr()
642 for(sal_uInt16 i = 0; i < aGrfNames.Count(); i++) in Init() local
644 String* pGrfNm = (String*) aGrfNames.GetObject(i); in Init()
650 pEntry->nTabIndex = i+1; in Init()
651 pEntry->nGallaryIndex = i; in Init()
654 if( i < MAX_VALUESET_GRAPHIC ) in Init()
656 pEntry->sDescription = SVX_RESSTR( RID_SVXSTR_GRAPHICS_DESCRIPTIONS + i ); in Init()
684 for(sal_uInt16 i=0;i<aGrfDataLst.Count();i++) in GetNBOIndexForNumRule() local
686 GrfBulDataRelation* pEntry = (GrfBulDataRelation*) aGrfDataLst.GetObject(i); in GetNBOIndexForNumRule()
765 for(sal_uInt16 i = 0; i < aNum.GetLevelCount(); i++) in ApplyNumRule() local
769 SvxNumberFormat aFmt(aNum.GetLevel(i)); in ApplyNumRule()
787 aNum.SetLevel(i, aFmt); in ApplyNumRule()
882 for (sal_uInt16 i=0;i<DEFAULT_BULLET_TYPES;i++) in MixBulletsTypeMgr() local
884 if ( aTypeMgr.pActualBullets[i]->eType == eNBType::BULLETS ) in MixBulletsTypeMgr()
886 pActualBullets[i]->eType = aTypeMgr.pActualBullets[i]->eType; in MixBulletsTypeMgr()
887 pActualBullets[i]->nIndex = aTypeMgr.pActualBullets[i]->nIndex; // Index in the tab page display in MixBulletsTypeMgr()
888 pActualBullets[i]->nIndexDefault = aTypeMgr.pActualBullets[i]->nIndexDefault; in MixBulletsTypeMgr()
889 pActualBullets[i]->pBullets = new BulletsSettings_Impl(eNBType::BULLETS) ; in MixBulletsTypeMgr()
890 …lletsSettings_Impl*)(pActualBullets[i]->pBullets))->cBulletChar = ((BulletsSettings_Impl*)(aTypeMg… in MixBulletsTypeMgr()
891 …(BulletsSettings_Impl*)(pActualBullets[i]->pBullets))->aFont = ((BulletsSettings_Impl*)(aTypeMgr.p… in MixBulletsTypeMgr()
892 …lletsSettings_Impl*)(pActualBullets[i]->pBullets))->sDescription = ((BulletsSettings_Impl*)(aTypeM… in MixBulletsTypeMgr()
893 …letsSettings_Impl*)(pActualBullets[i]->pBullets))->bIsCustomized = ((BulletsSettings_Impl*)(aTypeM… in MixBulletsTypeMgr()
894 …(BulletsSettings_Impl*)(pActualBullets[i]->pBullets))->eType = ((BulletsSettings_Impl*)(aTypeMgr.p… in MixBulletsTypeMgr()
895 }else if ( aTypeMgr.pActualBullets[i]->eType == eNBType::GRAPHICBULLETS ) in MixBulletsTypeMgr()
897 pActualBullets[i]->eType = aTypeMgr.pActualBullets[i]->eType; in MixBulletsTypeMgr()
898 pActualBullets[i]->nIndex = aTypeMgr.pActualBullets[i]->nIndex; // Index in the tab page display in MixBulletsTypeMgr()
899 pActualBullets[i]->nIndexDefault = aTypeMgr.pActualBullets[i]->nIndexDefault; in MixBulletsTypeMgr()
900 pActualBullets[i]->pBullets = new GrfBulDataRelation(eNBType::GRAPHICBULLETS) ; in MixBulletsTypeMgr()
901 …((GrfBulDataRelation*)(pActualBullets[i]->pBullets))->sGrfName = ((GrfBulDataRelation*)(aTypeMgr.p… in MixBulletsTypeMgr()
902 …(GrfBulDataRelation*)(pActualBullets[i]->pBullets))->sDescription = ((GrfBulDataRelation*)(aTypeMg… in MixBulletsTypeMgr()
903 …GrfBulDataRelation*)(pActualBullets[i]->pBullets))->bIsCustomized = ((GrfBulDataRelation*)(aTypeMg… in MixBulletsTypeMgr()
904 …((GrfBulDataRelation*)(pActualBullets[i]->pBullets))->eType = ((GrfBulDataRelation*)(aTypeMgr.pAct… in MixBulletsTypeMgr()
905 …aRelation*)(aTypeMgr.pActualBullets[i]->pBullets))->bIsCustomized && ((GrfBulDataRelation*)(aTypeM… in MixBulletsTypeMgr()
907 …((GrfBulDataRelation*)(pActualBullets[i]->pBullets))->pGrfObj = ((GrfBulDataRelation*)(aTypeMgr.pA… in MixBulletsTypeMgr()
1037 for(sal_uInt16 i = nFromIndex; i < DEFAULT_BULLET_TYPES; i++) in GetNBOIndexForNumRule() local
1039 if ( pActualBullets[i]->eType == eNBType::BULLETS ) in GetNBOIndexForNumRule()
1041 String ssName = ((BulletsSettings_Impl*)(pActualBullets[i]->pBullets))->aFont.GetName(); in GetNBOIndexForNumRule()
1042 if ( (cChar == ((BulletsSettings_Impl*)(pActualBullets[i]->pBullets))->cBulletChar|| in GetNBOIndexForNumRule()
1043 … (cChar == 9830 && 57356 == ((BulletsSettings_Impl*)(pActualBullets[i]->pBullets))->cBulletChar) || in GetNBOIndexForNumRule()
1044 …(cChar == 9632 && 57354 == ((BulletsSettings_Impl*)(pActualBullets[i]->pBullets))->cBulletChar)))/… in GetNBOIndexForNumRule()
1047 return pActualBullets[i]->nIndex; in GetNBOIndexForNumRule()
1060 for(sal_uInt16 i = nFromIndex; i < DEFAULT_BULLET_TYPES; i++) in GetNBOIndexForNumRule() local
1062 if ( pActualBullets[i]->eType == eNBType::GRAPHICBULLETS ) in GetNBOIndexForNumRule()
1064 GrfBulDataRelation* pEntry = (GrfBulDataRelation*) (pActualBullets[i]->pBullets); in GetNBOIndexForNumRule()
1066 if ( pEntry && pActualBullets[i]->nIndexDefault == (sal_uInt16)0xFFFF && pEntry->pGrfObj) in GetNBOIndexForNumRule()
1070 return pActualBullets[i]->nIndex; in GetNBOIndexForNumRule()
1076 … GalleryExplorer::GetGraphicObj(GALLERY_THEME_BULLETS, pActualBullets[i]->nIndexDefault,&aSrGrf); in GetNBOIndexForNumRule()
1080 return pActualBullets[i]->nIndex; in GetNBOIndexForNumRule()
1285 for(sal_uInt16 i = 0; i < aNum.GetLevelCount(); i++) in ApplyNumRule() local
1289 SvxNumberFormat aFmt(aNum.GetLevel(i)); in ApplyNumRule()
1299 aNum.SetLevel(i, aFmt); in ApplyNumRule()
1313 for(sal_uInt16 i = 0; i < aNum.GetLevelCount(); i++) in ApplyNumRule() local
1317 SvxNumberFormat aFmt(aNum.GetLevel(i)); in ApplyNumRule()
1356 aNum.SetLevel(i, aFmt); in ApplyNumRule()
1477 for(sal_Int32 i = 0; i < nLength; i++) in Init() local
1479 NumSettings_ImplPtr pNew = lcl_CreateNumberingSettingsPtr(pValuesArr[i]); in Init()
1481 pNumEntry->nIndex = i + 1; in Init()
1482 pNumEntry->nIndexDefault = i; in Init()
1520 pNumEntry->sDescription = SVX_RESSTR( RID_SVXSTR_SINGLENUM_DESCRIPTIONS + i ); in Init()
1547 for(sal_uInt16 i = nFromIndex; i < nCount; i++) in GetNBOIndexForNumRule() local
1549 NumberSettings_ImplPtr _pSet = pNumberSettingsArr->GetObject(i); in GetNBOIndexForNumRule()
1557 return i+1; in GetNBOIndexForNumRule()
1627 for(sal_uInt16 i = 0; i < aNum.GetLevelCount(); i++) in ApplyNumRule() local
1631 SvxNumberFormat aFmt(aNum.GetLevel(i)); in ApplyNumRule()
1639 aNum.SetLevel(i, aFmt); in ApplyNumRule()
1953 for(sal_uInt16 i = 0; i < aNum.GetLevelCount(); i++) in ApplyNumRule() local
1955 if(pNumSettingsArr->Count() > i) in ApplyNumRule()
1956 pLevelSettings = pNumSettingsArr->GetObject(i); in ApplyNumRule()
1961 SvxNumberFormat aFmt(aNum.GetLevel(i)); in ApplyNumRule()
2004 if( 0 == i && cChar == BulletsTypeMgr::aDynamicBulletTypes[5] ) in ApplyNumRule()
2006 else if( 1 == i ) in ApplyNumRule()
2037 if(pNumSettingsArr->Count() > i) { in ApplyNumRule()
2046 aNum.SetLevel(i, aFmt); in ApplyNumRule()