Searched refs:aFontSizeNames (Results 1 – 3 of 3) sorted by relevance
1172 FontSizeNames aFontSizeNames( GetSettings().GetUILanguage() ); in Reformat() local1173 if ( !bRelativeMode || !aFontSizeNames.IsEmpty() ) in Reformat()1175 long nNewValue = aFontSizeNames.Name2Size( GetText() ); in Reformat()1267 FontSizeNames aFontSizeNames( GetSettings().GetUILanguage() ); in Fill() local1271 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()1434 FontSizeNames aFontSizeNames( GetSettings().GetUILanguage() ); in SetValue() local[all …]
431 FontSizeNames aFontSizeNames( Application::GetSettings().GetUILanguage() ); in Fill() local432 mpHeightAry = new long[nSizeCount+aFontSizeNames.Count()]; in Fill()433 if ( !aFontSizeNames.IsEmpty() ) in Fill()438 sal_uLong nCount = aFontSizeNames.Count(); in Fill()441 String aSizeName = aFontSizeNames.GetIndexName( i ); in Fill()442 long nSize = aFontSizeNames.GetIndexSize( i ); in Fill()454 String aSizeName = aFontSizeNames.Size2Name( *pTempAry ); in Fill()
204 FontSizeNames aFontSizeNames( Application::GetSettings().GetUILanguage() ); in fillPopupMenu() local205 m_pHeightArray = new long[nSizeCount+aFontSizeNames.Count()]; in fillPopupMenu()208 if ( !aFontSizeNames.IsEmpty() ) in fillPopupMenu()213 sal_uLong nCount = aFontSizeNames.Count(); in fillPopupMenu()216 String aSizeName = aFontSizeNames.GetIndexName( i ); in fillPopupMenu()217 long nSize = aFontSizeNames.GetIndexSize( i ); in fillPopupMenu()234 String aSizeName = aFontSizeNames.Size2Name( *pTempAry ); in fillPopupMenu()
Completed in 28 milliseconds