Lines Matching refs:aStrFromRES

475 	String aStrFromRES = String(SVX_RESSTR( RID_SVXSTR_NUMBULLET_CUSTOM_BULLET_DESCRIPTION));  in RelplaceNumRule()  local
478 aStrFromRES.SearchAndReplace(aReplace,sNUM); in RelplaceNumRule()
479 pActualBullets[nIndex]->sDescription = aStrFromRES; in RelplaceNumRule()
736 String aStrFromRES = String(SVX_RESSTR( RID_SVXSTR_NUMBULLET_CUSTOM_BULLET_DESCRIPTION)); in RelplaceNumRule() local
739 aStrFromRES.SearchAndReplace(aReplace,sNUM); in RelplaceNumRule()
740 pEntry->sDescription = aStrFromRES; in RelplaceNumRule()
1113 String aStrFromRES = String(SVX_RESSTR( RID_SVXSTR_NUMBULLET_CUSTOM_BULLET_DESCRIPTION)); in RelplaceNumRule() local
1116 aStrFromRES.SearchAndReplace(aReplace,sNUM); in RelplaceNumRule()
1117 pEntry->sDescription = aStrFromRES; in RelplaceNumRule()
1191 String aStrFromRES = String(SVX_RESSTR( RID_SVXSTR_NUMBULLET_CUSTOM_BULLET_DESCRIPTION)); in RelplaceNumRule() local
1194 aStrFromRES.SearchAndReplace(aReplace,sNUM); in RelplaceNumRule()
1195 ((BulletsSettings_Impl*)(pActualBullets[nIndex]->pBullets))->sDescription = aStrFromRES; in RelplaceNumRule()
1231 String aStrFromRES = String(SVX_RESSTR( RID_SVXSTR_NUMBULLET_CUSTOM_BULLET_DESCRIPTION)); in RelplaceNumRule() local
1234 aStrFromRES.SearchAndReplace(aReplace,sNUM); in RelplaceNumRule()
1235 ((GrfBulDataRelation*)(pActualBullets[nIndex]->pBullets))->sDescription = aStrFromRES; in RelplaceNumRule()
1600 String aStrFromRES = String(SVX_RESSTR( RID_SVXSTR_NUMBULLET_CUSTOM_NUMBERING_DESCRIPTION)); in RelplaceNumRule() local
1603 aStrFromRES.SearchAndReplace(aReplace,sNUM); in RelplaceNumRule()
1604 _pSet->sDescription = aStrFromRES; in RelplaceNumRule()
1922 String aStrFromRES = String(SVX_RESSTR( RID_SVXSTR_NUMBULLET_CUSTOM_MULTILEVEL_DESCRIPTION)); in RelplaceNumRule() local
1925 aStrFromRES.SearchAndReplace(aReplace,sNUM); in RelplaceNumRule()
1926 pItemArr->sDescription = aStrFromRES; in RelplaceNumRule()