Lines Matching refs:aFontSize
4843 Size aFontSize = aFont.GetSize(); in replaceFont() local
4845 aFontSize = OutputDevice::LogicToLogic( aFontSize, pDefDev->GetMapMode(), getMapMode() ); in replaceFont()
4846 aFont.SetSize( aFontSize ); in replaceFont()
5061 Size aFontSize = lcl_convert( m_aGraphicsStack.front().m_aMapMode, in createDefaultListBoxAppearance()
5065 sal_Int32 nLW = aFontSize.Height() / 40; in createDefaultListBoxAppearance()
5138 Size aFontSize = aFont.GetSize(); in createDefaultCheckBoxAppearance() local
5139 if( aFontSize.Height() > rBox.m_aRect.GetHeight() ) in createDefaultCheckBoxAppearance()
5140 aFontSize.Height() = rBox.m_aRect.GetHeight(); in createDefaultCheckBoxAppearance()
5141 sal_Int32 nDelta = aFontSize.Height()/10; in createDefaultCheckBoxAppearance()
5149 aCheckRect.Top() = rBox.m_aRect.Top() + (rBox.m_aRect.GetHeight()-aFontSize.Height())/2; in createDefaultCheckBoxAppearance()
5150 aCheckRect.Right() = aCheckRect.Left() + aFontSize.Height(); in createDefaultCheckBoxAppearance()
5151 aCheckRect.Bottom() = aCheckRect.Top() + aFontSize.Height(); in createDefaultCheckBoxAppearance()
5168 aCheckRect.Left() = rBox.m_aRect.Right() - nDelta - aFontSize.Height(); in createDefaultCheckBoxAppearance()
5169 aCheckRect.Top() = rBox.m_aRect.Top() + (rBox.m_aRect.GetHeight()-aFontSize.Height())/2; in createDefaultCheckBoxAppearance()
5170 aCheckRect.Right() = aCheckRect.Left() + aFontSize.Height(); in createDefaultCheckBoxAppearance()
5171 aCheckRect.Bottom() = aCheckRect.Top() + aFontSize.Height(); in createDefaultCheckBoxAppearance()
5263 Size aFontSize = aFont.GetSize(); in createDefaultRadioButtonAppearance() local
5264 if( aFontSize.Height() > rBox.m_aRect.GetHeight() ) in createDefaultRadioButtonAppearance()
5265 aFontSize.Height() = rBox.m_aRect.GetHeight(); in createDefaultRadioButtonAppearance()
5266 sal_Int32 nDelta = aFontSize.Height()/10; in createDefaultRadioButtonAppearance()
5274 aCheckRect.Top() = rBox.m_aRect.Top() + (rBox.m_aRect.GetHeight()-aFontSize.Height())/2; in createDefaultRadioButtonAppearance()
5275 aCheckRect.Right() = aCheckRect.Left() + aFontSize.Height(); in createDefaultRadioButtonAppearance()
5276 aCheckRect.Bottom() = aCheckRect.Top() + aFontSize.Height(); in createDefaultRadioButtonAppearance()
5293 aCheckRect.Left() = rBox.m_aRect.Right() - nDelta - aFontSize.Height(); in createDefaultRadioButtonAppearance()
5294 aCheckRect.Top() = rBox.m_aRect.Top() + (rBox.m_aRect.GetHeight()-aFontSize.Height())/2; in createDefaultRadioButtonAppearance()
5295 aCheckRect.Right() = aCheckRect.Left() + aFontSize.Height(); in createDefaultRadioButtonAppearance()
5296 aCheckRect.Bottom() = aCheckRect.Top() + aFontSize.Height(); in createDefaultRadioButtonAppearance()