Home
last modified time | relevance | path

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

/AOO41X/main/xmloff/source/style/
H A Dxmlnume.cxx128 OUString sBulletFontName, sBulletFontStyleName ; in exportLevelStyle() local
188 sBulletFontName = rFDesc.Name; in exportLevelStyle()
576 if( sBulletFontName.getLength() ) in exportLevelStyle()
580 sBulletFontName, sBulletFontStyleName, in exportLevelStyle()
598 aAny <<= sBulletFontName; in exportLevelStyle()
H A Dxmlnumi.cxx212 OUString sBulletFontName; member in SvxXMLListLevelStyleContext_Impl
258 void SetBulletFontName( const OUString& rSet ) { sBulletFontName = rSet; } in SetBulletFontName()
580 aFDesc.Name = sBulletFontName; in GetProperties()
581 if( sBulletFontName.getLength() ) in GetProperties()
/AOO41X/main/sw/source/core/unocore/
H A Dunosett.cxx1618 String sBulletFontName; in GetNumberingRuleByIndex() local
1620 sBulletFontName = pFont->GetStyleName(); in GetNumberingRuleByIndex()
1621 aUString = sBulletFontName; in GetNumberingRuleByIndex()
2070 String sBulletFontName(uTmp); in SetNumberingRuleByIndex() local
2072 if( sBulletFontName.Len() && pLclDocShell ) in SetNumberingRuleByIndex()
2079 sBulletFontName, WEIGHT_NORMAL, ITALIC_NONE); in SetNumberingRuleByIndex()
2084 sNewBulletFontNames[(sal_uInt16)nIndex] = sBulletFontName; in SetNumberingRuleByIndex()
/AOO41X/main/i18npool/source/localedata/
H A Dlocaledata.cxx1167 const sal_Char* sBulletFontName; member
1251 case 4: level[j].sBulletFontName = U2C( tmp ); break; in getOutlineNumberingLevels()
1272 level[j].sBulletFontName = 0; in getOutlineNumberingLevels()
1430 pValues[4].Value <<= C2U(pTemp->sBulletFontName); in getByIndex()
/AOO41X/main/svx/source/sidebar/
H A Dnbdtmg.cxx160 static const sal_Char sBulletFontName[] = "BulletFontName"; variable
178 else if(pValues[j].Name.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(sBulletFontName))) in lcl_CreateNumberingSettingsPtr()