Searched refs:sBulletFontName (Results 1 – 5 of 5) sorted by relevance
128 OUString sBulletFontName, sBulletFontStyleName ; in exportLevelStyle() local188 sBulletFontName = rFDesc.Name; in exportLevelStyle()576 if( sBulletFontName.getLength() ) in exportLevelStyle()580 sBulletFontName, sBulletFontStyleName, in exportLevelStyle()598 aAny <<= sBulletFontName; in exportLevelStyle()
211 OUString sBulletFontName; member in SvxXMLListLevelStyleContext_Impl257 void SetBulletFontName( const OUString& rSet ) { sBulletFontName = rSet; } in SetBulletFontName()579 aFDesc.Name = sBulletFontName; in GetProperties()580 if( sBulletFontName.getLength() ) in GetProperties()
1615 String sBulletFontName; in GetNumberingRuleByIndex() local1617 sBulletFontName = pFont->GetStyleName(); in GetNumberingRuleByIndex()1618 aUString = sBulletFontName; in GetNumberingRuleByIndex()2067 String sBulletFontName(uTmp); in SetNumberingRuleByIndex() local2069 if( sBulletFontName.Len() && pLclDocShell ) in SetNumberingRuleByIndex()2076 sBulletFontName, WEIGHT_NORMAL, ITALIC_NONE); in SetNumberingRuleByIndex()2081 sNewBulletFontNames[(sal_uInt16)nIndex] = sBulletFontName; in SetNumberingRuleByIndex()
1167 const sal_Char* sBulletFontName; member1251 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()
162 static const sal_Char sBulletFontName[] = "BulletFontName"; variable180 else if(pValues[j].Name.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(sBulletFontName))) in lcl_CreateNumberingSettingsPtr()
Completed in 54 milliseconds