Lines Matching refs:aFontSizeNames
1172 FontSizeNames aFontSizeNames( GetSettings().GetUILanguage() ); in Reformat() local
1173 if ( !bRelativeMode || !aFontSizeNames.IsEmpty() ) in Reformat()
1175 long nNewValue = aFontSizeNames.Name2Size( GetText() ); in Reformat()
1267 FontSizeNames aFontSizeNames( GetSettings().GetUILanguage() ); in Fill() local
1271 if ( bStdSize && GetEntryCount() && aFontSizeNames.IsEmpty() ) in Fill()
1284 if ( !aFontSizeNames.IsEmpty() ) in Fill()
1289 sal_uLong nCount = aFontSizeNames.Count(); in Fill()
1292 String aSizeName = aFontSizeNames.GetIndexName( i ); in Fill()
1293 long nSize = aFontSizeNames.GetIndexSize( i ); in Fill()
1305 String aSizeName = aFontSizeNames.Size2Name( *pTempAry ); in Fill()
1434 FontSizeNames aFontSizeNames( GetSettings().GetUILanguage() ); in SetValue() local
1437 String aName = aFontSizeNames.Size2Name( static_cast<long>(nTempValue) ); in SetValue()
1483 FontSizeNames aFontSizeNames( GetSettings().GetUILanguage() ); in GetValue() local
1484 sal_Int64 nValue = aFontSizeNames.Name2Size( GetText() ); in GetValue()
1507 FontSizeNames aFontSizeNames( GetSettings().GetUILanguage() ); in SetUserValue() local
1510 String aName = aFontSizeNames.Size2Name( static_cast<long>(nTempValue) ); in SetUserValue()